com.filenet.rm.bds
Interface DocumentDefinition
All Superinterfaces:
- public interface DocumentDefinition
- extends BaseDefinition
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAutoClassify()
Controls whether or not auto classification will be performed on the
newly created CE document defined by this
DocumentDefinition .
|
|
getContentElements()
Returns a modifiable
List of ContentElement instances associated
with this DocumentDefinition instance.
|
|
getCreateAsMajorVersion()
Controls whether or not the newly created CE document defined by this
DocumentDefinition instance is to be checked in initially
as a major or as a minor version.
|
|
setAutoClassify(boolean autoClassify)
Controls whether or not auto classification will be performed on the
newly created CE document defined by this
DocumentDefinition .
|
|
setCreateAsMajorVersion(boolean asMajor)
Controls whether or not the newly created CE document defined by this
DocumentDefinition instance is to be checked in initially
as a major or minor version.
|
Methods inherited from interface com.filenet.rm.bds.BaseDefinition |
---|
getClassIdent, getContainers, getId, getObjectStoreIdent, getPermissionValues, getPropertyValues, setId |
Method Detail
getContentElements
- java.util.List getContentElements( )
Returns:
a
List
of ContentElement
instances. setCreateAsMajorVersion
- void setCreateAsMajorVersion(boolean asMajor)
Controls whether or not the newly created CE document defined by this
DocumentDefinition
instance is to be checked in initially
as a major or minor version.
Parameters:
asMajor
- true
if as a major version; false
if as a minor version. getCreateAsMajorVersion
- boolean getCreateAsMajorVersion( )
Controls whether or not the newly created CE document defined by this
DocumentDefinition
instance is to be checked in initially
as a major or as a minor version.
Returns:
true
if as a major version; false
if as a minor version. setAutoClassify
- void setAutoClassify(boolean autoClassify)
Controls whether or not auto classification will be performed on the
newly created CE document defined by this
DocumentDefinition
.
Parameters:
autoClassify
- true
to allow auto classification. getAutoClassify
- boolean getAutoClassify()
Controls whether or not auto classification will be performed on the
newly created CE document defined by this
DocumentDefinition
.
Returns:
List
ofContentElement
instances associated with this DocumentDefinition instance. ThisList
is initially empty for a newly instantiatedDocumentDefinition
.