public interface GovernanceManager
Governance
.Modifier and Type | Method and Description |
---|---|
void |
activateGovernance()
Triggers activating the
Governance . |
void |
disregardGovernance()
Triggers disregarding the
Governance . |
void |
enforceGovernance()
Triggers enforcing the
Governance . |
void activateGovernance()
Triggers activating the Governance
.
The activation may not have completed on the return of this method. The
Governance
will however be active before the next Task
is
executed.
void enforceGovernance()
Triggers enforcing the Governance
.
The enforcement may not have completed on the return of this method. The
Governance
will however be enforced before the next Task
is executed or end of ProcessState
.
void disregardGovernance()
Triggers disregarding the Governance
.
The Governance
may not have been disregarded on the return of
this method. The Governance
will however be disregarded before
the next Task
is executed or end of ProcessState
.
Copyright © 2005–2016. All rights reserved.