|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
---|---|
edu.sampleu.travel.workflow | |
org.kuali.rice.ken.kew | |
org.kuali.rice.kew.rule | |
org.kuali.rice.kew.rule.bo |
Uses of Role in edu.sampleu.travel.workflow |
---|
Fields in edu.sampleu.travel.workflow declared as Role | |
---|---|
private static Role |
EmployeeAttribute.DIRECTOR_ROLE
|
private static Role |
EmployeeAttribute.EMPLOYEE_ROLE
|
private static Role |
AccountAttribute.FISCAL_OFFICER_ROLE
|
private static Role |
EmployeeAttribute.SUPERVISOR_ROLE
|
Fields in edu.sampleu.travel.workflow with type parameters of type Role | |
---|---|
private static List<Role> |
AccountAttribute.ROLES
|
private static List<Role> |
EmployeeAttribute.ROLES
|
Methods in edu.sampleu.travel.workflow that return types with arguments of type Role | |
---|---|
List<Role> |
AccountAttribute.getRoleNames()
|
List<Role> |
EmployeeAttribute.getRoleNames()
|
Uses of Role in org.kuali.rice.ken.kew |
---|
Fields in org.kuali.rice.ken.kew with type parameters of type Role | |
---|---|
private static List<Role> |
ChannelReviewerRoleAttribute.SUPPORTED_ROLES
|
Methods in org.kuali.rice.ken.kew that return types with arguments of type Role | |
---|---|
List<Role> |
ChannelReviewerRoleAttribute.getRoleNames()
|
Uses of Role in org.kuali.rice.kew.rule |
---|
Fields in org.kuali.rice.kew.rule declared as Role | |
---|---|
private static Role |
RoutedByUserRoleAttribute.ROLE
|
private static Role |
InitiatorRoleAttribute.ROLE
|
Fields in org.kuali.rice.kew.rule with type parameters of type Role | |
---|---|
protected List<Role> |
UnqualifiedRoleAttribute.roles
|
private static List<Role> |
RoutedByUserRoleAttribute.ROLES
|
private static List<Role> |
InitiatorRoleAttribute.ROLES
|
Methods in org.kuali.rice.kew.rule that return types with arguments of type Role | |
---|---|
List<Role> |
WorkgroupRoleAttribute.getRoleNames()
|
List<Role> |
UnqualifiedRoleAttribute.getRoleNames()
|
List<Role> |
PrincipalIdRoleAttribute.getRoleNames()
|
List<Role> |
NetworkIdRoleAttribute.getRoleNames()
|
List<Role> |
RoleAttribute.getRoleNames()
List of Role s this RoleAttribute supports |
List<Role> |
UniversityIdRoleAttribute.getRoleNames()
|
Constructor parameters in org.kuali.rice.kew.rule with type arguments of type Role | |
---|---|
UnqualifiedRoleAttribute(List<Role> roles)
Constructor for subclasses that can provide a role list at construction time |
Uses of Role in org.kuali.rice.kew.rule.bo |
---|
Methods in org.kuali.rice.kew.rule.bo that return types with arguments of type Role | |
---|---|
List<Role> |
RuleTemplate.getRoles()
Returns a List of Roles from all RoleAttributes attached to this template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |