| Package | Description | 
|---|---|
| oracle.ifs.protocols.commands | |
| oracle.ifs.protocols.cup.commands | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IfsAddFolderRelationshipCommand
A IfsAddFolderRelationshipCommand adds a Public object to a folder. 
 | 
class  | 
IfsAttributeStringDisplayCommand
An IfsAttributeStringDisplayCommand supports string displaying
 of a LibraryObject's attributes through different format options. 
 | 
class  | 
IfsBlankCommand
An IfsBlankCommand is a command implementaion that does nothing. 
 | 
class  | 
IfsCancelCheckOutCommand
A IfsCancelCheckOutCommand is the command to cancel checkout on a
 document. 
 | 
class  | 
IfsCatCommand
An IfsCatCommand renders a LibraryObject for text display. 
 | 
class  | 
IfsChangeDirectoryCommand
A IfsChangeDirectoryCommand supports a basic change directory operation. 
 | 
class  | 
IfsCheckedOutByCommand
A IfsCheckedOutByCommand returns the user who currently checks
 out the document. 
 | 
class  | 
IfsCheckInCommand
A IfsCheckInCommand is the command to check in a document. 
 | 
class  | 
IfsCheckOutCommand
A IfsCheckOutCommand is used to check out a document. 
 | 
class  | 
IfsCloseChannelCommand
A IfsCloseChannelCommand supports a basic protocol channel closing operation. 
 | 
class  | 
IfsCookieCommand
A IfsCookieCommand supports a basic cookie operation. 
 | 
class  | 
IfsCopyCommand
An IfsCopyCommand is a command that given a LibraryObject,
 an array of all the paths to that object is returned. 
 | 
class  | 
IfsCreateDocumentCommand
A IfsCreateDocumentCommand creates a document. 
 | 
class  | 
IfsCreateFolderCommand
An IfsCreateFolderCommand is a command that given an absolute folder path name,
 a folder is created. 
 | 
class  | 
IfsDeleteLibraryObjectCommand
A IfsDeleteLibraryObjectCommand  frees a LibraryObject. 
 | 
class  | 
IfsDetermineAclCommand
A IfsDetermineAclCommand if the default way of determining the acl
 for an object. 
 | 
class  | 
IfsDetermineFormatCommand
A IfsDetermineFormatCommand is the command that returns the Format
 object associated with a given filename. 
 | 
class  | 
IfsDetermineParserCommand
A IfsDetermineParserCommand is the command to determine the parser
 based on the given filename. 
 | 
class  | 
IfsDoesPublicObjectExistByIdCommand
A IfsDoesPublicObjectExistByIdCommand is the command to determine
 whether a PublicObject exist by specifying its id. 
 | 
class  | 
IfsDoesPublicObjectExistByPathCommand
A IfsDoesPublicObjectExistByPathCommand is the command to determine 
 whether a PublicObject exist by specifying a path. 
 | 
class  | 
IfsFindPublicObjectByIdCommand
A IfsFindPublicObjectByIdCommand is the command to find a
 PublicObject by specifying an id. 
 | 
class  | 
IfsFindPublicObjectByPathCommand
A IfsFindPublicObjectByPathCommand is the command to find a
 PublicObject by specifying a path. 
 | 
class  | 
IfsGetAttributeNamesCommand
A IfsGetAttributeNamesCommand supports getting all the available
 attribute names of a LibraryObject. 
 | 
class  | 
IfsGetAttributesCommand
An IfsGetAttributesCommand is a command that given a LibraryObject
 and an array of attribute names returns an array of 
 AttributeValue(s). 
 | 
class  | 
IfsGetBeansVersionCommand
A IfsGetBeansVersionCommand is the command to retrieve the
 bean's version as a String. 
 | 
class  | 
IfsGetCurrentUserCommand
A IfsGetCurrentUserCommand is the command to retrieve the
 current iFS user. 
 | 
class  | 
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. | 
class  | 
IfsHelpCommand
A IfsHelpCommand supports a basic help operation. 
 | 
class  | 
IfsInvokeSelectorAndListOutputCommand
A IfsInvokeSelectorAndListOutputCommand invokes a selector and
 list attributes of the resulting library objects. 
 | 
class  | 
IfsInvokeSelectorCommand
A IfsInvokeSelectorCommand constructs a Selector and invokes it and
 and returns the array of LibraryObject []. 
 | 
class  | 
IfsIsCheckedOutCommand
A IfsIsCheckedOutCommand returns a boolean value indicating whether
 the document is currently being checked out by an user or not. 
 | 
class  | 
IfsIsVersionedCommand
A IfsIsVersionedCommand returns a boolean indicating whether a 
 document is versioned or not. 
 | 
class  | 
IfsLoginCommand
A IfsLoginCommand supports a basic login operation. 
 | 
class  | 
IfsLogoutCommand
A IfsLogoutCommand supports a basic logout operation. 
 | 
class  | 
IfsMvCommand
A IfsMvCommand implements MV command. 
 | 
class  | 
IfsOpenSocketCommand
A IfsOpenSocketCommand supports a basic opening of a socket operation. 
 | 
class  | 
IfsParseStreamCommand
A IfsParseStreamCommand is the command to parse a stream with the 
 specified parser and all its options. 
 | 
class  | 
IfsPasvCommand
A IfsPasvCommand supports a basic pasv operation. 
 | 
class  | 
IfsPortCommand
A IfsPortCommand supports a port operation. 
 | 
class  | 
IfsRemoveFolderRelationshipCommand
A IfsRemoveFolderRelationshipCommand removes reference to a Public object 
 from a folder. 
 | 
class  | 
IfsRenderAsRandomAccessContentCommand
An IfsRenderAsRandomAccessContentCommand renders a LibraryObject as a RandomAccessContentInterface. 
 | 
class  | 
IfsRenderAsReaderCommand
An IfsRenderAsReaderCommand renders a LibraryObject as a reader. 
 | 
class  | 
IfsRenderAsStreamCommand
An IfsRenderAsStreamCommand renders a LibraryObject as a stream. 
 | 
class  | 
IfsSetAttributesCommand
An IfsSetAttributesCommand supports modifying an attribute on
 a LibraryObject. 
 | 
class  | 
IfsShowAllPathsCommand
An IfsShowAllPathsCommand is a command that given a LibraryObject,
 an array of all the paths to that object is returned. 
 | 
class  | 
IfsStringListCommand
An IfsStringListCommand supports string displaying
 of LibraryObjects' attributes through different format options
 and attribute naming options. 
 | 
class  | 
IfsUploadFileCommand
A IfsUploadFileCommand is the command to upload a file with proper
 parsing if applicable. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CupModeCommand
A CupModeCommand is for setting various modes in Cup
  
 | 
Copyright © 2025. All rights reserved.