Package org.imixs.marty.team
Class TeamRoleWildcardAdapter
java.lang.Object
org.imixs.marty.team.TeamRoleWildcardAdapter
The TeamRoleWildcardAdapter replaces wildcard teamrols like:
{process:?:team}
With the corresponding orgunit name and orgunite uniqueID
{process:Finance:team}
{process:8838786e-6fda-4e0d-a76c-5ac3e0b04071:team}
This notation is supported for the ACL settings in the Modeler.
The Adapter is called by the method 'mergeValueList' from the AbstractPlugin.
- Author:
- rsoika
- See Also:
-
AbstractPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.imixs.workflow.engine.TextEvent event) This method reacts on CDI events of the type TextEvent and parses a role string with wildcards like '{process:?
-
Constructor Details
-
TeamRoleWildcardAdapter
public TeamRoleWildcardAdapter()
-
-
Method Details
-
onEvent
public void onEvent(@Observes org.imixs.workflow.engine.TextEvent event) This method reacts on CDI events of the type TextEvent and parses a role string with wildcards like '{process:?:team}' with the corresponding uniqueid
-