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 voidGovernance. disregardGovernance(GovernanceContext<F> context)DisregardGovernanceof theManagedObjectinstances.voidGovernance. enforceGovernance(GovernanceContext<F> context)voidGovernance. governManagedObject(E managedObjectExtension, GovernanceContext<F> context)Registers theManagedObjectforGovernance. -
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 FunctionStateGovernanceActivity. doActivity(GovernanceContext<F> context)Undertakes theGovernanceactivity. -
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 voidClassGovernance. disregardGovernance(GovernanceContext<Indexed> context)voidClassGovernance. enforceGovernance(GovernanceContext<Indexed> context)voidClassGovernance. 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 voidSpringDataTransactionGovernance. disregardGovernance(GovernanceContext<None> context)voidSpringDataTransactionGovernance. enforceGovernance(GovernanceContext<None> context)voidSpringDataTransactionGovernance. governManagedObject(org.springframework.transaction.PlatformTransactionManager managedObjectExtension, GovernanceContext<None> context)
-