Uses of Class
es.bsc.dataclay.util.management.AbstractManager
-
Packages that use AbstractManager Package Description es.bsc.dataclay.logic.accountmgr Module intended to management of accounts.es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.logic.contractmgr Module intended to management of contracts.es.bsc.dataclay.logic.datacontractmgr Module intended to management of data contracts.es.bsc.dataclay.logic.datasetmgr Module intended to management of datasets.es.bsc.dataclay.logic.interfacemgr Module intended to management of interfaces.es.bsc.dataclay.logic.logicmetadata es.bsc.dataclay.logic.namespacemgr Module intended to management of namespaces.es.bsc.dataclay.logic.sessionmgr Module intended to management of information of sessionses.bsc.dataclay.metadataservice Module intended to management of information of distributed objects -
-
Uses of AbstractManager in es.bsc.dataclay.logic.accountmgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.accountmgr Modifier and Type Class Description class
AccountManager
This class is responsible to manage system accounts: add, remove and modify. -
Uses of AbstractManager in es.bsc.dataclay.logic.classmgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.classmgr Modifier and Type Class Description class
ClassManager
This class is responsible to manage Classes, Operations, Properties and Implementations, and Properties: add, remove and modify. -
Uses of AbstractManager in es.bsc.dataclay.logic.contractmgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.contractmgr Modifier and Type Class Description class
ContractManager
This class is responsible to manage contracts: add, remove and modify. -
Uses of AbstractManager in es.bsc.dataclay.logic.datacontractmgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.datacontractmgr Modifier and Type Class Description class
DataContractManager
This class is responsible to manage datacontracts: add, remove and modify. -
Uses of AbstractManager in es.bsc.dataclay.logic.datasetmgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.datasetmgr Modifier and Type Class Description class
DataSetManager
This class is responsible for managing datasets (add and remove). -
Uses of AbstractManager in es.bsc.dataclay.logic.interfacemgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.interfacemgr Modifier and Type Class Description class
InterfaceManager
This class is responsible to manage interfaces: add, remove and modify. -
Uses of AbstractManager in es.bsc.dataclay.logic.logicmetadata
Subclasses of AbstractManager in es.bsc.dataclay.logic.logicmetadata Modifier and Type Class Description class
LogicModuleMetadataMgr
-
Uses of AbstractManager in es.bsc.dataclay.logic.namespacemgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.namespacemgr Modifier and Type Class Description class
NamespaceManager
This class is responsible for managing namespaces (add and remove). -
Uses of AbstractManager in es.bsc.dataclay.logic.sessionmgr
Subclasses of AbstractManager in es.bsc.dataclay.logic.sessionmgr Modifier and Type Class Description class
SessionManager
This class is responsible to manage information related to sessions. -
Uses of AbstractManager in es.bsc.dataclay.metadataservice
Subclasses of AbstractManager in es.bsc.dataclay.metadataservice Modifier and Type Class Description class
MetaDataService
This class is responsible to manage information related to an object (metaclassID of the object, backend in which is stored, interface and contract used for creating the object...).
-