|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kew.api.action.ActionSet
public final class ActionSet
Specifies a set of Action codes.
Nested Class Summary | |
---|---|
static class |
ActionSet.Builder
A builder which can be used to construct ActionSet instances. |
Method Summary | |
---|---|
boolean |
addAcknowledge()
Deprecated. As of release 2.1.2 addAcknowledge should be performed using { @link ActionSet.Builder#addAcknowledge } |
boolean |
addAction(String actionCode)
Deprecated. As of release 2.1.2 addAction should be performed using { @link ActionSet.Builder#addAction } |
boolean |
addApprove()
Deprecated. As of release 2.1.2 addApprove should be performed using { @link ActionSet.Builder#addApprove } |
boolean |
addCancel()
Deprecated. As of release 2.1.2 addCancel should be performed using { @link ActionSet.Builder#addCancel } |
boolean |
addComplete()
Deprecated. As of release 2.1.2 addComplete should be performed using { @link ActionSet.Builder#addComplete } |
boolean |
addDisapprove()
Deprecated. As of release 2.1.2 addDisapprove should be performed using { @link ActionSet.Builder#addDisapprove } |
boolean |
addFyi()
Deprecated. As of release 2.1.2 addFyi should be performed using { @link ActionSet.Builder#addFyi } |
boolean |
addRouted()
Deprecated. As of release 2.1.2 addRouted should be performed using { @link ActionSet.Builder#addRouted } |
boolean |
hasAcknowledge()
|
boolean |
hasAction(String actionCode)
|
boolean |
hasApprove()
|
boolean |
hasCancel()
|
boolean |
hasComplete()
|
boolean |
hasDisapprove()
|
boolean |
hasFyi()
|
boolean |
hasRouted()
|
boolean |
removeAction(String actionCode)
Deprecated. As of release 2.1.2 removeAction should be performed using { @link ActionSet.Builder#removeAction } |
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 boolean hasAction(String actionCode)
hasAction
in interface ActionSetContract
@Deprecated public boolean addAction(String actionCode)
addAction
in interface ActionSetContract
actionCode
-
@Deprecated public boolean removeAction(String actionCode)
removeAction
in interface ActionSetContract
actionCode
-
public boolean hasApprove()
hasApprove
in interface ActionSetContract
public boolean hasComplete()
hasComplete
in interface ActionSetContract
public boolean hasAcknowledge()
hasAcknowledge
in interface ActionSetContract
public boolean hasFyi()
hasFyi
in interface ActionSetContract
public boolean hasDisapprove()
hasDisapprove
in interface ActionSetContract
public boolean hasCancel()
hasCancel
in interface ActionSetContract
public boolean hasRouted()
hasRouted
in interface ActionSetContract
@Deprecated public boolean addApprove()
addApprove
in interface ActionSetContract
@Deprecated public boolean addComplete()
addComplete
in interface ActionSetContract
@Deprecated public boolean addAcknowledge()
addAcknowledge
in interface ActionSetContract
@Deprecated public boolean addFyi()
addFyi
in interface ActionSetContract
@Deprecated public boolean addDisapprove()
addDisapprove
in interface ActionSetContract
@Deprecated public boolean addCancel()
addCancel
in interface ActionSetContract
@Deprecated public boolean addRouted()
addRouted
in interface ActionSetContract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |