|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.WorkflowConnectInfo
The WorkflowConnectInfo class
represents the list of schemas the workflow object (for example, an active link)
is connected to.
| Constructor Summary | |
WorkflowConnectInfo()
constructor |
|
WorkflowConnectInfo(int type,
NameID[] schemaList)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
NameID[] |
getSchemaList()
Returns list of schemas the workflow is connected to. |
int |
getType()
Returns type. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setSchemaList(NameID[] schemaList)
Sets list of schemas the workflow is connected to. |
void |
setType(int type)
Sets type. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WorkflowConnectInfo()
public WorkflowConnectInfo(int type,
NameID[] schemaList)
| Method Detail |
public int getType()
AR_WORKFLOW_CONN_SCHEMA_LIST
is associated with a list of schemas.public void setType(int type)
AR_WORKFLOW_CONN_SCHEMA_LIST
is associated with a list of schemas.public NameID[] getSchemaList()
public void setSchemaList(NameID[] schemaList)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||