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.sweep |
Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria.
|
Modifier and Type | Method and Description |
---|---|
static StoragePolicy |
Factory.StoragePolicy.createInstance(ObjectStore os)
Creates a new instance of the
StoragePolicy class to be
persisted in the specified object store. |
static StoragePolicy |
Factory.StoragePolicy.createInstance(ObjectStore os,
Id id)
Creates a new instance of the
StoragePolicy class to be
persisted in the specified object store. |
static StoragePolicy |
Factory.StoragePolicy.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
StoragePolicy class
by the specified object ID from the specified object store. |
StoragePolicy |
Document.get_StoragePolicy()
Returns the value of the StoragePolicy property.
|
StoragePolicy |
Annotation.get_StoragePolicy()
Returns the value of the StoragePolicy property.
|
static StoragePolicy |
Factory.StoragePolicy.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
StoragePolicy class from the specified object store. |
Modifier and Type | Method and Description |
---|---|
void |
Document.set_StoragePolicy(StoragePolicy value)
Sets the value of the StoragePolicy property.
|
void |
Annotation.set_StoragePolicy(StoragePolicy value)
Sets the value of the StoragePolicy property.
|
Modifier and Type | Method and Description |
---|---|
StoragePolicy |
CmContentMigrationPolicy.get_StoragePolicy()
Returns the value of the StoragePolicy property.
|
StoragePolicy |
CmBulkMoveContentJob.get_StoragePolicy()
Returns the value of the StoragePolicy property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmContentMigrationPolicy.set_StoragePolicy(StoragePolicy value)
Sets the value of the StoragePolicy property.
|
void |
CmBulkMoveContentJob.set_StoragePolicy(StoragePolicy value)
Sets the value of the StoragePolicy property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.