|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSDocumentCheckinAPI
The command API implementation of the document.checkin commands. This implementation can be accessed directly via the ICommandFacade class, using the API name document.checkin, with the following syntax:
ISCSDocumentCheckinAPI commandAPI =
(ISCSDocumentCheckinAPI)m_commandFacade.getCommandAPI ("document.checkin", m_commandFacade.getCommandTypeForName ("active"));
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORYCategory for this Command API |
| Method Summary | |
|---|---|
ISCSCheckinFlags |
_createCheckinFlags()Create a new checkin flags object. |
ISCSContent |
_createContent()Create a new empty content object. |
ISCSContent |
_createContent(java.lang.String contentID)Create a new empty content object with the given content ID. |
ISCSContent |
_createContent(java.lang.String contentID, java.lang.String documentID)Create a new empty content object with the given content ID and document ID. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, ISCSCheckinFlags checkinFlags)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile, ISCSCheckinFlags checkinFlags)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, ISCSCheckinFlags checkinFlags)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFile(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile, ISCSCheckinFlags checkinFlags)Executes a checkin command agains the content server. |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream, ISCSCheckinFlags checkinFlags)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ISCSCheckinFlags checkinFlags)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream, ISCSCheckinFlags checkinFlags)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinFileStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ISCSCheckinFlags checkinFlags)Checkin in a file by directly passing the file stream(s). |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, ISCSCheckinFlags checkinFlags)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile, ISCSCheckinFlags checkinFlags)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, ISCSCheckinFlags checkinFlags)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevision(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, java.lang.String primaryFile, java.lang.String alternateFile, ISCSCheckinFlags checkinFlags)Checks a content item revision into the system. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream)Checkin a new revision using an ICISTransferStream stream. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream)Checkin a new revision using an ICISTransferStream stream. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream, ISCSCheckinFlags checkinFlags)Checkin a new revision using an ICISTransferStream stream. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ISCSCheckinFlags checkinFlags)Checkin a new revision using an ICISTransferStream stream. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream)Checkin a new revision using an ICISTransferStream stream. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream)Checkin a new revision using an ICISTransferStream stream. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ICISTransferStream alternateInputStream, ISCSCheckinFlags checkinFlags)Checkin a new revision using an ICISTransferStream stream. |
ISCSDocumentCheckinResponse |
checkinRevisionStream(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSContent content, ICISTransferStream primaryInputStream, ISCSCheckinFlags checkinFlags)Checkin a new revision using an ICISTransferStream stream. |
ISCSCheckinSimilarInfoResponse |
checkinSimilarInfo(ISCSContext SCSContext, ISCSDocumentID documentID)Gets information for building a contribution form with similar metaddata to another piece of content. |
ISCSCheckinSimilarInfoResponse |
checkinSimilarInfo(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID)Gets information for building a contribution form with similar metaddata to another piece of content. |
ISCSCheckinInfoResponse |
getCheckinInfo(ISCSContext SCSContext, ISCSDocumentID documentID)Gets information for building a contribution form with similar metaddata to another piece of content. |
ISCSCheckinInfoResponse |
getCheckinInfo(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSDocumentID documentID)Gets information for building a contribution form with similar metaddata to another piece of content. |
ICISAPIObjectFactory |
getObjectFactory()Retrieve the object factory associated with this API |
ISCSCheckinValidateResponse |
validateCheckin(ISCSContext SCSContext)Validate a user has rights to perform a checkin to the content server. |
ISCSCheckinValidateResponse |
validateCheckin(ISCSRequestModifier requestModifier, ISCSContext SCSContext)Validate a user has rights to perform a checkin to the content server. |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
ICISAPIObjectFactory getObjectFactory()
ISCSDocumentCheckinResponse checkinFile(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinFile(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinFile(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinFile(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinFile(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the fileCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinRevision(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
java.lang.String primaryFile,
java.lang.String alternateFile,
ISCSCheckinFlags checkinFlags)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryFile - the path to the filealternateFile - the path to the filecheckinFlags - flags the modify the checkin processCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream)
throws CommandException
ICISTransferStream stream.SCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked inCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream)
throws CommandException
ICISTransferStream stream.requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked inCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
ICISTransferStream stream.SCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked incheckinFlags - optional checkin propertiesCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
ICISTransferStream stream.requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked incheckinFlags - optional checkin propertiesCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream)
throws CommandException
ICISTransferStream stream.SCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin inCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream)
throws CommandException
ICISTransferStream stream.requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin inCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
ICISTransferStream stream.SCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin incheckinFlags - optional checkin propertiesCommandException
ISCSDocumentCheckinResponse checkinRevisionStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
ICISTransferStream stream.requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the content item to checkin into the systemprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin incheckinFlags - optional checkin propertiesCommandException
ISCSCheckinSimilarInfoResponse checkinSimilarInfo(ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
SCSContext - the context object representing the current userdocumentID - the active document IDCommandException
ISCSCheckinSimilarInfoResponse checkinSimilarInfo(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the active document IDCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked inCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked inCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked incheckinFlags - flags that control the checkin operationCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked incheckinFlags - flags that control the checkin operationCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin inCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin inCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
SCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin incheckinFlags - flags that control the checkin operationCommandException
ISCSDocumentCheckinResponse checkinFileStream(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSContent content,
ICISTransferStream primaryInputStream,
ICISTransferStream alternateInputStream,
ISCSCheckinFlags checkinFlags)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current usercontent - the document nodeprimaryInputStream - the inputstream of the primary file to be checked inalternateInputStream - the inputstream of the alternate file to be checkin incheckinFlags - flags that control the checkin operationCommandException
ISCSCheckinInfoResponse getCheckinInfo(ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
SCSContext - the context object representing the current userdocumentID - active document ID of the item to match metadataCommandException
ISCSCheckinInfoResponse getCheckinInfo(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - active document ID of the item to match metadataCommandException
ISCSCheckinValidateResponse validateCheckin(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current userCommandException
ISCSCheckinValidateResponse validateCheckin(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userCommandExceptionISCSContent _createContent()
ISCSContent _createContent(java.lang.String contentID)
contentID - the content ID of the item
ISCSContent _createContent(java.lang.String contentID,
java.lang.String documentID)
contentID - the content ID of the itemdocumentID - the document ID of the itemISCSCheckinFlags _createCheckinFlags()
|
Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference 11g Release 1 (11.1) E17350-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||