|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kew.user.WorkflowUserId
PrincipalId
instead
public class WorkflowUserId
A unique user Id which is generated by the application.
Constructor Summary | |
---|---|
WorkflowUserId()
Deprecated. |
|
WorkflowUserId(String workflowId)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. If you make this class non-final, you must rewrite equals to work for subclasses. |
String |
getId()
Deprecated. Returns the value of the id as a String |
String |
getWorkflowId()
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
isEmpty()
Deprecated. Returns true if this userId has an empty value. |
void |
setWorkflowId(String workflowId)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WorkflowUserId(String workflowId)
public WorkflowUserId()
Method Detail |
---|
public String getId()
UserId
getId
in interface UserId
public String getWorkflowId()
public void setWorkflowId(String workflowId)
public boolean isEmpty()
isEmpty
in interface Id
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |