|
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 ISCSComponentFolderAPI
The command API implementation of the component.folder commands. This implementation can be accessed directly via the ICommandFacade class, using the API name component.folder, with the following syntax:
ISCSComponentFolderAPI commandAPI =
(ISCSComponentFolderAPI)m_commandFacade.getCommandAPI ("component.folder", m_commandFacade.getCommandTypeForName ("active"));
| Field Summary | |
|---|---|
static java.lang.String |
API_CATEGORYCategory for this Command API |
| Method Summary | |
|---|---|
ISCSFolder |
_createFolder()Create a new empty folder object. |
ISCSFolder |
_createFolder(java.lang.String folderID)Create a new empty folder object with the given folder ID. |
ISCSFolderContent |
_createFolderContent()Create a new empty active folder content object |
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). |
ISCSFolderMultiNodeResponse |
copyItems(ISCSContext SCSContext, ISCSFolderID activeFolderID, java.util.Collection folderIDs, java.util.Collection itemIDs)Move a folder from one folder to another. |
ISCSFolderMultiNodeResponse |
copyItems(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID activeFolderID, java.util.Collection folderIDs, java.util.Collection itemIDs)Move a folder from one folder to another. |
ISCSFolderSingleNodeResponse |
createFolder(ISCSContext SCSContext, ISCSFolder folderNode)Create a folder in the folder hierarchy on the content server. |
ISCSFolderSingleNodeResponse |
createFolder(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolder folderNode)Create a folder in the folder hierarchy on the content server. |
ISCSFolderAddLinkResponse |
createLink(ISCSContext SCSContext, ISCSFolderID destinationFolderID, ISCSFolderID sourceFolderID, java.lang.String title)Add a link (shortcut) to a given folder |
ISCSFolderAddLinkResponse |
createLink(ISCSContext SCSContext, ISCSFolderID destinationFolderID, ISCSInternalID sourceContentID, java.lang.String title)Add a link (shortcut) to a given folder |
ISCSFolderAddLinkResponse |
createLink(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID destinationFolderID, ISCSFolderID sourceFolderID, java.lang.String title)Add a link (shortcut) to a given folder |
ISCSFolderAddLinkResponse |
createLink(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID destinationFolderID, ISCSInternalID sourceContentID, java.lang.String title)Add a link (shortcut) to a given folder |
ISCSFolderDeleteContentResponse |
deleteAllContent(ISCSContext SCSContext, ISCSFolderID activeFolderID)Delete all the content residing in a given folder. |
ISCSFolderDeleteContentResponse |
deleteAllContent(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID activeFolderID)Delete all the content residing in a given folder. |
ISCSFolderSingleNodeResponse |
deleteFolder(ISCSContext SCSContext, ISCSFolderID folderID)Delete a folder from the folder hierarchy. |
ISCSFolderSingleNodeResponse |
deleteFolder(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID folderID)Delete a folder from the folder hierarchy. |
ISCSFolderMultiNodeResponse |
deleteItems(ISCSContext SCSContext, ISCSFolderID activeFolderID, java.util.Collection folderIDs, java.util.Collection itemIDs)Delete items from a folder. |
ISCSFolderMultiNodeResponse |
deleteItems(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID activeFolderID, java.util.Collection folderIDs, java.util.Collection itemIDs)Delete items from a folder. |
ISCSFolderMultiNodeResponse |
emptyTrash(ISCSContext SCSContext, java.util.Collection folderIDs, java.util.Collection itemIDs)Remove items from the trash-can location in the folders hierarchy. |
ISCSFolderMultiNodeResponse |
emptyTrash(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.util.Collection folderIDs, java.util.Collection itemIDs)Remove items from the trash-can location in the folders hierarchy. |
ISCSFolderInfoResponse |
getFolder(ISCSContext SCSContext, ISCSFolderID folderID)Retrieve the folder information. |
ISCSFolderInfoResponse |
getFolder(ISCSContext SCSContext, ISCSFolderPathID folderPathID)Retrieve the folder information. |
ISCSFolderInfoResponse |
getFolder(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID folderID)Retrieve the folder information. |
ISCSFolderInfoResponse |
getFolder(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderPathID folderPathID)Retrieve the folder information. |
ISCSFolderHierarchyResponse |
getFolderHierarchy(ISCSContext SCSContext)Retrieves the complete archived folder structure of the specified folder. |
ISCSFolderHierarchyResponse |
getFolderHierarchy(ISCSContext SCSContext, ISCSFolderID folderID)Retrieves the complete archived folder structure of the specified folder. |
ISCSFolderHierarchyResponse |
getFolderHierarchy(ISCSContext SCSContext, ISCSFolderPathID folderPathID)Retrieves the complete archived folder structure of the specified folder. |
ISCSFolderHierarchyResponse |
getFolderHierarchy(ISCSRequestModifier requestModifier, ISCSContext SCSContext)Retrieves the complete archived folder structure of the specified folder. |
ISCSFolderHierarchyResponse |
getFolderHierarchy(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID folderID)Retrieves the complete archived folder structure of the specified folder. |
ISCSFolderHierarchyResponse |
getFolderHierarchy(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderPathID folderPathID)Retrieves the complete archived folder structure of the specified folder. |
ICISAPIObjectFactory |
getObjectFactory()Retrieve the object factory associated with this API |
ISCSFolderReferenceResponse |
getPathInfo(ISCSContext SCSContext, ISCSFolderPathID folderPathID)Get information on the item identified by the path. |
ISCSFolderReferenceResponse |
getPathInfo(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderPathID folderPathID)Get information on the item identified by the path. |
ISCSFolderDisplayResponse |
getRootFolder(ISCSContext SCSContext)Get the root of the folder heirachy in the content server. |
ISCSFolderDisplayResponse |
getRootFolder(ISCSRequestModifier requestModifier, ISCSContext SCSContext)Get the root of the folder heirachy in the content server. |
ISCSFolderDisplayResponse |
listChildren(ISCSContext SCSContext, ISCSFolderID folderID)List the contents of the given folder. |
ISCSFolderDisplayResponse |
listChildren(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID folderID)List the contents of the given folder. |
ISCSFolderListContentsResponse |
listContents(ISCSContext SCSContext, ISCSFolderID folderID)List the child folders of a given folder. |
ISCSFolderListContentsResponse |
listContents(ISCSContext SCSContext, ISCSFolderPathID folderPathID)List the child folders of a given folder. |
ISCSFolderListContentsResponse |
listContents(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID folderID)List the child folders of a given folder. |
ISCSFolderListContentsResponse |
listContents(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderPathID folderPathID)List the child folders of a given folder. |
ISCSFolderListFoldersResponse |
listFolders(ISCSContext SCSContext, ISCSFolderID folderID)List the child folders of a given folder. |
ISCSFolderListFoldersResponse |
listFolders(ISCSContext SCSContext, ISCSFolderPathID folderPathID)List the child folders of a given folder. |
ISCSFolderListFoldersResponse |
listFolders(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID folderID)List the child folders of a given folder. |
ISCSFolderListFoldersResponse |
listFolders(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderPathID folderPathID)List the child folders of a given folder. |
ISCSFolderMultiNodeResponse |
moveItems(ISCSContext SCSContext, ISCSFolderID activeFolderID, java.util.Collection folderIDs, java.util.Collection itemIDs)Move a folder from one folder to another. |
ISCSFolderMultiNodeResponse |
moveItems(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID activeFolderID, java.util.Collection folderIDs, java.util.Collection itemIDs)Move a folder from one folder to another. |
ISCSServerResponse |
propagateMetadata(ISCSContext SCSContext, ISCSFolderID folderID)Propagates (updates) folder metadata. |
ISCSServerResponse |
propagateMetadata(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolderID folderID)Propagates (updates) folder metadata. |
ISCSFolderSearchResponse |
search(ISCSContext SCSContext, java.lang.String queryText, java.lang.String sortOrder, java.lang.String sortKey, int resultCount)Searches the content server for folder nodes. |
ISCSFolderSearchResponse |
search(ISCSRequestModifier requestModifier, ISCSContext SCSContext, java.lang.String queryText, java.lang.String sortOrder, java.lang.String sortKey, int resultCount)Searches the content server for folder nodes. |
ISCSFolderSingleNodeResponse |
updateInfo(ISCSContext SCSContext, ISCSFolder folderNode)Update the metadata information on a given folder object. |
ISCSFolderSingleNodeResponse |
updateInfo(ISCSRequestModifier requestModifier, ISCSContext SCSContext, ISCSFolder folderNode)Update the metadata information on a given folder object. |
| Field Detail |
|---|
static final java.lang.String API_CATEGORY
| Method Detail |
|---|
ICISAPIObjectFactory getObjectFactory()
ISCSFolderAddLinkResponse createLink(ISCSContext SCSContext,
ISCSFolderID destinationFolderID,
ISCSInternalID sourceContentID,
java.lang.String title)
throws CommandException
SCSContext - the context object representing the current userdestinationFolderID - the destination for the created linksourceContentID - the source document internal IDtitle - the title of the linkCommandException
ISCSFolderAddLinkResponse createLink(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID destinationFolderID,
ISCSInternalID sourceContentID,
java.lang.String title)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdestinationFolderID - the destination for the created linksourceContentID - the source document internal IDtitle - the title of the linkCommandException
ISCSFolderAddLinkResponse createLink(ISCSContext SCSContext,
ISCSFolderID destinationFolderID,
ISCSFolderID sourceFolderID,
java.lang.String title)
throws CommandException
SCSContext - the context object representing the current userdestinationFolderID - the destination for the created linksourceFolderID - the ID of the folder to be linkedtitle - the title of the linkCommandException
ISCSFolderAddLinkResponse createLink(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID destinationFolderID,
ISCSFolderID sourceFolderID,
java.lang.String title)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userdestinationFolderID - the destination for the created linksourceFolderID - the ID of the folder to be linkedtitle - the title of the linkCommandException
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
ISCSFolderSingleNodeResponse createFolder(ISCSContext SCSContext,
ISCSFolder folderNode)
throws CommandException
SCSContext - the context object representing the current userfolderNode - the updated folder nodeCommandException
ISCSFolderSingleNodeResponse createFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolder folderNode)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderNode - the updated folder nodeCommandException
ISCSFolderSingleNodeResponse deleteFolder(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the active folder IDCommandException
ISCSFolderSingleNodeResponse deleteFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the active folder IDCommandException
ISCSFolderDeleteContentResponse deleteAllContent(ISCSContext SCSContext,
ISCSFolderID activeFolderID)
throws CommandException
SCSContext - the context object representing the current useractiveFolderID - the folder IDCommandException
ISCSFolderDeleteContentResponse deleteAllContent(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID activeFolderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current useractiveFolderID - the folder IDCommandException
ISCSFolderMultiNodeResponse deleteItems(ISCSContext SCSContext,
ISCSFolderID activeFolderID,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
SCSContext - the context object representing the current useractiveFolderID - the active folder ID where the items to delete residefolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSFolderMultiNodeResponse deleteItems(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID activeFolderID,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current useractiveFolderID - the active folder ID where the items to delete residefolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSFolderMultiNodeResponse emptyTrash(ISCSContext SCSContext,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
SCSContext - the context object representing the current userfolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSFolderMultiNodeResponse emptyTrash(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current userCommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userCommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder IDCommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder IDCommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the folder path IDCommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderPathID - the folder path IDCommandException
ISCSFolderInfoResponse getFolder(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the active folder IDCommandException
ISCSFolderInfoResponse getFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the active folder IDCommandException
ISCSFolderInfoResponse getFolder(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the active folder path IDCommandException
ISCSFolderInfoResponse getFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderPathID - the active folder path IDCommandException
ISCSFolderReferenceResponse getPathInfo(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the active folder path IDCommandException
ISCSFolderReferenceResponse getPathInfo(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderPathID - the active folder path IDCommandException
ISCSFolderDisplayResponse getRootFolder(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current userCommandException
ISCSFolderDisplayResponse getRootFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userCommandException
ISCSFolderDisplayResponse listChildren(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder IDCommandException
ISCSFolderDisplayResponse listChildren(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder IDCommandException
ISCSFolderListFoldersResponse listFolders(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder ID to queryCommandException
ISCSFolderListFoldersResponse listFolders(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder ID to queryCommandException
ISCSFolderListFoldersResponse listFolders(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the folder path ID to queryCommandException
ISCSFolderListFoldersResponse listFolders(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderPathID - the folder path ID to queryCommandException
ISCSFolderListContentsResponse listContents(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder ID to queryCommandException
ISCSFolderListContentsResponse listContents(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder ID to queryCommandException
ISCSFolderListContentsResponse listContents(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the folder path ID to queryCommandException
ISCSFolderListContentsResponse listContents(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderPathID - the folder path ID to queryCommandException
ISCSFolderMultiNodeResponse moveItems(ISCSContext SCSContext,
ISCSFolderID activeFolderID,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
SCSContext - the context object representing the current useractiveFolderID - the active folder ID of the destination folderfolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSFolderMultiNodeResponse moveItems(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID activeFolderID,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current useractiveFolderID - the active folder ID of the destination folderfolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSFolderMultiNodeResponse copyItems(ISCSContext SCSContext,
ISCSFolderID activeFolderID,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
SCSContext - the context object representing the current useractiveFolderID - the active folder ID of the destination folderfolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSFolderMultiNodeResponse copyItems(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID activeFolderID,
java.util.Collection folderIDs,
java.util.Collection itemIDs)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current useractiveFolderID - the active folder ID of the destination folderfolderIDs - a collection of ISCSFolderID objects representing the folders to moveitemIDs - a collection of ISCSContentID objects representing the content items to moveCommandException
ISCSServerResponse propagateMetadata(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder IDCommandException
ISCSServerResponse propagateMetadata(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder IDCommandException
ISCSFolderSearchResponse search(ISCSContext SCSContext,
java.lang.String queryText,
java.lang.String sortOrder,
java.lang.String sortKey,
int resultCount)
throws CommandException
SCSContext - the context object representing the current userqueryText - The search query stringsortOrder - The currently configured sort order, valid values are 'ASC' and 'DESC'.sortKey -resultCount - The number of search results to return.CommandException
ISCSFolderSearchResponse search(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
java.lang.String queryText,
java.lang.String sortOrder,
java.lang.String sortKey,
int resultCount)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userqueryText - The search query stringsortOrder - The currently configured sort order, valid values are 'ASC' and 'DESC'.sortKey -resultCount - The number of search results to return.CommandException
ISCSFolderSingleNodeResponse updateInfo(ISCSContext SCSContext,
ISCSFolder folderNode)
throws CommandException
SCSContext - the context object representing the current userfolderNode - the info containing the updated metadata information for this folder objectCommandException
ISCSFolderSingleNodeResponse updateInfo(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolder folderNode)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderNode - the info containing the updated metadata information for this folder objectCommandExceptionISCSFolder _createFolder()
ISCSFolder _createFolder(java.lang.String folderID)
folderID - the folder IDISCSFolderContent _createFolderContent()
|
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 | ||||||||