| org.emforge.jbpm.BpmSystemRole
BpmSystemRole | public enum BpmSystemRole (Code) | | Contains all EmForge BPM system roles
author: szakusov, 28.02.2008: Implemented to keep all EmForge BPM system roles in one place |
Field Summary | |
Enum Constant | OWNER |
OWNER | Enum Constant OWNER(Code) | | |
getVariableName | public String getVariableName()(Code) | | Variable name |
getVariableName | public static String getVariableName(String i_roleName)(Code) | | Parameters: i_roleName - a role name to get related variable name Variable name or empty value if specified role is not a system role |
isSystemRole | public static boolean isSystemRole(String i_roleName)(Code) | | Parameters: i_roleName - a role name to check True if the specified role is system role |
|
|