Package org.bonitasoft.engine.core.form
Interface AuthorizationRuleMapping
-
- All Known Implementing Classes:
AuthorizationRuleMappingImpl,ManagerInvolvedAuthorizationRuleMappingImpl
public interface AuthorizationRuleMapping- Author:
- Laurent Leseigneur
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getProcessOverviewRuleKeys()java.util.List<java.lang.String>getProcessStartRuleKeys()java.util.List<java.lang.String>getTaskRuleKeys()
-
-
-
Method Detail
-
getProcessStartRuleKeys
java.util.List<java.lang.String> getProcessStartRuleKeys()
- Returns:
- a list of rule identifiers applied when a form or page is used to start a process
-
getProcessOverviewRuleKeys
java.util.List<java.lang.String> getProcessOverviewRuleKeys()
- Returns:
- a list of rule identifiers applied when a form or page is used to display process overview
-
getTaskRuleKeys
java.util.List<java.lang.String> getTaskRuleKeys()
- Returns:
- a list of rule identifiers applied when a form or page is used to execute a task
-
-