| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.5.0) E10651-06  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.controller.TaskFlowId
public class TaskFlowId
Uniquely identifies a task flow definition.
| Constructor Summary | |
|---|---|
TaskFlowId(java.lang.String identifier)
Deprecated. use the parse(String) method instead. | 
|
TaskFlowId(java.lang.String documentName,
           java.lang.String localTaskFlowId)
Constructor.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object obj)
 | 
 java.lang.String | 
getDocumentName()
 | 
 java.lang.String | 
getFullyQualifiedName()
Gets the fully qualified name for this taskflow id. This is of the form 
 <document name>#<local task flow id>
  For example, 
 "/WEB-INF/mytask.xml#mytask" In the event of change, this fully qualified name is guranteed to be backward compatible.  | 
 java.lang.String | 
getLocalTaskFlowId()
 | 
 int | 
hashCode()
 | 
static TaskFlowId | 
parse(java.lang.String identifier)
Construct a task flow ID from the string representation of the task flow ID.  | 
 java.lang.String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public TaskFlowId(java.lang.String documentName,
                  java.lang.String localTaskFlowId)
documentName - the name of the XML document that contains this task flow
 definition.localTaskFlowId - the name of the task flow inside the XML document.@Deprecated public TaskFlowId(java.lang.String identifier)
parse(String) method instead.
<document>#<id>
 /WEB-INF/mytask.xml#taskA
 /WEB-INF/mytask.xml and the
 task flow id is taskA.
identifier - the unique taskflow identifier| Method Detail | 
|---|
public java.lang.String getDocumentName()
public java.lang.String getLocalTaskFlowId()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - 
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getFullyQualifiedName()
 <document name>#<local task flow id>
  
 "/WEB-INF/mytask.xml#mytask"
 "/WEB-INF/po/enter-order.xml#enter-order
  
public static TaskFlowId parse(java.lang.String identifier)
 Expects the format to be: <document>#<id>
 
For example:
 /WEB-INF/mytask.xml#taskA
 
 specifies that the document is /WEB-INF/mytask.xml and the
 task flow id is taskA.
identifier - string representation of a task flow ID.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.5.0) E10651-06  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||