Uses of Class
es.bsc.dataclay.util.management.contractmgr.OpImplementations
-
Packages that use OpImplementations Package Description es.bsc.dataclay.logic.contractmgr Module intended to management of contracts.es.bsc.dataclay.util.management.contractmgr This package contains classes used in management of contracts. -
-
Uses of OpImplementations in es.bsc.dataclay.logic.contractmgr
Methods in es.bsc.dataclay.logic.contractmgr that return types with arguments of type OpImplementations Modifier and Type Method Description List<OpImplementations>ContractManagerDB. getOpImplementationsWithImpl(ImplementationID implementationID)Get OpImplementations with implementation idMethods in es.bsc.dataclay.logic.contractmgr with parameters of type OpImplementations Modifier and Type Method Description UUIDContractManagerDB. store(OpImplementations opImplementations)Store opImplementations into database -
Uses of OpImplementations in es.bsc.dataclay.util.management.contractmgr
Fields in es.bsc.dataclay.util.management.contractmgr with type parameters of type OpImplementations Modifier and Type Field Description Map<OperationID,OpImplementations>InterfaceInContract. accessibleImplementationsThe accessible implementations of every operation of this interface in the contract.Methods in es.bsc.dataclay.util.management.contractmgr that return types with arguments of type OpImplementations Modifier and Type Method Description Map<OperationID,OpImplementations>InterfaceInContract. getAccessibleImplementations()Set<OpImplementations>InterfaceInContract. getImplementationsSpecPerOperation()Get the InterfaceInContract::implementationsSpecPerOperationMethod parameters in es.bsc.dataclay.util.management.contractmgr with type arguments of type OpImplementations Modifier and Type Method Description voidInterfaceInContract. setAccessibleImplementations(Map<OperationID,OpImplementations> accessibleImplementationsFromThisInterrfaceInContract)voidInterfaceInContract. setImplementationsSpecPerOperation(Set<OpImplementations> newimplementationsSpecPerOperation)Set the InterfaceInContract::implementationsSpecPerOperationConstructor parameters in es.bsc.dataclay.util.management.contractmgr with type arguments of type OpImplementations Constructor Description InterfaceInContract(Interface newiface, Set<OpImplementations> newimplementationsSpecPerOperation)Constructor to set the accessible methods.
-