Package | Description |
---|---|
edu.sampleu.travel.workflow | |
org.kuali.rice.ken.kew | |
org.kuali.rice.kew.api.rule |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.kew.framework.rule.attribute |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.kew.impl.rule.attribute | |
org.kuali.rice.kew.rule | |
org.kuali.rice.kew.rule.bo | |
org.kuali.rice.kew.rule.web |
Modifier and Type | Method and Description |
---|---|
List<RoleName> |
EmployeeAttribute.getRoleNames() |
List<RoleName> |
AccountAttribute.getRoleNames() |
Modifier and Type | Method and Description |
---|---|
List<RoleName> |
ChannelReviewerRoleAttribute.getRoleNames() |
Modifier and Type | Method and Description |
---|---|
RoleName |
RoleName.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<RoleName> |
WorkflowRuleAttributeHandlerService.getRoleNames(ExtensionDefinition extensionDefinition)
Gets a List of
RoleName objects produced by the RoleAttribute defined by the given extension definition. |
Modifier and Type | Method and Description |
---|---|
List<RoleName> |
WorkflowRuleAttributeHandlerServiceImpl.getRoleNames(ExtensionDefinition extensionDefinition) |
Modifier and Type | Field and Description |
---|---|
protected List<RoleName> |
UnqualifiedRoleAttribute.roles |
Modifier and Type | Method and Description |
---|---|
List<RoleName> |
WorkgroupRoleAttribute.getRoleNames() |
List<RoleName> |
UnqualifiedRoleAttribute.getRoleNames() |
List<RoleName> |
UniversityIdRoleAttribute.getRoleNames() |
List<RoleName> |
RoleAttribute.getRoleNames()
List of
RoleName s this RoleAttribute supports |
List<RoleName> |
PrincipalIdRoleAttribute.getRoleNames() |
List<RoleName> |
NetworkIdRoleAttribute.getRoleNames() |
List<RoleName> |
WorkflowRuleAttributeMediatorImpl.getRoleNames(RuleTemplateAttributeBo ruleTemplateAttribute) |
List<RoleName> |
WorkflowRuleAttributeMediator.getRoleNames(RuleTemplateAttributeBo ruleTemplateAttribute)
Returns the list of role names as defined on the
RoleAttribute defined by the given rule template
attribute. |
Constructor and Description |
---|
UnqualifiedRoleAttribute(List<RoleName> roles)
Constructor for subclasses that can provide a role list at construction time
|
Modifier and Type | Method and Description |
---|---|
List<RoleName> |
RuleTemplateBo.getRoles()
Returns a List of Roles from all RoleAttributes attached to this template.
|
Modifier and Type | Method and Description |
---|---|
List<RoleName> |
WebRuleBaseValues.getRoles() |
List<RoleName> |
WebRuleBaseValues.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
WebRuleBaseValues.setRoles(List<RoleName> roles) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.