Uses of Class
com.filenet.api.constants.CompoundDocumentState

Packages that use CompoundDocumentState
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
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 CompoundDocumentState in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as CompoundDocumentState
static CompoundDocumentState CompoundDocumentState.COMPOUND_DOCUMENT
          Designates a document as the parent component in a compound document.
static CompoundDocumentState CompoundDocumentState.STANDARD_DOCUMENT
          Designates a document as a standard document.
 

Methods in com.filenet.api.constants that return CompoundDocumentState
static CompoundDocumentState CompoundDocumentState.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of CompoundDocumentState in com.filenet.api.core
 

Methods in com.filenet.api.core that return CompoundDocumentState
 CompoundDocumentState Document.get_CompoundDocumentState()
          Returns the value of the CompoundDocumentState property.
 

Methods in com.filenet.api.core with parameters of type CompoundDocumentState
 void Document.set_CompoundDocumentState(CompoundDocumentState value)
          Sets the value of the CompoundDocumentState property.
 



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