public interface IDfPredictiveCachingNode extends IDfOperationNode
Modifier and Type | Method and Description |
---|---|
int |
getContentPageNumber()
Returns the content page number for the local content file for this object.
|
java.lang.String |
getDefaultFormat()
Returns the default content file format for this object in the repository.
|
java.lang.String |
getFormat()
Returns the repository format name for the local content file of this object.
|
IDfEnumeration |
getMessageIds()
Returns message IDs for all messages that have been created during the operation.execute()
method for this node
|
IDfSysObject |
getObject()
Returns the IDfSysObject that is the subject of this operation node.
|
IDfId |
getObjectId()
Returns the repository object ID of the IDfSysObject for this node.
|
java.lang.String |
getPageModifier()
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 |
setFormat(java.lang.String formatName)
Sets the repository format name of the local content file for this object.
|
void |
setPageModifier(java.lang.String pageModifier)
Sets the content page modifier for the local content file for this object.
|
getChildren, getEdgeProperties, getId, getOperation, getParent, getPersistentProperties, getProperties, isRoot
IDfSysObject getObject() throws DfException
DfException
- if a server error occurs.IDfSysObject
IDfId getObjectId() throws DfException
DfException
- if a server error occurs.IDfTypedObject.getObjectId()
java.lang.String getFormat() throws DfException
DfException
- if a server error occurs.IDfFormat
,
IDfSysObject.getContentType()
,
IDfSysObject.addRendition(java.lang.String, java.lang.String)
java.lang.String getDefaultFormat() throws DfException
DfException
- if a server error occurs.IDfFormat
,
IDfSysObject.getContentType()
,
IDfSysObject.addRendition(java.lang.String, java.lang.String)
void setFormat(java.lang.String formatName) throws DfException
formatName
- repository format name (for example, msw6).DfException
- if a server error occurs.IDfFormat
,
IDfSysObject.getContentType()
,
IDfSysObject.addRendition(java.lang.String, java.lang.String)
int getContentPageNumber() throws DfException
DfException
- if a server error occurs.IDfSysObject.setFileEx(java.lang.String, java.lang.String, int, java.lang.String)
void setContentPageNumber(int pageNumber) throws DfException
pageNumber
- content page number for the local content file of this object.DfException
- if a server error occurs.IDfSysObject.setFileEx(java.lang.String, java.lang.String, int, java.lang.String)
java.lang.String getPageModifier() throws DfException
DfException
- if a server error occurs.IDfSysObject.getFileEx(java.lang.String, java.lang.String, int, boolean)
,
IDfSysObject.getFileEx2(java.lang.String, java.lang.String, int, java.lang.String, boolean)
void setPageModifier(java.lang.String pageModifier) throws DfException
pageModifier
- content page modifier for the local content file for this object.DfException
- if a server error occurs.IDfSysObject.getFileEx(java.lang.String, java.lang.String, int, boolean)
,
IDfSysObject.getFileEx2(java.lang.String, java.lang.String, int, java.lang.String, boolean)
IDfEnumeration getMessageIds() throws DfException
DfException
- if a server error occurs.Copyright 1994-2023 OpenText Corporation. All rights reserved.