Uses of Interface
net.officefloor.frame.api.governance.GovernanceContext
-
Packages that use GovernanceContext Package Description net.officefloor.frame.api.governance net.officefloor.frame.internal.structure net.officefloor.plugin.governance.clazz net.officefloor.spring.data -
-
Uses of GovernanceContext in net.officefloor.frame.api.governance
Methods in net.officefloor.frame.api.governance with parameters of type GovernanceContext Modifier and Type Method Description void
Governance. disregardGovernance(GovernanceContext<F> context)
DisregardGovernance
of theManagedObject
instances.void
Governance. enforceGovernance(GovernanceContext<F> context)
void
Governance. governManagedObject(E managedObjectExtension, GovernanceContext<F> context)
Registers theManagedObject
forGovernance
. -
Uses of GovernanceContext in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type GovernanceContext Modifier and Type Method Description FunctionState
GovernanceActivity. doActivity(GovernanceContext<F> context)
Undertakes theGovernance
activity. -
Uses of GovernanceContext in net.officefloor.plugin.governance.clazz
Methods in net.officefloor.plugin.governance.clazz with parameters of type GovernanceContext Modifier and Type Method Description void
ClassGovernance. disregardGovernance(GovernanceContext<Indexed> context)
void
ClassGovernance. enforceGovernance(GovernanceContext<Indexed> context)
void
ClassGovernance. governManagedObject(java.lang.Object extensionInterface, GovernanceContext<Indexed> context)
-
Uses of GovernanceContext in net.officefloor.spring.data
Methods in net.officefloor.spring.data with parameters of type GovernanceContext Modifier and Type Method Description void
SpringDataTransactionGovernance. disregardGovernance(GovernanceContext<None> context)
void
SpringDataTransactionGovernance. enforceGovernance(GovernanceContext<None> context)
void
SpringDataTransactionGovernance. governManagedObject(org.springframework.transaction.PlatformTransactionManager managedObjectExtension, GovernanceContext<None> context)
-