Uses of Interface
com.filenet.api.admin.StoragePolicy

Packages that use StoragePolicy
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. 
 

Uses of StoragePolicy in com.filenet.api.core
 

Methods in com.filenet.api.core that return StoragePolicy
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 Annotation.get_StoragePolicy()
          Returns the value of the StoragePolicy property.
 StoragePolicy Document.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.
 

Methods in com.filenet.api.core with parameters of type StoragePolicy
 void Annotation.set_StoragePolicy(StoragePolicy value)
          Sets the value of the StoragePolicy property.
 void Document.set_StoragePolicy(StoragePolicy value)
          Sets the value of the StoragePolicy property.
 



© Copyright IBM Corporation 2006, 2008. All rights reserved.