Uses of Interface
net.officefloor.compile.managedobject.ManagedObjectType
-
-
Uses of ManagedObjectType in net.officefloor.compile
Methods in net.officefloor.compile that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
TypeLoader. loadManagedObjectType(java.lang.String managedObjectName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
. -
Uses of ManagedObjectType in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
OfficeFloorCompilerImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
-
Uses of ManagedObjectType in net.officefloor.compile.impl.managedobject
Classes in net.officefloor.compile.impl.managedobject that implement ManagedObjectType Modifier and Type Class Description class
ManagedObjectTypeImpl<D extends java.lang.Enum<D>>
ManagedObjectType
implementation.Methods in net.officefloor.compile.impl.managedobject that return ManagedObjectType Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectType<D>ManagedObjectLoaderImpl. loadManagedObjectType(java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
<D extends java.lang.Enum<D>,F extends java.lang.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 ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
OfficeSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
ManagedObjectType<?>
OfficeSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
-
Uses of ManagedObjectType in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
OfficeFloorSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
ManagedObjectType<?>
OfficeFloorSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
-
Uses of ManagedObjectType in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
SectionSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
ManagedObjectType<?>
SectionSourceContextImpl. loadManagedObjectType(java.lang.String managedObjectSourceName, ManagedObjectSource<?,?> managedObjectSource, PropertyList properties)
-
Uses of ManagedObjectType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
CompileContextImpl. getOrLoadManagedObjectType(ManagedObjectSourceNode managedObjectSourceNode)
ManagedObjectType<?>
ManagedObjectSourceNodeImpl. loadManagedObjectType(CompileContext compileContext)
Methods in net.officefloor.compile.impl.structure with parameters of type ManagedObjectType Modifier and Type Method Description void
ManagedObjectPoolNodeImpl. buildManagedObjectPool(ManagedObjectBuilder<?> builder, ManagedObjectType<?> managedObjectType, CompileContext compileContext)
void
OfficeFloorNodeImpl. 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 ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
CompileContext. getOrLoadManagedObjectType(ManagedObjectSourceNode managedObjectSourceNode)
Obtains the existing or loads theManagedObjectType
for theManagedObjectSourceNode
.ManagedObjectType<?>
ManagedObjectSourceNode. loadManagedObjectType(CompileContext compileContext)
Loads theManagedObjectType
.Methods in net.officefloor.compile.internal.structure with parameters of type ManagedObjectType Modifier and Type Method Description void
ManagedObjectPoolNode. buildManagedObjectPool(ManagedObjectBuilder<?> managedObjectBuilder, ManagedObjectType<?> managedObjectType, CompileContext compileContext)
BuildsManagedObjectPool
for thisManagedObjectPoolNode
.void
ManagedObjectSourceVisitor. 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 ManagedObjectType Modifier and Type Method Description <D extends java.lang.Enum<D>,F extends java.lang.Enum<F>,MS extends ManagedObjectSource<D,F>>
ManagedObjectType<D>ManagedObjectLoader. loadManagedObjectType(java.lang.Class<MS> managedObjectSourceClass, PropertyList propertyList)
Loads and returns theManagedObjectType
for theManagedObjectSource
.<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>
ManagedObjectType<D>ManagedObjectLoader. loadManagedObjectType(ManagedObjectSource<D,F> managedObjectSource, PropertyList propertyList)
Loads and returns theManagedObjectType
for theManagedObjectSource
. -
Uses of ManagedObjectType in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
ExecutionManagedObject. getManagedObjectType()
Obtains theManagedObjectType
for theManagedObject
. -
Uses of ManagedObjectType in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
OfficeSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
.ManagedObjectType<?>
OfficeSourceContext. loadManagedObjectType(java.lang.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 ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
ManagedObjectSourceAugmentorContext. getManagedObjectType()
Obtains theManagedObjectType
of theManagedObjectSource
. -
Uses of ManagedObjectType in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
OfficeFloorSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
.ManagedObjectType<?>
OfficeFloorSourceContext. loadManagedObjectType(java.lang.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 ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
SectionSourceContext. loadManagedObjectType(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties)
Loads theManagedObjectType
.ManagedObjectType<?>
SectionSourceContext. loadManagedObjectType(java.lang.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 ManagedObjectType Modifier and Type Method Description <D extends java.lang.Enum<D>>
ManagedObjectType<D>ManagedObjectTypeBuilder. build()
Builds theManagedObjectType
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. loadManagedObjectType(java.lang.Class<S> managedObjectSourceClass, java.lang.ClassLoader classLoader, java.lang.String... propertyNameValues)
Loads theManagedObjectType
from theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. loadManagedObjectType(java.lang.Class<S> managedObjectSourceClass, java.lang.String... propertyNameValues)
Convenience method to load theManagedObjectType
from theManagedObjectSource
utilising theClassLoader
from the inputManagedObjectSource
class.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. loadManagedObjectType(ManagedObjectSource<M,F> managedObjectSource, java.lang.String... propertyNameValues)
Loads theManagedObjectType
from theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>,S extends ManagedObjectSource<M,F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, java.lang.Class<S> managedObjectSourceClass, java.lang.String... propertyNameValues)
Validates theManagedObjectType
contained in theManagedObjectTypeBuilder
against theManagedObjectType
loaded from theManagedObjectSource
.static <M extends java.lang.Enum<M>,F extends java.lang.Enum<F>>
ManagedObjectType<M>ManagedObjectLoaderUtil. validateManagedObjectType(ManagedObjectTypeBuilder expectedManagedObjectType, ManagedObjectSource<M,F> managedObjectSource, java.lang.String... propertyNameValues)
Validates theManagedObjectType
contained in theManagedObjectTypeBuilder
against theManagedObjectType
loaded from theManagedObjectSource
. -
Uses of ManagedObjectType in net.officefloor.gef.section
Methods in net.officefloor.gef.section that return ManagedObjectType Modifier and Type Method Description static ManagedObjectType<?>
ManagedObjectSourceItem. loadManagedObjectType(ManagedObjectSourceItem item, EnvironmentBridge envBridge)
Loads theManagedObjectType
for theManagedObjectItem
. -
Uses of ManagedObjectType in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type ManagedObjectType Modifier and Type Method Description Change<OfficeManagedObjectModel>
OfficeChangesImpl. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, OfficeManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Change<OfficeManagedObjectSourceModel>
OfficeChangesImpl. addOfficeManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.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 ManagedObjectType Modifier and Type Method Description Change<OfficeFloorManagedObjectModel>
OfficeFloorChangesImpl. addOfficeFloorManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, OfficeFloorManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Change<OfficeFloorManagedObjectSourceModel>
OfficeFloorChangesImpl. addOfficeFloorManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.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 ManagedObjectType Modifier and Type Method Description Change<SectionManagedObjectModel>
SectionChangesImpl. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, SectionManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Change<SectionManagedObjectSourceModel>
SectionChangesImpl. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
-
Uses of ManagedObjectType in net.officefloor.model.office
Methods in net.officefloor.model.office with parameters of type ManagedObjectType Modifier and Type Method Description Change<OfficeManagedObjectModel>
OfficeChanges. addOfficeManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, OfficeManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Change<OfficeManagedObjectSourceModel>
OfficeChanges. addOfficeManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Adds anOfficeManagedObjectSourceModel
toOfficeModel
. -
Uses of ManagedObjectType in net.officefloor.model.officefloor
Methods in net.officefloor.model.officefloor with parameters of type ManagedObjectType 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<OfficeFloorManagedObjectSourceModel>
OfficeFloorChanges. addOfficeFloorManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Adds anOfficeFloorManagedObjectSourceModel
to theOfficeFloorModel
. -
Uses of ManagedObjectType in net.officefloor.model.section
Methods in net.officefloor.model.section with parameters of type ManagedObjectType Modifier and Type Method Description Change<SectionManagedObjectModel>
SectionChanges. addSectionManagedObject(java.lang.String managedObjectName, ManagedObjectScope managedObjectScope, SectionManagedObjectSourceModel managedObjectSource, ManagedObjectType<?> managedObjectType)
Change<SectionManagedObjectSourceModel>
SectionChanges. addSectionManagedObjectSource(java.lang.String managedObjectSourceName, java.lang.String managedObjectSourceClassName, PropertyList properties, long timeout, ManagedObjectType<?> managedObjectType)
Adds anSectionManagedObjectSourceModel
toSectionModel
. -
Uses of ManagedObjectType in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return ManagedObjectType Modifier and Type Method Description ManagedObjectType<?>
ClassSectionManagedObject. getManagedObjectType()
Obtains theManagedObjectType
.ManagedObjectType<?>
ObjectClassSectionLoaderContext. getManagedObjectType()
Obtains theManagedObjectType
.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type ManagedObjectType Constructor Description ClassSectionManagedObject(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 ManagedObjectType Modifier and Type Method Description HttpSecuritySupportingManagedObjectType<?>
HttpSecuritySupportingManagedObjectImpl. loadHttpSecuritySupportingManagedObjectType(java.util.function.BiFunction<ManagedObjectSource<?,?>,PropertyList,ManagedObjectType<?>> managedObjectTypeLoader)
Loads theHttpSecuritySupportingManagedObjectType
.Constructors in net.officefloor.web.security.type with parameters of type ManagedObjectType Constructor Description HttpSecurityTypeImpl(java.lang.Class<A> authenticationType, HttpAuthenticationFactory<A,C> httpAuthenticationFactory, java.lang.Class<AC> accessControlType, HttpAccessControlFactory<AC> httpAccessControlFactory, java.lang.Class<C> credentialsType, ManagedObjectType<O> moAccessControlType, HttpSecuritySupportingManagedObjectType<?>[] supportingManagedObjectTypes)
Initiate.
-