Class PeopleFlowDelegate
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.peopleflow.PeopleFlowDelegate
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,PeopleFlowDelegateContract
public final class PeopleFlowDelegate
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements PeopleFlowDelegateContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructPeopleFlowDelegateinstances. -
Method Summary
Modifier and TypeMethodDescriptionReturns the action request policy to use for this people flow member.org.kuali.rice.core.api.delegation.DelegationTypeorg.kuali.rice.core.api.membership.MemberTypeReturns the responsibility id of this people flow delegate member.Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getMemberId
- Specified by:
getMemberIdin interfacePeopleFlowDelegateContract
-
getMemberType
public org.kuali.rice.core.api.membership.MemberType getMemberType()- Specified by:
getMemberTypein interfacePeopleFlowDelegateContract
-
getActionRequestPolicy
Description copied from interface:PeopleFlowDelegateContractReturns the action request policy to use for this people flow member. This value is only applicable in the case where theMemberTypeisROLE. If the member type is anything else, this value will not be considered and should ideally be set to null- Specified by:
getActionRequestPolicyin interfacePeopleFlowDelegateContract- Returns:
- the action request policy to use for this people flow member if it is a role member, null if this member has no request policy
-
getDelegationType
public org.kuali.rice.core.api.delegation.DelegationType getDelegationType()- Specified by:
getDelegationTypein interfacePeopleFlowDelegateContract
-
getResponsibilityId
Description copied from interface:PeopleFlowDelegateContractReturns the responsibility id of this people flow delegate member. This is a unique id which KEW can use to help identify and track the responsibility represented by this delegation. It will be associated with any action requests that are generated from this people flow delegation.- Specified by:
getResponsibilityIdin interfacePeopleFlowDelegateContract- Returns:
- the responsibility id for this people flow membership delegate
-