|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.ActionPermission
public class ActionPermission
An ActionPermission describes whether or not the authenticated user can execute a particular action associated with a process instance or task.
Constructor Summary | |
---|---|
ActionPermission()
|
|
ActionPermission(Action action,
boolean canExecute)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Action |
getAction()
Gets the action value for this ActionPermission. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isCanExecute()
Gets the canExecute value for this ActionPermission. |
void |
setAction(Action action)
Sets the action value for this ActionPermission. |
void |
setCanExecute(boolean canExecute)
Sets the canExecute value for this ActionPermission. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionPermission()
public ActionPermission(Action action, boolean canExecute)
Method Detail |
---|
public Action getAction()
public void setAction(Action action)
action
- public boolean isCanExecute()
public void setCanExecute(boolean canExecute)
canExecute
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |