Package | Description |
---|---|
com.filenet.api.core |
Provides classes and interfaces that are related to the core business objects of the API, such as
EntireNetwork , Domain , Document , Folder , and so on. |
com.filenet.api.events |
Provides interfaces that represent events triggered on Content Engine objects, as well as interfaces that allow you to
extend Content Engine functionality and invoke it through the event mechanism.
|
Modifier and Type | Method and Description |
---|---|
static WorkflowDefinition |
Factory.WorkflowDefinition.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the subclassable
WorkflowDefinition class to be persisted in the specified object store. |
static WorkflowDefinition |
Factory.WorkflowDefinition.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the subclassable
WorkflowDefinition class to be persisted in the specified object store. |
static WorkflowDefinition |
Factory.WorkflowDefinition.createInstance(ObjectStore os,
java.lang.String classId,
Id id,
Id versionSeriesId,
ReservationType reservationType)
Creates a new instance of the subclassable
WorkflowDefinition class, to be persisted in the specified object store. |
static WorkflowDefinition |
Factory.WorkflowDefinition.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
WorkflowDefinition class
by the specified object ID from the specified object store. |
static WorkflowDefinition |
Factory.WorkflowDefinition.fetchInstance(ObjectStore os,
java.lang.String path,
PropertyFilter filter)
Retrieves an object of the
WorkflowDefinition class as specified by a path
and an object store. |
static WorkflowDefinition |
Factory.WorkflowDefinition.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
WorkflowDefinition class from the
specified object store. |
static WorkflowDefinition |
Factory.WorkflowDefinition.getInstance(ObjectStore os,
java.lang.String className,
java.lang.String path)
Retrieves the instance of the subclassable
WorkflowDefinition class as specified by a path and an object store. |
Modifier and Type | Method and Description |
---|---|
WorkflowDefinition |
InstanceWorkflowSubscription.get_WorkflowDefinition()
Returns the value of the WorkflowDefinition property.
|
WorkflowDefinition |
ClassWorkflowSubscription.get_WorkflowDefinition()
Returns the value of the WorkflowDefinition property.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceWorkflowSubscription.set_WorkflowDefinition(WorkflowDefinition value)
Sets the value of the WorkflowDefinition property.
|
void |
ClassWorkflowSubscription.set_WorkflowDefinition(WorkflowDefinition value)
Sets the value of the WorkflowDefinition property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.