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() |
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.
|
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()
Boolean getForceAction()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.