public final class PeopleFlowMember extends AbstractDataTransferObject implements PeopleFlowMemberContract
| Modifier and Type | Class and Description |
|---|---|
static class |
PeopleFlowMember.Builder
A builder which can be used to construct
PeopleFlowMember instances. |
| Modifier and Type | Method and Description |
|---|---|
ActionRequestPolicy |
getActionRequestPolicy()
Returns the action request policy to use for this people flow member.
|
List<PeopleFlowDelegate> |
getDelegates() |
Boolean |
getForceAction()
Force Action specifies that the requests for this member must be acted on even if the member has already taken
that action in the workflow.
|
String |
getMemberId() |
MemberType |
getMemberType() |
int |
getPriority() |
String |
getResponsibilityId()
Returns the responsibility id of this member.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getMemberId()
getMemberId in interface PeopleFlowMemberContractMemberType of the
instance.public MemberType getMemberType()
getMemberType in interface PeopleFlowMemberContractMemberType of this member. Never null.public ActionRequestPolicy getActionRequestPolicy()
PeopleFlowMemberContractMemberType is ROLE. If the member type is anything else, this value will not
be considered and should ideally be set to nullgetActionRequestPolicy in interface PeopleFlowMemberContractpublic String getResponsibilityId()
PeopleFlowMemberContractgetResponsibilityId in interface PeopleFlowMemberContractpublic int getPriority()
getPriority in interface PeopleFlowMemberContractpublic List<PeopleFlowDelegate> getDelegates()
getDelegates in interface PeopleFlowMemberContractpublic Boolean getForceAction()
PeopleFlowMemberContractgetForceAction in interface PeopleFlowMemberContractCopyright © 2005–2015 The Kuali Foundation. All rights reserved.