public interface PeopleFlowMemberContract
| Modifier and Type | Method and Description |
|---|---|
ActionRequestPolicy |
getActionRequestPolicy()
Returns the action request policy to use for this people flow member.
|
List<? extends PeopleFlowDelegateContract> |
getDelegates() |
String |
getMemberId() |
MemberType |
getMemberType() |
int |
getPriority() |
String |
getResponsibilityId()
Returns the responsibility id of this member.
|
String getMemberId()
MemberType of the
instance.MemberType getMemberType()
MemberType of this member. Never null.ActionRequestPolicy getActionRequestPolicy()
MemberType is ROLE. If the member type is anything else, this value will not
be considered and should ideally be set to nullint getPriority()
String getResponsibilityId()
List<? extends PeopleFlowDelegateContract> getDelegates()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.