|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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()
Returns the hash code value for this instance of the current class. |
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
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |