Uses of Interface
net.officefloor.frame.api.governance.GovernanceContext
Packages that use GovernanceContext
Package
Description
-
Uses of GovernanceContext in net.officefloor.frame.api.governance
Methods in net.officefloor.frame.api.governance with parameters of type GovernanceContextModifier and TypeMethodDescriptionvoidGovernance.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 GovernanceContextModifier and TypeMethodDescriptionGovernanceActivity.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 GovernanceContextModifier and TypeMethodDescriptionvoidClassGovernance.disregardGovernance(GovernanceContext<Indexed> context) voidClassGovernance.enforceGovernance(GovernanceContext<Indexed> context) voidClassGovernance.governManagedObject(Object extensionInterface, GovernanceContext<Indexed> context) -
Uses of GovernanceContext in net.officefloor.spring.data
Methods in net.officefloor.spring.data with parameters of type GovernanceContextModifier and TypeMethodDescriptionvoidSpringDataTransactionGovernance.disregardGovernance(GovernanceContext<None> context) voidSpringDataTransactionGovernance.enforceGovernance(GovernanceContext<None> context) voidSpringDataTransactionGovernance.governManagedObject(org.springframework.transaction.PlatformTransactionManager managedObjectExtension, GovernanceContext<None> context) -
Uses of GovernanceContext in net.officefloor.spring.starter.rest.data
Methods in net.officefloor.spring.starter.rest.data with parameters of type GovernanceContextModifier and TypeMethodDescriptionvoidSpringDataTransactionGovernance.disregardGovernance(GovernanceContext<None> context) voidSpringDataTransactionGovernance.enforceGovernance(GovernanceContext<None> context) voidSpringDataTransactionGovernance.governManagedObject(org.springframework.data.repository.Repository<?, ?> repository, GovernanceContext<None> context)