-
Packages that use CompoundDocumentState Package Description 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 asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of CompoundDocumentState in com.filenet.api.constants
Fields in com.filenet.api.constants declared as CompoundDocumentState Modifier and Type Field and Description static CompoundDocumentStateCompoundDocumentState. COMPOUND_DOCUMENTDesignates a document as the parent component in a compound document.static CompoundDocumentStateCompoundDocumentState. STANDARD_DOCUMENTDesignates a document as a standard document.Methods in com.filenet.api.constants that return CompoundDocumentState Modifier and Type Method and Description static CompoundDocumentStateCompoundDocumentState. 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 Modifier and Type Method and Description CompoundDocumentStateDocument. get_CompoundDocumentState()Returns the value of the CompoundDocumentState property.Methods in com.filenet.api.core with parameters of type CompoundDocumentState Modifier and Type Method and Description voidDocument. set_CompoundDocumentState(CompoundDocumentState value)Sets the value of the CompoundDocumentState property.
-