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 ExecutionManagedObject
ManagedObjectNodeImpl. 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 ExecutionManagedObject
ManagedObjectNode. createExecutionManagedObject(CompileContext compileContext)
Creates theExecutionManagedObject
for 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 ExecutionManagedObject
ExecutionObjectExplorerContext. getInitialManagedObject()
Obtains the initialExecutionManagedObject
.ExecutionManagedObject
ExecutionManagedFunction. getManagedObject(ManagedFunctionObjectType<?> objectType)
Obtains theExecutionManagedObject
for theManagedFunctionObjectType
.ExecutionManagedObject
ExecutionManagedObject. getManagedObject(ManagedObjectDependencyType<?> dependencyType)
Obtains theExecutionManagedObject
for theManagedObjectDependencyType
.
-