Uses of Class
fi.tut.mei.resdescapi.exception.ProfileNotExistException
-
Packages that use ProfileNotExistException Package Description fi.tut.mei.resdescapi.ardapi API for interacting with an Abstract Resource Description (ARD)fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of ProfileNotExistException in fi.tut.mei.resdescapi.ardapi
Methods in fi.tut.mei.resdescapi.ardapi that throw ProfileNotExistException Modifier and Type Method Description ResourceDescription
ARD_API. createRDSkeleton(AbstractResourceDesc ardObj, String profileId)
Creates Resource Description (RD) Skeleton out of ARD and selected Profile -
Uses of ProfileNotExistException in fi.tut.mei.resdescapi.rescatapi
Methods in fi.tut.mei.resdescapi.rescatapi that throw ProfileNotExistException Modifier and Type Method Description 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?
-