Class AuthorizationRuleMappingImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.form.impl.AuthorizationRuleMappingImpl
-
- All Implemented Interfaces:
AuthorizationRuleMapping
public class AuthorizationRuleMappingImpl extends java.lang.Object implements AuthorizationRuleMapping
- Author:
- Laurent Leseigneur
-
-
Constructor Summary
Constructors Constructor Description AuthorizationRuleMappingImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public java.util.List<java.lang.String> getProcessStartRuleKeys()
- Specified by:
getProcessStartRuleKeysin interfaceAuthorizationRuleMapping- Returns:
- a list of rule identifiers applied when a form or page is used to start a process
-
getProcessOverviewRuleKeys
public java.util.List<java.lang.String> getProcessOverviewRuleKeys()
- Specified by:
getProcessOverviewRuleKeysin interfaceAuthorizationRuleMapping- Returns:
- a list of rule identifiers applied when a form or page is used to display process overview
-
getTaskRuleKeys
public java.util.List<java.lang.String> getTaskRuleKeys()
- Specified by:
getTaskRuleKeysin interfaceAuthorizationRuleMapping- Returns:
- a list of rule identifiers applied when a form or page is used to execute a task
-
-