IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class ActionPermission

java.lang.Object
  extended by com.lombardisoftware.webapi.ActionPermission
All Implemented Interfaces:
java.io.Serializable

public class ActionPermission
extends java.lang.Object
implements java.io.Serializable

An ActionPermission describes whether or not the authenticated user can execute a particular action associated with a process instance or task.

See Also:
Serialized Form

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

ActionPermission

public ActionPermission()

ActionPermission

public ActionPermission(Action action,
                        boolean canExecute)
Method Detail

getAction

public Action getAction()
Gets the action value for this ActionPermission.

Returns:
action

setAction

public void setAction(Action action)
Sets the action value for this ActionPermission.

Parameters:
action -

isCanExecute

public boolean isCanExecute()
Gets the canExecute value for this ActionPermission.

Returns:
canExecute

setCanExecute

public void setCanExecute(boolean canExecute)
Sets the canExecute value for this ActionPermission.

Parameters:
canExecute -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.