public final class PeopleFlowDefinition extends AbstractDataTransferObject implements PeopleFlowContract
| Modifier and Type | Class and Description |
|---|---|
static class |
PeopleFlowDefinition.Builder
A builder which can be used to construct
PeopleFlowDefinition instances. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getDescription() |
String |
getId() |
List<PeopleFlowMember> |
getMembers()
Returns the list of members for this flow, sorted from lowest to highest priority number.
|
String |
getName() |
String |
getNamespaceCode() |
String |
getTypeId() |
Long |
getVersionNumber() |
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getName()
getName in interface PeopleFlowContractPeopleFlowContract. Will never be null.public Map<String,String> getAttributes()
getAttributes in interface PeopleFlowContractPeopleFlowContract. Will never return null.public String getNamespaceCode()
getNamespaceCode in interface PeopleFlowContractPeopleFlowContract. Will never be null.public String getTypeId()
getTypeId in interface PeopleFlowContractPeopleFlowContract. Will never be null.public String getDescription()
getDescription in interface PeopleFlowContractPeopleFlowContract. May be null, but not empty.public List<PeopleFlowMember> getMembers()
PeopleFlowContractgetMembers in interface PeopleFlowContractPeopleFlowMemberContracts for this PeopleFlowContract. Will never return null.public String getId()
getId in interface Identifiablepublic boolean isActive()
isActive in interface Inactivatablepublic Long getVersionNumber()
getVersionNumber in interface VersionedCopyright © 2005–2018 The Kuali Foundation. All rights reserved.