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. |
Modifier and Type | Method and Description |
---|---|
static CmTask |
Factory.CmTask.createInstance(ObjectStore os,
java.lang.String classId)
Creates a new instance of the
CmTask class, to be persisted in the
specified object store, based on the class ID. |
static CmTask |
Factory.CmTask.createInstance(ObjectStore os,
java.lang.String classId,
Id id)
Creates a new instance of the
CmTask class, to be persisted in the
specified object store, based on the class ID and GUID. |
static CmTask |
Factory.CmTask.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
CmTask class
by the specified object ID from the specified object store. |
CmTask |
CmTaskRelationship.get_PredecessorTask()
Returns the value of the PredecessorTask property.
|
CmTask |
CmTaskRelationship.get_SuccessorTask()
Returns the value of the SuccessorTask property.
|
static CmTask |
Factory.CmTask.getInstance(ObjectStore os,
java.lang.String className,
Id objectId)
Constructs an instance of the subclassable
CmTask class from the
specified object store. |
Modifier and Type | Method and Description |
---|---|
void |
CmTaskRelationship.set_PredecessorTask(CmTask value)
Sets the value of the PredecessorTask property.
|
void |
CmTaskRelationship.set_SuccessorTask(CmTask value)
Sets the value of the SuccessorTask property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.