|
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.ListCriteriaBase
com.remedy.arsys.api.WorkflowObjectListCriteria
The WorkflowObjectListCriteria
class
returns a list of workflow objects connected with a specific schema.
Constructor Summary | |
WorkflowObjectListCriteria()
constructor |
|
WorkflowObjectListCriteria(NameID[] workflowNames,
java.lang.String schema,
long changedSince)
|
|
WorkflowObjectListCriteria(java.lang.String schema,
long changedSince)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
Timestamp |
getModifiedAfter()
Returns the time stamp that limits the objects to those modified after the specified time. |
NameID |
getSchema()
Returns schema associated with workflow. |
NameID[] |
getWorkflowNames()
Returns list of workflow names. |
void |
setModifiedAfter(Timestamp ts)
Sets the time stamp that limits the objects to those modified after the specified time. |
void |
setSchema(NameID schema)
Sets schema associated with workflow. |
void |
setWorkflowNames(NameID[] workflowNames)
Sets list of workflow names. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WorkflowObjectListCriteria()
public WorkflowObjectListCriteria(java.lang.String schema, long changedSince)
public WorkflowObjectListCriteria(NameID[] workflowNames, java.lang.String schema, long changedSince)
Method Detail |
public NameID getSchema()
public void setSchema(NameID schema)
public void setWorkflowNames(NameID[] workflowNames)
public NameID[] getWorkflowNames()
public void setModifiedAfter(Timestamp ts)
public Timestamp getModifiedAfter()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |