|
|||||||||
| 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_CATEGORY
Category 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 file
CommandException
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 file
CommandException
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 process
CommandException
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 process
CommandException
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 file
CommandException
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 file
CommandException
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 process
CommandException
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 process
CommandException
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 file
CommandException
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 file
CommandException
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 process
CommandException
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 process
CommandException
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 file
CommandException
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 file
CommandException
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 process
CommandException
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 process
CommandException
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 in
CommandException
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 in
CommandException
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 properties
CommandException
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 properties
CommandException
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 in
CommandException
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 in
CommandException
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 properties
CommandException
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 properties
CommandException
ISCSCheckinSimilarInfoResponse checkinSimilarInfo(ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
SCSContext - the context object representing the current userdocumentID - the active document ID
CommandException
ISCSCheckinSimilarInfoResponse checkinSimilarInfo(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdocumentID - the active document ID
CommandException
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 in
CommandException
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 in
CommandException
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 operation
CommandException
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 operation
CommandException
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 in
CommandException
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 in
CommandException
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 operation
CommandException
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 operation
CommandException
ISCSCheckinInfoResponse getCheckinInfo(ISCSContext SCSContext,
ISCSDocumentID documentID)
throws CommandException
SCSContext - the context object representing the current userdocumentID - active document ID of the item to match metadata
CommandException
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 metadata
CommandException
ISCSCheckinValidateResponse validateCheckin(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current user
CommandException
ISCSCheckinValidateResponse validateCheckin(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current user
CommandExceptionISCSContent _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 item
ISCSCheckinFlags _createCheckinFlags()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||