public final class PeopleFlowDelegate extends AbstractDataTransferObject implements PeopleFlowDelegateContract
Modifier and Type | Class and Description |
---|---|
static class |
PeopleFlowDelegate.Builder
A builder which can be used to construct
PeopleFlowDelegate instances. |
Modifier and Type | Method and Description |
---|---|
ActionRequestPolicy |
getActionRequestPolicy()
Returns the action request policy to use for this people flow member.
|
DelegationType |
getDelegationType() |
String |
getMemberId() |
MemberType |
getMemberType() |
String |
getResponsibilityId()
Returns the responsibility id of this people flow delegate member.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getMemberId()
getMemberId
in interface PeopleFlowDelegateContract
public MemberType getMemberType()
getMemberType
in interface PeopleFlowDelegateContract
public ActionRequestPolicy getActionRequestPolicy()
PeopleFlowDelegateContract
MemberType
is ROLE
. If the member type is anything else, this value will not
be considered and should ideally be set to nullgetActionRequestPolicy
in interface PeopleFlowDelegateContract
public DelegationType getDelegationType()
getDelegationType
in interface PeopleFlowDelegateContract
public String getResponsibilityId()
PeopleFlowDelegateContract
getResponsibilityId
in interface PeopleFlowDelegateContract
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.