|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.peopleflow.PeopleFlowDefinition
public final class PeopleFlowDefinition
| Nested Class Summary | |
|---|---|
static class |
PeopleFlowDefinition.Builder
A builder which can be used to construct PeopleFlowDefinition instances. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public 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()
PeopleFlowContract
getMembers in interface PeopleFlowContractPeopleFlowMemberContracts for this PeopleFlowContract. Will never return null.public String getId()
Identifiable
getId in interface Identifiablepublic boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic Long getVersionNumber()
Versioned
getVersionNumber in interface Versioned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||