Uses of Interface
net.officefloor.compile.managedobject.ManagedObjectType
Packages that use ManagedObjectType
Package
Description
-
Uses of ManagedObjectType in net.officefloor.compile
Methods in net.officefloor.compile that return ManagedObjectTypeModifier and TypeMethodDescriptionTypeLoader.loadManagedObjectType(String managedObjectName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType. -
Uses of ManagedObjectType in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return ManagedObjectTypeModifier and TypeMethodDescriptionOfficeFloorCompilerImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) -
Uses of ManagedObjectType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement ManagedObjectTypeModifier and TypeClassDescriptionclassManagedObjectTypeImpl<D extends Enum<D>>ManagedObjectTypeimplementation.Methods in net.officefloor.compile.impl.managedobject that return ManagedObjectTypeModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectType<D>ManagedObjectLoaderImpl.loadManagedObjectType(Class<MS> managedObjectSourceClass, PropertyList propertyList) <D extends Enum<D>,F extends Enum<F>>
ManagedObjectType<D>ManagedObjectLoaderImpl.loadManagedObjectType(ManagedObjectSource<D, F> managedObjectSource, PropertyList propertyList) -
Uses of ManagedObjectType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return ManagedObjectTypeModifier and TypeMethodDescriptionOfficeSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) OfficeSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) -
Uses of ManagedObjectType in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor that return ManagedObjectTypeModifier and TypeMethodDescriptionOfficeFloorSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) OfficeFloorSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) -
Uses of ManagedObjectType in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return ManagedObjectTypeModifier and TypeMethodDescriptionSectionSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) SectionSourceContextImpl.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) -
Uses of ManagedObjectType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ManagedObjectTypeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadManagedObjectType(ManagedObjectSourceNode managedObjectSourceNode) ManagedObjectSourceNodeImpl.loadManagedObjectType(CompileContext compileContext) Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectTypeModifier and TypeMethodDescriptionvoidManagedObjectPoolNodeImpl.buildManagedObjectPool(ManagedObjectBuilder<?> builder, ManagedObjectType<?> managedObjectType, CompileContext compileContext) voidOfficeFloorNodeImpl.visit(ManagedObjectType<?> managedObjectType, ManagedObjectSourceNode managedObjectSourceNode, CompileContext compileContext) -
Uses of ManagedObjectType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return ManagedObjectTypeModifier and TypeMethodDescriptionCompileContext.getOrLoadManagedObjectType(ManagedObjectSourceNode managedObjectSourceNode) Obtains the existing or loads theManagedObjectTypefor theManagedObjectSourceNode.ManagedObjectSourceNode.loadManagedObjectType(CompileContext compileContext) Loads theManagedObjectType.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectTypeModifier and TypeMethodDescriptionvoidManagedObjectPoolNode.buildManagedObjectPool(ManagedObjectBuilder<?> managedObjectBuilder, ManagedObjectType<?> managedObjectType, CompileContext compileContext) BuildsManagedObjectPoolfor thisManagedObjectPoolNode.voidManagedObjectSourceVisitor.visit(ManagedObjectType<?> managedObjectType, ManagedObjectSourceNode managedObjectSourceNode, CompileContext compileContext) Visits theManagedObjectSourceNode. -
Uses of ManagedObjectType in net.officefloor.compile.managedobject
Methods in net.officefloor.compile.managedobject that return ManagedObjectTypeModifier and TypeMethodDescription<D extends Enum<D>,F extends Enum<F>, MS extends ManagedObjectSource<D, F>>
ManagedObjectType<D>ManagedObjectLoader.loadManagedObjectType(Class<MS> managedObjectSourceClass, PropertyList propertyList) Loads and returns theManagedObjectTypefor theManagedObjectSource.<D extends Enum<D>,F extends Enum<F>>
ManagedObjectType<D>ManagedObjectLoader.loadManagedObjectType(ManagedObjectSource<D, F> managedObjectSource, PropertyList propertyList) Loads and returns theManagedObjectTypefor theManagedObjectSource. -
Uses of ManagedObjectType in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return ManagedObjectTypeModifier and TypeMethodDescriptionExecutionManagedObject.getManagedObjectType()Obtains theManagedObjectTypefor theManagedObject. -
Uses of ManagedObjectType in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return ManagedObjectTypeModifier and TypeMethodDescriptionOfficeSourceContext.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType.OfficeSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType. -
Uses of ManagedObjectType in net.officefloor.compile.spi.officefloor
Methods in net.officefloor.compile.spi.officefloor that return ManagedObjectTypeModifier and TypeMethodDescriptionManagedObjectSourceAugmentorContext.getManagedObjectType()Obtains theManagedObjectTypeof theManagedObjectSource. -
Uses of ManagedObjectType in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source that return ManagedObjectTypeModifier and TypeMethodDescriptionOfficeFloorSourceContext.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType.OfficeFloorSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType. -
Uses of ManagedObjectType in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source that return ManagedObjectTypeModifier and TypeMethodDescriptionSectionSourceContext.loadManagedObjectType(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties) Loads theManagedObjectType.SectionSourceContext.loadManagedObjectType(String managedObjectSourceName, ManagedObjectSource<?, ?> managedObjectSource, PropertyList properties) Loads theManagedObjectType. -
Uses of ManagedObjectType in net.officefloor.compile.test.managedobject
Methods in net.officefloor.compile.test.managedobject that return ManagedObjectTypeModifier and TypeMethodDescription<D extends Enum<D>>
ManagedObjectType<D>ManagedObjectTypeBuilder.build()Builds theManagedObjectType.static <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.loadManagedObjectType(Class<S> managedObjectSourceClass, ClassLoader classLoader, String... propertyNameValues) Loads theManagedObjectTypefrom theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.loadManagedObjectType(Class<S> managedObjectSourceClass, String... propertyNameValues) Convenience method to load theManagedObjectTypefrom theManagedObjectSourceutilising theClassLoaderfrom the inputManagedObjectSourceclass.static <M extends Enum<M>,F extends Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.loadManagedObjectType(ManagedObjectSource<M, F> managedObjectSource, String... propertyNameValues) Loads theManagedObjectTypefrom theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>, S extends ManagedObjectSource<M, F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, Class<S> managedObjectSourceClass, String... propertyNameValues) Validates theManagedObjectTypecontained in theManagedObjectTypeBuilderagainst theManagedObjectTypeloaded from theManagedObjectSource.static <M extends Enum<M>,F extends Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil.validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, ManagedObjectSource<M, F> managedObjectSource, String... propertyNameValues) Validates theManagedObjectTypecontained in theManagedObjectTypeBuilderagainst theManagedObjectTypeloaded from theManagedObjectSource. -
Uses of ManagedObjectType in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type ManagedObjectTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.office.OfficeManagedObjectModel>OfficeChangesImpl.addOfficeManagedObject(String managedObjectName, ManagedObjectScope managedObjectScope, net.officefloor.model.office.OfficeManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType) Change<net.officefloor.model.office.OfficeManagedObjectSourceModel>OfficeChangesImpl.addOfficeManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType) -
Uses of ManagedObjectType in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type ManagedObjectTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.officefloor.OfficeFloorManagedObjectModel>OfficeFloorChangesImpl.addOfficeFloorManagedObject(String managedObjectName, ManagedObjectScope managedObjectScope, net.officefloor.model.officefloor.OfficeFloorManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType) Change<net.officefloor.model.officefloor.OfficeFloorManagedObjectSourceModel>OfficeFloorChangesImpl.addOfficeFloorManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType) -
Uses of ManagedObjectType in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type ManagedObjectTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.section.SectionManagedObjectModel>SectionChangesImpl.addSectionManagedObject(String managedObjectName, ManagedObjectScope managedObjectScope, net.officefloor.model.section.SectionManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType) Change<net.officefloor.model.section.SectionManagedObjectSourceModel>SectionChangesImpl.addSectionManagedObjectSource(String managedObjectSourceName, String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType) -
Uses of ManagedObjectType in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return ManagedObjectTypeModifier and TypeMethodDescriptionClassSectionManagedObject.getManagedObjectType()Obtains theManagedObjectType.ObjectClassSectionLoaderContext.getManagedObjectType()Obtains theManagedObjectType.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type ManagedObjectTypeModifierConstructorDescriptionClassSectionManagedObject(SectionManagedObject managedObject, ManagedObjectType<?> managedObjectType) Instantiate. -
Uses of ManagedObjectType in net.officefloor.web.security.type
Method parameters in net.officefloor.web.security.type with type arguments of type ManagedObjectTypeModifier and TypeMethodDescriptionHttpSecuritySupportingManagedObjectImpl.loadHttpSecuritySupportingManagedObjectType(BiFunction<ManagedObjectSource<?, ?>, PropertyList, ManagedObjectType<?>> managedObjectTypeLoader) Loads theHttpSecuritySupportingManagedObjectType.Constructors in net.officefloor.web.security.type with parameters of type ManagedObjectTypeModifierConstructorDescriptionHttpSecurityTypeImpl(Class<A> authenticationType, HttpAuthenticationFactory<A, C> httpAuthenticationFactory, Class<AC> accessControlType, HttpAccessControlFactory<AC> httpAccessControlFactory, Class<C> credentialsType, ManagedObjectType<O> moAccessControlType, HttpSecuritySupportingManagedObjectType<?>[] supportingManagedObjectTypes) Initiate.