Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.tip.pc.api.worklist
Interface ITaskAssignee

All Superinterfaces:
java.io.Serializable

Deprecated. Replaced by ITaskAssignee

public interface ITaskAssignee
extends java.io.Serializable

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

 

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

 

Field Detail

GROUP_PREFIX

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

USER_PREFIX

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

Method Detail

getName

java.lang.String getName()
Deprecated. 
Replaced by ITaskAssignee.getName()

Returns name of the assignee

Returns:
String name of the assignee

getIsGroup

boolean getIsGroup()
Deprecated. 
Replaced by ITaskAssignee.getIsGroup()

Return boolean based on assignee type (group or user)

Returns:
booelan true if the assignee is group else false

getKey

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

getGuid

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

getPhone

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

getEmail

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

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.