| Interface | Description |
|---|---|
| AddFolderRelationshipContext |
AddFolderRelationshipContext encapsulates context for IfsAddFolderRelationship
command.
|
| AttributeStringDisplayContext |
AttributeStringDisplayContext encapsulates the context of an
IfsAttributeStringDisplayCommand.
|
| CancelCheckOutContext |
CancelCheckOutContext encapsulates the state of an
IfsCancelCheckOutCommand.
|
| CatContext |
CatContext encapsulates the state of an IfsCatCommand.
|
| ChangeDirectoryContext |
ChangeDirectoryContext encapsulates the state of an IfsChangeDirectoryCommand.
|
| CheckedOutByContext |
CheckedOutByContext encapsulates the state of an IfsCheckedOutByCommand.
|
| CheckInContext |
CheckInContext encapsulates the state of an IfsCheckInCommand.
|
| CheckOutContext |
CheckOutContext encapsulates the state of an IfsCheckOutCommand.
|
| CloseChannelContext |
CloseChannelCommandState encapsulates the state of an IfsCloseChannelCommand.
|
| CookieContext |
CookieContext encapsulates the state of an IfsCookieCommand.
|
| CopyContext |
CopyContext encapsulates the context of a CopyCommand.
|
| CreateDocumentContext |
CreateDocumentContext encapsulates the state of an
IfsCreateDocumentCommand.
|
| CreateFolderContext |
CreateFolderContext encapsulates the context of a CreateFolderCommand.
|
| DeleteLibraryObjectContext |
DeleteLibraryObjectContext interface encapsulates context for
delete library object command.
|
| DetermineAclContext |
DetermineAclContext encapsulates the state of an IfsDetermineAclCommand.
|
| DetermineFormatContext |
DetermineFormatContext encapsulates the state of an
IfsDetermineFormatCommand.
|
| DetermineParserContext |
DetermineParserContext encapsulates the state of an
IfsDetermineParserCommand.
|
| DoesPublicObjectExistByIdContext |
DoesPublicObjectExistByIdContext encapsulates the state of an
IfsDoesPublicObjectExistByIdCommand.
|
| DoesPublicObjectExistByPathContext |
DoesPublicObjectExistByPathContext encapsulates the state of an
IfsDoesPublicObjectExistByPathCommand.
|
| FindPublicObjectByIdContext |
FindPublicObjectByIdContext encapsulates the state of an
IfsFindPublicObjectByIdCommand.
|
| FindPublicObjectByPathContext |
FindPublicObjectByPathContext encapsulates the state of an
IfsFindPublicObjectByPathCommand.
|
| GetAttributeNamesContext |
GetAttributeNamesContext encapsulates the context of a
IfsGetAttributeNamesCommand.
|
| GetAttributesContext |
GetAttributesContext encapsulates the state of a
IfsGetAttributesCommand.
|
| GetBeansVersionContext |
GetBeansVersionContext encapsulates the state of an
IfsGetBeansVersionCommand.
|
| GetCurrentUserContext |
GetCurrentUserContext encapsulates the state of an
IfsGetCurrentUserCommand.
|
| HandlePublicObjectVersioningContext |
HandlePublicObjectVersioningContext encapsulates the state of an
IfsHandlePublicObjectVersioningCommand.
|
| HelpContext |
HelpContext encapsulates the state of an IfsHelpCommand.
|
| InvokeSelectorAndListOutputContext |
InvokeSelectorAndListOutputContext interface encapsulates context for
InvokeSelectorAndListOutput command.
|
| InvokeSelectorContext |
InvokeSelectorContext interface encapsulates context for
InvokeSelector command.
|
| IsCheckedOutContext |
IsCheckedOutContext encapsulates the state of an IfsIsCheckedOutCommand.
|
| IsVersionedContext |
IsVersionedContext encapsulates the state of an IfsIsVersionedCommand.
|
| LoginContext |
LoginContext encapsulates the state of an IfsLoginCommand.
|
| LogoutContext |
LogoutContext encapsulates the context of a LogoutCommand.
|
| MvContext |
MvContext interface encapsulates context for
MV command.
|
| OpenSocketContext |
OpenSocketContext encapsulates the state of an IfsOpenSocketCommand.
|
| ParseStreamContext |
ParseStreamContext encapsulates the state of an IfsParseStreamCommand.
|
| PasvContext |
PasvContext encapsulates the state of an IfsPasvCommand.
|
| PortContext |
PortContext encapsulates the state of an IfsPortCommand.
|
| RemoveFolderRelationshipContext |
RemoveFolderRelationshipContext encapsulates context for
remove reference command.
|
| RenderAsRandomAccessContentContext |
RenderAsRandomAccessContentContext encapsulates the state of an IfsRenderAsRandomAccessContentCommand.
|
| RenderAsReaderContext |
RenderAsReaderContext encapsulates the state of an IfsRenderAsReaderCommand.
|
| RenderAsStreamContext |
RenderAsStreamContext encapsulates the state of an IfsRenderAsStreamCommand.
|
| RenderContext |
RenderContext encapsulates the base state of any rendering command.
|
| SetAttributesContext |
SetAttributesContext encapsulates the context of a SetAttributesCommand.
|
| ShowAllPathsContext |
ShowAllPathsContext interface encapsulates context for
the show all paths command.
|
| StringListContext |
StringListContext encapsulates the context of a
IfsStringListCommand.
|
| UploadFileContext |
UploadFileContext encapsulates the state of an IfsUploadFileCommand.
|
| Class | Description |
|---|---|
| IfsAddFolderRelationshipCommand |
A IfsAddFolderRelationshipCommand adds a Public object to a folder.
|
| IfsAddFolderRelationshipContext |
IfsAddFolderRelationshipContext implements context for
add reference command.
|
| IfsAttributeStringDisplayCommand |
An IfsAttributeStringDisplayCommand supports string displaying
of a LibraryObject's attributes through different format options.
|
| IfsAttributeStringDisplayContext |
IfsAttributeStringDisplayContext is the base implementation of
AttributeStringDisplayContext.
|
| IfsBlankCommand |
An IfsBlankCommand is a command implementaion that does nothing.
|
| IfsCancelCheckOutCommand |
A IfsCancelCheckOutCommand is the command to cancel checkout on a
document.
|
| IfsCancelCheckOutContext |
IfsCancelCheckOutContext is the default implmentation of
CancelCheckOutContext.
|
| IfsCatCommand |
An IfsCatCommand renders a LibraryObject for text display.
|
| IfsCatContext |
IfsCatContext is the base iplementation of
CatContext.
|
| IfsChangeDirectoryCommand |
A IfsChangeDirectoryCommand supports a basic change directory operation.
|
| IfsChangeDirectoryContext |
IfsChangeDirectoryCoontext is the base iplementation of
ChangeDirectoryContext.
|
| IfsCheckedOutByCommand |
A IfsCheckedOutByCommand returns the user who currently checks
out the document.
|
| IfsCheckedOutByContext |
IfsCheckedOutByContext is the default implmentation
of CheckedOutByContext.
|
| IfsCheckInCommand |
A IfsCheckInCommand is the command to check in a document.
|
| IfsCheckInContext |
IfsCheckInContext is the default implmentation of CheckInContext.
|
| IfsCheckOutCommand |
A IfsCheckOutCommand is used to check out a document.
|
| IfsCheckOutContext |
IfsCheckOutContext is the default implmentation of CheckOutContext.
|
| IfsCloseChannelCommand |
A IfsCloseChannelCommand supports a basic protocol channel closing operation.
|
| IfsCloseChannelContext |
IfsCloseChannelCommandState is the base implmentation of a
CloseChannelCommandState.
|
| IfsCookieCommand |
A IfsCookieCommand supports a basic cookie operation.
|
| IfsCookieContext |
IfsCookieCommandState is the base implmentation of a
CookieCommandState.
|
| IfsCopyCommand |
An IfsCopyCommand is a command that given a LibraryObject,
an array of all the paths to that object is returned.
|
| IfsCopyContext |
IfsCopyContext is the base implementation of a
CopyContext.
|
| IfsCreateDocumentCommand |
A IfsCreateDocumentCommand creates a document.
|
| IfsCreateDocumentContext |
IfsCreateDocumentContext is the default implmentation
of CreateDocumentContext.
|
| IfsCreateFolderCommand |
An IfsCreateFolderCommand is a command that given an absolute folder path name,
a folder is created.
|
| IfsCreateFolderContext |
IfsCreateFolderContext is the base implementation of a
CreateFolderContext.
|
| IfsDeleteLibraryObjectCommand |
A IfsDeleteLibraryObjectCommand frees a LibraryObject.
|
| IfsDeleteLibraryObjectContext |
IfsDeleteLibraryObjectContext implements context for
delete library object command.
|
| IfsDetermineAclCommand |
A IfsDetermineAclCommand if the default way of determining the acl
for an object.
|
| IfsDetermineAclContext |
IfsDetermineAclContext is the default implmentation of DetermineAclContext.
|
| IfsDetermineFormatCommand |
A IfsDetermineFormatCommand is the command that returns the Format
object associated with a given filename.
|
| IfsDetermineFormatContext |
IfsDetermineFormatContext is the default implmentation
of DetermineFormatContext.
|
| IfsDetermineParserCommand |
A IfsDetermineParserCommand is the command to determine the parser
based on the given filename.
|
| IfsDetermineParserContext |
IfsDetermineParserContext is the default implmentation
of DetermineParserContext.
|
| IfsDoesPublicObjectExistByIdCommand |
A IfsDoesPublicObjectExistByIdCommand is the command to determine
whether a PublicObject exist by specifying its id.
|
| IfsDoesPublicObjectExistByIdContext |
IfsDoesPublicObjectExistByIdContext is the default implmentation of
DoesPublicObjectExistByIdContext.
|
| IfsDoesPublicObjectExistByPathCommand |
A IfsDoesPublicObjectExistByPathCommand is the command to determine
whether a PublicObject exist by specifying a path.
|
| IfsDoesPublicObjectExistByPathContext |
IfsDoesPublicObjectExistByPathContext is the default implmentation of
DoesPublicObjectExistByPathContext.
|
| IfsFindPublicObjectByIdCommand |
A IfsFindPublicObjectByIdCommand is the command to find a
PublicObject by specifying an id.
|
| IfsFindPublicObjectByIdContext |
IfsFindPublicObjectByIdContext is the default implmentation of
FindPublicObjectByIdContext.
|
| IfsFindPublicObjectByPathCommand |
A IfsFindPublicObjectByPathCommand is the command to find a
PublicObject by specifying a path.
|
| IfsFindPublicObjectByPathContext |
IfsFindPublicObjectByPathContext is the default implmentation of
FindPublicObjectByPathContext.
|
| IfsGetAttributeNamesCommand |
A IfsGetAttributeNamesCommand supports getting all the available
attribute names of a LibraryObject.
|
| IfsGetAttributeNamesContext |
IfsGetAttributeNamesContext implementation of GetGetAttributeNamesContext.
|
| IfsGetAttributesCommand |
An IfsGetAttributesCommand is a command that given a LibraryObject
and an array of attribute names returns an array of
AttributeValue(s).
|
| IfsGetAttributesContext |
IfsGetAttributesContext is the base implementation of
GetAttributesContext.
|
| IfsGetBeansVersionCommand |
A IfsGetBeansVersionCommand is the command to retrieve the
bean's version as a String.
|
| IfsGetBeansVersionContext |
IfsGetBeansVersionContext is the default implmentation of
GetBeansVersionContext.
|
| IfsGetCurrentUserCommand |
A IfsGetCurrentUserCommand is the command to retrieve the
current iFS user.
|
| IfsGetCurrentUserContext |
IfsGetCurrentUserContext is the default implmentation of
GetCurrentUserContext.
|
| IfsHandlePublicObjectVersioningCommand |
A IfsHandlePublicObjectVersioningCommand is the default way of
adding a
Document (or subclass of Document)
to a Folder with proper versioning semantics:
Command specification for IfsHandlePublicObjectVersioningCommand Inputs: session : LibrarySession (required) po : PublicObject (required) folder : Folder (required) comment : String (optional) Outputs : NONE Description: Adds a po (or subclass of po)
to a Folder. |
| IfsHandlePublicObjectVersioningContext |
IfsHandlePublicObjectVersioningContext is the default implmentation
of HandlePublicObjectVersioningContext.
|
| IfsHelpCommand |
A IfsHelpCommand supports a basic help operation.
|
| IfsHelpContext |
IfsHelpContext is the base implmentation of a
HelpContext.
|
| IfsInvokeSelectorAndListOutputCommand |
A IfsInvokeSelectorAndListOutputCommand invokes a selector and
list attributes of the resulting library objects.
|
| IfsInvokeSelectorAndListOutputContext |
IfsInvokeSelectorAndListOutputContext implements context for
invoke selector and list output command.
|
| IfsInvokeSelectorCommand |
A IfsInvokeSelectorCommand constructs a Selector and invokes it and
and returns the array of LibraryObject [].
|
| IfsInvokeSelectorContext |
IfsInvokeSelectorContext implements context for
invoke selector command.
|
| IfsIsCheckedOutCommand |
A IfsIsCheckedOutCommand returns a boolean value indicating whether
the document is currently being checked out by an user or not.
|
| IfsIsCheckedOutContext |
IfsIsCheckedOutContext is the default implmentation
of IsCheckedOutContext.
|
| IfsIsVersionedCommand |
A IfsIsVersionedCommand returns a boolean indicating whether a
document is versioned or not.
|
| IfsIsVersionedContext |
IfsIsVersionedContext is the default implmentation
of IsVersionedContext.
|
| IfsLoginCommand |
A IfsLoginCommand supports a basic login operation.
|
| IfsLoginContext |
IfsLoginContext is the base implementation of a
LoginContext.
|
| IfsLogoutCommand |
A IfsLogoutCommand supports a basic logout operation.
|
| IfsLogoutContext |
IfsLogoutContext is the base implmentation of a
LogoutContext.
|
| IfsMvCommand |
A IfsMvCommand implements MV command.
|
| IfsMvContext |
IfsMvContext implements context for MV command.
|
| IfsOpenSocketCommand |
A IfsOpenSocketCommand supports a basic opening of a socket operation.
|
| IfsOpenSocketContext |
IfsOpenSocketContext is the base implmentation of a
OpenSocketContext.
|
| IfsParseStreamCommand |
A IfsParseStreamCommand is the command to parse a stream with the
specified parser and all its options.
|
| IfsParseStreamContext |
IfsParseStreamContext is the default implmentation
of ParseStreamContext.
|
| IfsPasvCommand |
A IfsPasvCommand supports a basic pasv operation.
|
| IfsPasvContext |
IfsPasvContext is the base implmentation of a
PasvContext.
|
| IfsPortCommand |
A IfsPortCommand supports a port operation.
|
| IfsPortContext |
IfsPasvContext is the base implmentation of a
PasvContext.
|
| IfsRemoveFolderRelationshipCommand |
A IfsRemoveFolderRelationshipCommand removes reference to a Public object
from a folder.
|
| IfsRemoveFolderRelationshipContext |
IfsRemoveFolderRelationshipContext implements context for
remove reference command.
|
| IfsRenderAsRandomAccessContentCommand |
An IfsRenderAsRandomAccessContentCommand renders a LibraryObject as a RandomAccessContentInterface.
|
| IfsRenderAsRandomAccessContentContext |
IfsRenderAsRandomAccessContentContext is the base iplementation of
RenderAsRandomAccessContentContext.
|
| IfsRenderAsReaderCommand |
An IfsRenderAsReaderCommand renders a LibraryObject as a reader.
|
| IfsRenderAsReaderContext |
IfsRenderAsReaderContext is the base iplementation of
RenderAsReaderContext.
|
| IfsRenderAsStreamCommand |
An IfsRenderAsStreamCommand renders a LibraryObject as a stream.
|
| IfsRenderAsStreamContext |
IfsRenderAsStreamContext is the base iplementation of
RenderAsStreamContext.
|
| IfsSetAttributesCommand |
An IfsSetAttributesCommand supports modifying an attribute on
a LibraryObject.
|
| IfsSetAttributesContext |
IfsSetAttributesContext is the base implementation of a
SetAttributesContext.
|
| IfsShowAllPathsCommand |
An IfsShowAllPathsCommand is a command that given a LibraryObject,
an array of all the paths to that object is returned.
|
| IfsShowAllPathsContext |
IfsShowAllPathsContext implements context for
the show all paths command.
|
| IfsStringListCommand |
An IfsStringListCommand supports string displaying
of LibraryObjects' attributes through different format options
and attribute naming options.
|
| IfsStringListContext |
IfsGetAttributeNamesContext implementation of GetGetAttributeNamesContext.
|
| IfsUploadFileCommand |
A IfsUploadFileCommand is the command to upload a file with proper
parsing if applicable.
|
| IfsUploadFileContext |
IfsUploadFileContext is the default implmentation of UploadFileContext.
|
Copyright © 2025. All rights reserved.