Oracle Content Management SDK

Uses of Class
oracle.ifs.beans.SystemObject

Packages that use SystemObject
oracle.ifs.beans   
 

Uses of SystemObject in oracle.ifs.beans
 

Subclasses of SystemObject in oracle.ifs.beans
 class AccessControlEntry
          The AccessControlEntry (ACE) class represents an atomic unit of access control.
 class ContentObject
          The ContentObject class is a subclass of PublicObject that supports getting and setting Content.
 class ExtendedPermission
          The ExtendedPermission class allows one to create a new permission that is not already defined in AccessLevel.
 class FolderPathRelationship
          This subclass of FolderRelationship is used by instances of Folder to model a path-oriented containership, similar to a file system.
 class FolderRelationship
          This subclass of Relationship is used by instances of Folder to model containership.
 class Format
          The Format class represents the known formats of document content.
 class GroupMemberRelationship
          /** The GroupMemberRelationship class is used to define membership relationships for users and groups (or groups within groups).
 class LockObject
          The LockObject class is intended to encapsulate information associated with a lock on a PublicObject such as the state of the lock, timeout of the lock, the lock holder, etc.
 class PermissionBundle
          The PermissionBundle class lets users group multiple access levels into a customized bundle.
 class Policy
          A Policy provides a mechanism for performing specific actions relevant to a particular ClassObject.
 class Property
          A Property describes a name/value pair of varying datatype, that can be used for multiple purposes to store iFS values.
 class Relationship
          An instance of Relationship can link (or relate) two public objects to each other.
 class SystemLockObject
          SystemLockObject subclass.
 class TieAccessControlEntry
          TieAccessControlEntry allows the Oracle-defined behavior of the ACCESSCONTROLENTRY classobject (and its subclasses) to be extended or overridden.
 class TieContentObject
          TieContentObject allows the Oracle-defined behavior of the CONTENTOBJECT classobject (and its subclasses) to be extended or overridden.
 class TieExtendedPermission
          TieExtendedPermission allows the Oracle-defined behavior of the EXTENDEDPERMISSION classobject (and its subclasses) to be extended or overridden.
 class TieFolderPathRelationship
          TieFolderPathRelationship allows the Oracle-defined behavior of the FOLDERPATHRELATIONSHIP classobject (and its subclasses) to be extended or overridden.
 class TieFolderRelationship
          TieFolderRelationship allows the Oracle-defined behavior of the FOLDERRELATIONSHIP classobject (and its subclasses) to be extended or overridden.
 class TieFormat
          TieFormat allows the Oracle-defined behavior of the FORMAT classobject (and its subclasses) to be extended or overridden.
 class TieGroupMemberRelationship
          A TieGroupMemberRelationship allows the Oracle-defined behavior of the GROUPMEMBERRELATIONSHIP classobject (and its subclasses) to be extended or overridden.
 class TieLockObject
          TieLockObject allows the Oracle-defined behavior of the LOCKOBJECT classobject (and its subclasses) to be extended or overridden.
 class TiePermissionBundle
          TiePermissionBundle allows the Oracle-defined behavior of the PERMISSIONBUNDLE classobject (and its subclasses) to be extended or overridden.
 class TiePolicy
          A TiePolicy allows the Oracle-defined behavior of the POLICY classobject (and its subclasses) to be extended or overridden.
 class TieProperty
          A TieProperty allows the Oracle-defined behavior of the PROPERTY classobject (and its subclasses) to be extended or overridden.
 class TieRelationship
          TieRelationship allows the Oracle-defined behavior of the RELATIONSHIP classobject (and its subclasses) to be extended or overridden.
 class TieSystemLockObject
          TieSystemLockObject allows the Oracle-defined behavior of the SYSTEMLOCKOBJECT classobject (and its subclasses) to be extended or overridden.
 class TieSystemObject
          TieSystemObject allows the Oracle-defined behavior of the SYSTEMOBJECT classobject (and its subclasses) to be extended or overridden.
 

Methods in oracle.ifs.beans that return SystemObject
protected static SystemObject SystemObject.constructSystemObject(LibrarySession sess, S_LibraryObjectData data)
          return SystemObject from a S_LOData.
 SystemObject LibrarySession.createSystemObject(SystemObjectDefinition def)
          Create a new system object.
 SystemObject LibrarySession.getSystemObject(java.lang.Long id)
          Lookup a SystemObject by its id.
 

Methods in oracle.ifs.beans with parameters of type SystemObject
 void ValueDefaultPropertyBundle.setValue(SystemObject value)
          Sets the value of this ValueDefaultPropertyBundle.
 void ValueDefaultPropertyBundle.setValue(SystemObject[] value)
          Sets the value of this ValueDefaultPropertyBundle.
 void ValueDomainPropertyBundleDefinition.setEnumeratedValues(SystemObject[] values)
          Sets the allowed values for the new ValueDomainPropertyBundle.
 void ValueDomainPropertyBundle.setEnumeratedValues(SystemObject[] values)
          Sets the allowed values for this ValueDomainPropertyBundle.
 void ValueDefaultPropertyBundleDefinition.setValue(SystemObject value)
          Sets the value of the new ValueDefaultPropertyBundle.
 void ValueDefaultPropertyBundleDefinition.setValue(SystemObject[] value)
          Sets the value of the new ValueDefaultPropertyBundle.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.