Action Request System Java API

com.remedy.arsys.api
Class WorkflowObjectListCriteria

java.lang.Object
  |
  +--com.remedy.arsys.api.ListCriteriaBase
        |
        +--com.remedy.arsys.api.WorkflowObjectListCriteria

public class WorkflowObjectListCriteria
extends com.remedy.arsys.api.ListCriteriaBase

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
 NameID getSchema()
          Returns schema associated with workflow.
 NameID[] getWorkflowNames()
          Returns list of workflow names.
 void setSchema(NameID schema)
          Sets schema associated with workflow.
 void setWorkflowNames(NameID[] workflowNames)
          Sets list of workflow names.
 
Methods inherited from class com.remedy.arsys.api.ListCriteriaBase
clone, getModifiedAfter, setModifiedAfter
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowObjectListCriteria

public WorkflowObjectListCriteria()
constructor

WorkflowObjectListCriteria

public WorkflowObjectListCriteria(java.lang.String schema,
                                  long changedSince)

WorkflowObjectListCriteria

public WorkflowObjectListCriteria(NameID[] workflowNames,
                                  java.lang.String schema,
                                  long changedSince)
Method Detail

getSchema

public NameID getSchema()
Returns schema associated with workflow.

setSchema

public void setSchema(NameID schema)
Sets schema associated with workflow.

setWorkflowNames

public void setWorkflowNames(NameID[] workflowNames)
Sets list of workflow names.

getWorkflowNames

public NameID[] getWorkflowNames()
Returns list of workflow names.

Action Request System Java API