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()
The unique identifier for an object.
|
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()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
public String getName()
getName
in interface PeopleFlowContract
PeopleFlowContract
. Will never be null.public Map<String,String> getAttributes()
getAttributes
in interface PeopleFlowContract
PeopleFlowContract
. Will never return null.public String getNamespaceCode()
getNamespaceCode
in interface PeopleFlowContract
PeopleFlowContract
. Will never be null.public String getTypeId()
getTypeId
in interface PeopleFlowContract
PeopleFlowContract
. Will never be null.public String getDescription()
getDescription
in interface PeopleFlowContract
PeopleFlowContract
. May be null, but not empty.public List<PeopleFlowMember> getMembers()
PeopleFlowContract
getMembers
in interface PeopleFlowContract
PeopleFlowMemberContract
s for this PeopleFlowContract
. Will never return null.public String getId()
Identifiable
getId
in interface Identifiable
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.