Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.api.worklist
Interface ITaskAssignee

All Superinterfaces:
java.io.Serializable

public interface ITaskAssignee
extends java.io.Serializable

Field Summary
static java.lang.String GROUP_PREFIX
           
static java.lang.String USER_PREFIX
           

 

Method Summary
 java.lang.String getEmail()
          Return email of the assignee user
 java.lang.String getGuid()
          Return guid of the assignee
 boolean getIsGroup()
          Return boolean based on assignee type (group or user)
 java.lang.String getKey()
          Returns String by concatenating assignee type (group or user) and name
 java.lang.String getName()
          Returns name of the assignee
 java.lang.String getPhone()
          Return phone of the assignee user

 

Field Detail

GROUP_PREFIX

public static final java.lang.String GROUP_PREFIX
See Also:
Constant Field Values

USER_PREFIX

public static final java.lang.String USER_PREFIX
See Also:
Constant Field Values

Method Detail

getName

public java.lang.String getName()
Returns name of the assignee
Returns:
String name of the assignee

getIsGroup

public boolean getIsGroup()
Return boolean based on assignee type (group or user)
Returns:
booelan true if the assignee is group else false

getKey

public java.lang.String getKey()
Returns String by concatenating assignee type (group or user) and name
Returns:
String concatenation of type and name

getGuid

public java.lang.String getGuid()
Return guid of the assignee
Returns:
String guid of the assignee

getPhone

public java.lang.String getPhone()
Return phone of the assignee user
Returns:
String phone of the assignee

getEmail

public java.lang.String getEmail()
Return email of the assignee user
Returns:
String email of the assignee

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.