Uses of Class
fi.tut.mei.resdescapi.exception.ARDNotExistException
-
Packages that use ARDNotExistException Package Description fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of ARDNotExistException in fi.tut.mei.resdescapi.rescatapi
Methods in fi.tut.mei.resdescapi.rescatapi that throw ARDNotExistException Modifier and Type Method Description AbstractResourceDesc
ResCatAPI. getARDStructure_ARDId(String ardId)
AbstractResourceDesc
ResCatAPIInterface. getARDStructure_ARDId(String ardId)
Retrieves an Abstract Resource Description (ARD) from the Resource Catalogue in java object format.AbstractResourceDesc
ResCatStoImpl_LocalFileSystem. getARDStructureFromStorage(String ardId)
AbstractResourceDesc
ResCatStoImpl_TestWithDummyData. getARDStructureFromStorage(String ardId)
AbstractResourceDesc
ResCatStorageInterface. getARDStructureFromStorage(String ardId)
Gets Abstract Resource Description (ARD) by given ARD Id.ResourceDescription
ResCatAPI. getRDSkeleton_ARDandProfile(String ARDId, String ProfileId)
ResourceDescription
ResCatAPIInterface. getRDSkeleton_ARDandProfile(String ARDId, String ProfileId)
Creates a RDSkeleton, which is a customised RDTemplate, by given ARD and Profile.ResourceDescription
ResCatStoImpl_LocalFileSystem. getRDSkeleton_ARDandProfile(String ardId, String profileId)
ResourceDescription
ResCatStoImpl_TestWithDummyData. getRDSkeleton_ARDandProfile(String ARDId, String ProfileId)
ResourceDescription
ResCatStorageInterface. getRDSkeleton_ARDandProfile(String ARDId, String ProfileId)
Creates a RDSkeleton, which is a customised RDTemplate, by given ARD and Profile.boolean
ResCatStoImpl_LocalFileSystem. hasARDAndProfile(String ardId, String profileId)
boolean
ResCatStoImpl_TestWithDummyData. hasARDAndProfile(String ardId, String profileId)
boolean
ResCatStorageInterface. hasARDAndProfile(String ardId, String profileId)
Has this repository a specific ARD (and Profile) or not?Map<String,String>
ResCatAPI. viewProfile_ARDandCapability(String capability, String ARDId)
Map<String,String>
ResCatAPIInterface. viewProfile_ARDandCapability(String capability, String ARDId)
Retrieving the complete list of Profiles descriptions of specific ARD containing an arbitrary capabilityMap<String,String>
ResCatAPI. viewProfile_ARDandCapabilityParameter(String capability, String ARDId, List<String> parameters, List<String> values)
Map<String,String>
ResCatAPIInterface. viewProfile_ARDandCapabilityParameter(String capability, String ARDId, List<String> parameters, List<String> values)
Retrieving the complete list of Profiles descriptions of specific ARD by an arbitrary capability and associated parameters.
-