Package oracle.ifs.beans

Class Summary
AccessControlEntry The AccessControlEntry (ACE) class represents an atomic unit of access control.
AccessControlEntryDefinition The AccessControlEntryDefinition class is used construct a AccessControlEntry object.
AccessControlList The AccessControlList class represents a set of access control entries that are referenced by one or more public Objects.
AccessControlListDefinition The AccessControlListDefinition class is used create or update a AccessControlList object.
ApplicationObject The ApplicationObject class represents a generic PublicObject.
ApplicationObjectDefinition The ApplicationObjectDefinition class is used to construct an ApplicationObject.
Attribute An Attribute describes an atomic unit of data in a ClassObject instance.
AttributeDefinition An AttributeDefinition is a template for creating an Attribute.
Category This feature is not supported in PRODUCTION 1.0.
CategoryDefinition This feature is not supported in PRODUCTION 1.0.
ClassAccessControlList The ClassAccessControlList class represents an AccessControlList for controlling permission to create new instances by ClassObject.
ClassAccessControlListDefinition The ClassAccessControlListDefinition class is used construct a ClassAccessControlList object.
ClassDomain A ClassDomain describes a validation that can be applied to an object-type Attribute to ensure that LibraryObjects' values for that Attribute are instances of specified ClassObjects.
ClassDomainDefinition A ClassDomainDefinition is a template for creating a new ClassDomain.
ClassObject A ClassObject represents a class whose instances are persistently stored and managed by the iFS server.
ClassObjectDefinition A ClassObjectDefinition is a template for creating a new ClassObject.
ContentObject The ContentObject class is a subclass of PublicObject that supports getting and setting Content.
ContentObjectDefinition The ContentObjectDefinition class is used to construct a ContentObject object.
ContentQuota A ContentQuota contains information that defines how much storage space in iFS is allocated and consumed by the DirectoryUser.
ContentQuotaDefinition The ContentQuotaDefinition class is used to create or update a ContentQuota object.
DirectoryGroup A DirectoryGroup represents an iFS group of users and/or other groups.
DirectoryGroupDefinition The DirectoryGroupDefinition class is used create or update a DirectoryGroup.
DirectoryObject A DirectoryObject represents an iFS user or group of users.
DirectoryObjectDefinition The DirectoryObjectDefinition class is used to create or update a DirectoryObject.
DirectoryUser A DirectoryUser represents an iFS user.
DirectoryUserDefinition A DirectoryUserDefinition is used to create or update a DirectoryUser.
Document The Document class is a subclass of PublicObject that supports getting and setting Content.
DocumentDefinition The DocumentDefinition class is used construct a Document object.
ExtendedUserProfile The ExtendedUserProfile class allows creation of user profiles with customized profiling information.
ExtendedUserProfileDefinition The ExtendedUserProfileDefinition class is used construct a ExtendedUserProfile object.
Family The Family class is one of the classes that allow PublicObjects to be versioned.
FamilyDefinition The FamilyDefinition class is used construct a Family object.
Folder The Folder class represents Folders in the iFS server.
FolderDefinition The FolderDefinition class is used to construct a Folder object.
FolderPathRelationship This subclass of FolderRelationship is used by instances of Folder to model a path-oriented containership, similar to a file system.
FolderPathRelationshipDefinition The FolderPathRelationshipDefinition class is used construct a FolderPathRelationship object.
FolderPathResolver The FolderPathResolver class is used to lookup PublicObjects in a Folder hierarchy via a file-system style folder path.
FolderRelationship This subclass of Relationship is used by instances of Folder to model containership.
FolderRelationshipDefinition The FolderRelationshipDefinition class is used construct a FolderRelationship object.
Format The Format class represents the known formats of document content.
FormatDefinition The FormatDefinition class is used to construct a Format object.
GroupMemberRelationship A GroupMemberRelationship is used to define membership relationships for users and groups (or groups within groups).
GroupMemberRelationshipDefinition A GroupMemberRelationshipDefinition is used to construct a GroupMemberRelationship object.
LibraryObject The LibraryObject class is the base class for all persistent Internet File System objects.
LibraryObjectDefinition The LibraryObjectDefinition class is used to specify how to construct any Library Object.
LibraryService The LibraryService class is used for connecting to the iFS server and launching sessions via the LibrarySession object.
LibrarySession A LibrarySession is used to represent a connection-based Session with the iFS server.
MountPoint A MountPoint is used to categorize Folders as being 'mountpoints' for protocols such as SMB.
MountPointDefinition The MountPointDefinition class is used to construct a MountPoint object.
PermissionBundle The PermissionBundle class lets users group multiple access levels into a customized bundle.
PermissionBundleDefinition The PermissionBundleDefinition class is used construct a PermissionBundle object.
Policy A Policy provides a mechanism for performing specific actions relevant to a particular ClassObject.
PolicyDefinition A PolicyDefinition is used to construct a Policy.
PolicyPropertyBundle A PolicyPropertyBundle is a PropertyBundle containing one or more Policy definitions.
PolicyPropertyBundleDefinition A PolicyPropertyBundleDefinition is used to create a PolicyPropertyBundle.
PrimaryUserProfile A PrimaryUserProfile contains information related to a DirectoryUser such as the home folder, the default ACLs, ContentQuota.
PrimaryUserProfileDefinition The PrimaryUserProfileDefinition class is used construct a PrimaryUserProfile object.
Property A Property describes a name/value pair of varying datatype, that can be used for multiple purposes to store iFS values.
PropertyBundle A PropertyBundle contains a set of name/value pairs, and behaves like a java.util.Hashtable.
PropertyBundleDefinition A PropertyBundleDefinition class is used to create or update a PropertyBundle.
PropertyDefinition A PropertyDefinition is used to hold the specification of a Property value associated with a PropertyBundle.
PublicObject The PublicObject class is the abstract superclass of all "public object" classes, some of which are Documents, Folders, and ApplicationObjects.
PublicObjectDefinition The PublicObjectDefinition class is the abstract superclass of all public object definition classes.
Relationship An instance of Relationship can link (or relate) two public objects to each other.
RelationshipDefinition The RelationshipDefinition class is used to construct a Relationship between two public objects.
SchemaObject SchemaObject is an abstract superclass for the objects that define and manage the data that is persistently stored by the iFS server.
SchemaObjectDefinition A SchemaObjectDefinition is a template for creating a new SchemaObject.
Search The Search class provides a way to execute a Search.
SearchResultObject The SearchResultObject encapsulates a row of a Search result.
Selector The Selector class creates and executes SIMPLE searches.
SystemAccessControlList The SystemAccessControlList class represents a system-wide shared AccessControlList.
SystemAccessControlListDefinition The SystemAccessControlListDefinition class is used construct a SystemAccessControlList object.
SystemObject The SystemObject is the superclass for all system-wide utility classes.
SystemObjectDefinition The SystemObjectDefinition class is used construct a SystemObject object.
TieAccessControlEntry TieAccessControlEntry allows the Oracle-defined behavior of the ACCESSCONTROLENTRY classobject (and its subclasses) to be extended or overridden.
TieAccessControlList TieAccessControlList allows the Oracle-defined behavior of the ACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden.
TieApplicationObject TieApplicationObject allows the Oracle-defined behavior of the APPLICATIONOBJECT classobject (and its subclasses) to be extended or overridden.
TieCategory TieCategory allows the Oracle-defined behavior of the CATEGORY classobject (and its subclasses) to be extended or overridden.
TieClassAccessControlList TieClassAccessControlList allows the Oracle-defined behavior of the CLASSACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden.
TieClassDomain TieClassDomain allows the Oracle-defined behavior of the CLASSDOMAIN classobject (and its subclasses) to be extended or overridden.
TieContentObject TieContentObject allows the Oracle-defined behavior of the CONTENTOBJECT classobject (and its subclasses) to be extended or overridden.
TieContentQuota TieContentQuota allows the Oracle-defined behavior of the CONTENTQUOTA classobject (and its subclasses) to be extended or overridden.
TieDirectoryGroup A TieDirectoryGroup allows the Oracle-defined behavior of the DIRECTORYGROUP classobject (and its subclasses) to be extended or overridden.
TieDirectoryObject A TieDirectoryObject allows the Oracle-defined behavior of the DIRECTORYOBJECT classobject (and its subclasses) to be extended or overridden.
TieDirectoryUser A TieDirectoryUser allows the Oracle-defined behavior of the DIRECTORYUSER classobject (and its subclasses) to be extended or overridden.
TieDocument TieDocument allows the Oracle-defined behavior of the DOCUMENT classobject (and its subclasses) to be extended or overridden.
TieExtendedUserProfile TieExtendedUserProfile allows the Oracle-defined behavior of the EXTENDEDUSERPROFILE classobject (and its subclasses) to be extended or overridden.
TieFamily TieFamily allows the Oracle-defined behavior of the FAMILY classobject (and its subclasses) to be extended or overridden.
TieFolder TieFolder allows the Oracle-defined behavior of the FOLDER classobject (and its subclasses) to be extended or overridden.
TieFolderPathRelationship TieFolderPathRelationship allows the Oracle-defined behavior of the FOLDERPATHRELATIONSHIP classobject (and its subclasses) to be extended or overridden.
TieFolderRelationship TieFolderRelationship allows the Oracle-defined behavior of the FOLDERRELATIONSHIP classobject (and its subclasses) to be extended or overridden.
TieFormat TieFormat allows the Oracle-defined behavior of the FORMAT classobject (and its subclasses) to be extended or overridden.
TieGroupMemberRelationship A TieGroupMemberRelationship allows the Oracle-defined behavior of the GROUPMEMBERRELATIONSHIP classobject (and its subclasses) to be extended or overridden.
TieLibraryObject TieLibraryObject allows the Oracle-defined behavior of the LIBRARYOBJECT classobject (and its subclasses) to be extended or overridden.
TieMountPoint TieMountPoint allows the Oracle-defined behavior of the MOUNTPOINT classobject (and its subclasses) to be extended or overridden.
TiePermissionBundle TiePermissionBundle allows the Oracle-defined behavior of the PERMISSIONBUNDLE classobject (and its subclasses) to be extended or overridden.
TiePolicy A TiePolicy allows the Oracle-defined behavior of the POLICY classobject (and its subclasses) to be extended or overridden.
TiePolicyPropertyBundle A TiePolicyPropertyBundle allows the Oracle-defined behavior of the POLICYPROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden.
TiePrimaryUserProfile TiePrimaryUserProfile allows the Oracle-defined behavior of the PRIMARYUSERPROFILE classobject (and its subclasses) to be extended or overridden.
TieProperty A TieProperty allows the Oracle-defined behavior of the PROPERTY classobject (and its subclasses) to be extended or overridden.
TiePropertyBundle A TiePropertyBundle allows the Oracle-defined behavior of the PROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden.
TiePublicObject TiePublicObject allows the Oracle-defined behavior of the PUBLICOBJECT classobject (and its subclasses) to be extended or overridden.
TieRelationship TieRelationship allows the Oracle-defined behavior of the RELATIONSHIP classobject (and its subclasses) to be extended or overridden.
TieSchemaObject TieSchemaObject allows the Oracle-defined behavior of the SCHEMAOBJECT classobject (and its subclasses) to be extended or overridden.
TieSystemAccessControlList TieSystemAccessControlList allows the Oracle-defined behavior of the SYSTEMACCESSCONTROLLIST classobject (and its subclasses) to be extended or overridden.
TieSystemObject TieSystemObject allows the Oracle-defined behavior of the SYSTEMOBJECT classobject (and its subclasses) to be extended or overridden.
TieUserProfile TieUserProfile allows the Oracle-defined behavior of the USERPROFILE classobject (and its subclasses) to be extended or overridden.
TieValueDefault TieValueDefault allows the Oracle-defined behavior of the VALUEDEFAULT classobject (and its subclasses) to be extended or overridden.
TieValueDefaultPropertyBundle TieValueDefaultPropertyBundle allows the Oracle-defined behavior of the VALUEDEFAULTPROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden.
TieValueDomain TieValueDomain allows the Oracle-defined behavior of the VALUEDOMAIN classobject (and its subclasses) to be extended or overridden.
TieValueDomainPropertyBundle TieValueDomainPropertyBundle allows the Oracle-defined behavior of the VALUEDOMAINPROPERTYBUNDLE classobject (and its subclasses) to be extended or overridden.
TieVersionDescription TieVersionDescription allows the Oracle-defined behavior of the VERSIONDESCRIPTION classobject (and its subclasses) to be extended or overridden.
TieVersionSeries TieVersionSeries allows the Oracle-defined behavior of the VERSIONSERIES classobject (and its subclasses) to be extended or overridden.
UserProfile The UserProfile class provides storage for profile information on a DirectoryUser.
UserProfileDefinition The UserProfileDefinition class is used construct a UserProfile object.
ValueDefault A ValueDefault describes a value that can be applied to an Attribute to serve as a default value for that Attribute in creating new LibraryObjects.
ValueDefaultDefinition A ValueDefaultDefinition is a template for creating a new ValueDefault.
ValueDefaultPropertyBundle A ValueDefaultPropertyBundle is a PropertyBundle containing a valid definition of the value of a ValueDefault.
ValueDefaultPropertyBundleDefinition A ValueDefaultPropertyBundleDefinition is a template for creating a new ValueDefaultPropertyBundle.
ValueDomain A ValueDomain describes a validation that can be applied to an Attribute to ensure that LibraryObjects' values for that Attribute lie within a set of acceptable values.
ValueDomainDefinition A ValueDomainDefinition is a template for creating a new ValueDomain.
ValueDomainPropertyBundle A ValueDomainPropertyBundle is a PropertyBundle containing a valid definition of a ValueDomain.
ValueDomainPropertyBundleDefinition A ValueDomainPropertyBundleDefinition is a template for creating a new ValueDomainPropertyBundle.
VersionDescription The VersionDescription class is used to describe an instance of a versioned public object at a point in time as tracked by the version series.
VersionDescriptionDefinition The VersionDescriptionDefinition class is used to construct a VersionDescription object.
VersionSeries The VersionSeries class is used to track revisions to a versioned public object as it changes over time.
VersionSeriesDefinition The VersionSeriesDefinition class is used construct a VersionSeries object.