Class PeopleFlowDefinition
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kew.api.peopleflow.PeopleFlowDefinition
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.common.active.Inactivatable,org.kuali.rice.core.api.mo.common.Identifiable,org.kuali.rice.core.api.mo.common.Versioned,org.kuali.rice.core.api.mo.ModelObjectBasic,org.kuali.rice.core.api.mo.ModelObjectComplete,PeopleFlowContract
public final class PeopleFlowDefinition
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements PeopleFlowContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructPeopleFlowDefinitioninstances. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getName
- Specified by:
getNamein interfacePeopleFlowContract- Returns:
- the name for this
PeopleFlowContract. Will never be null.
-
getAttributes
- Specified by:
getAttributesin interfacePeopleFlowContract- Returns:
- the attributes for this
PeopleFlowContract. Will never return null.
-
getNamespaceCode
- Specified by:
getNamespaceCodein interfacePeopleFlowContract- Returns:
- the namespace for this
PeopleFlowContract. Will never be null.
-
getTypeId
- Specified by:
getTypeIdin interfacePeopleFlowContract- Returns:
- the type id for this
PeopleFlowContract. Will never be null.
-
getDescription
- Specified by:
getDescriptionin interfacePeopleFlowContract- Returns:
- the name for this
PeopleFlowContract. May be null, but not empty.
-
getMembers
Description copied from interface:PeopleFlowContractReturns the list of members for this flow, sorted from lowest to highest priority number.- Specified by:
getMembersin interfacePeopleFlowContract- Returns:
- the
PeopleFlowMemberContracts for thisPeopleFlowContract. Will never return null.
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-