Uses of Interface
net.officefloor.compile.spi.office.ExecutionManagedObject
-
Packages that use ExecutionManagedObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of ExecutionManagedObject in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ExecutionManagedObject Modifier and Type Method Description ExecutionManagedObjectManagedObjectNodeImpl. createExecutionManagedObject(CompileContext compileContext) -
Uses of ExecutionManagedObject in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ExecutionManagedObject Modifier and Type Method Description ExecutionManagedObjectManagedObjectNode. createExecutionManagedObject(CompileContext compileContext)Creates theExecutionManagedObjectfor thisManagedObjectNode. -
Uses of ExecutionManagedObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return ExecutionManagedObject Modifier and Type Method Description ExecutionManagedObjectExecutionObjectExplorerContext. getInitialManagedObject()Obtains the initialExecutionManagedObject.ExecutionManagedObjectExecutionManagedFunction. getManagedObject(ManagedFunctionObjectType<?> objectType)Obtains theExecutionManagedObjectfor theManagedFunctionObjectType.ExecutionManagedObjectExecutionManagedObject. getManagedObject(ManagedObjectDependencyType<?> dependencyType)Obtains theExecutionManagedObjectfor theManagedObjectDependencyType.
-