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 UUID
ContractManagerDB. 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. accessibleImplementations
The 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 void
InterfaceInContract. setAccessibleImplementations(Map<OperationID,OpImplementations> accessibleImplementationsFromThisInterrfaceInContract)
void
InterfaceInContract. 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.
-