public interface DocumentDefinition extends BaseDefinition
Modifier and Type | Method and Description |
---|---|
boolean |
getAutoClassify()
Controls whether or not auto classification will be performed on the
newly created CE document defined by this
DocumentDefinition . |
java.util.List |
getContentElements()
Returns a modifiable
List of ContentElement instances associated
with this DocumentDefinition instance. |
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. |
void |
setAutoClassify(boolean autoClassify)
Controls whether or not auto classification will be performed on the
newly created CE document defined by this
DocumentDefinition . |
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. |
getClassIdent, getContainers, getId, getObjectStoreIdent, getPermissionValues, getPropertyValues, setId
java.util.List getContentElements()
List
of ContentElement
instances associated
with this DocumentDefinition instance.
This List
is initially empty for a newly instantiated
DocumentDefinition
.List
of ContentElement
instances.void setCreateAsMajorVersion(boolean asMajor)
DocumentDefinition
instance is to be checked in initially
as a major or minor version.asMajor
- true
if as a major version; false
if as a minor version.boolean getCreateAsMajorVersion()
DocumentDefinition
instance is to be checked in initially
as a major or as a minor version.true
if as a major version; false
if as a minor version.void setAutoClassify(boolean autoClassify)
DocumentDefinition
.autoClassify
- true
to allow auto classification.boolean getAutoClassify()
DocumentDefinition
.© Copyright IBM Corp. 2006, 2013. All Rights Reserved.