FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Interface WorkflowDefinitions

All Superinterfaces:
BaseObjects, java.util.Collection, java.util.List, ReadableMetadataObjects, java.io.Serializable

public interface WorkflowDefinitions
extends ReadableMetadataObjects

Not Implemented in CS Java Connector v3.0.

A WorkflowDefinitions collection represents a collection of WorkflowDefinition objects. You cannot create a new WorkflowDefinitions collection. To instantiate one, call the getWorkflowDefinitions method on an ObjectStore object or retrieve the object's WorkflowDefinitions property, which returns all the workflow definition documents for the object store.


Field Summary
 
Fields inherited from interface com.filenet.wcm.api.ReadableMetadataObjects
IS_EQUAL, IS_GREATER, IS_GREATER_OR_EQUAL, IS_LESS, IS_LESS_OR_EQUAL, IS_NOT_EQUAL
 
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObjects
filterByProperty, filterByProperty, filterByProperty, filterByProperty, filterByProperty, filterByProperty, filterByProperty, findByProperty, findByProperty, findByProperty, findByProperty, findByProperty, findByProperty, findByProperty, orderByProperty, orderByProperty
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 


FileNet Content Services
Java Connector v3.0