jBPM Console NG - Human Tasks API 6.2.0.CR4

org.jbpm.console.ng.ht.model
Class User

java.lang.Object
  extended by org.jbpm.console.ng.ht.model.IdentitySummary
      extended by org.jbpm.console.ng.ht.model.User
All Implemented Interfaces:
Serializable

@Portable
public class User
extends IdentitySummary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.console.ng.ht.model.IdentitySummary
id, SEPARATOR, SEPARATOR_REGEX
 
Constructor Summary
User()
           
User(String description)
           
 
Method Summary
 List<Group> getGroups()
           
 String getId()
           
 List<TypeRole> getTypesRole()
           
 void setGroups(List<Group> groups)
           
 void setTypesRole(List<TypeRole> typesRole)
           
 String toString()
           
 
Methods inherited from class org.jbpm.console.ng.ht.model.IdentitySummary
getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(String description)
Method Detail

getId

public String getId()
Overrides:
getId in class IdentitySummary

getTypesRole

public List<TypeRole> getTypesRole()

setTypesRole

public void setTypesRole(List<TypeRole> typesRole)

getGroups

public List<Group> getGroups()

setGroups

public void setGroups(List<Group> groups)

toString

public String toString()
Overrides:
toString in class Object

jBPM Console NG - Human Tasks API 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.