Uses of Interface
net.officefloor.compile.managedobject.ManagedObjectExecutionStrategyType
Packages that use ManagedObjectExecutionStrategyType
Package
Description
-
Uses of ManagedObjectExecutionStrategyType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement ManagedObjectExecutionStrategyTypeMethods in net.officefloor.compile.impl.managedobject that return ManagedObjectExecutionStrategyTypeConstructors in net.officefloor.compile.impl.managedobject with parameters of type ManagedObjectExecutionStrategyTypeModifierConstructorDescriptionManagedObjectTypeImpl(Class<?> objectClass, boolean isInput, ManagedObjectDependencyType<D>[] dependencies, ManagedObjectFunctionDependencyType[] functionDependencies, ManagedObjectFlowType<?>[] flows, ManagedObjectTeamType[] teams, ManagedObjectExecutionStrategyType[] executionStrategy, Class<?>[] extensionTypes) Initiate. -
Uses of ManagedObjectExecutionStrategyType in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject that return ManagedObjectExecutionStrategyTypeModifier and TypeMethodDescriptionManagedObjectType.getExecutionStrategyTypes()Obtains theManagedObjectExecutionStrategyTypedefinitions of theExecutionStrategyinstances required by theManagedObject.