Package net.officefloor.compile.spi.managedfunction.source
-
Interface Summary Interface Description FunctionNamespaceBuilder ManagedFunctionEscalationTypeBuilder Provides means for theManagedFunctionSource
to provide atype definition
of a possibleEscalationFlow
by theManagedFunction
.ManagedFunctionFlowTypeBuilder<F extends java.lang.Enum<F>> Provides means for theManagedFunctionSource
to provide atype definition
of a possibleFlow
instigated by theManagedFunction
.ManagedFunctionObjectTypeBuilder<M extends java.lang.Enum<M>> Provides means for theManagedFunctionSource
to provide atype definition
of a dependencyObject
required by theManagedFunction
.ManagedFunctionSource Sources theFunctionNamespaceType
.ManagedFunctionSourceContext Context for loading aFunctionNamespaceType
.ManagedFunctionSourceProperty Property of theManagedFunctionSourceSpecification
.ManagedFunctionSourceSpecification Provides the specification of theManagedFunctionSource
.ManagedFunctionTypeBuilder<D extends java.lang.Enum<D>,F extends java.lang.Enum<F>>