Uses of Interface
net.officefloor.compile.managedobject.ManagedObjectExecutionStrategyType
-
Packages that use ManagedObjectExecutionStrategyType Package Description net.officefloor.compile.impl.managedobject net.officefloor.compile.managedobject -
-
Uses of ManagedObjectExecutionStrategyType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement ManagedObjectExecutionStrategyType Modifier and Type Class Description class
ManagedObjectExecutionStrategyTypeImpl
ManagedObjectExecutionStrategyType
implementation.Methods in net.officefloor.compile.impl.managedobject that return ManagedObjectExecutionStrategyType Modifier and Type Method Description ManagedObjectExecutionStrategyType[]
ManagedObjectTypeImpl. getExecutionStrategyTypes()
Constructors in net.officefloor.compile.impl.managedobject with parameters of type ManagedObjectExecutionStrategyType Constructor Description ManagedObjectTypeImpl(java.lang.Class<?> objectClass, boolean isInput, ManagedObjectDependencyType<D>[] dependencies, ManagedObjectFunctionDependencyType[] functionDependencies, ManagedObjectFlowType<?>[] flows, ManagedObjectTeamType[] teams, ManagedObjectExecutionStrategyType[] executionStrategy, java.lang.Class<?>[] extensionTypes)
Initiate. -
Uses of ManagedObjectExecutionStrategyType in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject that return ManagedObjectExecutionStrategyType Modifier and Type Method Description ManagedObjectExecutionStrategyType[]
ManagedObjectType. getExecutionStrategyTypes()
Obtains theManagedObjectExecutionStrategyType
definitions of theExecutionStrategy
instances required by theManagedObject
.
-