Package com.documentum.operations
Interface IDfPredictiveCachingNode
- All Superinterfaces:
IDfOperationNode
Represents a node in a predictive caching operation.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the content page number for the local content file for this object.Returns the default content file format for this object in the repository.Returns the repository format name for the local content file of this object.Returns message IDs for all messages that have been created during the operation.execute() method for this nodeReturns the IDfSysObject that is the subject of this operation node.Returns the repository object ID of the IDfSysObject for this node.Returns the content page modifier for the local content file for this object.void
setContentPageNumber
(int pageNumber) Sets the content page number for the local content file of this object.void
Sets the repository format name of the local content file for this object.void
setPageModifier
(String pageModifier) Sets the content page modifier for the local content file for this object.Methods inherited from interface com.documentum.operations.IDfOperationNode
getChildren, getEdgeProperties, getId, getOperation, getParent, getPersistentProperties, getProperties, isRoot
-
Method Details
-
getObject
Returns the IDfSysObject that is the subject of this operation node.- Returns:
- IDfSysObject for this node.
- Throws:
DfException
- if a server error occurs.- See Also:
-
getObjectId
Returns the repository object ID of the IDfSysObject for this node.- Returns:
- object ID of the IDfSysObject for this node.
- Throws:
DfException
- if a server error occurs.- See Also:
-
getFormat
Returns the repository format name for the local content file of this object.- Returns:
- repository format name (for example, msw6).
- Throws:
DfException
- if a server error occurs.- See Also:
-
getDefaultFormat
Returns the default content file format for this object in the repository. The default format is generally the primary rendition of the object, the value returned from IDfSysObject.getContentType().- Returns:
- repository format name (for example, msw6).
- Throws:
DfException
- if a server error occurs.- See Also:
-
setFormat
Sets the repository format name of the local content file for this object.- Parameters:
formatName
- repository format name (for example, msw6).- Throws:
DfException
- if a server error occurs.- See Also:
-
getContentPageNumber
Returns the content page number for the local content file for this object.- Returns:
- content page number for the local content file for this object.
- Throws:
DfException
- if a server error occurs.- See Also:
-
setContentPageNumber
Sets the content page number for the local content file of this object.- Parameters:
pageNumber
- content page number for the local content file of this object.- Throws:
DfException
- if a server error occurs.- See Also:
-
getPageModifier
Returns the content page modifier for the local content file for this object.- Returns:
- content page modifier for the local content file for this object.
- Throws:
DfException
- if a server error occurs.- See Also:
-
setPageModifier
Sets the content page modifier for the local content file for this object.- Parameters:
pageModifier
- content page modifier for the local content file for this object.- Throws:
DfException
- if a server error occurs.- See Also:
-
getMessageIds
Returns message IDs for all messages that have been created during the operation.execute() method for this node- Returns:
- enumeration of message IDs
- Throws:
DfException
- if a server error occurs.
-