Uses of Class
net.officefloor.frame.internal.structure.ManagedObjectScope
-
-
Uses of ManagedObjectScope in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectScope Modifier and Type Method Description ManagedObjectNode
OfficeFloorNodeImpl. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)
ManagedObjectNode
OfficeNodeImpl. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)
ManagedObjectNode
SectionNodeImpl. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)
OfficeFloorManagedObject
ManagedObjectSourceNodeImpl. addOfficeFloorManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
OfficeManagedObject
ManagedObjectSourceNodeImpl. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
SectionManagedObject
ManagedObjectSourceNodeImpl. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
void
ManagedObjectNodeImpl. initialise(ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)
-
Uses of ManagedObjectScope in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectScope Modifier and Type Method Description ManagedObjectNode
ManagedObjectRegistry. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)
Adds an initialisedManagedObjectNode
to the registry.void
ManagedObjectNode. initialise(ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)
Initialises theManagedObjectNode
. -
Uses of ManagedObjectScope in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type ManagedObjectScope Modifier and Type Method Description OfficeManagedObject
OfficeManagedObjectSource. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
Obtains theOfficeManagedObject
representing an instance use of aManagedObject
from theManagedObjectSource
. -
Uses of ManagedObjectScope in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor with parameters of type ManagedObjectScope Modifier and Type Method Description OfficeFloorManagedObject
OfficeFloorManagedObjectSource. addOfficeFloorManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
Obtains theOfficeFloorManagedObject
representing an instance use of aManagedObject
from theManagedObjectSource
. -
Uses of ManagedObjectScope in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section with parameters of type ManagedObjectScope Modifier and Type Method Description SectionManagedObject
SectionManagedObjectSource. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)
Obtains theSectionManagedObject
representing an instance use of aManagedObject
from theManagedObjectSource
. -
Uses of ManagedObjectScope in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor with parameters of type ManagedObjectScope Modifier and Type Method Description OfficeManagedObject
CompileOfficeContext. addManagedObject(java.lang.String managedObjectName, java.lang.Class<?> managedObjectClass, ManagedObjectScope scope)
Adds anOfficeManagedObject
forClassManagedObjectSource
.OfficeFloorManagedObject
CompileOfficeFloorContext. addManagedObject(java.lang.String managedObjectName, java.lang.Class<?> managedObjectClass, ManagedObjectScope scope)
Adds anOfficeFloorManagedObject
forClassManagedObjectSource
. -
Uses of ManagedObjectScope in net.officefloor.frame.impl.construct.managedobject
Methods in net.officefloor.frame.impl.construct.managedobject with parameters of type ManagedObjectScope Modifier and Type Method Description RawBoundManagedObjectMetaData[]
RawBoundManagedObjectMetaDataFactory. constructBoundManagedObjectMetaData(ManagedObjectConfiguration<?>[] boundManagedObjectConfiguration, ManagedObjectScope scope, java.util.Map<java.lang.String,RawBoundManagedObjectMetaData> scopeManagedObjects, RawManagingOfficeMetaData<?>[] inputManagedObjects, java.util.Map<java.lang.String,java.lang.String> boundInputManagedObjects, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, long defaultAsynchronousFlowTimeout, OfficeFloorIssues issues)
Constructs theRawBoundManagedObjectMetaData
instances.void
RawBoundManagedObjectMetaData. setManagedObjectIndex(ManagedObjectScope managedObjectScope, int indexOfManagedObjectWithinScope)
Specifies theManagedObjectIndex
. -
Uses of ManagedObjectScope in net.officefloor.frame.impl.execute.managedobject
Methods in net.officefloor.frame.impl.execute.managedobject that return ManagedObjectScope Modifier and Type Method Description ManagedObjectScope
ManagedObjectIndexImpl. getManagedObjectScope()
Constructors in net.officefloor.frame.impl.execute.managedobject with parameters of type ManagedObjectScope Constructor Description ManagedObjectIndexImpl(ManagedObjectScope managedObjectScope, int indexOfManagedObjectWithinScope)
Initiate. -
Uses of ManagedObjectScope in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectScope Modifier and Type Method Description ManagedObjectScope
ManagedObjectIndex. getManagedObjectScope()
Obtains theManagedObjectScope
that theManagedObject
resides within.static ManagedObjectScope
ManagedObjectScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ManagedObjectScope[]
ManagedObjectScope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ManagedObjectScope in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ManagedObjectScope Modifier and Type Method Description DependencyMappingBuilder
AbstractOfficeConstructTestCase. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)
Builds theManagedObject
for use at the desiredManagedObjectScope
.DependencyMappingBuilder
ConstructTestSupport. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)
Builds theManagedObject
for use at the desiredManagedObjectScope
.DependencyMappingBuilder
ReflectiveFunctionBuilder. buildObject(java.lang.String officeManagedObjectName, ManagedObjectScope managedObjectScope)
Builds theManagedObjectScope
boundManagedObject
. -
Uses of ManagedObjectScope in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type ManagedObjectScope Modifier and Type Method Description Change<OfficeManagedObjectModel>
OfficeChangesImpl. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, OfficeManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
static java.lang.String
OfficeChangesImpl. getManagedObjectScope(ManagedObjectScope scope)
Obtains the text name identifying theManagedObjectScope
.Change<OfficeManagedObjectModel>
OfficeChangesImpl. rescopeOfficeManagedObject(OfficeManagedObjectModel managedObject, ManagedObjectScope newManagedObjectScope)
-
Uses of ManagedObjectScope in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type ManagedObjectScope Modifier and Type Method Description Change<OfficeFloorManagedObjectModel>
OfficeFloorChangesImpl. addOfficeFloorManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, OfficeFloorManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
static java.lang.String
OfficeFloorChangesImpl. getManagedObjectScope(ManagedObjectScope scope)
Obtains the text name identifying theManagedObjectScope
.Change<OfficeFloorManagedObjectModel>
OfficeFloorChangesImpl. rescopeOfficeFloorManagedObject(OfficeFloorManagedObjectModel managedObject, ManagedObjectScope newManagedObjectScope)
-
Uses of ManagedObjectScope in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type ManagedObjectScope Modifier and Type Method Description Change<SectionManagedObjectModel>
SectionChangesImpl. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, SectionManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
static java.lang.String
SectionChangesImpl. getManagedObjectScope(ManagedObjectScope scope)
Obtains the text name identifying theManagedObjectScope
.Change<SectionManagedObjectModel>
SectionChangesImpl. rescopeSectionManagedObject(SectionManagedObjectModel managedObject, ManagedObjectScope newManagedObjectScope)
-
Uses of ManagedObjectScope in net.officefloor.model.office
Methods in net.officefloor.model.office with parameters of type ManagedObjectScope Modifier and Type Method Description Change<OfficeManagedObjectModel>
OfficeChanges. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, OfficeManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Change<OfficeManagedObjectModel>
OfficeChanges. rescopeOfficeManagedObject(OfficeManagedObjectModel managedObject, ManagedObjectScope newManagedObjectScope)
Scopes theOfficeManagedObjectModel
. -
Uses of ManagedObjectScope in net.officefloor.model.officefloor
Methods in net.officefloor.model.officefloor with parameters of type ManagedObjectScope Modifier and Type Method Description Change<OfficeFloorManagedObjectModel>
OfficeFloorChanges. addOfficeFloorManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, OfficeFloorManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Adds anOfficeFloorManagedObjectModel
for anOfficeFloorManagedObjectSourceModel
to theOfficeFloorModel
.Change<OfficeFloorManagedObjectModel>
OfficeFloorChanges. rescopeOfficeFloorManagedObject(OfficeFloorManagedObjectModel managedObject, ManagedObjectScope newManagedObjectScope)
Scopes theOfficeFloorManagedObjectModel
. -
Uses of ManagedObjectScope in net.officefloor.model.section
Methods in net.officefloor.model.section with parameters of type ManagedObjectScope Modifier and Type Method Description Change<SectionManagedObjectModel>
SectionChanges. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, SectionManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Change<SectionManagedObjectModel>
SectionChanges. rescopeSectionManagedObject(SectionManagedObjectModel managedObject, ManagedObjectScope newManagedObjectScope)
Scopes theSectionManagedObjectModel
. -
Uses of ManagedObjectScope in net.officefloor.web.compile
Methods in net.officefloor.web.compile with parameters of type ManagedObjectScope Modifier and Type Method Description OfficeManagedObject
CompileWebContextImpl. addManagedObject(java.lang.String managedObjectName, java.lang.Class<?> managedObjectClass, ManagedObjectScope scope)
-
Uses of ManagedObjectScope in net.officefloor.web.security.type
Methods in net.officefloor.web.security.type that return ManagedObjectScope Modifier and Type Method Description ManagedObjectScope
HttpSecuritySupportingManagedObjectImpl. getManagedObjectScope()
ManagedObjectScope
HttpSecuritySupportingManagedObjectType. getManagedObjectScope()
Obtains theManagedObjectScope
.Constructors in net.officefloor.web.security.type with parameters of type ManagedObjectScope Constructor Description HttpSecuritySupportingManagedObjectImpl(java.lang.String name, ManagedObjectSource<O,?> managedObjectSource, java.util.function.Supplier<PropertyList> propertyListFactory, ManagedObjectScope managedObjectScope)
Instantiate. -
Uses of ManagedObjectScope in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security with parameters of type ManagedObjectScope Modifier and Type Method Description <O extends java.lang.Enum<O>>
HttpSecuritySupportingManagedObject<O>HttpSecuritySourceContext. addSupportingManagedObject(java.lang.String managedObjectName, ManagedObjectSource<O,?> managedObjectSource, ManagedObjectScope managedObjectScope)
-