Uses of Interface
net.officefloor.frame.internal.structure.GovernanceActivity
-
Packages that use GovernanceActivity Package Description net.officefloor.frame.impl.execute.flow net.officefloor.frame.impl.execute.governance net.officefloor.frame.internal.structure -
-
Uses of GovernanceActivity in net.officefloor.frame.impl.execute.flow
Methods in net.officefloor.frame.impl.execute.flow with parameters of type GovernanceActivity Modifier and Type Method Description <F extends java.lang.Enum<F>>
ManagedFunctionContainerFlowImpl. createGovernanceFunction(GovernanceActivity<F> governanceActivity, GovernanceMetaData<?,F> governanceMetaData)
-
Uses of GovernanceActivity in net.officefloor.frame.impl.execute.governance
Methods in net.officefloor.frame.impl.execute.governance with parameters of type GovernanceActivity Modifier and Type Method Description ManagedFunctionLogic
GovernanceMetaDataImpl. createGovernanceFunctionLogic(GovernanceActivity<F> activity)
-
Uses of GovernanceActivity in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type GovernanceActivity Modifier and Type Method Description <F extends java.lang.Enum<F>>
ManagedFunctionContainerFlow. createGovernanceFunction(GovernanceActivity<F> governanceActivity, GovernanceMetaData<?,F> governanceMetaData)
ManagedFunctionLogic
GovernanceMetaData. createGovernanceFunctionLogic(GovernanceActivity<F> activity)
Creates theManagedFunctionContainer
for theGovernanceActivity
.
-