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

Packages that use XMLPropertyMappingScript
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 XMLPropertyMappingScript in com.filenet.api.core
 

Methods in com.filenet.api.core that return XMLPropertyMappingScript
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.createInstance(ObjectStore os, java.lang.String classId)
          Creates a new instance of the subclassable XMLPropertyMappingScript class to be persisted in the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.createInstance(ObjectStore os, java.lang.String classId, Id id)
          Creates a new instance of the subclassable XMLPropertyMappingScript class to be persisted in the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.createInstance(ObjectStore os, java.lang.String classId, Id id, Id versionSeriesId, ReservationType reservationType)
          Creates a new instance of the subclassable XMLPropertyMappingScript class, to be persisted in the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)
          Retrieves an object of the XMLPropertyMappingScript class by the specified object ID from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.fetchInstance(ObjectStore os, java.lang.String path, PropertyFilter filter)
          Retrieves an object of the XMLPropertyMappingScript class as specified by a path and an object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.getInstance(ObjectStore os, java.lang.String className, Id objectId)
          Constructs an instance of the subclassable XMLPropertyMappingScript class from the specified object store.
static XMLPropertyMappingScript Factory.XMLPropertyMappingScript.getInstance(ObjectStore os, java.lang.String className, java.lang.String path)
          Retrieves the instance of the subclassable XMLPropertyMappingScript class as specified by a path and an object store.
 



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