Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ResourceDescription
-
Packages that use ResourceDescription Package Description fi.tut.mei.resdescapi.ardapi API for interacting with an Abstract Resource Description (ARD)fi.tut.mei.resdescapi.rdapi API for interacting with a Resource Description (RD)fi.tut.mei.resdescapi.rdapi.model.rd fi.tut.mei.resdescapi.rdtoontoapi API for transforming Resource Description (RD) to resource Model ontologyfi.tut.mei.resdescapi.rdtoontoapi.ontology fi.tut.mei.resdescapi.rescatapi API for interacting with Resource Catalogues -
-
Uses of ResourceDescription in fi.tut.mei.resdescapi.ardapi
Methods in fi.tut.mei.resdescapi.ardapi that return ResourceDescription 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 ResourceDescription in fi.tut.mei.resdescapi.rdapi
Methods in fi.tut.mei.resdescapi.rdapi that return ResourceDescription Modifier and Type Method Description ResourceDescription
RDHelper. getRd()
ResourceDescription
DataContainer. getRdData()
Gets the resource description(RD).ResourceDescription
RD_API. readRDInFromLocation(String fileLocation)
Reads in Resource Description file (XML format) and builds the Java binding (JAXB) objects of it.ResourceDescription
RD_API. readRDInFromString(InputStream rdInXML_inputStream)
Reads in Resource Description as argument content (InputStream, String as XML format) and builds the Java binding (JAXB) objects.ResourceDescription
RD_API. readRDInFromString(String rdInXML)
Reads in Resource Description as argument content(XML format) and builds the Java binding (JAXB) objects.Methods in fi.tut.mei.resdescapi.rdapi with parameters of type ResourceDescription Modifier and Type Method Description Document
RD_API. convertRDObjToDOM(ResourceDescription rdObj)
Converts Resource Description (RD) from Java Objects format to DOM document.String
RD_API. convertRDObjToString(ResourceDescription rdObj)
Converts Resource Description (RD) from Java Objects format to String.String
RD_API. createDocFromRD_HTML(ResourceDescription rdObj)
Creates XHTML formatted documentation out of an RD objectvoid
RD_API. getCapabilitiesAsBPOntoModelFromRD(fi.tut.mei.capabilityQueryLib.Client capaOntoModel, ResourceDescription rdObj)
Gets the capabilities (in ontology format) from the RD and creates/puts them into Resource Model ontology as instances.fi.tut.mei.capabilityQueryLib.Client
RD_API. getCapabilitiesAsBPOntoModelFromRD(ResourceDescription rdObj)
Creates a new Resource Model Ontology.List<RDContainerForMM>
MatchmakingHelper. makeRDContainerForMM(ResourceDescription rd)
Creates a list of data containers for pre- and post-processing in matchmaking.String
RD_API. makeTransform(ResourceDescription rdObj, String transformLocation)
Executes a XSLT Transformation for ARD objectprotected void
RD_API. putCapabilitiesOntoToRDModel(fi.tut.mei.capabilityQueryLib.Client capaOntoModel, ResourceDescription toRdObj)
Puts the content of a Resource Model (instance) ontology, inside the given Resource Description.void
RD_API. putCapabilitiesOntoToRDModel(fi.tut.mei.capabilityQueryLib.model.Blueprint blueprint, ResourceDescription toRdObj)
Puts the content of a Blueprint, which is defined in Resource Model (instance) ontology, inside the given Resource Description (RD).boolean
RD_API. saveRDToLocation(ResourceDescription rdObj, String fileLocation)
Saves given RD object data into file.void
RDHelper. setRd(ResourceDescription rd)
void
DataContainer. setRdData(ResourceDescription rdData)
Constructors in fi.tut.mei.resdescapi.rdapi with parameters of type ResourceDescription Constructor Description RDHelper(ResourceDescription rd)
-
Uses of ResourceDescription in fi.tut.mei.resdescapi.rdapi.model.rd
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ResourceDescription Modifier and Type Method Description ResourceDescription
ObjectFactory. createResourceDescription()
Create an instance ofResourceDescription
-
Uses of ResourceDescription in fi.tut.mei.resdescapi.rdtoontoapi
Methods in fi.tut.mei.resdescapi.rdtoontoapi that return ResourceDescription Modifier and Type Method Description protected ResourceDescription
RDToOnto_API. getResourceDescriptionFromLocation(String xml)
read Resource Description xml fileMethods in fi.tut.mei.resdescapi.rdtoontoapi with parameters of type ResourceDescription Modifier and Type Method Description boolean
RDToOnto_API. transformRDIntoOnto(ResourceDescription rdData)
Deprecated.boolean
RDToOnto_API. transformRDIntoOnto(ResourceDescription[] rdDatas)
Deprecated.boolean
RDToOnto_API. transformRDtoOnto(ResourceDescription rdData, String catalogueId, boolean withItf)
Transform a resource description object into an ontology object. -
Uses of ResourceDescription in fi.tut.mei.resdescapi.rdtoontoapi.ontology
Methods in fi.tut.mei.resdescapi.rdtoontoapi.ontology with parameters of type ResourceDescription Modifier and Type Method Description void
OntoCreator. setRd(ResourceDescription rd)
create resource description Id from a resource description objectConstructors in fi.tut.mei.resdescapi.rdtoontoapi.ontology with parameters of type ResourceDescription Constructor Description OntoCreator(String uri, ResourceDescription rd)
-
Uses of ResourceDescription in fi.tut.mei.resdescapi.rescatapi
Methods in fi.tut.mei.resdescapi.rescatapi that return ResourceDescription 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.ResourceDescription
ResCatAPI. getRDStructure_EmptyTemplate()
ResourceDescription
ResCatAPIInterface. getRDStructure_EmptyTemplate()
Retrieves an Empty Template of Resource Description (RD)ResourceDescription
ResCatAPI. getRDStructure_RDId(String RDId)
ResourceDescription
ResCatAPIInterface. getRDStructure_RDId(String RDId)
Retrieves Resource Description (RD) by given RD IdResourceDescription
ResCatStoImpl_LocalFileSystem. getRDStructureFromStorage(String rdId)
ResourceDescription
ResCatStoImpl_TestWithDummyData. getRDStructureFromStorage(String rdId)
ResourceDescription
ResCatStorageInterface. getRDStructureFromStorage(String rdId)
Gets Resource Description (RD) by given RD Id.Methods in fi.tut.mei.resdescapi.rescatapi with parameters of type ResourceDescription Modifier and Type Method Description boolean
ResCatStoImpl_LocalFileSystem. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)
boolean
ResCatStoImpl_TestWithDummyData. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)
boolean
ResCatStorageInterface. pushRDStructureToStorage(ResourceDescription rdObj, String filename, boolean overwrite)
Pushes given RD to storage and updates the possible search index with this information.boolean
ResCatAPI. setRDStructure(ResourceDescription rdObj, boolean overwrite)
boolean
ResCatAPI. setRDStructure(ResourceDescription rdObj, String filename, boolean overwrite)
boolean
ResCatAPIInterface. setRDStructure(ResourceDescription rdObj, boolean overwrite)
Sets (pushes) the given Resource Description (RD) to Resource Catalogue Storageboolean
ResCatAPIInterface. setRDStructure(ResourceDescription rdObj, String filename, boolean overwrite)
Sets (pushes) the given Resource Description (RD) to Resource Catalogue Storage
-