|
|||||||||
| 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_CATEGORY
Category 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 link
CommandException
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 link
CommandException
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 link
CommandException
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 link
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
ISCSFolderSingleNodeResponse createFolder(ISCSContext SCSContext,
ISCSFolder folderNode)
throws CommandException
SCSContext - the context object representing the current userfolderNode - the updated folder node
CommandException
ISCSFolderSingleNodeResponse createFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolder folderNode)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderNode - the updated folder node
CommandException
ISCSFolderSingleNodeResponse deleteFolder(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the active folder ID
CommandException
ISCSFolderSingleNodeResponse deleteFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the active folder ID
CommandException
ISCSFolderDeleteContentResponse deleteAllContent(ISCSContext SCSContext,
ISCSFolderID activeFolderID)
throws CommandException
SCSContext - the context object representing the current useractiveFolderID - the folder ID
CommandException
ISCSFolderDeleteContentResponse deleteAllContent(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID activeFolderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current useractiveFolderID - the folder ID
CommandException
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 move
CommandException
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 move
CommandException
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 move
CommandException
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 move
CommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current user
CommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current user
CommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder ID
CommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder ID
CommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the folder path ID
CommandException
ISCSFolderHierarchyResponse getFolderHierarchy(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderPathID - the folder path ID
CommandException
ISCSFolderInfoResponse getFolder(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the active folder ID
CommandException
ISCSFolderInfoResponse getFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the active folder ID
CommandException
ISCSFolderInfoResponse getFolder(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the active folder path ID
CommandException
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 ID
CommandException
ISCSFolderReferenceResponse getPathInfo(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the active folder path ID
CommandException
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 ID
CommandException
ISCSFolderDisplayResponse getRootFolder(ISCSContext SCSContext)
throws CommandException
SCSContext - the context object representing the current user
CommandException
ISCSFolderDisplayResponse getRootFolder(ISCSRequestModifier requestModifier,
ISCSContext SCSContext)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current user
CommandException
ISCSFolderDisplayResponse listChildren(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder ID
CommandException
ISCSFolderDisplayResponse listChildren(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder ID
CommandException
ISCSFolderListFoldersResponse listFolders(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder ID to query
CommandException
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 query
CommandException
ISCSFolderListFoldersResponse listFolders(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the folder path ID to query
CommandException
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 query
CommandException
ISCSFolderListContentsResponse listContents(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder ID to query
CommandException
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 query
CommandException
ISCSFolderListContentsResponse listContents(ISCSContext SCSContext,
ISCSFolderPathID folderPathID)
throws CommandException
SCSContext - the context object representing the current userfolderPathID - the folder path ID to query
CommandException
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 query
CommandException
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 move
CommandException
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 move
CommandException
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 move
CommandException
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 move
CommandException
ISCSServerResponse propagateMetadata(ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
SCSContext - the context object representing the current userfolderID - the folder ID
CommandException
ISCSServerResponse propagateMetadata(ISCSRequestModifier requestModifier,
ISCSContext SCSContext,
ISCSFolderID folderID)
throws CommandException
requestModifier - modify the requestSCSContext - the context object representing the current userfolderID - the folder ID
CommandException
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 object
CommandException
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 object
CommandExceptionISCSFolder _createFolder()
ISCSFolder _createFolder(java.lang.String folderID)
folderID - the folder ID
ISCSFolderContent _createFolderContent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||