|
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.User
public class User
A User is an individual who can participate in process instances and tasks
Constructor Summary | |
---|---|
User()
|
|
User(Role[] roleMemberships,
long id,
java.lang.String name)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
long |
getId()
Gets the id value for this User. |
java.lang.String |
getName()
Gets the name value for this User. |
Role[] |
getRoleMemberships()
Gets the roleMemberships value for this User. |
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()
|
void |
setId(long id)
Sets the id value for this User. |
void |
setName(java.lang.String name)
Sets the name value for this User. |
void |
setRoleMemberships(Role[] roleMemberships)
Sets the roleMemberships value for this User. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public User()
public User(Role[] roleMemberships, long id, java.lang.String name)
Method Detail |
---|
public Role[] getRoleMemberships()
public void setRoleMemberships(Role[] roleMemberships)
roleMemberships
- * RoleMemberships contains the roles to which this user belongs.
A user's
roles can determine what actions they are allowed to
perform in WLE
and which process instances and tasks they can interact
with.public long getId()
public void setId(long id)
id
- * The environment specific identifier of the userpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- * The name of the user.
Can be missing or nil if the User is only partially
loaded.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 |