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 ManagedObjectNodeOfficeFloorNodeImpl. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)ManagedObjectNodeOfficeNodeImpl. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)ManagedObjectNodeSectionNodeImpl. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)OfficeFloorManagedObjectManagedObjectSourceNodeImpl. addOfficeFloorManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)OfficeManagedObjectManagedObjectSourceNodeImpl. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)SectionManagedObjectManagedObjectSourceNodeImpl. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)voidManagedObjectNodeImpl. 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 ManagedObjectNodeManagedObjectRegistry. addManagedObjectNode(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, ManagedObjectSourceNode managedObjectSourceNode)Adds an initialisedManagedObjectNodeto the registry.voidManagedObjectNode. 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 OfficeManagedObjectOfficeManagedObjectSource. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)Obtains theOfficeManagedObjectrepresenting an instance use of aManagedObjectfrom 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 OfficeFloorManagedObjectOfficeFloorManagedObjectSource. addOfficeFloorManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)Obtains theOfficeFloorManagedObjectrepresenting an instance use of aManagedObjectfrom 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 SectionManagedObjectSectionManagedObjectSource. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope)Obtains theSectionManagedObjectrepresenting an instance use of aManagedObjectfrom 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 OfficeManagedObjectCompileOfficeContext. addManagedObject(java.lang.String managedObjectName, java.lang.Class<?> managedObjectClass, ManagedObjectScope scope)Adds anOfficeManagedObjectforClassManagedObjectSource.OfficeFloorManagedObjectCompileOfficeFloorContext. addManagedObject(java.lang.String managedObjectName, java.lang.Class<?> managedObjectClass, ManagedObjectScope scope)Adds anOfficeFloorManagedObjectforClassManagedObjectSource. -
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 theRawBoundManagedObjectMetaDatainstances.voidRawBoundManagedObjectMetaData. 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 ManagedObjectScopeManagedObjectIndexImpl. 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 ManagedObjectScopeManagedObjectIndex. getManagedObjectScope()Obtains theManagedObjectScopethat theManagedObjectresides within.static ManagedObjectScopeManagedObjectScope. 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 DependencyMappingBuilderAbstractOfficeConstructTestCase. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)Builds theManagedObjectfor use at the desiredManagedObjectScope.DependencyMappingBuilderConstructTestSupport. bindManagedObject(java.lang.String bindName, ManagedObjectScope managedObjectScope, ManagedFunctionBuilder<?,?> managedFunctionBuilder)Builds theManagedObjectfor use at the desiredManagedObjectScope.DependencyMappingBuilderReflectiveFunctionBuilder. buildObject(java.lang.String officeManagedObjectName, ManagedObjectScope managedObjectScope)Builds theManagedObjectScopeboundManagedObject. -
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.StringOfficeChangesImpl. 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.StringOfficeFloorChangesImpl. 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.StringSectionChangesImpl. 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 anOfficeFloorManagedObjectModelfor anOfficeFloorManagedObjectSourceModelto 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 OfficeManagedObjectCompileWebContextImpl. 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 ManagedObjectScopeHttpSecuritySupportingManagedObjectImpl. getManagedObjectScope()ManagedObjectScopeHttpSecuritySupportingManagedObjectType. 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)
-