Oracle Content Management SDK
A B C D E F G H I J L M N O P Q R S T U V W X

G

generateFilename() - Method in class oracle.ifs.beans.Document
Generates a filename which is the objectname plus the format extension.
generateSummary(String, long, long, String) - Method in class oracle.ifs.beans.Document
Generates one or more summaries for a document by submitting a request to Context to generate summaries.
generateSummary(String, long, long, String, LibraryObject) - Method in class oracle.ifs.beans.ContentObject
Generates one or more summaries for this content by submitting a request to InterMedia to generate summaries.
generateSummary(String, long, long, String, S_LibraryObject) - Method in class oracle.ifs.server.S_ContentObject
Generates one or more summaries for this content by submitting a request to InterMedia to generate summaries.
generateThemes(boolean) - Method in class oracle.ifs.beans.Document
Generates the Themes for this Document by submitting a request to Context to generate Themes.
generateThemes(boolean, LibraryObject) - Method in class oracle.ifs.beans.ContentObject
Generates the Themes for this content by submitting a request to InterMedia Text to generate Themes.
generateThemes(boolean, S_LibraryObject) - Method in class oracle.ifs.server.S_ContentObject
Generates the Themes for this content by submitting a request to InterMedia Text to generate Themes.
getAbsolutePath(String) - Method in class oracle.ifs.beans.FolderPathResolver
Gets the absolute path from a realtive path
getAccessControlEntrys() - Method in class oracle.ifs.beans.AccessControlList
Returns an array of AccessControlEntry objects that are part of this ACL.
getAccessControlEntrys() - Method in class oracle.ifs.server.S_AccessControlList
Returns the set of S_AccessControlEntry objects associated with this ACL.
getAccessControlEntrys(int) - Method in class oracle.ifs.beans.AccessControlList
Returns the ACE at specified index in array of ACEs.
getAccessLevel() - Method in class oracle.ifs.beans.PermissionBundle
Returns the access level represented by this ACE
getAccessLevel() - Method in class oracle.ifs.beans.PermissionBundleDefinition
Returns the AccessLevel to be associated with this PermissionBundle.
getAccessLevel() - Method in class oracle.ifs.server.S_AccessControlEntry
Returns the access level represented by this ACE
getAccessLevel() - Method in class oracle.ifs.server.S_PermissionBundle
Returns the AccessLevel for this permission bundle.
getAcl() - Method in class oracle.ifs.beans.PublicObject
Returns this object's AccessControlList.
getAcl() - Method in class oracle.ifs.beans.AccessControlEntry
Return the ACL object that contains this ACE.
getAcl() - Method in class oracle.ifs.server.S_AccessControlEntry
Returns the ACL for this ACE.
getAddToFolderOption() - Method in class oracle.ifs.beans.PublicObjectDefinition
returns the Add To Folder Option for the new PublicObject.
getAllAncestors() - Method in class oracle.ifs.beans.DirectoryObject
Gets all ancestors to this DirectoryObject.
getAllAncestors() - Method in class oracle.ifs.server.S_DirectoryObject
Gets all ancestors of a member, returning the ancestors as an array of S_DirectoryObject.
getAllAncestors(int) - Method in class oracle.ifs.beans.DirectoryObject
Deprecated. iFS 9.0.3 Use getAllAncestors() to get entire array
getAllDefinedStandardPermissionNames(LibrarySessionInterface) - Static method in class oracle.ifs.common.AccessLevel
return the array of all defined standard permission localized labels.
getAllDefinedStandardPermissionNames(Localizer) - Static method in class oracle.ifs.common.AccessLevel
return the array of all defined standard permission localized labels.
getAllDefinedStandardPermissions() - Static method in class oracle.ifs.common.AccessLevel
return the array of all defined standard permission numeric values.
getAllFolderPaths() - Method in class oracle.ifs.beans.PublicObject
Gets all Folder paths to the target object, starting from the Root Folder.
getAllFolderPaths(Folder) - Method in class oracle.ifs.beans.PublicObject
get all Folder paths to the target object.
getAllMembers() - Method in class oracle.ifs.beans.DirectoryObject
Gets all members belonging to this DirectoryObject.
getAllMembers() - Method in class oracle.ifs.beans.DirectoryGroup
Returns array of DirectoryObject that define the list of all members for this instance.
getAllMembers() - Method in class oracle.ifs.server.S_DirectoryObject
Gets all members belonging to this DIRECTORYOBJECT.
getAllMembers() - Method in class oracle.ifs.server.S_DirectoryGroup
Gets all members of the group, direct or indirect.
getAllMembers(int) - Method in class oracle.ifs.beans.DirectoryObject
Gets a specific memeber at the specified index in array of DirectoryObject.
getAllMembers(int) - Method in class oracle.ifs.beans.DirectoryGroup
Deprecated. iFS 9.0.3 Use getAllMembers() and index into the resultant array
getAllocatedStorage() - Method in class oracle.ifs.beans.ContentQuota
Gets the amount of allocated storage.
getAllocatedStorage() - Method in class oracle.ifs.server.S_ContentQuota
Gets the amount of allocated storage.
getAllowedAuthenticationCount() - Method in class oracle.ifs.common.TokenCredential
Gets the total number of times this TokenCredential can be used to authenticate.
getAllUserMembers() - Method in class oracle.ifs.beans.DirectoryObject
Gets all DirectoryUser members belonging to this DirectoryObject.
getAllUserMembers() - Method in class oracle.ifs.beans.DirectoryGroup
Gets the array of DirectoryUser that define the list of all DirectoryUser members for this instance.
getAllUserMembers() - Method in class oracle.ifs.beans.DirectoryUser
Gets this DirectoryUser.
getAllUserMembers() - Method in class oracle.ifs.server.S_DirectoryGroup
Gets all user members of the group, direct or indirect.
getAllUserMembers(int) - Method in class oracle.ifs.beans.DirectoryObject
Gets a specific DirectoryUser Member at the specified index in array of DirectoryObject.
getAllUserMembers(int) - Method in class oracle.ifs.beans.DirectoryGroup
Gets the member DirectoryUser at the specified index of this group.
getAllUserMembers(int) - Method in class oracle.ifs.beans.DirectoryUser
Gets this DirectoryUser at specified index.
getAllVersionSeries() - Method in class oracle.ifs.server.S_Family
Gets the server side representation of all version series in this family.
getAnyFolderPath() - Method in class oracle.ifs.beans.PublicObject
Gets any Folder path to the target object, starting from the Root Folder.
getAnyFolderPath(Folder) - Method in class oracle.ifs.beans.PublicObject
Gets any Folder path to the target object.
getApplication() - Method in class oracle.ifs.beans.ExtendedUserProfile
Gets the application name associated with this ExtendedUserProfile.
getApplicationName() - Method in class oracle.ifs.common.ConnectOptions
Gets the name of the application creating the session.
getAssociatedPublicObject() - Method in class oracle.ifs.beans.Category
Gets the PublicObject associated with this Category.
getAssociatedPublicObject() - Method in class oracle.ifs.beans.ContentQuota
Gets the PublicObject associated with this ContentQuota object.
getAssociatedPublicObject() - Method in class oracle.ifs.server.S_ContentQuota
Gets the PublicObject associated with this ContentQuota object.
getAttribute(PublicObject, String) - Method in interface oracle.ifs.adk.filesystem.FileSystem
Return a specified attribute of a PublicObject.
getAttribute(PublicObject, String) - Method in class oracle.ifs.adk.filesystem.IfsFileSystem
Return a specified attribute of a PublicObject.
getAttribute(String) - Method in class oracle.ifs.beans.LibraryObject
Returns an AttributeValue object that holds the value of the requested attribute.
getAttribute(String) - Method in class oracle.ifs.beans.LibraryObjectDefinition
Return an AttributeValue object that holds the value of the requested attribute.
getAttribute(String) - Method in class oracle.ifs.server.S_LibraryObject
return an AttributeValue object that holds the value of the requested attribute.
getAttribute(String) - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return an AttributeValue object that holds the value of the requested attribute.
getAttributeByUpperCaseName(String) - Method in class oracle.ifs.beans.LibraryObject
Returns the attribute value for the specified attribute.
getAttributeByUpperCaseName(String) - Method in class oracle.ifs.server.S_LibraryObject
Gets the attribute value for the specified attribute.
getAttributeClassname() - Method in class oracle.ifs.search.AttributeQualification
Return the search class of this object.
getAttributeDefinitions() - Method in class oracle.ifs.beans.ClassObjectDefinition
Gets the Attributes defined for the new ClassObject.
getAttributeFromLabel(String) - Method in class oracle.ifs.beans.ClassObject
returns the Attribute, based on the specified Attribute Label.
getAttributeName() - Method in class oracle.ifs.common.SortQualifier
Get the Attribute name.
getAttributeName() - Method in class oracle.ifs.search.AttributeQualification
Return the attribute name of this object.
getAttributeNames() - Method in class oracle.ifs.search.SearchSortSpecification
Gets the list of Sort Attribute names.
getAttributes() - Method in class oracle.ifs.beans.LibraryObjectDefinition
Return array of Attribute values that were set for this new instance.
getAttributes() - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return array of Attribute values that were set for this new instance.
getAttributes(PublicObject, String[]) - Method in interface oracle.ifs.adk.filesystem.FileSystem
Return the specified attributes of a PublicObject.
getAttributes(PublicObject, String[]) - Method in class oracle.ifs.adk.filesystem.IfsFileSystem
Return the specified attributes of a PublicObject.
getAttributes(String[]) - Method in class oracle.ifs.beans.LibraryObject
Returns an array of AttributeValue objects that holds the values of the requested attributes.
getAttributesByUpperCaseNames(String[]) - Method in class oracle.ifs.beans.LibraryObject
Returns an array of AttributeValue objects that holds the values of the requested attributes.
getAudioArtist() - Method in class oracle.ifs.beans.InterMediaAudio
returns the Artist performing audio
getAudioBitsPerSample() - Method in class oracle.ifs.beans.InterMediaAudio
returns the Number of bits per sound sample
getAudioCdTrackAlbum() - Method in class oracle.ifs.beans.InterMediaAudioCdTrack
returns the Name of the containing album
getAudioCdTrackCDID() - Method in class oracle.ifs.beans.InterMediaAudioCdTrack
returns the CDDB ID of the corresponding CD
getAudioCdTrackDuration() - Method in class oracle.ifs.beans.InterMediaAudioCdTrack
returns the Track duration (different than sample duration)
getAudioCdTrackFrame() - Method in class oracle.ifs.beans.InterMediaAudioCdTrack
returns the Starting frame (second/75) of the track
getAudioCdTrackLBA() - Method in class oracle.ifs.beans.InterMediaAudioCdTrack
returns the Logical Block Address associated
getAudioCdTrackMinute() - Method in class oracle.ifs.beans.InterMediaAudioCdTrack
returns the Starting minute of the track
getAudioCdTrackSecond() - Method in class oracle.ifs.beans.InterMediaAudioCdTrack
returns the Starting second of the track
getAudioNumChannels() - Method in class oracle.ifs.beans.InterMediaAudio
returns the Number of Audio Channels of the media
getAudioSampleRate() - Method in class oracle.ifs.beans.InterMediaAudio
returns the Audio Sampling Rate
getAuthenticatedUser() - Method in class oracle.ifs.server.S_LibrarySession
Gets the S_DirectoryUser for which this S_LibrarySession was authenticated.
getAutoCommit() - Method in class oracle.ifs.server.sql.IfsConnection
Get the current auto-commit state.
getBeanClasspath() - Method in class oracle.ifs.beans.ClassObject
Gets the fully-qualified name of the Java class instantiated to represent instances of this ClassObject within a document management application.
getBigDecimal(int, int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a NUMERIC parameter as a java.math.BigDecimal object.
getBindValues() - Method in class oracle.ifs.search.ViewSpecification
Returns Bind Values that are used in this View Specification.
getBoolean(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a BIT parameter as a Java boolean.
getBoolean(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a boolean.
getBoolean(String) - Method in class oracle.ifs.common.ParameterTable
Returns a Boolean object representing the first occurance of the passed name in an name/value pair.
getBoolean(String, boolean) - Method in class oracle.ifs.common.ParameterTable
Returns a boolean representing the first occurance of the passed name in an name/value pair.
getBooleanArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of booleans.
getBooleanArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of booleans.
getBooleanObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a Boolean.
getBooleanObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of Booleans.
getBooleanObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of Booleans.
getBufferingMode() - Method in class oracle.ifs.beans.parsers.ParserInputStream
Deprecated. Gets the buffering mode indicating whether the stream is currently in buffering mode or non-buffering mode.
getBundle() - Method in class oracle.ifs.beans.Property
Gets the BUNDLE attribute of this Property.
getByte(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a TINYINT parameter as a Java byte.
getBytes(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a SQL BINARY or VARBINARY parameter as a Java byte[]
getCalendar() - Method in class oracle.ifs.common.Localizer
Gets the Calendar of this Localizer.
getCatalog() - Method in class oracle.ifs.server.sql.IfsConnection
Return the IfsConnection's current catalog name.
getCategories() - Method in class oracle.ifs.beans.PublicObject
Returns an array of categories for this PublicObject.
getCategories() - Method in class oracle.ifs.server.S_PublicObject
Get all categries associated with this instance.
getCategories(ClassObject) - Method in class oracle.ifs.beans.PublicObject
Returns the associated Category objects that are instances of the ClassObject (or one of its subclasses) specified.
getCategories(ClassObject, SortSpecification) - Method in class oracle.ifs.beans.PublicObject
Returns the associated Category objects that are instances of the specified class or a subclass of the specified class.
getCategories(SortSpecification) - Method in class oracle.ifs.beans.PublicObject
Returns the associated Category objects.
getCategories(SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
Get all categries associated with this instance.
getCategoryDefinitions() - Method in class oracle.ifs.beans.PublicObjectDefinition
returns all the CategoryDefinitions for this PO Definition Return null if no Category definitions exist
getChallenge() - Method in class oracle.ifs.common.ChallengeResponseCredential
Gets the challenge.
getChallenge() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the challenge.
getChannelCount() - Method in class oracle.ifs.common.TraceLogger
Gets the number of channels.
getCharacterSet() - Method in class oracle.ifs.beans.PrimaryUserProfile
Retrieves the default character set setting used when uploading a document.
getCharacterSet() - Method in class oracle.ifs.beans.Document
Returns the ContentObject's character encoding, or null if not specified.
getCharacterSet() - Method in class oracle.ifs.beans.ContentObject
Gets the Character set in which this content is encoded, or null if charset not specified.
getCharacterSet(LibrarySession) - Method in class oracle.ifs.beans.DocumentDefinition
Gets the characterset for this DocumentDefinition.
getCharEncoding() - Method in class oracle.ifs.common.Localizer
Gets the Java naming character encoding of this Localizer.
getClassAccessControlListCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the ClassAccessControlList collection.
getClassAccessControlListCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the ClassAccessControlList collection.
getClassAccessControlListCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the ClassAccessControlList collection.
getClassAcl() - Method in class oracle.ifs.beans.ClassObject
Gets the ClassAccessControlList of this ClassObject.
getClassAlias() - Method in class oracle.ifs.common.SortQualifier
Get the alias for the sort attribute's class
getClassDomain() - Method in class oracle.ifs.beans.Attribute
Gets the ClassDomain of this Attribute.
getClassDomainCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the ClassDomain collection.
getClassDomainCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the ClassDomain collection.
getClassDomainCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_ClassDomain collection.
getClasses() - Method in class oracle.ifs.beans.ClassDomain
Gets the classes in this ClassDomain.
getClasses(int) - Method in class oracle.ifs.beans.ClassDomain
Gets the specified class in this ClassDomain.
getClassId() - Method in class oracle.ifs.common.IfsEvent
Gets the class id of the LibraryObject that posted the event.
getClassId() - Method in class oracle.ifs.beans.LibraryObject
Return this object's Class Id.
getClassId() - Method in class oracle.ifs.server.S_LibraryObject
getClassId - get the object's class ID (a long).
getClassId() - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return the Class Id, null if not specified
getClassname() - Method in class oracle.ifs.search.PropertyQualification
Returns the search class for this qualification object.
getClassName() - Method in class oracle.ifs.common.SortQualifier
Get the sort attribute's class name
getClassnames() - Method in class oracle.ifs.search.SearchSortSpecification
Returns the Class names of the sort Attributes.
getClassObject() - Method in class oracle.ifs.beans.LibraryObject
Returns this object's class.
getClassObject() - Method in class oracle.ifs.beans.LibraryObjectDefinition
Return the ClassObject for the new instance.
getClassObject() - Method in class oracle.ifs.server.S_LibraryObject
getClassObject - get the object's ClassObject
getClassObjectByName(String) - Method in class oracle.ifs.beans.LibrarySession
Returns a class object given a class name.
getClassObjectByName(String) - Method in class oracle.ifs.server.S_LibrarySession
Returns a class object given a class name.
getClassObjectCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the ClassObject collection.
getClassObjectCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the ClassObject collection.
getClassObjectCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_ClassObject collection.
getClassObjectFromLabel(LibrarySession, String) - Static method in class oracle.ifs.beans.ClassObject
returns a ClassObject, based on a specified Label.
getCnonce() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the cnonce.
getComponentAcls() - Method in class oracle.ifs.beans.AccessControlList
Returns all AccessControlLists that are components of the target ACL.
getComponentAcls() - Method in class oracle.ifs.server.S_AccessControlList
Returns all AccessControlLists that are components of the target ACL.
getCompositeAcls() - Method in class oracle.ifs.beans.AccessControlList
Gets the set of composite ACLs which reference the target ACL as a "component".
getCompositeAcls() - Method in class oracle.ifs.server.S_AccessControlList
Gets the set of composite ACLs which reference the target ACL as a "component".
getConsumedStorage() - Method in class oracle.ifs.beans.ContentQuota
Gets the amount of consumed storage.
getConsumedStorage() - Method in class oracle.ifs.server.S_ContentQuota
Gets the amount of consumed storage.
getContent() - Method in class oracle.ifs.beans.DocumentDefinition
Gets the previously set String of content as set in this definition, or null if no String was specified.
getContent() - Method in class oracle.ifs.beans.ContentObjectDefinition
Gets the content String as set in this definition, or null if no String was specified.
getContentObject() - Method in class oracle.ifs.beans.Document
Gets the content for this Document.
getContentObjectDefinition() - Method in class oracle.ifs.beans.DocumentDefinition
Gets the currently allocated ContentObjectDefinition, whether set explicitly by setContentObjectDefinition, or allocated by one of the content convenience methods.
getContentPath() - Method in class oracle.ifs.beans.DocumentDefinition
Gets the path of the local file content, or null if no local file was specified.
getContentPath() - Method in class oracle.ifs.beans.ContentObjectDefinition
Gets the path of the local file content, or null if no local file was specified.
getContentQuota() - Method in class oracle.ifs.beans.DirectoryGroup
Gets the group's ContentQuota object.
getContentQuota() - Method in class oracle.ifs.beans.PrimaryUserProfile
Gets the DirectoryUser's ContentQuota object.
getContentQuota() - Method in class oracle.ifs.beans.Document
Gets the ContentQuota object being charged by this Document.
getContentQuotaCopyOption() - Method in class oracle.ifs.beans.PublicObjectDefinition
returns the ContentQuota copy Option.
getContentReader() - Method in class oracle.ifs.beans.Document
Gets the document content as a Reader
getContentReader() - Method in class oracle.ifs.beans.DocumentDefinition
Gets the Reader from which this document will be loaded.
getContentReader() - Method in class oracle.ifs.beans.ContentObjectDefinition
Gets the Reader from which this content will be loaded.
getContentReader() - Method in class oracle.ifs.server.S_Document
Gets the document content as a Reader
getContentReader(LibraryObject) - Method in class oracle.ifs.beans.ContentObject
Gets the content as an Reader.
getContentReader(S_LibraryObject) - Method in class oracle.ifs.server.S_ContentObject
returns a Reader representing the content.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_es_ES
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_es
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_pt_BR
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_ko
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_ja
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_de
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_zh_TW
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_zh_CN
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_fr
Returns the library resources.
getContents() - Method in class oracle.ifs.beans.resources.LibraryResources_it
Returns the library resources.
getContentSize() - Method in class oracle.ifs.beans.Document
Gets the size of this document's content.
getContentSize() - Method in class oracle.ifs.beans.ContentObject
Gets the size of the content.
getContentSize() - Method in class oracle.ifs.server.S_ContentObject
returns the size (in bytes) of the content.
getContentSize() - Method in class oracle.ifs.server.S_Document
Gets the size of this document's content.
getContentStream() - Method in class oracle.ifs.beans.Document
Gets the document content as an InputStream.
getContentStream() - Method in class oracle.ifs.beans.DocumentDefinition
Gets the InputStream from which this document will be loaded.
getContentStream() - Method in class oracle.ifs.beans.ContentObjectDefinition
Gets the InputStream from which this content will be loaded.
getContentStream() - Method in class oracle.ifs.server.S_Document
Gets the document content as an InputStream.
getContentStream(LibraryObject) - Method in class oracle.ifs.beans.ContentObject
Gets the content as an InputStream.
getContentStream(S_LibraryObject) - Method in class oracle.ifs.server.S_ContentObject
returns an InputStream representing the content.
getContextClassname() - Method in class oracle.ifs.search.ContextSearchSpecification
Returns the name of the class used for Text queries.
getCreateDate() - Method in class oracle.ifs.beans.PublicObject
Returns the date this object was created.
getCreator() - Method in class oracle.ifs.beans.PublicObject
returns the user that created this object.
getCredential(String) - Method in class oracle.ifs.management.domain.Server
Gets a Credential for the specified user.
getCredentialManager() - Method in class oracle.ifs.beans.DirectoryUser
Gets the credential manager of this DirectoryUser.
getCredentialNameTokenizer() - Method in class oracle.ifs.beans.LibraryService
Gets the CredentialNameTokenizer for this iFS service.
getCredentialNameTokenizer() - Method in class oracle.ifs.server.S_LibraryService
Gets the CredentialNameTokenizer for this S_LibraryService.
getCurrentDirectory() - Method in class oracle.ifs.beans.FolderPathResolver
Get the current directory in effect.
getCurrentPath() - Method in class oracle.ifs.beans.FolderPathResolver
Get the current file path in effect.
getCurrentUser() - Method in interface oracle.ifs.adk.filesystem.FileSystem
Display the current user in the session.
getCurrentUser() - Method in class oracle.ifs.adk.filesystem.IfsFileSystem
Display the current user in the session.
getDatabaseObjectName() - Method in class oracle.ifs.beans.ClassObject
Returns the Database Object Name.
getDatabaseObjectName() - Method in class oracle.ifs.beans.Attribute
get the database object name corresponding to this attribute.
getDataLength() - Method in class oracle.ifs.beans.Attribute
Get the length of the attribute.
getDataScale() - Method in class oracle.ifs.beans.Attribute
Get the Data Scale of this Attribute.
getDataType() - Method in class oracle.ifs.common.AttributeValue
Gets the data type of this AttributeValue.
getDataType() - Method in class oracle.ifs.beans.Property
Gets the data type of this Property.
getDataType() - Method in class oracle.ifs.beans.Attribute
Get the data type of the attribute.
getDataType() - Method in class oracle.ifs.beans.PropertyDefinition
Gets the data type of the new Property.
getDataType() - Method in class oracle.ifs.adk.queue.IfsQueueMessageParameter
Returns the datatype of the parameter.
getDataTypeLabel() - Method in class oracle.ifs.beans.Attribute
Gets the localized String label for the data type set for this instance.
getDate(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a SQL DATE parameter as a Date object
getDate(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a Date.
getDateArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of Dates.
getDateArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of Dates.
getDateComparisonLevel() - Method in class oracle.ifs.search.PropertyQualification
Returns the date comparison level.
getDateComparisonLevel() - Method in class oracle.ifs.search.AttributeQualification
Returns the date comparison level.
getDateFormatter() - Method in class oracle.ifs.common.Localizer
Gets the date formatter of this Localizer.
getDefault() - Static method in class oracle.ifs.common.Localizer
Gets the default US English Localizer.
getDefaultAccessLevel() - Method in class oracle.ifs.beans.PublicObject
Returns the access level defined for "World" access; i.e.
getDefaultAcls() - Method in class oracle.ifs.beans.PrimaryUserProfile
Gets the PropertyBundle for this profile that contains name/value pairs keyed by classname of the default ACL to use when creating an instance of that class.
getDefaultAlias() - Method in class oracle.ifs.common.SortSpecification
return the Default alias setting.
getDefaultClass() - Method in class oracle.ifs.common.SortSpecification
return the Default Class setting.
getDefaultContentQuota() - Method in class oracle.ifs.beans.LibrarySession
Gets the session's default ContentQuota, set via setDefaultContentQuota().
getDefaultContentQuota() - Method in class oracle.ifs.server.S_LibrarySession
Gets the default ContentQuota to be used when creating new content
getDefaultFolderRelationshipClassname() - Method in class oracle.ifs.beans.LibrarySession
Gets the default class name of the subclass of FolderRelationship, that is used by default for all Folder selection operations.
getDefaultFolderRelationshipClassname() - Method in class oracle.ifs.server.S_LibrarySession
Gets the name of the default folder relationship classobject.
getDefaultFolderSortSpecification() - Method in class oracle.ifs.beans.LibrarySession
get the default SortSpecification that is used by default for all Folder selection operations.
getDefaultVersionDescription() - Method in class oracle.ifs.beans.VersionSeries
Returns the default version of this version series.
getDefaultVersionDescription() - Method in class oracle.ifs.beans.Family
Gets the default VersionDescription of this family.
getDefiningClass() - Method in class oracle.ifs.beans.Attribute
Returns the CLASS of which this is an attribute.
getDefinition() - Method in class oracle.ifs.beans.LibraryObject
Creates a LibraryObjectDefinition which represents this object.
getDescription() - Method in class oracle.ifs.beans.PublicObject
Returns the description of this object
getDescription() - Method in class oracle.ifs.beans.ValueDomain
Gets the description of this ValueDomain.
getDescription() - Method in class oracle.ifs.beans.ExtendedPermission
Returns the description of this ExtendedPermission.
getDescription() - Method in class oracle.ifs.beans.PermissionBundle
Returns description of this object
getDescription() - Method in class oracle.ifs.beans.ClassDomain
Gets the description of this ClassDomain.
getDescription() - Method in class oracle.ifs.beans.ClassObject
Returns the description of a Class Object.
getDescription() - Method in class oracle.ifs.beans.ValueDefault
Gets the description of this ValueDefault.
getDescription() - Method in class oracle.ifs.beans.Attribute
Returns the description of an Attribute.
getDirectAncestorIds() - Method in class oracle.ifs.server.S_DirectoryObject
Gets the direct ancestors of this DIRECTORYOBJECT.
getDirectAncestors() - Method in class oracle.ifs.beans.DirectoryObject
Gets the direct ancestors to this DirectoryObject.
getDirectAncestors() - Method in class oracle.ifs.server.S_DirectoryObject
Gets direct group ancestors of a member, returning the ancestors as an array of S_DirectoryObject.
getDirectAncestors(int) - Method in class oracle.ifs.beans.DirectoryObject
Deprecated. iFS 9.0.3 Use getDirectAncestors() and index into the resultant array
getDirectMemberIds() - Method in class oracle.ifs.server.S_DirectoryGroup
Gets the direct members of this group.
getDirectMembers() - Method in class oracle.ifs.beans.DirectoryObject
Gets the direct members belonging to this DirectoryObject.
getDirectMembers() - Method in class oracle.ifs.beans.DirectoryGroup
Gets the direct members of this instance.
getDirectMembers() - Method in class oracle.ifs.server.S_DirectoryObject
Gets the direct members of this DIRECTORYOBJECT.
getDirectMembers() - Method in class oracle.ifs.server.S_DirectoryGroup
Gets the direct members of this DIRECTORYOBJECT.
getDirectMembers(int) - Method in class oracle.ifs.beans.DirectoryObject
Gets the specific direct member at the specified index in array of DirectoryObject.
getDirectMembers(int) - Method in class oracle.ifs.beans.DirectoryGroup
Gets the direct member at the specified index of this group.
getDirectoryObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a DirectoryObject.
getDirectoryObject(Long) - Method in class oracle.ifs.beans.LibrarySession
Lookup a DirectoryObject by its id.
getDirectoryObject(Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_DirectoryObject by id.
getDirectoryObject(Long, Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_DirectoryObject by id and classId.
getDirectoryObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of DirectoryObjects.
getDirectoryObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of DirectoryObjects.
getDirectoryObjectReferences(LibrarySessionInterface) - Method in class oracle.ifs.server.S_ExportedLibraryObjectDefinition
return any DirectoryObject references from specified AttributeValue.
getDirectoryUser() - Method in class oracle.ifs.beans.UserProfile
Gets the DirectoryUser associated with this UserProfile.
getDirectoryUser() - Method in class oracle.ifs.server.S_UserProfile
Gets the user of this profile.
getDirectoryUserCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the DirectoryUser collection.
getDirectoryUserCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the DirectoryUser collection.
getDirectoryUserCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the DirectoryUser collection.
getDirectSubclasses() - Method in class oracle.ifs.beans.ClassObject
Gets the direct subclasses of this ClassObject.
getDirectSubclasses() - Method in class oracle.ifs.server.S_ClassObject
Gets the direct subclasses for this class as an array of S_ClassObjects.
getDirectSubclasses(int) - Method in class oracle.ifs.beans.ClassObject
Gets the specified direct subclass of this ClassObject.
getDistinctAccessLevel() - Method in class oracle.ifs.beans.AccessControlEntryDefinition
get the AccessLevel to be associated with this instance of ACE without permission bundles.
getDistinctAccessLevel() - Method in class oracle.ifs.beans.AccessControlEntry
Returns the access level represented by this ACE without considering permission bundles.
getDistinguishedName() - Method in class oracle.ifs.beans.DirectoryUser
Gets the distinguished name for this DirectoryUser.
getDocumentContent(Document) - Method in interface oracle.ifs.adk.filesystem.FileSystem
Retrieve the content of a Document as a stream.
getDocumentContent(Document) - Method in class oracle.ifs.adk.filesystem.IfsFileSystem
Retrieve the content of a Document as a stream.
getDomainPropertyValue(String) - Method in class oracle.ifs.beans.LibrarySession
Gets the value of a domain property, by name.
getDomainPropertyValue(String) - Method in class oracle.ifs.server.S_LibrarySession
Gets the value of a domain property, by name.
getDomainType() - Method in class oracle.ifs.beans.ClassDomain
Gets the domain type of this ClassDomain.
getDomainType() - Method in class oracle.ifs.beans.ValueDomainPropertyBundle
Gets the domain type of this ValueDomainPropertyBundle.
getDomainTypeLabel() - Method in class oracle.ifs.beans.ClassDomain
Gets the localized String label for the DomainType set for this instance.
getDomainTypeLabel() - Method in class oracle.ifs.beans.ValueDomainPropertyBundle
Gets the localized String label for the domain type set for this instance.
getDouble(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a DOUBLE parameter as a Java double.
getDouble(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a double.
getDoubleArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of doubles.
getDoubleArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of doubles.
getDoubleObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a Double.
getDoubleObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of Doubles.
getDoubleObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of Doubles.
getEffectiveAccessLevel() - Method in class oracle.ifs.beans.PublicObject
Get the access level on this object for the current user.
getEffectiveAccessLevel(DirectoryObject) - Method in class oracle.ifs.beans.PublicObject
Get the access level on this object for the specified user.
getEffectiveAccessLevel(DirectoryObject) - Method in class oracle.ifs.beans.AccessControlList
Returns the effective access level on this object for the specified user.
getEffectiveClassAttributes() - Method in class oracle.ifs.beans.ClassObject
Gets the effective Attributes of this ClassObject.
getEffectiveClassAttributes() - Method in class oracle.ifs.server.S_ClassObject
Gets the effective attributes for the class.
getEffectiveClassAttributes(int) - Method in class oracle.ifs.beans.ClassObject
Gets the specified effective Attribute of this ClassObject.
getEffectiveClassAttributes(String) - Method in class oracle.ifs.beans.ClassObject
Gets the specified effective Attribute of this ClassObject.
getEffectiveClassAttributes(String) - Method in class oracle.ifs.server.S_ClassObject
Gets the specified effective attribute of the class.
getElementCount() - Method in class oracle.ifs.common.AttributeValue
Gets the number of elements in an array-type AttributeValue.
getEmailAddress(LibrarySession) - Method in class oracle.ifs.adk.mail.IfsEmailUserProfile
Return the Email address of the user associated with the specified session.
getEnabledStandardPermissionNames(LibrarySessionInterface) - Method in class oracle.ifs.common.AccessLevel
return the array of the names of all standard permission enabled in this instance.
getEnabledStandardPermissionNames(Localizer) - Method in class oracle.ifs.common.AccessLevel
return the array of the names of all standard permission enabled in this instance.
getEnabledStandardPermissions() - Method in class oracle.ifs.common.AccessLevel
return the array of all enabled standard permissions, using the numeric values (defined as static long constants in this class) to represent each permission.
getErrorCode() - Method in class oracle.ifs.common.IfsException
Gets the error code of this IfsException.
getEventStatus() - Method in class oracle.ifs.common.IfsEvent
Gets the event status.
getEventSubtype() - Method in class oracle.ifs.common.IfsEvent
Gets the event subtype.
getEventType() - Method in class oracle.ifs.common.IfsEvent
Gets the event type.
getExpirationDate() - Method in class oracle.ifs.beans.PublicObject
Returns the expiration date set for this object
getExplicitCreateDate() - Method in class oracle.ifs.beans.PublicObjectDefinition
returns any explicitly specified CreateDate, if specified via the setExplicitCreateDateOption() method.
getExplicitLastModifyDate() - Method in class oracle.ifs.beans.PublicObjectDefinition
returns any explicitly specified LastModifydate, if specified via the setExplicitLastModifyDate() method.
getExtendedClassAttributes() - Method in class oracle.ifs.beans.ClassObject
Gets the extended Attributes of this ClassObject.
getExtendedClassAttributes() - Method in class oracle.ifs.server.S_ClassObject
Gets the extended attributes for the class.
getExtendedClassAttributes(ClassObject) - Method in class oracle.ifs.beans.ClassObject
Gets an array of the Attributes that this ClassObject has and that the specified superclass does not have.
getExtendedClassAttributes(int) - Method in class oracle.ifs.beans.ClassObject
Gets the specified extended Attribute of this ClassObject.
getExtendedClassAttributes(S_ClassObject) - Method in class oracle.ifs.server.S_ClassObject
Gets an array of the attributes defined by this class.
getExtendedClassAttributes(String) - Method in class oracle.ifs.beans.ClassObject
Gets the specified extended Attribute of this ClassObject.
getExtendedClassAttributes(String) - Method in class oracle.ifs.server.S_ClassObject
Gets the specified extended attribute of the class.
getExtendedPermissionCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the ExtendedPermission collection.
getExtendedPermissionCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the ExtendedPermission collection.
getExtendedPermissionCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_ExtendedPermission collection.
getExtendedPermissions() - Method in class oracle.ifs.common.AccessLevel
Get all ExtendedPermissions, as an AttributeValue of type SystemObjectArray.
getExtendedPermissions() - Method in class oracle.ifs.beans.AccessControlEntry
Returns extended permissions of this ACE.
getExtendedResourceBundles() - Method in class oracle.ifs.common.Localizer
Gets the extended resource bundles for this Localizer.
getExtendedUserProfileCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the ExtendedUserProfile collection.
getExtendedUserProfileCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the ExtendedUserProfile collection.
getExtendedUserProfileCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_ExtendedUserProfile collection for this S_LibrarySessions user.
getExtension() - Method in class oracle.ifs.beans.Format
returns the local file extension associated with this Format.
getFactory() - Static method in class oracle.ifs.adk.queue.IfsQueueMessage
This implements the ORADataFactory interface.
getFactory() - Static method in class oracle.ifs.adk.queue.IfsQueueMessageParameter
Returns a factory object.
getFamily() - Method in class oracle.ifs.beans.PublicObject
Returns the Family with which this object is associated.
getFamilyDefinition() - Method in class oracle.ifs.beans.VersionSeriesDefinition
Get the Family definition for the new PublicObject.
getFileManager() - Method in interface oracle.ifs.adk.security.IfsHttpLogin
Return the IfsHttpLogin's FileManager
getFileManagerException(IfsException) - Method in class oracle.ifs.adk.filesystem.ExceptionHelper
 
getFilteredContent() - Method in class oracle.ifs.beans.Document
Gets the plaintext or HTML content of the document, previously generated by a call to filterContent()
getFilteredContent(LibraryObject) - Method in class oracle.ifs.beans.ContentObject
Gets the plaintext or HTML content of the document, previously generated by a call to filterContent()
getFilteredContent(S_LibraryObject) - Method in class oracle.ifs.server.S_ContentObject
Gets the plaintext or HTML content of the document, previously generated by a call to filterContent()
getFirstVersionDescription() - Method in class oracle.ifs.beans.VersionSeries
Returns the first VersionDescription of this series.
getFlags() - Method in class oracle.ifs.beans.PublicObject
Gets the flags bitmask.
getFloat(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a FLOAT parameter as a Java float.
getFolderDepthOption() - Method in class oracle.ifs.beans.FolderDefinition
Gets the Folder depth system option that is set.
getFolderPathDelimiter() - Method in class oracle.ifs.beans.LibrarySession
Gets the current session's folder path delimiter.
getFolderPathDelimiter() - Method in class oracle.ifs.server.S_LibrarySession
Gets the Folder Path Delimiter for this session
getFolderReferences() - Method in class oracle.ifs.beans.PublicObject
Returns an array of folders that reference this PublicObject.
getFolderReferencesSortSpecification() - Method in class oracle.ifs.beans.PublicObject
Returns the current sort specification used by the getFolderReferences method.
getFormat() - Method in class oracle.ifs.beans.Document
Gets the format for this Document.
getFormat() - Method in class oracle.ifs.beans.ContentObject
Gets the Format object.
getFormat(LibrarySession) - Method in class oracle.ifs.beans.DocumentDefinition
Gets the format for this DocumentDefinition.
getFormat(LibrarySession) - Method in class oracle.ifs.beans.ContentObjectDefinition
Returns the Format object representing the format of the content.
getFormatCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the Format collection.
getFormatCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the Format collection.
getFormatCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_Format collection, organized by name.
getFormatExtensionCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the FormatExtension collection.
getFormatExtensionCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the FormatExtension collection.
getFormatExtensionCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_Format collection, organized by extension.
getFormatObject() - Method in class oracle.ifs.server.S_ContentObject
 
getFreeIfLastFolderReferenceOption() - Method in class oracle.ifs.beans.PublicObjectDefinition
return true if the FreeIfLastFolderReferenceOption has been set.
getGrantedAccessLevel() - Method in class oracle.ifs.beans.AccessControlList
Returns the access level on this object for the current user.
getGrantedAccessLevel() - Method in class oracle.ifs.server.S_AccessControlList
Returns the access level for the current user.
getGrantedAccessLevel(DirectoryObject) - Method in class oracle.ifs.beans.AccessControlList
Returns the access level on this object for a specified DirectoryObject.
getGrantedAccessLevel(S_DirectoryUser) - Method in class oracle.ifs.server.S_AccessControlList
Returns the access level for the specified user.
getGrantee() - Method in class oracle.ifs.beans.AccessControlEntryDefinition
Returns the grantee to be associated with this definition.
getGrantee() - Method in class oracle.ifs.beans.AccessControlEntry
Returns the directory object (grantee) that is associated with this ACE.
getHashtableOfParameters() - Method in class oracle.ifs.adk.queue.IfsQueueMessage
Returns hashtable of parameters in the message.
getHistory(PublicObject) - Method in interface oracle.ifs.adk.filesystem.FileSystem
Retrieve the revision history of the specified PublicObject.
getHistory(PublicObject) - Method in class oracle.ifs.adk.filesystem.IfsFileSystem
Retrieve the revision history of the specified PublicObject.
getHomeFolder() - Method in class oracle.ifs.beans.PrimaryUserProfile
Gets the DirectoryUser's home folder.
getId() - Method in class oracle.ifs.common.IfsEvent
Gets the id of the LibraryObject that posted the event.
getId() - Method in interface oracle.ifs.common.LibraryObjectInterface
Gets the id of this LibraryObject.
getId() - Method in class oracle.ifs.beans.LibraryObject
Returns this object's ID (as a Long).
getId() - Method in class oracle.ifs.beans.LibrarySession
Gets the id of this session.
getId() - Method in class oracle.ifs.server.S_LibraryObject
getId - get the object's numeric ID (a long).
getId() - Method in class oracle.ifs.server.S_LibraryService
Gets the id of this service.
getId() - Method in class oracle.ifs.server.S_LibrarySession
Gets the id of this S_LibrarySession.
getId() - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return the Id, null if not yet specified
getIfsConnection() - Method in class oracle.ifs.server.S_LibrarySession
Returns an IfsConnection for this S_LibrarySession.
getIfsPathFromJSPRedirect(HttpServletRequest) - Static method in class oracle.ifs.adk.http.HttpUtils
Get the value of the iFS path parameter passed to a JSP page by the iFS HTTP server via the JSP lookup and redirect mechanism.
getIfsPathFromJSPRedirect(HttpServletRequest, String) - Static method in class oracle.ifs.adk.http.HttpUtils
Get the value of the iFS path parameter passed to a JSP page by the iFS HTTP server via the JSP lookup and redirect mechanism.
getIllegalPathCharacters() - Static method in class oracle.ifs.beans.FolderPathResolver
Get the illegal path characters.
getImageBitsPerPixel() - Method in class oracle.ifs.beans.InterMediaImage
returns The Number of bits per image pixel
getImageCount() - Method in class oracle.ifs.beans.InterMediaImage
returns The number of images stored in the file
getImageHeight() - Method in class oracle.ifs.beans.InterMediaImage
returns The height of the image
getImageHorizontalRes() - Method in class oracle.ifs.beans.InterMediaImage
returns The Horizontal resolution in pxl/in
getImagePixelFormat() - Method in class oracle.ifs.beans.InterMediaImage
returns The color space of the image, including the resolution
getImageVerticalRes() - Method in class oracle.ifs.beans.InterMediaImage
returns The Vertical resolution in pxl/in
getImageWidth() - Method in class oracle.ifs.beans.InterMediaImage
returns The width of the image
getImplementationEnum() - Method in class oracle.ifs.beans.Policy
Gets the implementation enumeration value in effect for the associated operation.
getImplementationName() - Method in class oracle.ifs.beans.Policy
Gets the implementation name that is called when this Policy is in effect for the associated operation.
getInheritedPropertyValue(String) - Method in class oracle.ifs.beans.ClassObject
gets named property, if any, by searching in the target ClassObject's PropertyBundle, or in one of its superclasses PropertyBundle.
getInheritedPropertyValue(String) - Method in class oracle.ifs.server.S_ClassObject
gets the named property, if any, by searching in the target ClassObject's PropertyBundle, or in one of its superclasses PropertyBundle.
getInsertAfterAccessControlEntry() - Method in class oracle.ifs.beans.AccessControlEntryDefinition
Returns the reference ACE set using setInsertAfterAccessControlEntry.
getInsertBeforeAccessControlEntry() - Method in class oracle.ifs.beans.AccessControlEntryDefinition
Returns the reference ACE set using setBeforeAfterAccessControlEntry.
getInt(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of an INTEGER parameter as a Java int.
getInteger(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an int.
getInteger(String) - Method in class oracle.ifs.common.ParameterTable
Returns an Integer object representing the first occurance of the passed name in an name/value pair.
getInteger(String, int) - Method in class oracle.ifs.common.ParameterTable
Returns an int representing the first occurance of the passed name in an name/value pair.
getIntegerArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of ints.
getIntegerArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of ints.
getIntegerObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an Integer.
getIntegerObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of Integers.
getIntegerObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of Integers.
getItemCount() - Method in class oracle.ifs.common.CachedCollection
Gets the number of items in this Collection.
getItemCount() - Method in interface oracle.ifs.common.Collection
Gets the number of items in this Collection.
getItemCount() - Method in class oracle.ifs.common.UncachedSelectorCollection
Gets the number of items in this Collection.
getItemCount() - Method in class oracle.ifs.beans.Selector
Returns the number of items in the search results.
getItemCount() - Method in class oracle.ifs.beans.Folder
Gets the number of items in this Folder, including both documents and subfolders.
getItemCount() - Method in class oracle.ifs.beans.Search
Returns the number of rows in search result.
getItemCount() - Method in class oracle.ifs.server.S_Selector
Returns the number of items in the search results.
getItemCount(AttributeValue[]) - Method in class oracle.ifs.beans.Search
Returns the number of rows in search result.
getItemCount(AttributeValue[], String) - Method in class oracle.ifs.beans.Search
Returns the number of rows in search result.
getItemCount(AttributeValue[], String, int) - Method in class oracle.ifs.beans.Search
Returns the number of rows in search result.
getItemCount(String) - Method in class oracle.ifs.beans.Search
Returns the number of rows in search result.
getItemCount(String) - Method in class oracle.ifs.server.S_Folder
Get the number of items in the S_Folder.
getItems() - Method in class oracle.ifs.common.CachedCollection
Gets an array containing the items in this Collection.
getItems() - Method in interface oracle.ifs.common.Collection
Gets an array containing the items in this Collection.
getItems() - Method in class oracle.ifs.common.UncachedSelectorCollection
Gets an array containing the items in this Collection.
getItems() - Method in class oracle.ifs.beans.Selector
Returns the entire search results as an array.
getItems() - Method in class oracle.ifs.beans.Folder
Gets an array containing this Folder's items.
getItems() - Method in class oracle.ifs.server.S_Selector
Returns the entire search results as an array.
getItems(int) - Method in class oracle.ifs.common.CachedCollection
Gets the specified item in this Collection.
getItems(int) - Method in interface oracle.ifs.common.Collection
Gets the specified item in this Collection.
getItems(int) - Method in class oracle.ifs.common.UncachedSelectorCollection
Gets the specified item in this Collection.
getItems(int) - Method in class oracle.ifs.beans.Selector
Returns a single search result item from the search results with an index relative the the search sort order.
getItems(String) - Method in class oracle.ifs.common.CachedCollection
Gets the specified item in this Collection.
getItems(String) - Method in interface oracle.ifs.common.Collection
Gets the specified item in this Collection.
getItems(String) - Method in class oracle.ifs.common.UncachedSelectorCollection
Gets the specified item in this Collection.
getItems(String, SortSpecification) - Method in class oracle.ifs.server.S_Folder
Gets the PUBLICOBJECTs in this FOLDER.
getItemsVector() - Method in class oracle.ifs.common.CachedCollection
Gets a vector containing the items in this Collection.
getItemsVector() - Method in interface oracle.ifs.common.Collection
Gets a vector containing the items in this Collection.
getItemsVector() - Method in class oracle.ifs.common.UncachedSelectorCollection
Gets a vector containing the items in this Collection.
getKeepLastModifierOption() - Method in class oracle.ifs.beans.PublicObjectDefinition
return the indication as to whether the last modifier should remain unchanged as part of an update operation.
getKeepLastModifyDateOption() - Method in class oracle.ifs.beans.PublicObjectDefinition
return the indication as to whether the last modification date should remain unchanged as part of an update operation.
getKeys() - Method in class oracle.ifs.common.ParameterTable
Return the keys that are represented by this ParameterTable, in the order in which they were added.
getLabel() - Method in class oracle.ifs.beans.LibraryObject
Returns the Label for this object, based on the object's name.
getLabel() - Method in class oracle.ifs.beans.ClassObject
returns the Label for this Attribute, based on the Attribute's name and class.
getLabel() - Method in class oracle.ifs.beans.Attribute
returns the Label for this Attribute, based on the Attribute's name and class.
getLanguage() - Method in class oracle.ifs.common.Localizer
Returns the language for this LibrarySession in English.
getLanguage() - Method in class oracle.ifs.beans.PrimaryUserProfile
Retrieve the default language setting used when uploading a document.
getLanguage() - Method in class oracle.ifs.beans.Document
Gets the ContentObject's language identifier, or null if not specified.
getLanguage() - Method in class oracle.ifs.beans.ContentObject
Gets the language of this content, or null if language not specified.
getLanguage(LibrarySession) - Method in class oracle.ifs.beans.DocumentDefinition
Gets the language for this DocumentDefinition.
getLastModifier() - Method in class oracle.ifs.beans.PublicObject
Returns the user that last modified this object.
getLastModifyDate() - Method in class oracle.ifs.beans.PublicObject
Returns the date this object was last modified
getLastTimerActivation() - Method in class oracle.ifs.management.domain.IfsServer
Gets the time at which the timer last generated a "timer expiration" request for this Server.
getLastVersionDescription() - Method in class oracle.ifs.beans.VersionSeries
Returns the last VersionDescription of this series.
getLateBoundDataType() - Method in class oracle.ifs.search.PropertyQualification
Get the data type if the qualification is late bound.
getLeftAttributeClassname() - Method in class oracle.ifs.search.JoinQualification
Gets the classname of left side of this join qualification.
getLeftAttributeName() - Method in class oracle.ifs.search.JoinQualification
Gets the unqualified attribute name of the left side of this join qualification.
getLeftAttributeName() - Method in class oracle.ifs.search.ExistenceQualification
Gets the left hand side Attribute name.
getLeftClassname() - Method in class oracle.ifs.search.ExistenceQualification
Gets the left hand side class name.
getLeftObject() - Method in class oracle.ifs.beans.Relationship
returns the public object of the "left" side of this relationship
getLeftSearchQualification() - Method in class oracle.ifs.search.SearchClause
Returns the left side SearchQualification.
getLeftwardRelationshipObjects(ClassObject) - Method in class oracle.ifs.beans.PublicObject
Returns all "left side" public objects that are related to this object by the specied Relationship Class.
getLeftwardRelationshipObjects(S_ClassObject, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "left side" public objects that are related to this object by the specied Relationship Class.
getLeftwardRelationshipObjects(String) - Method in class oracle.ifs.beans.PublicObject
Returns all "left side" public objects that are related to this object by the specied Relationship Class.
getLeftwardRelationshipObjects(String, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "left side" public objects that are related to this object by the specied Relationship Class.
getLeftwardRelationships(ClassObject) - Method in class oracle.ifs.beans.PublicObject
Returns all "left side" relationship instances that are used to relate to this object to other PublicObjects.
getLeftwardRelationships(S_ClassObject, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "left side" relationship instances that are used to relate to this object to other PublicObjects.
getLeftwardRelationships(String) - Method in class oracle.ifs.beans.PublicObject
Returns all "left side" relationship instances that are used to relate to this object to other PublicObjects.
getLeftwardRelationships(String, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "left side" relationship instances that are used to relate to this object to other PublicObjects.
getLegalPathDelimiters() - Static method in class oracle.ifs.beans.FolderPathResolver
Get the legal path delimiters.
getLevel(int) - Method in class oracle.ifs.common.TraceLogger
Gets the level of the specified channel.
getLevels() - Method in class oracle.ifs.common.TraceLogger
Gets the levels of all channels.
getLibraryObject() - Method in class oracle.ifs.beans.SearchResultObject
Returns the first object in the SearchResult.
getLibraryObject(Long, Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_LibraryObject by id and classId.
getLibraryObject(String) - Method in class oracle.ifs.beans.SearchResultObject
Returns the result object for the class.
getLibrarySession() - Method in interface oracle.ifs.adk.filesystem.FileSystem
Return the LibrarySession object being used to communicate with iFS.
getLibrarySession() - Method in class oracle.ifs.adk.filesystem.IfsFileSystem
Return the LibrarySession object being used to communicate with iFS.
getLibrarySession() - Method in class oracle.ifs.adk.mail.IfsStore
getLibrarySesion() Get the 9iFS LibrarySession being used by the instance of IfsStore.
getLibrarySession() - Method in class oracle.ifs.adk.mail.IfsTransport
getLibrarySesion() Get the 9iFS LibrarySession being used by the instance of IfsTransport.
getLocale() - Method in class oracle.ifs.common.ConnectOptions
Gets the Locale of the new session.
getLocale() - Method in class oracle.ifs.common.Localizer
Gets the locale of this Localizer.
getLocale() - Method in class oracle.ifs.beans.PrimaryUserProfile
Retrieves the user preferred locale.
getLocalizedMessage() - Method in class oracle.ifs.common.IfsException
Gets the description of this IfsException for the default locale of the Java VM.
getLocalizedMessage(LibrarySessionInterface) - Method in class oracle.ifs.common.IfsException
Gets the description of this IfsException for the locale of the specified session's Localizer.
getLocalizedMessage(Localizer) - Method in class oracle.ifs.common.IfsException
Gets the description of this IfsException for the locale of the specified Localizer.
getLocalizer() - Method in class oracle.ifs.common.TraceLogger
Gets the Localizer of this TraceLogger.
getLocalizer() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets the localizer of this session.
getLocalizer() - Method in class oracle.ifs.beans.LibrarySession
Gets the localizer used by this session.
getLocalizer() - Method in class oracle.ifs.server.S_LibrarySession
Gets the Localizer of this S_LibrarySession.
getLockForSessionOption() - Method in class oracle.ifs.beans.PublicObjectDefinition
Deprecated. iFS 9.0.3 You can no longer lock the PublicObject as part of an update operation on the PublicObject.
getLockHolder() - Method in class oracle.ifs.beans.LockObject
Returns the directory user who holds the lock on the PublicObject(s) (that refer to this lockobject)
getLockObject() - Method in class oracle.ifs.beans.PublicObject
Returns the lock object of this object
getLockObject() - Method in class oracle.ifs.server.S_PublicObject
Returns the lock object of this object
getLockState() - Method in class oracle.ifs.beans.PublicObject
Deprecated. iFS 9.0.3 use LockObject.getLockState()
getLockState() - Method in class oracle.ifs.beans.LockObject
Returns the lock state of this object
getLockState() - Method in class oracle.ifs.beans.LockObjectDefinition
get the value for the lockstate of this lock
getLockStateLabel() - Method in class oracle.ifs.beans.PublicObject
Deprecated. iFS 9.0.3 use LockObject.getLockStateLabel()
getLockStateLabel() - Method in class oracle.ifs.beans.LockObject
Gets the localized String label for the LockState set for this instance.
getLockTimeOut() - Method in class oracle.ifs.beans.LockObject
Returns the Lock time value for this LockObject.
getLockTimeOut() - Method in class oracle.ifs.beans.LockObjectDefinition
get the value for the TimeOut of this lock
getLong(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a BIGINT parameter as a Java long.
getLong(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a long.
getLong(String) - Method in class oracle.ifs.common.ParameterTable
Returns an Long object representing the first occurance of the passed name in an name/value pair.
getLong(String, long) - Method in class oracle.ifs.common.ParameterTable
Returns an long representing the first occurance of the passed name in an name/value pair.
getLongArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of longs.
getLongArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of longs.
getLongObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a Long.
getLongObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of Longs.
getLongObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of Longs.
getLongPayload() - Method in class oracle.ifs.common.IfsEvent
Gets the long payload.
getMaxFieldSize() - Method in class oracle.ifs.server.sql.IfsStatement
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
getMaxRows() - Method in class oracle.ifs.server.sql.IfsStatement
The maxRows limit is the maximum number of rows that a ResultSet can contain.
getMediaAuthoringTool() - Method in class oracle.ifs.beans.InterMediaSource
returns the AuthoringTool used to create content
getMediaBitRate() - Method in class oracle.ifs.beans.InterMediaSource
returns the Bitrate of the media in bits per second
getMediaCategory() - Method in class oracle.ifs.beans.InterMediaSource
returns the Category (genre) of the media
getMediaCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the Media collection.
getMediaCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the Media collection.
getMediaContentDate() - Method in class oracle.ifs.beans.InterMediaSource
returns the Content Date of the media
getMediaCopyright() - Method in class oracle.ifs.beans.InterMediaSource
returns the Copyright Information of the media
getMediaCreationTime() - Method in class oracle.ifs.beans.InterMediaSource
returns the Creation Time of the media
getMediaCredits() - Method in class oracle.ifs.beans.InterMediaSource
returns The Credits for those who provided the content.
getMediaDescription() - Method in class oracle.ifs.beans.InterMediaSource
returns the Description of the media
getMediaDuration() - Method in class oracle.ifs.beans.InterMediaSource
returns the Duration of the media
getMediaFormatEncoding() - Method in class oracle.ifs.beans.InterMediaSource
returns the Long format of the media encoding
getMediaFormatEncodingCode() - Method in class oracle.ifs.beans.InterMediaSource
returns the Short format of the media encoding (four chars)
getMediaFormatUserData() - Method in class oracle.ifs.beans.InterMediaSource
returns Misc User Data of the media
getMediaInformation() - Method in class oracle.ifs.beans.InterMediaSource
returns the Information of the media
getMediaLanguage() - Method in class oracle.ifs.beans.InterMediaSource
returns the Language of the media (may not be the language of a text track)
getMediaModificationTime() - Method in class oracle.ifs.beans.InterMediaSource
returns the Modification Time of the media
getMediaProducer() - Method in class oracle.ifs.beans.InterMediaSource
returns the Producer of the media
getMediaSize() - Method in class oracle.ifs.beans.InterMediaSource
returns The size of the media source in bytes
getMediaSourceDirectory() - Method in class oracle.ifs.beans.InterMediaSource
returns the Source Directory of the media
getMediaSourceFileFormat() - Method in class oracle.ifs.beans.InterMediaSource
returns the Source File Format of the media
getMediaSourceFileFormatCode() - Method in class oracle.ifs.beans.InterMediaSource
returns the Source File Format Code of the media
getMediaSourceFilename() - Method in class oracle.ifs.beans.InterMediaSource
returns the Source Filename of the media
getMediaSourceMimeType() - Method in class oracle.ifs.beans.InterMediaSource
returns the Source Mime Type of the media
getMediaSourceProtocol() - Method in class oracle.ifs.beans.InterMediaSource
returns the Source Protocol of the media
getMediaSourceStreamable() - Method in class oracle.ifs.beans.InterMediaSource
returns the name of a streaming server for which the content is optimized, if any.
getMediaSourceURL() - Method in class oracle.ifs.beans.InterMediaSource
returns the Source URL of the media
getMediaTimeScale() - Method in class oracle.ifs.beans.InterMediaSource
returns the TimeScale of the media
getMediaTitle() - Method in class oracle.ifs.beans.InterMediaSource
returns the Title of the media
getMediaTrackID() - Method in class oracle.ifs.beans.InterMediaSource
returns the TrackID of the media
getMergedAccessLevel() - Method in class oracle.ifs.beans.AccessControlEntryDefinition
get the AccessLevel to be associated with this instance of ACE with permission bundles.
getMergedAccessLevel() - Method in class oracle.ifs.beans.AccessControlEntry
Returns the access level represented by this ACE including permission bundles.
getMessage() - Method in class oracle.ifs.common.IfsException
Gets the US English description of this IfsException.
getMessageProcessorClassName() - Method in class oracle.ifs.beans.Queue
Returns the name of message processor class of the queue instance.
getMessageType() - Method in class oracle.ifs.adk.queue.IfsQueueMessage
Get the message type of the message.
getMetaData() - Method in class oracle.ifs.server.sql.IfsConnection
An IfsConnection's database is able to provide information describing its tables, its supported SQL grammar, its stored procedures, the capabilities of this connection, etc.
getMethod() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the method.
getMimeType() - Method in class oracle.ifs.beans.Format
returns the MIME type of this Format
getMimeType() - Method in class oracle.ifs.server.S_Format
get the MimeType of this format
getMoreResults() - Method in class oracle.ifs.server.sql.IfsStatement
Moves to an IfsStatement's next result.
getMovieCast() - Method in class oracle.ifs.beans.InterMediaMovie
returns the Movie Casting
getMovieDirector() - Method in class oracle.ifs.beans.InterMediaMovie
returns the Director of the movie
getMovieEditInformation() - Method in class oracle.ifs.beans.InterMediaMovie
returns the Information about the editing
getMovieWarning() - Method in class oracle.ifs.beans.InterMediaMovie
returns the Rating and warning information
getName() - Method in class oracle.ifs.common.AttributeValue
Gets the name of this AttributeValue.
getName() - Method in interface oracle.ifs.common.Credential
Gets the name of the user.
getName() - Method in class oracle.ifs.common.ChallengeResponseCredential
Gets the name of the user.
getName() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the name of the user.
getName() - Method in class oracle.ifs.common.TokenCredential
Gets the name of the user.
getName() - Method in class oracle.ifs.common.CleartextCredential
Gets the name of the user.
getName() - Method in class oracle.ifs.beans.LibraryObject
Returns the Name of this object, or null of this object does not have a NAME attribute.
getName() - Method in class oracle.ifs.beans.SystemLockObject
Returns the name of this object
getName() - Method in class oracle.ifs.beans.PropertyDefinition
Gets the Name of the new Property that was set via setName().
getName() - Method in interface oracle.ifs.management.domain.ServerInterface
Gets the name of this Server.
getName() - Method in class oracle.ifs.management.domain.Server
Gets the name of this Server.
getName() - Method in class oracle.ifs.search.ContextQualification
Get the Qualification name.
getName() - Method in class oracle.ifs.adk.queue.IfsQueueMessageParameter
Returns the name of the parameter.
getNc() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the nc.
getNestedIfsException(int) - Method in class oracle.ifs.common.IfsException
Gets a nested IfsException that matches the specified error code.
getNestedThrowable() - Method in class oracle.ifs.common.IfsException
Gets the Throwable that led to this IfsException.
getNewVersionBasedOn() - Method in class oracle.ifs.beans.VersionDescriptionDefinition
Returns the value of the NewVersionBasedOn flag.
getNextTimerActivation() - Method in class oracle.ifs.management.domain.IfsServer
Gets the time at which the timer will next generate a "timer expiration" request for this Server.
getNextVersionDescription(VersionDescription) - Method in class oracle.ifs.beans.VersionSeries
Returns the next VersionDescription of this series.
getNodeName() - Method in class oracle.ifs.management.domain.Server
Gets the name of the node for this Server.
getNumberFormatter() - Method in class oracle.ifs.common.Localizer
Gets the number formatter of this Localizer.
getObject(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a parameter as a Java object.
getObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets the default object representation of this AttributeValue.
getObjectsLockedForSession() - Method in class oracle.ifs.beans.LibrarySession
Gets the array of PublicObjects that the current session holds session locks on.
getOperation() - Method in class oracle.ifs.beans.Policy
Gets the operation name that this Policy affects.
getOperatorType() - Method in class oracle.ifs.search.PropertyQualification
Gets the operator for this qualification.
getOperatorType() - Method in class oracle.ifs.search.SearchClause
Return the composing operator.
getOperatorType() - Method in class oracle.ifs.search.AttributeQualification
Gets the operator type of this attribute qualification.
getOption(String) - Method in class oracle.ifs.beans.LibraryObjectDefinition
Return an option value.
getOption(String) - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return an option value
getOptionKeys() - Method in class oracle.ifs.beans.LibraryObjectDefinition
Return array of option keys
getOracleHome() - Method in class oracle.ifs.management.domain.Server
Gets the Oracle home directory for this Server's node.
getOrders() - Method in class oracle.ifs.search.SearchSortSpecification
Returns the sort Orders of the Sort Attributes.
getOwner() - Method in class oracle.ifs.beans.PublicObject
Returns the user that owns the object.
getParameter(String) - Method in class oracle.ifs.common.TokenCredential
Gets the value of the specified parameter.
getParameterList() - Method in class oracle.ifs.adk.queue.IfsQueueMessage
Returns the list of parameters for the message.
getParameters() - Method in class oracle.ifs.common.IfsException
Gets the parameter values for the error message.
getParameters(boolean) - Method in class oracle.ifs.common.TokenCredential
Gets the specified parameters.
getParameterTable() - Method in class oracle.ifs.management.domain.Server
Gets the configuration parameters for this Server.
getParents(PublicObject) - Method in interface oracle.ifs.adk.filesystem.FileSystem
Return a list of parent Folders that reference the specified PublicObject.
getParents(PublicObject) - Method in class oracle.ifs.adk.filesystem.IfsFileSystem
Return a list of parent Folders that reference the specified PublicObject.
getPassword() - Method in class oracle.ifs.common.CleartextCredential
Gets the password.
getPayloadType() - Method in class oracle.ifs.beans.Queue
Returns the payload type of the queue instance.
getPendingPublicObject() - Method in class oracle.ifs.beans.VersionSeries
Deprecated. iFS 9.0.3: this attribute (and thus, this method) will be removed in a future release
getPermissionBundleCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the PermissionBundle collection.
getPermissionBundleCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the PermissionBundle collection.
getPermissionBundleCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_PermissionBundle collection.
getPermissionBundles() - Method in class oracle.ifs.beans.AccessControlEntryDefinition
Returns set of PermissionBundles.
getPermissionBundles() - Method in class oracle.ifs.beans.AccessControlEntry
Returns all PermissionBundles that were used to define the set of permissions for this ACE.
getPolicyBundle() - Method in class oracle.ifs.beans.SystemObject
Gets the Policy PropertyBundle.
getPolicyBundle() - Method in class oracle.ifs.beans.PublicObject
Returns this object's PolicyPropertyBundle.
getPolicyBundle() - Method in class oracle.ifs.beans.SchemaObject
Gets the policy bundle PropertyBundle of this SchemaObject.
getPolicyCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the Policy collection.
getPolicyCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the Policy collection.
getPolicyCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_Policy collection.
getPreviousVersionDescription(VersionDescription) - Method in class oracle.ifs.beans.VersionSeries
Returns the Version description previous to the one being passed by the user.
getPrimaryUserProfile() - Method in class oracle.ifs.beans.DirectoryUser
Gets the PrimaryUserProfile of this DirectoryUser.
getPrimaryUserProfile() - Method in class oracle.ifs.server.S_DirectoryUser
Gets the primary user profile for this user.
getPrimaryVersionSeries() - Method in class oracle.ifs.beans.Family
Gets the PrimaryVersionSeries in this Family.
getPriority() - Method in interface oracle.ifs.management.domain.ServerInterface
Gets the priority of this Server.
getPriority() - Method in class oracle.ifs.management.domain.IfsServer
Gets the priority of this Server.
getProperties() - Method in class oracle.ifs.beans.PropertyBundle
Gets all the properties in this PropertyBundle.
getProperties() - Method in interface oracle.ifs.management.domain.ServerInterface
Gets the values for all dynamic properties for this Server.
getProperties() - Method in class oracle.ifs.management.domain.IfsServer
Gets the values for all dynamic properties for this Server.
getProperties(int) - Method in class oracle.ifs.beans.PropertyBundle
Gets the Property at the specified index.
getProperties(SortSpecification) - Method in class oracle.ifs.server.S_PropertyBundle
Gets the properties in this PropertyBundle sorted by the SortSpecification.
getProperty(String) - Method in class oracle.ifs.beans.PropertyBundle
Gets a specified Property by name.
getProperty(String) - Method in interface oracle.ifs.management.domain.ServerInterface
Gets the value of the specified dynamic property for this Server.
getProperty(String) - Method in class oracle.ifs.management.domain.IfsServer
Gets the value of the specified dynamic property for this Server.
getProperty(String) - Method in class oracle.ifs.server.S_PropertyBundle
Gets the S_Property of the specified name.
getPropertyBundle() - Method in class oracle.ifs.beans.SystemObject
Returns this object's PropertyBundle.
getPropertyBundle() - Method in class oracle.ifs.beans.PublicObject
Returns this object's PropertyBundle.
getPropertyBundle() - Method in class oracle.ifs.beans.SchemaObject
returns this object's PropertyBundle.
getPropertyByUpperCaseName(String) - Method in class oracle.ifs.beans.PropertyBundle
Gets a specified Property by name, where the name must be in all uppercase.
getPropertyDefinitions() - Method in class oracle.ifs.beans.PropertyBundleDefinition
Gets all PropertyDefinition in the PropertyBundleDefinition.
getPropertyName() - Method in class oracle.ifs.search.PropertyQualification
Return the name of the property being searched.
getPropertyValue() - Method in class oracle.ifs.beans.ValueDefaultPropertyBundle
Gets the value of this ValueDefaultPropertyBundle, as an AttributeValue.
getPropertyValue() - Method in class oracle.ifs.beans.ValueDomainPropertyBundleDefinition
Gets the values allowed for the new ValueDomainPropertyBundle, as an array-type AttributeValue.
getPropertyValue() - Method in class oracle.ifs.beans.ValueDomain
Gets the value of the ValueDomainPropertyBundle of this ValueDomain.
getPropertyValue() - Method in class oracle.ifs.beans.ValueDefault
Gets the value of the ValueDefaultPropertyBundle of this ValueDefault.
getPropertyValue() - Method in class oracle.ifs.beans.ValueDomainPropertyBundle
Gets the values allowed for this ValueDomainPropertyBundle, as an array-type AttributeValue.
getPropertyValue() - Method in class oracle.ifs.beans.ValueDefaultPropertyBundleDefinition
Gets the value of the new ValueDefaultPropertyBundleDefinition, as an AttributeValue.
getPropertyValue() - Method in class oracle.ifs.server.S_ValueDomainPropertyBundle
Gets the value of this ValueDefaultPropertyBundle.
getPropertyValue() - Method in class oracle.ifs.server.S_Property
Gets the value of the Property.
getPropertyValue() - Method in class oracle.ifs.server.S_ValueDefault
Gets the value of the ValueDefaultPropertyBundle of this ValueDefault, as an AttributeValue.
getPropertyValue() - Method in class oracle.ifs.server.S_ValueDefaultPropertyBundle
Gets the value of this ValueDefaultPropertyBundle.
getPropertyValue() - Method in class oracle.ifs.server.S_ValueDomain
Gets the value of the ValueDomainPropertyBundle of this ValueDomain, as an AttributeValue.
getPropertyValue(String) - Method in class oracle.ifs.beans.PropertyBundle
Gets the value of a specific Property by name.
getPropertyValue(String) - Method in class oracle.ifs.server.S_PropertyBundle
Gets the value of a particular property.
getPropertyValueByUpperCaseName(String) - Method in class oracle.ifs.beans.PropertyBundle
Gets the value of a specific Property by name, where the name must be in all uppercase.
getPublicObject() - Method in class oracle.ifs.beans.VersionDescription
Returns the PublicObject for this version description.
getPublicObject() - Method in class oracle.ifs.beans.VersionDescriptionDefinition
Returns the previously specified PublicObject, or null if no value was specified.
getPublicObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a PublicObject.
getPublicObject(Long) - Method in class oracle.ifs.beans.LibrarySession
Lookup a PublicObject by its id.
getPublicObject(Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_PublicObject by id.
getPublicObject(Long, Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_PublicObject by id and classId.
getPublicObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of PublicObjects.
getPublicObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of PublicObjects.
getPublicObjectDefinition() - Method in class oracle.ifs.beans.VersionDescriptionDefinition
Get the PublicObject definition for the new VersionDescription.
getPublicObjectReferences(LibrarySessionInterface) - Method in class oracle.ifs.server.S_ExportedLibraryObjectDefinition
return any PublicObject references from specified AttributeValue.
getQop() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the qop.
getQuery() - Method in class oracle.ifs.search.ContextQualification
Returns the text query expression
getQueryTimeout() - Method in class oracle.ifs.server.sql.IfsStatement
The queryTimeout limit is the number of seconds the driver will wait for an IfsStatement to execute.
getRealm() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the realm.
getRecursiveBehavior() - Method in class oracle.ifs.search.SearchClassSpecification
Returns recursive behavior of classes
getReferencingFolders(SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns an array of S_Folders that reference this object
getReferentialIntegrityRule() - Method in class oracle.ifs.beans.Attribute
Gets the Referential Integrity Rule associated with this Attribute.
getReferentialIntegrityRuleLabel() - Method in class oracle.ifs.beans.Attribute
Gets the localized String label for the ReferentialIntegrityRule set for this instance.
getReferringLibraryObject() - Method in class oracle.ifs.beans.DocumentDefinition
Gets the referring LibraryObject through which access is granted to the shared ContentObject or null if no existing ContentObject was specified.
getReferringPublicObjects() - Method in class oracle.ifs.beans.LockObject
Get the PublicObjects that refer to this LockObject
getReferringPublicObjects(SortSpecification) - Method in class oracle.ifs.beans.LockObject
Get the PublicObjects that refer to this LockObject, sorted according to the specified SortSpecification.
getReservationComment() - Method in class oracle.ifs.beans.VersionSeries
Returns the comment when this series was reserved, or null if this series is not reserved.
getReservationDate() - Method in class oracle.ifs.beans.VersionSeries
Returns the Date that this VersionSeries was reserved, null if not reserved.
getReservor() - Method in class oracle.ifs.beans.VersionSeries
Returns the User that reserved this VersionSeries, null if not reserved
getResolvedPublicObject() - Method in class oracle.ifs.beans.PublicObject
Returns the PublicObject to which this object resolves.
getResolvedPublicObject() - Method in class oracle.ifs.beans.VersionSeries
Return the PublicObject to which this object resolves.
getResolvedPublicObject() - Method in class oracle.ifs.beans.Family
Returns the PublicObject to which this object resolves.
getResolver() - Method in interface oracle.ifs.adk.security.IfsHttpLogin
Deprecated. 9iFS 9.0.2: This method is no longer guaranteed to return a valid FolderPathResolver
getResourceString(String) - Method in class oracle.ifs.common.Localizer
Gets the resource string for the specified key.
getResourceString(String, Object[]) - Method in class oracle.ifs.common.Localizer
Gets the resource string for the specified key, and substitutes the specified parameters into that resource string.
getResponse() - Method in class oracle.ifs.common.ChallengeResponseCredential
Gets the response.
getResponse() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the response.
getResultClasses() - Method in class oracle.ifs.search.SearchSpecification
Returns all Result Classes
getResultClassnames() - Method in class oracle.ifs.search.SearchClassSpecification
Gets list of result classes
getResultSet() - Method in class oracle.ifs.server.sql.IfsStatement
Returns the current result as a ResultSet.
getRevisionComment() - Method in class oracle.ifs.beans.VersionDescription
Returns the user specified revision comment for this version description.
getRightAttributeClassname() - Method in class oracle.ifs.search.JoinQualification
Gets the classname of right side of this join qualification.
getRightAttributeName() - Method in class oracle.ifs.search.JoinQualification
Gets the unqualified attribute name of the right side of this join qualification.
getRightAttributeName() - Method in class oracle.ifs.search.ExistenceQualification
Gets the right hand side Attribute name.
getRightAttributeValue() - Method in class oracle.ifs.search.ExistenceQualification
Gets up the Attribute value array for the right hand side.
getRightClassname() - Method in class oracle.ifs.search.ExistenceQualification
Gets the Right hand side class name.
getRightObject() - Method in class oracle.ifs.beans.Relationship
returns the public object of the "right" side of this relationship
getRightSearchQualification() - Method in class oracle.ifs.search.SearchClause
Return the right side SearchQualification.
getRightwardRelationshipObjects(ClassObject) - Method in class oracle.ifs.beans.PublicObject
Returns all "right side" public objects that are related to this object by the specified Relationship Class.
getRightwardRelationshipObjects(S_ClassObject, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "right side" public objects that are related to this object by the specified Relationship Class.
getRightwardRelationshipObjects(String) - Method in class oracle.ifs.beans.PublicObject
Returns all "right side" public objects that are related to this object by the specified Relationship Class.
getRightwardRelationshipObjects(String, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "right side" public objects that are related to this object by the specified Relationship Class.
getRightwardRelationships(ClassObject) - Method in class oracle.ifs.beans.PublicObject
Returns all "right side" relationship instances that are used to relate to this object to other PublicObjects.
getRightwardRelationships(S_ClassObject, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "right side" relationship instances that are used to relate to this object to other PublicObjects.
getRightwardRelationships(String) - Method in class oracle.ifs.beans.PublicObject
Returns all "right side" relationship instances that are used to relate to this object to other PublicObjects.
getRightwardRelationships(String, SortSpecification) - Method in class oracle.ifs.server.S_PublicObject
returns all "right side" relationship instances that are used to relate to this object to other PublicObjects.
getRootFolder() - Method in class oracle.ifs.beans.LibrarySession
Return the top-most Folder in the iFS folder hierarchy.
getSchemaObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a SchemaObject.
getSchemaObject(Long) - Method in class oracle.ifs.beans.LibrarySession
Lookup a SchemaObject by its id.
getSchemaObject(Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_SchemaObject by id.
getSchemaObject(Long, Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_SchemaObject by id and classId.
getSchemaObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of SchemaObjects.
getSchemaObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of SchemaObjects.
getSchemaObjectReferences(LibrarySessionInterface) - Method in class oracle.ifs.server.S_ExportedLibraryObjectDefinition
return any SchemaObject references from specified AttributeValue.
getSchemaVersionNumber() - Method in class oracle.ifs.beans.LibrarySession
Returns the version number for the iFS schema on which this session is connected.
getSchemaVersionNumber() - Method in class oracle.ifs.server.S_LibraryService
Gets the schema version as a long.
getSchemaVersionString() - Method in class oracle.ifs.beans.LibrarySession
Returns the version String for the iFS schema on which this session is connected.
getSchemaVersionString() - Method in class oracle.ifs.server.S_LibraryService
Gets the schema version as a string.
getScore(String) - Method in class oracle.ifs.beans.SearchResultObject
Returns the score associated with a ContextQualification.
getSearch() - Method in class oracle.ifs.beans.SearchObject
Returns a Search from the SearchObject.
getSearchClassAliases() - Method in class oracle.ifs.search.SearchClassSpecification
Gets list of search aliases.
getSearchClassname() - Method in class oracle.ifs.beans.Selector
Returns the search class.
getSearchClassname() - Method in class oracle.ifs.search.FolderRestrictQualification
Returns the name of the search class.
getSearchClassname() - Method in class oracle.ifs.server.S_Selector
Returns the search class that was set using setSearchClassname()
getSearchClassnames() - Method in class oracle.ifs.search.SearchClassSpecification
Returns list of search classes
getSearchClassSpecification() - Method in class oracle.ifs.search.SearchSpecification
Returns the SearchClassSpecification associated with this SearchSpecification.
getSearchClassSpecification() - Method in class oracle.ifs.search.AttributeSearchSpecification
Gets SearchClassSpecification of this search.
getSearchQualification() - Method in class oracle.ifs.search.AttributeSearchSpecification
Returns the SearchQualification of this search.
getSearchSelection() - Method in class oracle.ifs.beans.Selector
Returns the search selection.
getSearchSelection() - Method in class oracle.ifs.server.S_Selector
Returns the search selection that was set using setSearchSelection()
getSearchSortSpecification() - Method in class oracle.ifs.search.AttributeSearchSpecification
Gets the SearchSortSpecification for this object.
getSearchSpecification() - Method in class oracle.ifs.beans.SearchObject
Returns the SearchSpecification.
getSearchSpecification() - Method in class oracle.ifs.beans.SearchObjectDefinition
Returns the SearchSpecification specified
getSearchSpecification() - Method in class oracle.ifs.beans.Search
Returns the SearchSpecification of this Search.
getSearchSpecification() - Method in class oracle.ifs.search.ViewSpecification
Returns the SearchSpecification of this view.
getSectionKeys() - Method in class oracle.ifs.common.ParameterTable
Return the section keys that are represented by this ParameterTable, in the order in which they were added.
getSecuringPublicObject() - Method in class oracle.ifs.beans.PublicObject
Returns the Public Object that controls this object's security.
getSecuringPublicObject() - Method in class oracle.ifs.beans.PublicObjectDefinition
returns the object responsible for providing security settings for the target object.
getSelectClassname() - Method in class oracle.ifs.beans.SelectorObject
Returns the selector class.
getSelector() - Method in class oracle.ifs.beans.SelectorObject
Materialize a Selector instance that can be used to perform the selector operations.
getSelector() - Method in class oracle.ifs.beans.SelectorObjectDefinition
Returns a Selector instance that can be used to perform the select operations.
getSelectorClasspath() - Method in class oracle.ifs.beans.ClassObject
Returns the SelectorClassPath Attribute of the Library Object.
getSelectQualification() - Method in class oracle.ifs.beans.SelectorObject
Returns the selector Qualification.
getServerClasspath() - Method in class oracle.ifs.beans.ClassObject
Returns the ServerClassPath Attribute of the Library Object.
getServerProperty(String, String) - Method in class oracle.ifs.beans.LibrarySession
Gets the String value for the specified key in the server properties file.
getServerType() - Method in interface oracle.ifs.management.domain.ServerInterface
Gets the type of this Server.
getServerType() - Method in class oracle.ifs.management.domain.IfsServer
Gets the type of this Server.
getServerVersionNumber() - Method in class oracle.ifs.beans.LibrarySession
Returns the iFS server-side version number, as a long value.
getServerVersionString() - Method in class oracle.ifs.beans.LibrarySession
Returns the version String for the iFS server-side software.
getService() - Method in class oracle.ifs.management.domain.IfsServer
Gets the default service for this Server.
getService() - Method in class oracle.ifs.server.S_LibrarySession
Gets the S_LibraryService hosting this S_LibrarySession.
getServiceConfigurationProperty(String) - Method in class oracle.ifs.beans.LibrarySession
Gets the specified service configuration property.
getServiceConfigurationProperty(String) - Method in class oracle.ifs.server.S_LibraryService
Gets the specified service configuration property.
getServiceConfigurationProperty(String) - Method in class oracle.ifs.server.S_LibrarySession
Gets the specified service configuration property.
getServiceConfigurationProperty(String, boolean) - Method in class oracle.ifs.beans.LibrarySession
Gets the value of the specified service configuration property, as a boolean.
getServiceConfigurationProperty(String, boolean) - Method in class oracle.ifs.server.S_LibraryService
Gets the value of the specified service configuration property, as a boolean.
getServiceConfigurationProperty(String, boolean) - Method in class oracle.ifs.server.S_LibrarySession
Gets the value of the specified service configuration property, as a boolean.
getServiceConfigurationProperty(String, int) - Method in class oracle.ifs.beans.LibrarySession
Gets the value of the specified service configuration property, as an integer.
getServiceConfigurationProperty(String, int) - Method in class oracle.ifs.server.S_LibraryService
Gets the value of the specified service configuration property, as an integer.
getServiceConfigurationProperty(String, int) - Method in class oracle.ifs.server.S_LibrarySession
Gets the value of the specified service configuration property, as an integer.
getServiceConfigurationProperty(String, String) - Method in class oracle.ifs.beans.LibrarySession
Gets the value of the specified service configuration property, as a string.
getServiceConfigurationProperty(String, String) - Method in class oracle.ifs.server.S_LibraryService
Gets the value of the specified service configuration property, as a string.
getServiceConfigurationProperty(String, String) - Method in class oracle.ifs.server.S_LibrarySession
Gets the value of the specified service configuration property, as a string.
getServiceId() - Method in class oracle.ifs.common.IfsEvent
Gets the service id of the LibraryObject that posted the event.
getServiceId() - Method in class oracle.ifs.beans.LibrarySession
Gets the id of this session's service.
getServiceName() - Method in class oracle.ifs.beans.LibrarySession
Gets the name of the iFS service to which this session is connected.
getServiceName() - Method in interface oracle.ifs.management.domain.ServerInterface
Gets the name of the default service for this Server.
getServiceName() - Method in class oracle.ifs.management.domain.Server
Gets the name of the default service for this Server.
getSession() - Method in class oracle.ifs.beans.LibraryObject
Returns the LibrarySession in which this object was instantiated.
getSession() - Method in class oracle.ifs.management.domain.IfsServer
Gets the default session for this Server.
getSession() - Method in class oracle.ifs.server.S_LibraryObject
getSession - return current S_LibrarySession.
getSession() - Method in class oracle.ifs.server.S_Selector
Returns the session being used by this Selector.
getSession() - Method in class oracle.ifs.server.sql.IfsStatement
Return the session that acquired this statement.
getSession() - Method in class oracle.ifs.server.sql.IfsConnection
Return the session that requested this connection.
getSession() - Method in interface oracle.ifs.adk.security.IfsHttpLogin
Return the login's library session
getSessionId() - Method in class oracle.ifs.common.IfsEvent
Gets the session id of the LibraryObject that posted the event.
getSharedAccessControlListCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the SharedAccessControlList collection.
getSharedAccessControlListCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the SharedAccessControlList collection.
getSharedAccessControlListCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the shared AccessControlList collection.
getSharedContentObject() - Method in class oracle.ifs.beans.DocumentDefinition
Gets the existing ContentObject with which this Document will share content.
getShort(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a SMALLINT parameter as a Java short.
getSortOrder() - Method in class oracle.ifs.common.SortQualifier
Get the sort order.
getSortQualifiers() - Method in class oracle.ifs.common.SortSpecification
Returns the current set of SortQualifers as an array.
getSortSequence() - Method in class oracle.ifs.beans.Relationship
Determine the sort sequence.
getSortSequence() - Method in class oracle.ifs.beans.AccessControlEntry
Returns the Sort Sequence represented by this ACE.
getSortSpecification() - Method in class oracle.ifs.beans.Selector
Returns the Sort Specification
getSortSpecification() - Method in class oracle.ifs.beans.Folder
Gets the SortSpecification used for getting items from this folder.
getSortSpecification() - Method in class oracle.ifs.server.S_Selector
Returns the Sort Specification
getSQL() - Method in class oracle.ifs.beans.Search
Returns the SQL query generated by the search.
getSQLExpression() - Method in class oracle.ifs.search.FreeFormQualification
Gets the SQL expression of this object.
getSqlFunction() - Method in class oracle.ifs.common.SortQualifier
Get the SQL function to apply on this qualifier.
getSqlFunctions() - Method in class oracle.ifs.search.SearchSortSpecification
Gets the list of sql function names.
getStartingFolder(LibrarySession) - Method in class oracle.ifs.search.FolderRestrictQualification
Returns the start folder
getStatus() - Method in interface oracle.ifs.management.domain.ServerInterface
Gets the status of this Server.
getStatus() - Method in class oracle.ifs.management.domain.IfsServer
Gets the status of this Server.
getString(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a CHAR, VARCHAR, or LONGVARCHAR parameter as a Java String.
getString(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a String.
getString(String) - Method in class oracle.ifs.common.ParameterTable
Returns a String object representing the first occurance of the passed name in an name/value pair.
getString(String, String) - Method in class oracle.ifs.common.ParameterTable
Returns a String object representing the first occurance of the passed name in an name/value pair.
getStringArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of Strings.
getStringArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of Strings.
getStrings(String) - Method in class oracle.ifs.common.ParameterTable
Returns a Strings array object for a named parameter.
getSubclasses() - Method in class oracle.ifs.beans.ClassObject
Gets the subclasses of this ClassObject.
getSubclasses() - Method in class oracle.ifs.server.S_ClassObject
Gets the subclasses for this class as an array of S_ClassObjects.
getSubclasses(int) - Method in class oracle.ifs.beans.ClassObject
Gets the specified subclass of this ClassObject.
getSubfolderCount() - Method in class oracle.ifs.beans.Folder
Gets the count of subfolders in this folder.
getSubfolderCount(String) - Method in class oracle.ifs.server.S_Folder
Get the number of sub folders in the S_Folder.
getSubscriberName(String) - Method in class oracle.ifs.common.IfsCredentialNameTokenizer
Gets the subscriber name for the specified username.
getSubscriberName(String) - Method in interface oracle.ifs.common.CredentialNameTokenizer
Gets the subscriber name for the specified username.
getSummary(String) - Method in class oracle.ifs.beans.Document
Gets a specific summary of a document, previously generated by a call to generateSummary().
getSummary(String, LibraryObject) - Method in class oracle.ifs.beans.ContentObject
Gets a specific summary of this content, previously generated by a call to generateSummary().
getSummary(String, S_LibraryObject) - Method in class oracle.ifs.server.S_ContentObject
Gets a specific summary of this content, previously generated by a call to generateSummary().
getSuperclass() - Method in class oracle.ifs.beans.ClassObjectDefinition
Gets the superclass of the new ClassObject.
getSuperclass() - Method in class oracle.ifs.beans.ClassObject
Gets the superclass of this ClassObject.
getSystemAccessControlListCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the SystemAccessControlList collection.
getSystemAccessControlListCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the SystemAccessControlList collection.
getSystemAccessControlListCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the SystemAccessControlList collection.
getSystemDirectoryUser() - Method in class oracle.ifs.beans.LibrarySession
Gets the DirectoryUser who is the permanent admin user.
getSystemLockObjectCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the SystemLockObject collection.
getSystemLockObjectCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the SystemLockObject collection.
getSystemObject(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as a SystemObject.
getSystemObject(Long) - Method in class oracle.ifs.beans.LibrarySession
Lookup a SystemObject by its id.
getSystemObject(Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_SystemObject by id.
getSystemObject(Long, Long) - Method in class oracle.ifs.server.S_LibrarySession
Gets an S_SystemObject by id and classId.
getSystemObjectArray(LibrarySessionInterface) - Method in class oracle.ifs.common.AttributeValue
Gets this AttributeValue's representation as an array of SystemObjects.
getSystemObjectArray(LibrarySessionInterface, int) - Method in class oracle.ifs.common.AttributeValue
Get the specified element of this AttributeValue's representation as an array of SystemObjects.
getSystemObjectReferences(LibrarySessionInterface) - Method in class oracle.ifs.server.S_ExportedLibraryObjectDefinition
return any SystemObject references from specified AttributeValue.
getSystemSetAttribute(String) - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return a System set AttributeValue object that holds the value of the requested attribute.
getSystemSetAttributes() - Method in class oracle.ifs.server.S_LibraryObjectDefinition
Gets the system-set attributes.
getTextLanguage() - Method in class oracle.ifs.beans.InterMediaSourceDefinition
gets the language of the text reader, if any
getTextReader() - Method in class oracle.ifs.beans.InterMediaSourceDefinition
Gets the Reader from which text content will be loaded.
getTheme() - Method in class oracle.ifs.common.ContextTheme
 
getThemes() - Method in class oracle.ifs.beans.Document
Gets the Themes for a document, previously generated by a call to generateThemes().
getThemes(LibraryObject) - Method in class oracle.ifs.beans.ContentObject
Gets the Themes for this content, previously generated by a call to generateThemes().
getThemes(S_LibraryObject) - Method in class oracle.ifs.server.S_ContentObject
Gets the Themes for this content, previously generated by a call to generateThemes().
getThemeWeight() - Method in class oracle.ifs.common.ContextTheme
 
getTime(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a SQL TIME parameter as a Time object.
getTimeFormatter() - Method in class oracle.ifs.common.Localizer
Gets the time formatter of this Localizer.
getTimeoutPeriod() - Method in class oracle.ifs.common.TokenCredential
Gets the period of time for which this TokenCredential is valid.
getTimestamp(int) - Method in class oracle.ifs.server.sql.IfsCallableStatement
Get the value of a SQL TIMESTAMP parameter as a Timestamp object.
getTimeZone() - Method in class oracle.ifs.common.Localizer
Gets the time zone of this Localizer.
getTimeZone() - Method in class oracle.ifs.beans.PrimaryUserProfile
Retrieves the user preferred time zone.
getToken() - Method in class oracle.ifs.common.TokenCredential
Gets the token.
getTokenCredential(String, Hashtable) - Method in class oracle.ifs.beans.LibraryService
Gets the previously-created TokenCredential for the specified token.
getTokenLength() - Method in class oracle.ifs.common.TokenCredential
Gets the length of the token.
getTopDirectory() - Method in class oracle.ifs.beans.FolderPathResolver
Get the top directory in effect.
getTopPath() - Method in class oracle.ifs.beans.FolderPathResolver
Get the top file path in effect.
getTraceLogger() - Method in interface oracle.ifs.common.Traceable
Gets the TraceLogger.
getTraceLogger() - Method in class oracle.ifs.beans.LibrarySession
Gets the trace logger used by this session.
getTraceLogger() - Method in class oracle.ifs.server.S_LibraryService
Gets the TraceLogger of this S_LibraryService.
getTraceLogger() - Method in class oracle.ifs.server.S_LibrarySession
Gets the trace logger of this session.
getTraceType() - Method in class oracle.ifs.common.TraceLogger
Gets the trace type.
getTransactionIsolation() - Method in class oracle.ifs.server.sql.IfsConnection
Get this IfsConnection's current transaction isolation mode.
getType() - Method in class oracle.ifs.common.ChallengeResponseCredential
Gets the type of the response.
getType() - Method in class oracle.ifs.common.HttpDigestCredential
Returns the type of the HttpDigestCredential.
getUnlockForSessionOption() - Method in class oracle.ifs.beans.PublicObjectDefinition
Deprecated. iFS 9.0.3 You can no longer unlock the the PublicObject as part of an update operation on the PublicObject.
getUpdateCount() - Method in class oracle.ifs.server.sql.IfsStatement
Returns the current result as an update count; if the result is a ResultSet or there are no more results, -1 is returned.
getUri() - Method in class oracle.ifs.common.HttpDigestCredential
Gets the URI.
getURLFromIfsPath(HttpServletRequest, String) - Static method in class oracle.ifs.adk.http.HttpUtils
Translate the given iFS path to into a URL that can be used to access that path via the iFS HTTP server
getUser() - Method in class oracle.ifs.beans.LibrarySession
Return the user associated with the current session.
getUser() - Method in class oracle.ifs.server.S_LibrarySession
Gets the current S_DirectoryUser for this S_LibrarySession.
getUserid(String) - Method in class oracle.ifs.common.IfsCredentialNameTokenizer
Gets the userid for the specified username.
getUserid(String) - Method in interface oracle.ifs.common.CredentialNameTokenizer
Gets the userid for the specified username.
getUserName(String, String) - Method in class oracle.ifs.common.IfsCredentialNameTokenizer
Gets the username for the specified userid and subscriber name.
getUserName(String, String) - Method in interface oracle.ifs.common.CredentialNameTokenizer
Gets the username for the specified userid and subscriber name.
getUserSetAttribute(String) - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return a User-set AttributeValue object that holds the value of the requested attribute.
getUserSetAttributes() - Method in class oracle.ifs.server.S_LibraryObjectDefinition
return array of Attribute values that were set by the user for this new instance.
getValue() - Method in class oracle.ifs.beans.Property
Gets the value of this Property as an AttributeValue.
getValue() - Method in class oracle.ifs.beans.PropertyDefinition
Gets the value of the new Property.
getValue() - Method in class oracle.ifs.search.PropertyQualification
Return the comparison value.
getValue() - Method in class oracle.ifs.search.AttributeQualification
Returns the string representation of the comparison value.
getValue() - Method in class oracle.ifs.adk.queue.IfsQueueMessageParameter
Returns the value of the parameter.
getValueDefault() - Method in class oracle.ifs.beans.Attribute
Gets the ValueDefault of this Attribute.
getValueDefaultCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the ValueDefault collection.
getValueDefaultCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the ValueDefault collection.
getValueDefaultCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_ValueDefault collection.
getValueDefaultPropertyBundle() - Method in class oracle.ifs.beans.ValueDefault
Gets the ValueDefaultPropertyBundle of this ValueDefault.
getValueDomain() - Method in class oracle.ifs.beans.Attribute
Gets the ValueDomain of this Attribute.
getValueDomainCollection() - Method in interface oracle.ifs.common.LibrarySessionInterface
Gets a reference to the ValueDomain collection.
getValueDomainCollection() - Method in class oracle.ifs.beans.LibrarySession
Gets a reference to the ValueDomain collection.
getValueDomainCollection() - Method in class oracle.ifs.server.S_LibrarySession
Gets a reference to the S_ValueDomain collection.
getValueDomainPropertyBundle() - Method in class oracle.ifs.beans.ValueDomain
Gets the ValueDomainPropertyBundle of this ValueDomain.
getVersionDescriptions() - Method in class oracle.ifs.beans.VersionSeries
Returns an array of all VersionDescriptions in this VersionSeries.
getVersionDescriptions() - Method in class oracle.ifs.server.S_PublicObject
Get all VERSIONDESCRIPTIONs associated with this instance.
getVersionDescriptions() - Method in class oracle.ifs.server.S_VersionSeries
Gets server side representation of all version descriptions in this series.
getVersionDescriptions(int) - Method in class oracle.ifs.beans.VersionSeries
Returns the specified VersionDescription of this series.
getVersionDescriptions(PublicObject) - Method in class oracle.ifs.beans.VersionSeries
Returns an array of VersionDescriptions which reference the versioned public object passed in (more than one VersionDescription can refer to the same PublicObject).
getVersionLabel() - Method in class oracle.ifs.beans.VersionDescription
Returns the user specified version label for this version description.
getVersionNumber() - Method in class oracle.ifs.beans.VersionDescription
Returns the linear, system generated version number for this version description.
getVersionNumber() - Static method in class oracle.ifs.beans.LibraryService
Gets the software version as a long.
getVersionNumber() - Method in class oracle.ifs.beans.LibrarySession
Returns the iFS bean-side software version number, as a long value.
getVersionNumber() - Static method in class oracle.ifs.server.S_LibraryService
Gets the version of this S_LibraryService as a long.
getVersionSeries() - Method in class oracle.ifs.beans.VersionDescription
Returns this version description's version series
getVersionSeriesDefinition() - Method in class oracle.ifs.beans.VersionDescriptionDefinition
Returns the VersionSeries definition, or null if none specified.
getVersionString() - Static method in class oracle.ifs.beans.LibraryService
Gets the software version as a string.
getVersionString() - Method in class oracle.ifs.beans.LibrarySession
Returns the version String for the iFS bean-side software.
getVersionString() - Static method in class oracle.ifs.server.S_LibraryService
Gets the version of this S_LibraryService as a string.
getVideoDepth() - Method in class oracle.ifs.beans.InterMediaVideo
returns the Number of bits defining the color depth
getVideoFrameRate() - Method in class oracle.ifs.beans.InterMediaVideo
returns the Frames per second
getVideoFrameSize() - Method in class oracle.ifs.beans.InterMediaVideo
returns the Size per Frame
getVideoHorizontalRes() - Method in class oracle.ifs.beans.InterMediaVideo
returns the Horizontal Resolution in pxl/in
getVideoIsGrayScale() - Method in class oracle.ifs.beans.InterMediaVideo
returns true if the video contains colors, false otherwise
getVideoSrcHeight() - Method in class oracle.ifs.beans.InterMediaVideo
returns the Video Source Height in pixels
getVideoSrcWidth() - Method in class oracle.ifs.beans.InterMediaVideo
returns the Video Source Width in pixels
getVideoVerticalRes() - Method in class oracle.ifs.beans.InterMediaVideo
returns the Vertical Resolution in pxl/in
getWarnings() - Method in class oracle.ifs.server.sql.IfsStatement
The first warning reported by calls on this IfsStatement is returned.
getWarnings() - Method in class oracle.ifs.server.sql.IfsConnection
The first warning reported by calls on this IfsConnection is returned.
getWorkpath() - Method in class oracle.ifs.beans.VersionSeries
Returns the value for the local file path specified when this series was reserved.
getWorldDirectoryGroup() - Method in class oracle.ifs.beans.LibrarySession
Gets the DirectoryGroup that represents World access.
getWorldDirectoryGroup(LibrarySession) - Static method in class oracle.ifs.beans.DirectoryGroup
Gets the DirectoryGroup that represents World access.
getWorldDirectoryGroup(S_LibrarySession) - Static method in class oracle.ifs.server.S_DirectoryGroup
Gets the DirectoryGroup that represents World access.
grantAccess(AccessControlEntryDefinition) - Method in class oracle.ifs.beans.PublicObject
Add or extend an AccessControlEntryDefinition for this object.
grantAccess(AccessControlEntryDefinition) - Method in class oracle.ifs.beans.AccessControlList
Add or extend an ACE for this ACL.
grantAdministration(DirectoryUser) - Method in class oracle.ifs.beans.LibrarySession
Grant the Administrator Mode state for the specified Directory User.
GRANTED_ATTRIBUTE - Static variable in class oracle.ifs.beans.AccessControlEntry
An indicator of whether the AccessLevel is being granted or revoked by the AccessControlEntry.
GRANTEE_ATTRIBUTE - Static variable in class oracle.ifs.beans.AccessControlEntry
The DirectoryObject to which this AccessControlEntry is applied.
GREATER_THAN - Static variable in class oracle.ifs.search.AttributeQualification
Represents an 'greater-than' comparison.
GREATER_THAN_EQUAL - Static variable in class oracle.ifs.search.AttributeQualification
Represents an 'greater-than-equal' comparison.
GroupMemberRelationship - class oracle.ifs.beans.GroupMemberRelationship.
/** The GroupMemberRelationship class is used to define membership relationships for users and groups (or groups within groups).
GroupMemberRelationshipDefinition - class oracle.ifs.beans.GroupMemberRelationshipDefinition.
The GroupMemberRelationshipDefinition class is used to construct a GroupMemberRelationship object.
GroupMemberRelationshipDefinition(LibrarySession) - Constructor for class oracle.ifs.beans.GroupMemberRelationshipDefinition
Constructs a GroupMemberRelationshipDefinition explicitly capturing the session.

Oracle Content Management SDK
A B C D E F G H I J L M N O P Q R S T U V W X
(c) 2002 Copyright Oracle Corporation. All rights reserved.