| Modifier and Type | Class and Description | 
|---|---|
class  | 
LibrarySession
A LibrarySession is used to represent a connection-based Session with the
 CM SDK server. 
 | 
class  | 
TieLibrarySession
TieLibrarySession allows the Oracle-defined behavior of the
 LibrarySession class to be extended or overridden. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected LibrarySessionInterface | 
LibraryObjectDefinition.m_Session  | 
| Modifier and Type | Method and Description | 
|---|---|
LibrarySessionInterface | 
LibraryObjectDefinition.getSession()
Get the session used in constructing this instance. 
 | 
LibrarySessionInterface | 
LibraryObject.getSessionInterface()
Gets the LibrarySessionInterface for this LibraryObject. 
 | 
protected LibrarySessionInterface | 
LibraryObjectDefinition.verifySession()
Throws if a session has not been specified. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
LibraryObjectDefinition.captureSession(LibrarySessionInterface session)
Capture the session setting from a LibarySession specified in some
 other operation, and hold it if our current session is null. 
 | 
LibraryObjectDefinition | 
LibraryObjectDefinition.clone(LibrarySessionInterface session)
Returns a clone of this LibraryObjectDefinition. 
 | 
static LibraryObjectDefinition | 
LibraryObjectDefinition.constructInstance(LibrarySessionInterface session,
                 Long classId)
Dynamically construct an instance from a fully qualified class
 name and a session instance 
 | 
static LibraryObjectDefinition | 
LibraryObjectDefinition.constructInstance(LibrarySessionInterface session,
                 String defClassName)
Dynamically construct an instance from a fully qualified class
 name and a session instance 
 | 
static LibraryObjectLookupCache | 
LibraryService.findLibraryObjectLookupCache(LibrarySessionInterface session,
                            String key)
Finds a registered LibraryObjectLookupCache instance by key. 
 | 
static String | 
PreparedSelector.getAliasFromTarget(LibrarySessionInterface session,
                  AttributeValue target)
Deprecated. 
 
9.3.3.0 use variant without a session context 
 | 
static String | 
LibraryObjectDefinition.getDefinitionClassName(LibrarySessionInterface session,
                      Long classId)
Return the class name that would be used to construct
 a definition instance for the specified class ID. 
 | 
static LibraryObjectLookupCache | 
AccessControlList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 AccessControlList instances by name. 
 | 
static LibraryObjectLookupCache | 
ClassAccessControlList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 ClassAccessControlList instances by name. 
 | 
static LibraryObjectLookupCache | 
ClassDomain.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 ClassDomain instances by name. 
 | 
static LibraryObjectLookupCache | 
ClassObject.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 ClassObject instances by name. 
 | 
static LibraryObjectLookupCache | 
DirectoryUser.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 DirectoryUser instances by name. 
 | 
static LibraryObjectLookupCache | 
ExtendedPermission.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 ExtendedPermission instances by name. 
 | 
static LibraryObjectLookupCache | 
ExtendedUserProfile.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 ExtendedUserProfile instances by name and by the current
 user. 
 | 
static LibraryObjectLookupCache | 
Format.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 Format instances by name. 
 | 
static LibraryObjectLookupCache | 
Media.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 Media instances by name. 
 | 
static LibraryObjectLookupCache | 
PermissionBundle.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 PermissionBundle instances by name. 
 | 
static LibraryObjectLookupCache | 
Policy.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 Policy instances by name. 
 | 
static LibraryObjectLookupCache | 
PolicyList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 PolicyList instances by name. 
 | 
static LibraryObjectLookupCache | 
SystemAccessControlList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 SystemAccessControlList instances by name. 
 | 
static LibraryObjectLookupCache | 
SystemLockObject.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 SystemLockObject instances by name. 
 | 
static LibraryObjectLookupCache | 
ValueDefault.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 ValueDefault instances by name. 
 | 
static LibraryObjectLookupCache | 
ValueDomain.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 ValueDomain instances by name. 
 | 
static LibraryObjectLookupCache | 
Format.getLibraryObjectLookupCacheByExtension(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
 Format instances by EXTENSION. 
 | 
static String | 
PreparedSelector.getViewFromTarget(LibrarySessionInterface session,
                 AttributeValue target)
Deprecated. 
 
9.3.3.0 use variant without a session context 
 | 
static void | 
LibraryService.registerLibraryObjectLookupCache(LibrarySessionInterface session,
                                String key,
                                LibraryObjectLookupCache lolc)
Register a LibraryObjectLookupCache instance by key. 
 | 
void | 
LibraryObjectDefinition.setSession(LibrarySessionInterface session)
Set or reset the session used in constructing this instance. 
 | 
| Constructor and Description | 
|---|
AccessControlEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
AccessControlEntryDefinition(LibrarySessionInterface session,
                            String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
AccessControlListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
AccessControlListDefinition(LibrarySessionInterface session,
                           String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ActionSpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ActionSpecificationDefinition(LibrarySessionInterface session,
                             String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ActivityRecordDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ActivityRecordDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ActivitySpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ActivitySpecificationDefinition(LibrarySessionInterface session,
                               String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ActorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ActorDefinition(LibrarySessionInterface session,
               String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
ActorRelationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ActorRelationDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ApplicationObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ApplicationObjectDefinition(LibrarySessionInterface session,
                           String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ApplicationTokenDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ApplicationTokenDefinition(LibrarySessionInterface session,
                          String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
AttachmentRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
AttachmentRelationDefinition(LibrarySessionInterface session,
                            String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
AttributeDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
AttributeDefinition(LibrarySessionInterface session,
                   String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
BranchRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
BranchRelationshipDefinition(LibrarySessionInterface session,
                            String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
CategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the session. 
 | 
CategoryDefinition(LibrarySessionInterface session,
                  String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ClassAccessControlListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ClassAccessControlListDefinition(LibrarySessionInterface session,
                                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ClassDomainDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ClassDomainDefinition(LibrarySessionInterface session,
                     String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ClassObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ClassObjectDefinition(LibrarySessionInterface session,
                     String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
CompositeGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
CompositeGroupDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ConfigurationCategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ConfigurationCategoryDefinition(LibrarySessionInterface session,
                               String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ContactListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ContactListDefinition(LibrarySessionInterface session,
                     String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ContentControllerDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ContentControllerDefinition(LibrarySessionInterface session,
                           String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ContentObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ContentObjectDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ContentQuotaDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ContentQuotaDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ContentVaultEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ContentVaultEntryDefinition(LibrarySessionInterface session,
                           String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ConversationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ConversationDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ConversationRelationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ConversationRelationDefinition(LibrarySessionInterface session,
                              String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
CustomMediaDriverSpecificationDefinition(LibrarySessionInterface session)
Constructs a CustomMediaDriverSpecificationDefinition. 
 | 
CustomMediaDriverSpecificationDefinition(LibrarySessionInterface session,
                                        String className)
Constructs a CustomMediaDriverSpecificationDefinition. 
 | 
DefinitionObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
DefinitionObjectDefinition(LibrarySessionInterface session,
                          String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
DependentViewDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
DependentViewDefinition(LibrarySessionInterface session,
                       String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
DirectoryGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
DirectoryGroupDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
DirectoryObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
DirectoryObjectDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
DirectoryUserDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
DirectoryUserDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
DocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
DocumentDefinition(LibrarySessionInterface session,
                  String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ExtendedPermissionDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ExtendedPermissionDefinition(LibrarySessionInterface session,
                            String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ExtendedUserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ExtendedUserProfileDefinition(LibrarySessionInterface session,
                             String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ExternalRetentionPolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ExternalRetentionPolicyDefinition(LibrarySessionInterface session,
                                 String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
FamilyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
FamilyDefinition(LibrarySessionInterface session,
                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
FolderDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
FolderDefinition(LibrarySessionInterface session,
                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
FolderLinkDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
FolderLinkDefinition(LibrarySessionInterface session,
                    String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
FolderPathRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
FolderPathRelationshipDefinition(LibrarySessionInterface session,
                                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
FolderRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
FolderRelationshipDefinition(LibrarySessionInterface session,
                            String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
FormatDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
FormatDefinition(LibrarySessionInterface session,
                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
GroupMemberRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
GroupMemberRelationshipDefinition(LibrarySessionInterface session,
                                 String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InterMediaAudioCdTrackDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
InterMediaAudioCdTrackDefinition(LibrarySessionInterface session,
                                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InterMediaAudioDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
InterMediaAudioDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InterMediaImageDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
InterMediaImageDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InterMediaMovieDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
InterMediaMovieDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InterMediaSourceDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
InterMediaSourceDefinition(LibrarySessionInterface session,
                          String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InterMediaVideoDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
InterMediaVideoDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InternalRetentionPolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
InternalRetentionPolicyDefinition(LibrarySessionInterface session,
                                 String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LibraryObjectDefinition(LibrarySessionInterface session)
Construct a definition. 
 | 
LibraryObjectDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LifecycleDateRuleSpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
LifecycleDateRuleSpecificationDefinition(LibrarySessionInterface session,
                                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LifecyclePolicyActionSpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
LifecyclePolicyActionSpecificationDefinition(LibrarySessionInterface session,
                                            String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LifecyclePolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
LifecyclePolicyDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LifecyclePolicyEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
LifecyclePolicyEntryDefinition(LibrarySessionInterface session,
                              String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LinkDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
LinkDefinition(LibrarySessionInterface session,
              String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LockEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
LockEntryDefinition(LibrarySessionInterface session,
                   String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
LockObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
LockObjectDefinition(LibrarySessionInterface session,
                    String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
MediaBfileDefinition(LibrarySessionInterface session)
Constructs a MediaBfileDefinition. 
 | 
MediaBfileDefinition(LibrarySessionInterface session,
                    String className)
Constructs a MediaBfileDefinition. 
 | 
MediaBlobDefinition(LibrarySessionInterface session)
Constructs a MediaBlobDefinition. 
 | 
MediaBlobDefinition(LibrarySessionInterface session,
                   String className)
Constructs a MediaBlobDefinition. 
 | 
MediaCustomDefinition(LibrarySessionInterface session)
Constructs a MediaCustomDefinition. 
 | 
MediaCustomDefinition(LibrarySessionInterface session,
                     String className)
Constructs a MediaCustomDefinition. 
 | 
MediaDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
MediaDefinition(LibrarySessionInterface session,
               String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
MediaLobDefinition(LibrarySessionInterface session)
Constructs a MediaLobDefinition. 
 | 
MediaLobDefinition(LibrarySessionInterface session,
                  String className)
Constructs a MediaLobDefinition. 
 | 
MessageEntryDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
MessageEntryDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
MessageListDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
MessageListDefinition(LibrarySessionInterface session,
                     String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
MountPointDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
MountPointDefinition(LibrarySessionInterface session,
                    String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
NamedRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
NamedRelationshipDefinition(LibrarySessionInterface session,
                           String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
NodeConfigurationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
NodeConfigurationDefinition(LibrarySessionInterface session,
                           String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PerformedActivitySpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PerformedActivitySpecificationDefinition(LibrarySessionInterface session,
                                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PermissionBundleDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PermissionBundleDefinition(LibrarySessionInterface session,
                          String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PolicyDefinition(LibrarySessionInterface session,
                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PolicyListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PolicyListDefinition(LibrarySessionInterface session,
                    String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PolicyListElementDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PolicyListElementDefinition(LibrarySessionInterface session,
                           String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PolicyPropertyBundleDefinition(LibrarySessionInterface session)
Deprecated.  
Construct a definition explicitly capturing the
 session. 
 | 
PolicyPropertyBundleDefinition(LibrarySessionInterface session,
                              String className)
Deprecated.  
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PrimaryUserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PrimaryUserProfileDefinition(LibrarySessionInterface session,
                            String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PrinterDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PrinterDefinition(LibrarySessionInterface session,
                 String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PrintJobDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PrintJobDefinition(LibrarySessionInterface session,
                  String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PropertyBundleDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PropertyBundleDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PropertyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PropertyDefinition(LibrarySessionInterface session,
                  String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
PublicObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PublicObjectDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
QueueDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
QueueDefinition(LibrarySessionInterface session,
               String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
RelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
RelationDefinition(LibrarySessionInterface session,
                  String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
RelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
RelationshipDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
RetentionPolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
RetentionPolicyDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SchemaCategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SchemaCategoryDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SchemaObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SchemaObjectDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SearchObjectDefinition(LibrarySessionInterface session)
Deprecated. 
 
CM SDK 10g: Class is deprecated and will be deleted 
 in a future release. 
 | 
SearchObjectDefinition(LibrarySessionInterface session,
                      String className)
Deprecated. 
 
CM SDK 10g: Class is deprecated and will be deleted 
 in a future release. 
 | 
SelectorObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SelectorObjectDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ServerConfigurationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ServerConfigurationDefinition(LibrarySessionInterface session,
                             String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ServiceConfigurationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ServiceConfigurationDefinition(LibrarySessionInterface session,
                              String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SimpleObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SimpleObjectDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SimplePropertyDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
SimplePropertyDefinition(LibrarySessionInterface session,
                        String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
SimplePropertyTableDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
SimplePropertyTableDefinition(LibrarySessionInterface session,
                             String className)
Constructs a definition explicitly capturing the session,
 and property the initial ClassObject. 
 | 
SimplePropertyTableListDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
SimplePropertyTableListDefinition(LibrarySessionInterface session,
                                 String className)
Constructs a definition explicitly capturing the session,
 and property the initial ClassObject. 
 | 
SortObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SortObjectDefinition(LibrarySessionInterface session,
                    String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
StorageGroupDefinition(LibrarySessionInterface session)
Constructs a StorageGroupDefinition. 
 | 
StorageGroupDefinition(LibrarySessionInterface session,
                      String className)
Constructs a StorageGroupDefinition. 
 | 
SystemAccessControlListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SystemAccessControlListDefinition(LibrarySessionInterface session,
                                 String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SystemCategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SystemCategoryDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SystemLockEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SystemLockEntryDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SystemLockObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SystemLockObjectDefinition(LibrarySessionInterface session,
                          String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SystemObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
SystemObjectDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
TrackedActivitySpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
TrackedActivitySpecificationDefinition(LibrarySessionInterface session,
                                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
UserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
UserProfileDefinition(LibrarySessionInterface session,
                     String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ValueDefaultDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ValueDefaultDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ValueDefaultPropertyBundleDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ValueDefaultPropertyBundleDefinition(LibrarySessionInterface session,
                                    String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ValueDomainDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ValueDomainDefinition(LibrarySessionInterface session,
                     String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ValueDomainPropertyBundleDefinition(LibrarySessionInterface session)
Constructs a Definition explicitly capturing the
 session. 
 | 
ValueDomainPropertyBundleDefinition(LibrarySessionInterface session,
                                   String className)
Constructs a Definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
VersionDescriptionDefinition(LibrarySessionInterface session)
Constructs a Definition explicitly capturing the
 session. 
 | 
VersionDescriptionDefinition(LibrarySessionInterface session,
                            String className)
Constructs a Definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
VersionSeriesDefinition(LibrarySessionInterface session)
Constructs a Definition explicitly capturing the
 session. 
 | 
VersionSeriesDefinition(LibrarySessionInterface session,
                       String className)
Constructs a Definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected LibrarySessionInterface | 
CredentialManagerUser.m_Session
Session context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LibrarySessionInterface | 
CredentialManagerUser.getSession()
Get the session used in constructing this instance. 
 | 
LibrarySessionInterface | 
LibraryObjectLookupCacheCollection.getSession()
Gets the session context. 
 | 
LibrarySessionInterface | 
RandomAccessor.getSession()
Gets the session associated with this RandomAccessor. 
 | 
LibrarySessionInterface | 
LibraryObjectInterface.getSessionInterface()
Gets the LibrarySessionInterface for this LibraryObject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AccessLevel.add(AccessLevel level,
   LibrarySessionInterface sess)
Add permissions specified in another AccessLevel
 to this AccessLevel 
 | 
protected boolean | 
AttributeValue.convertToBoolean(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to a boolean. 
 | 
protected boolean | 
AttributeValueBooleanArray.convertToBoolean(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to a boolean. 
 | 
protected boolean | 
AttributeValueDoubleArray.convertToBoolean(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to a boolean. 
 | 
protected boolean | 
AttributeValueIntegerArray.convertToBoolean(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to a boolean. 
 | 
protected boolean | 
AttributeValueLongArray.convertToBoolean(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to a boolean. 
 | 
protected boolean | 
AttributeValueStringArray.convertToBoolean(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to a boolean. 
 | 
protected boolean[] | 
AttributeValue.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. 
 | 
protected boolean[] | 
AttributeValueBooleanArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. 
 | 
protected boolean[] | 
AttributeValueDoubleArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. 
 | 
protected boolean[] | 
AttributeValueIntegerArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. 
 | 
protected boolean[] | 
AttributeValueLongArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. 
 | 
protected boolean[] | 
AttributeValueStringArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans. 
 | 
protected Boolean | 
AttributeValue.convertToBooleanObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to a Boolean. 
 | 
protected Boolean | 
AttributeValueBooleanArray.convertToBooleanObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to a Boolean. 
 | 
protected Boolean | 
AttributeValueDoubleArray.convertToBooleanObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to a Boolean. 
 | 
protected Boolean | 
AttributeValueIntegerArray.convertToBooleanObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to a Boolean. 
 | 
protected Boolean | 
AttributeValueLongArray.convertToBooleanObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to a Boolean. 
 | 
protected Boolean | 
AttributeValueStringArray.convertToBooleanObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to a Boolean. 
 | 
protected Boolean[] | 
AttributeValue.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. 
 | 
protected Boolean[] | 
AttributeValueBooleanArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. 
 | 
protected Boolean[] | 
AttributeValueDoubleArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. 
 | 
protected Boolean[] | 
AttributeValueIntegerArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. 
 | 
protected Boolean[] | 
AttributeValueLongArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. 
 | 
protected Boolean[] | 
AttributeValueStringArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans. 
 | 
protected Date | 
AttributeValue.convertToDate(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a Date. 
 | 
protected Date | 
AttributeValueDateArray.convertToDate(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a Date. 
 | 
protected Date | 
AttributeValueStringArray.convertToDate(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a Date. 
 | 
protected Date[] | 
AttributeValue.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. 
 | 
protected Date[] | 
AttributeValueDateArray.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. 
 | 
protected Date[] | 
AttributeValueStringArray.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates. 
 | 
protected DirectoryObjectInterface | 
AttributeValue.convertToDirectoryObject(LibrarySessionInterface session,
                        int index)
Converts this AttributeValue to a DirectoryObject. 
 | 
protected DirectoryObjectInterface | 
AttributeValueDirectoryObjectArray.convertToDirectoryObject(LibrarySessionInterface session,
                        int index)
Converts this AttributeValue to a DirectoryObject. 
 | 
protected DirectoryObjectInterface | 
AttributeValueLongArray.convertToDirectoryObject(LibrarySessionInterface session,
                        int index)
Converts this AttributeValue to a DirectoryObject. 
 | 
protected DirectoryObjectInterface[] | 
AttributeValue.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. 
 | 
protected DirectoryObjectInterface[] | 
AttributeValueDirectoryObjectArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. 
 | 
protected DirectoryObjectInterface[] | 
AttributeValueLongArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects. 
 | 
protected double | 
AttributeValue.convertToDouble(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a double. 
 | 
protected double | 
AttributeValueBooleanArray.convertToDouble(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a double. 
 | 
protected double | 
AttributeValueDoubleArray.convertToDouble(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a double. 
 | 
protected double | 
AttributeValueIntegerArray.convertToDouble(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a double. 
 | 
protected double | 
AttributeValueLongArray.convertToDouble(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a double. 
 | 
protected double | 
AttributeValueStringArray.convertToDouble(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a double. 
 | 
protected double[] | 
AttributeValue.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. 
 | 
protected double[] | 
AttributeValueBooleanArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. 
 | 
protected double[] | 
AttributeValueDoubleArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. 
 | 
protected double[] | 
AttributeValueIntegerArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. 
 | 
protected double[] | 
AttributeValueLongArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. 
 | 
protected double[] | 
AttributeValueStringArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles. 
 | 
protected Double | 
AttributeValue.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double | 
AttributeValueBooleanArray.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double | 
AttributeValueDoubleArray.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double | 
AttributeValueIntegerArray.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double | 
AttributeValueLongArray.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double | 
AttributeValueLongDoubleMap.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double | 
AttributeValueStringArray.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double | 
AttributeValueStringDoubleMap.convertToDoubleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a Double. 
 | 
protected Double[] | 
AttributeValue.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected Double[] | 
AttributeValueBooleanArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected Double[] | 
AttributeValueDoubleArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected Double[] | 
AttributeValueIntegerArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected Double[] | 
AttributeValueLongArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected Double[] | 
AttributeValueLongDoubleMap.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected Double[] | 
AttributeValueStringArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected Double[] | 
AttributeValueStringDoubleMap.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles. 
 | 
protected int | 
AttributeValue.convertToInteger(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to an int. 
 | 
protected int | 
AttributeValueBooleanArray.convertToInteger(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to an int. 
 | 
protected int | 
AttributeValueDoubleArray.convertToInteger(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to an int. 
 | 
protected int | 
AttributeValueIntegerArray.convertToInteger(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to an int. 
 | 
protected int | 
AttributeValueLongArray.convertToInteger(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to an int. 
 | 
protected int | 
AttributeValueStringArray.convertToInteger(LibrarySessionInterface session,
                int index)
Converts this AttributeValue to an int. 
 | 
protected int[] | 
AttributeValue.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. 
 | 
protected int[] | 
AttributeValueBooleanArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. 
 | 
protected int[] | 
AttributeValueDoubleArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. 
 | 
protected int[] | 
AttributeValueIntegerArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. 
 | 
protected int[] | 
AttributeValueLongArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. 
 | 
protected int[] | 
AttributeValueStringArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints. 
 | 
protected Integer | 
AttributeValue.convertToIntegerObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to an Integer. 
 | 
protected Integer | 
AttributeValueBooleanArray.convertToIntegerObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to an Integer. 
 | 
protected Integer | 
AttributeValueDoubleArray.convertToIntegerObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to an Integer. 
 | 
protected Integer | 
AttributeValueIntegerArray.convertToIntegerObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to an Integer. 
 | 
protected Integer | 
AttributeValueLongArray.convertToIntegerObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to an Integer. 
 | 
protected Integer | 
AttributeValueStringArray.convertToIntegerObject(LibrarySessionInterface session,
                      int index)
Converts this AttributeValue to an Integer. 
 | 
protected Integer[] | 
AttributeValue.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. 
 | 
protected Integer[] | 
AttributeValueBooleanArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. 
 | 
protected Integer[] | 
AttributeValueDoubleArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. 
 | 
protected Integer[] | 
AttributeValueIntegerArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. 
 | 
protected Integer[] | 
AttributeValueLongArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. 
 | 
protected Integer[] | 
AttributeValueStringArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers. 
 | 
protected long | 
AttributeValue.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueBooleanArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueDateArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueDirectoryObjectArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueDoubleArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueIntegerArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueLongArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValuePublicObjectArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueSchemaObjectArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueSimpleObjectArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueStringArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long | 
AttributeValueSystemObjectArray.convertToLong(LibrarySessionInterface session,
             int index)
Converts this AttributeValue to a long. 
 | 
protected long[] | 
AttributeValue.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueBooleanArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueDateArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueDirectoryObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueDoubleArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueIntegerArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueLongArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValuePublicObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueSchemaObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueSimpleObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueStringArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected long[] | 
AttributeValueSystemObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs. 
 | 
protected Long | 
AttributeValue.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueBooleanArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueDateArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueDirectoryObjectArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueDoubleArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueIntegerArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueLongArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueLongLongMap.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValuePublicObjectArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueSchemaObjectArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueSimpleObjectArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueStringArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueStringLongMap.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long | 
AttributeValueSystemObjectArray.convertToLongObject(LibrarySessionInterface session,
                   int index)
Converts this AttributeValue to a Long. 
 | 
protected Long[] | 
AttributeValue.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueBooleanArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueDateArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueDirectoryObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueDoubleArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueIntegerArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueLongArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueLongLongMap.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValuePublicObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueSchemaObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueSimpleObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueStringArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueStringLongMap.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Long[] | 
AttributeValueSystemObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs. 
 | 
protected Map | 
AttributeValue.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueLongDoubleMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueLongLibraryObjectMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueLongLongMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueLongStringMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueStringDoubleMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueStringLibraryObjectMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueStringLongMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected Map | 
AttributeValueStringStringMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map. 
 | 
protected PublicObjectInterface | 
AttributeValue.convertToPublicObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a PublicObject. 
 | 
protected PublicObjectInterface | 
AttributeValueLongArray.convertToPublicObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a PublicObject. 
 | 
protected PublicObjectInterface | 
AttributeValuePublicObjectArray.convertToPublicObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a PublicObject. 
 | 
protected PublicObjectInterface[] | 
AttributeValue.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. 
 | 
protected PublicObjectInterface[] | 
AttributeValueLongArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. 
 | 
protected PublicObjectInterface[] | 
AttributeValuePublicObjectArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects. 
 | 
protected SchemaObjectInterface | 
AttributeValue.convertToSchemaObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SchemaObject. 
 | 
protected SchemaObjectInterface | 
AttributeValueLongArray.convertToSchemaObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SchemaObject. 
 | 
protected SchemaObjectInterface | 
AttributeValueSchemaObjectArray.convertToSchemaObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SchemaObject. 
 | 
protected SchemaObjectInterface[] | 
AttributeValue.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. 
 | 
protected SchemaObjectInterface[] | 
AttributeValueLongArray.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. 
 | 
protected SchemaObjectInterface[] | 
AttributeValueSchemaObjectArray.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects. 
 | 
protected SimpleObjectInterface | 
AttributeValue.convertToSimpleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SimpleObject. 
 | 
protected SimpleObjectInterface | 
AttributeValueLongArray.convertToSimpleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SimpleObject. 
 | 
protected SimpleObjectInterface | 
AttributeValueSimpleObjectArray.convertToSimpleObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SimpleObject. 
 | 
protected SimpleObjectInterface[] | 
AttributeValue.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects. 
 | 
protected SimpleObjectInterface[] | 
AttributeValueLongArray.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects. 
 | 
protected SimpleObjectInterface[] | 
AttributeValueSimpleObjectArray.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects. 
 | 
protected String | 
AttributeValue.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueBooleanArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueDateArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueDirectoryObjectArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueDoubleArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueIntegerArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueLongArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueLongStringMap.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValuePublicObjectArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueSchemaObjectArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueSimpleObjectArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueStringArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueStringStringMap.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String | 
AttributeValueSystemObjectArray.convertToString(LibrarySessionInterface session,
               int index)
Converts this AttributeValue to a String. 
 | 
protected String[] | 
AttributeValue.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueBooleanArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueDateArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueDirectoryObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueDoubleArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueIntegerArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueLongArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueLongStringMap.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValuePublicObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueSchemaObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueSimpleObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueStringArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueStringStringMap.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected String[] | 
AttributeValueSystemObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings. 
 | 
protected SystemObjectInterface | 
AttributeValue.convertToSystemObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SystemObject. 
 | 
protected SystemObjectInterface | 
AttributeValueLongArray.convertToSystemObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SystemObject. 
 | 
protected SystemObjectInterface | 
AttributeValueSystemObjectArray.convertToSystemObject(LibrarySessionInterface session,
                     int index)
Converts this AttributeValue to a SystemObject. 
 | 
protected SystemObjectInterface[] | 
AttributeValue.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. 
 | 
protected SystemObjectInterface[] | 
AttributeValueLongArray.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. 
 | 
protected SystemObjectInterface[] | 
AttributeValueSystemObjectArray.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects. 
 | 
void | 
RetainedEvent.createDatabaseObjects(LibrarySessionInterface session)
Create the database objects associated with the retained event type. 
 | 
void | 
RetainedEvent.delete(LibrarySessionInterface session)
Delete a RetainedEvent. 
 | 
void | 
AccessLevel.disableExtendedPermission(AttributeValue av,
                         LibrarySessionInterface sess)
Disable an extended perrmission, specified as an AttributeValue 
 | 
void | 
RetainedEvent.dropDatabaseObjects(LibrarySessionInterface session)
Drop the database objects associated with the retained event type. 
 | 
void | 
AccessLevel.enableExtendedPermission(AttributeValue av,
                        LibrarySessionInterface sess)
Enable an extended perrmission, specified as an AttributeValue 
 | 
LibraryObjectInterface[] | 
LibraryObjectLookupCache.findAll(LibrarySessionInterface session)
Finds all qualifying objects. 
 | 
LibraryObjectInterface | 
LibraryObjectLookupCache.findByName(LibrarySessionInterface session,
          String name)
Finds an object with the specified name. 
 | 
void | 
PreparedSelectorSpecification.forceResolve(LibrarySessionInterface sess)
Force a Resolve of this instance. 
 | 
void | 
PreparedSelectorSpecification.forceResolveForCountQuery(LibrarySessionInterface sess)
Force a Resolve of this instance for a getItemCount() call. 
 | 
static String[] | 
AccessLevel.getAllDefinedStandardPermissionNames(LibrarySessionInterface session)
return the array of all defined standard permission localized
 labels. 
 | 
boolean | 
AttributeValue.getBoolean(LibrarySessionInterface session)
Gets this AttributeValue's representation as a boolean. 
 | 
boolean[] | 
AttributeValue.getBooleanArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of booleans. 
 | 
boolean | 
AttributeValue.getBooleanArray(LibrarySessionInterface session,
               int index)
Get the specified element of this AttributeValue's representation
 as an array of booleans. 
 | 
Boolean | 
AttributeValue.getBooleanObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Boolean. 
 | 
Boolean[] | 
AttributeValue.getBooleanObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Booleans. 
 | 
Boolean | 
AttributeValue.getBooleanObjectArray(LibrarySessionInterface session,
                     int index)
Get the specified element of this AttributeValue's representation
 as an array of Booleans. 
 | 
String | 
ClassInfoTable.getClassObjectDatabaseObjectName(LibrarySessionInterface session,
                                String className)
Gets the ClassObject database obejct name by its class name. 
 | 
Long | 
ClassInfoTable.getClassObjectId(LibrarySessionInterface session,
                String className)
Gets the ClassObject ID by name. 
 | 
String | 
ClassInfoTable.getClassObjectTable(LibrarySessionInterface session,
                   String className)
Gets the ClassObject table by its name. 
 | 
AttributeValue | 
ClassInfoTable.getClassObjectValue(LibrarySessionInterface session,
                   String className)
Gets an AttributeValue representation of a CLASSOBJECT that has the
 specified name. 
 | 
String | 
ClassInfoTable.getClassObjectView(LibrarySessionInterface session,
                  String className)
Gets the ClassObject view by its name. 
 | 
Date | 
AttributeValue.getDate(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Date. 
 | 
Date[] | 
AttributeValue.getDateArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Dates. 
 | 
Date | 
AttributeValue.getDateArray(LibrarySessionInterface session,
            int index)
Get the specified element of this AttributeValue's representation
 as an array of Dates. 
 | 
DirectoryObjectInterface | 
AttributeValue.getDirectoryObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a DirectoryObject. 
 | 
DirectoryObjectInterface[] | 
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of DirectoryObjects. 
 | 
DirectoryObjectInterface | 
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session,
                       int index)
Get the specified element of this AttributeValue's representation
 as an array of DirectoryObjects. 
 | 
double | 
AttributeValue.getDouble(LibrarySessionInterface session)
Gets this AttributeValue's representation as a double. 
 | 
double[] | 
AttributeValue.getDoubleArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of doubles. 
 | 
double | 
AttributeValue.getDoubleArray(LibrarySessionInterface session,
              int index)
Get the specified element of this AttributeValue's representation
 as an array of doubles. 
 | 
Double | 
AttributeValue.getDoubleObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Double. 
 | 
Double[] | 
AttributeValue.getDoubleObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Doubles. 
 | 
Double | 
AttributeValue.getDoubleObjectArray(LibrarySessionInterface session,
                    int index)
Get the specified element of this AttributeValue's representation
 as an array of Doubles. 
 | 
String[] | 
AccessLevel.getEnabledStandardPermissionNames(LibrarySessionInterface session)
return the array of the names of all standard permission 
 enabled in this instance. 
 | 
protected String | 
LibraryObjectLookupCache.getExtraQualification(LibrarySessionInterface session)
Gets the extra search qualification to use, if any. 
 | 
protected String | 
LibraryObjectLookupCache.getFindAllStatementKey(LibrarySessionInterface session)
Gets the key to use for caching the "find all" statement. 
 | 
protected String | 
LibraryObjectLookupCache.getFindStatementKey(LibrarySessionInterface session)
Gets the key to use for caching the "find" statement. 
 | 
static LibraryObjectLookupCache | 
LibraryObjectLookupCache.getInstance(LibrarySessionInterface session,
           String key)
Gets a registered instance by key, using the service context associated
 with the specified session. 
 | 
int | 
AttributeValue.getInteger(LibrarySessionInterface session)
Gets this AttributeValue's representation as an int. 
 | 
int[] | 
AttributeValue.getIntegerArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of ints. 
 | 
int | 
AttributeValue.getIntegerArray(LibrarySessionInterface session,
               int index)
Get the specified element of this AttributeValue's representation
 as an array of ints. 
 | 
Integer | 
AttributeValue.getIntegerObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as an Integer. 
 | 
Integer[] | 
AttributeValue.getIntegerObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Integers. 
 | 
Integer | 
AttributeValue.getIntegerObjectArray(LibrarySessionInterface session,
                     int index)
Get the specified element of this AttributeValue's representation
 as an array of Integers. 
 | 
LibraryObjectInterface | 
AttributeValue.getLibraryObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a scalar LibraryObject. 
 | 
String | 
IfsException.getLocalizedMessage(LibrarySessionInterface session)
Gets the description of this IfsException for the locale of the
 specified session's Localizer. 
 | 
long | 
AttributeValue.getLong(LibrarySessionInterface session)
Gets this AttributeValue's representation as a long. 
 | 
long[] | 
AttributeValue.getLongArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of longs. 
 | 
long | 
AttributeValue.getLongArray(LibrarySessionInterface session,
            int index)
Get the specified element of this AttributeValue's representation
 as an array of longs. 
 | 
Long | 
AttributeValue.getLongObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Long. 
 | 
Long[] | 
AttributeValue.getLongObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Longs. 
 | 
Long | 
AttributeValue.getLongObjectArray(LibrarySessionInterface session,
                  int index)
Get the specified element of this AttributeValue's representation
 as an array of Longs. 
 | 
Map | 
AttributeValue.getMap(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Map. 
 | 
Object | 
AttributeValue.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueBooleanArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueDateArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueDirectoryObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueDoubleArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueIntegerArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueLongArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueLongDoubleMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueLongLibraryObjectMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueLongLongMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueLongStringMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValuePublicObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueSchemaObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueSimpleObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueStringArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueStringDoubleMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueStringLibraryObjectMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueStringLongMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueStringStringMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
Object | 
AttributeValueSystemObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue. 
 | 
String | 
SortSpecification.getOrderByClause(LibrarySessionInterface sess)
Returns the SQL order by clause that corresponds to this
 SortSpecification. 
 | 
PublicObjectInterface | 
AttributeValue.getPublicObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a PublicObject. 
 | 
PublicObjectInterface[] | 
AttributeValue.getPublicObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of PublicObjects. 
 | 
PublicObjectInterface | 
AttributeValue.getPublicObjectArray(LibrarySessionInterface session,
                    int index)
Get the specified element of this AttributeValue's representation
 as an array of PublicObjects. 
 | 
SchemaObjectInterface | 
AttributeValue.getSchemaObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SchemaObject. 
 | 
SchemaObjectInterface[] | 
AttributeValue.getSchemaObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SchemaObjects. 
 | 
SchemaObjectInterface | 
AttributeValue.getSchemaObjectArray(LibrarySessionInterface session,
                    int index)
Get the specified element of this AttributeValue's representation
 as an array of SchemaObjects. 
 | 
SimpleObjectInterface | 
AttributeValue.getSimpleObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SimpleObject. 
 | 
SimpleObjectInterface[] | 
AttributeValue.getSimpleObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SimpleObjects. 
 | 
SimpleObjectInterface | 
AttributeValue.getSimpleObjectArray(LibrarySessionInterface session,
                    int index)
Get the specified element of this AttributeValue's representation
 as an array of SimpleObjects. 
 | 
String | 
AttributeValue.getString(LibrarySessionInterface session)
Gets this AttributeValue's representation as a String. 
 | 
String[] | 
AttributeValue.getStringArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Strings. 
 | 
String | 
AttributeValue.getStringArray(LibrarySessionInterface session,
              int index)
Get the specified element of this AttributeValue's representation
 as an array of Strings. 
 | 
SystemObjectInterface | 
AttributeValue.getSystemObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SystemObject. 
 | 
SystemObjectInterface[] | 
AttributeValue.getSystemObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SystemObjects. 
 | 
SystemObjectInterface | 
AttributeValue.getSystemObjectArray(LibrarySessionInterface session,
                    int index)
Get the specified element of this AttributeValue's representation
 as an array of SystemObjects. 
 | 
LibraryObjectInterface | 
OperationContext.getTargetObject(LibrarySessionInterface session)
Returns the object that is the target of the operation. 
 | 
void | 
RetainedEvent.insert(LibrarySessionInterface session)
Insert a RetainedEvent. 
 | 
boolean | 
ClassInfoTable.isClassObjectPublic(LibrarySessionInterface session,
                   String className)
Lookup the ClassObject's "is this a PublicObject subclass" indication
 using the specified ClassInfo table anbd class name. 
 | 
boolean | 
AccessLevel.isSufficientlyEnabled(AccessLevel level,
                     LibrarySessionInterface sess)
check to see if specified permissions are enabled on the
 target AccessLevel. 
 | 
void | 
IfsException.printLocalizedStackTrace(LibrarySessionInterface session)
Prints the stack trace of this IfsException to the standard error
 stream, using the locale of the specified session's Localizer. 
 | 
void | 
IfsException.printLocalizedStackTrace(PrintStream stream,
                        LibrarySessionInterface session)
Prints the stack trace of this IfsException to the specified
 PrintStream, using the locale of the specified session's Localizer. 
 | 
void | 
IfsException.printLocalizedStackTrace(PrintWriter writer,
                        LibrarySessionInterface session)
Prints the stack trace of this IfsException to the specified
 PrintWriter, using the locale of the specified session's Localizer. 
 | 
void | 
LibraryObjectLookupCache.registerInstance(LibrarySessionInterface session,
                String key)
Register an instance by key, using the service context associated
 with the specified session. 
 | 
protected void | 
AttributeValue.resolve(LibrarySessionInterface session)
Ensures that the AttributeValue can be converted to a Java type. 
 | 
protected void | 
AttributeValueArray.resolve(LibrarySessionInterface session)
Ensures that the elements of this AttributeValue have been loaded from
 the database. 
 | 
protected void | 
AttributeValueMap.resolve(LibrarySessionInterface session)
Ensures that the elements of this AttributeValue have been loaded from
 the database. 
 | 
protected void | 
AttributeValueScalar.resolve(LibrarySessionInterface session)
Ensures that the AttributeValue can be converted to a Java type. 
 | 
void | 
PreparedSelectorSpecification.resolve(LibrarySessionInterface sess)
Resolve this instance. 
 | 
void | 
SortSpecification.resolve(LibrarySessionInterface sess)
Resolve the SortSpecificaton and verify that the setting are legal
 for the specified classes. 
 | 
protected void | 
SortQualifier.resolve(LibrarySessionInterface sess,
       SortSpecification sortspec)
Resolve the column name to be used for this sort qualifier. 
 | 
RetainedEvent[] | 
RetainedEvent.select(LibrarySessionInterface session,
      int maxItems)
Select a set of RetainedEvents. 
 | 
void | 
ContentStreamSerializer.setContentReference(LibrarySessionInterface session,
                   String reference)
Sets the content as a string reference that is interpreted by the Media
 instance. 
 | 
void | 
LocalContentStream.setContentReference(LibrarySessionInterface session,
                   String contentReference)
Sets the content as a string reference that is interpreted by the Media
 instance. 
 | 
void | 
ContentStreamSerializer.setContentRowReference(LibrarySessionInterface session,
                      Long content)
Set the content as a content row ID reference. 
 | 
void | 
LocalContentStream.setContentRowReference(LibrarySessionInterface session,
                      Long content)
Set the content as a content row ID reference. 
 | 
void | 
CredentialManagerUser.setSession(LibrarySessionInterface session)
Set or reset the session used in constructing this instance. 
 | 
void | 
RandomAccessor.setSession(LibrarySessionInterface session)
Sets the session associated with this RandomAccessor. 
 | 
void | 
AccessLevel.subtract(AccessLevel level,
        LibrarySessionInterface sess)
Remove permissions specified in another AccessLevel
 to this AccessLevel. 
 | 
String | 
IfsException.toLocalizedString(LibrarySessionInterface session)
Represents this IfsException as a localized string, using the locale
 of the specified session's Localizer. 
 | 
String | 
AttributeValue.toString(LibrarySessionInterface sess)
Gets the default object representation of this AttributeValue as a
 string. 
 | 
protected LibraryObjectInterface | 
LibraryObjectLookupCache.validateObject(LibrarySessionInterface session,
              String name,
              LibraryObjectInterface obj)
Validate the specified object, making sure that it is still persistent
 and matches the specified name. 
 | 
| Constructor and Description | 
|---|
AccessLevel(String[] stringLevels,
           LibrarySessionInterface session)
constructor to initialize set of permissions, specified
 by an array of Strings and a specific LibrarySessionInterface. 
 | 
CredentialManagerUser(LibrarySessionInterface session)
Construct a CredentialManagerUser 
 | 
LibraryObjectLookupCacheCollection(LibrarySessionInterface session,
                                  LibraryObjectLookupCache lolc,
                                  String className)
Constructs a LibraryObjectLookupCacheCollection. 
 | 
OperationContext(LibrarySessionInterface session,
                AttributeValue target)
Construct an OperationContext on a specified initial object, on
 behalf of a session. 
 | 
TieLibraryObjectLookupCacheCollection(LibrarySessionInterface session,
                                     LibraryObjectLookupCache lolc,
                                     String className)
Constructs a TieLibraryObjectLookupCacheCollection. 
 | 
| Constructor and Description | 
|---|
AuditHandlerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
AuditHandlerSpecificationDefinition(LibrarySessionInterface session,
                                   String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
AuditSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
AuditSpecificationDefinition(LibrarySessionInterface session,
                            String className)
Constructs a definition, explicitly capturing the
 session and setting the initial ClassObject. 
 | 
AuditTargetSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
AuditTargetSpecificationDefinition(LibrarySessionInterface session,
                                  String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
AuditTypeEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
AuditTypeEntryDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
AuditTypeListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
AuditTypeListDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
AutoFolderingActionSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
AutoFolderingActionSpecificationDefinition(LibrarySessionInterface session,
                                          String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ControllerAlertDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerAlertDefinition(LibrarySessionInterface session,
                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
ControllerJobDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerJobDefinition(LibrarySessionInterface session,
                       String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
ControllerLoadRatioDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerLoadRatioDefinition(LibrarySessionInterface session,
                             String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
ControllerPlanDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerPlanDefinition(LibrarySessionInterface session,
                        String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
ControllerPlanExecutionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerPlanExecutionDefinition(LibrarySessionInterface session,
                                 String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
ControllerReplyDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerReplyDefinition(LibrarySessionInterface session,
                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
ControllerRequestDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerRequestDefinition(LibrarySessionInterface session,
                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
ControllerStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
ControllerStateDefinition(LibrarySessionInterface session,
                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
DispatchedEventDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
DispatchedEventDefinition(LibrarySessionInterface session,
                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
DispatchingHandlerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
DispatchingHandlerSpecificationDefinition(LibrarySessionInterface session,
                                         String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
FolderIndexPartitionSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
FolderIndexPartitionSpecificationDefinition(LibrarySessionInterface session,
                                           String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
HandlerStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
HandlerStateDefinition(LibrarySessionInterface session,
                      String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
NodeStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
NodeStateDefinition(LibrarySessionInterface session,
                   String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
OperationActionSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
OperationActionSpecificationDefinition(LibrarySessionInterface session,
                                      String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
RuntimeStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
RuntimeStateDefinition(LibrarySessionInterface session,
                      String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ServerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
ServerSpecificationDefinition(LibrarySessionInterface session,
                             String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ServerStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
ServerStateDefinition(LibrarySessionInterface session,
                     String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ServiceStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
ServiceStateDefinition(LibrarySessionInterface session,
                      String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
| Constructor and Description | 
|---|
CoreNlpRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
CoreNlpRegexRuleDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
DependencyMatcherRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
DependencyMatcherRegexRuleDefinition(LibrarySessionInterface session,
                                    String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
EntityRulerRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
EntityRulerRegexRuleDefinition(LibrarySessionInterface session,
                              String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionAbstractSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionAbstractSpecificationDefinition(LibrarySessionInterface session,
                                                    String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionCorefChainDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionCorefChainDefinition(LibrarySessionInterface session,
                                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionDefinition(LibrarySessionInterface session,
                               String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionDependencyGraphEdgeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionDependencyGraphEdgeDefinition(LibrarySessionInterface session,
                                                  String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionDomainSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionDomainSpecificationDefinition(LibrarySessionInterface session,
                                                  String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionEntityMentionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionEntityMentionDefinition(LibrarySessionInterface session,
                                            String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionEntityPhraseDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionEntityPhraseDefinition(LibrarySessionInterface session,
                                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionEntityRelationTypeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionEntityRelationTypeDefinition(LibrarySessionInterface session,
                                                 String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionEntityTypeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionEntityTypeDefinition(LibrarySessionInterface session,
                                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionFinisherSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionFinisherSpecificationDefinition(LibrarySessionInterface session,
                                                    String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionImplicitEntityRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionImplicitEntityRelationDefinition(LibrarySessionInterface session,
                                                     String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionLegalEntityRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionLegalEntityRelationDefinition(LibrarySessionInterface session,
                                                  String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionOutcomeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionOutcomeDefinition(LibrarySessionInterface session,
                                      String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionOutcomeMarkingDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionOutcomeMarkingDefinition(LibrarySessionInterface session,
                                             String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionOutcomeMarkingRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionOutcomeMarkingRelationDefinition(LibrarySessionInterface session,
                                                     String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionParserSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionParserSpecificationDefinition(LibrarySessionInterface session,
                                                  String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionPreparerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionPreparerSpecificationDefinition(LibrarySessionInterface session,
                                                    String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionRegexMappingDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionRegexMappingDefinition(LibrarySessionInterface session,
                                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionRegexPatternDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionRegexPatternDefinition(LibrarySessionInterface session,
                                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionRegexRuleDefinition(LibrarySessionInterface session,
                                        String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionRelationMentionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionRelationMentionDefinition(LibrarySessionInterface session,
                                              String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionRelationTripleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionRelationTripleDefinition(LibrarySessionInterface session,
                                             String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionResultSetDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionResultSetDefinition(LibrarySessionInterface session,
                                        String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionSentenceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionSentenceDefinition(LibrarySessionInterface session,
                                       String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionSolverSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionSolverSpecificationDefinition(LibrarySessionInterface session,
                                                  String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionSpecificationDefinition(LibrarySessionInterface session,
                                            String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionTokenDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionTokenDefinition(LibrarySessionInterface session,
                                    String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionTokenListDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionTokenListDefinition(LibrarySessionInterface session,
                                        String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
InformationExtractionTrainerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
 session. 
 | 
InformationExtractionTrainerSpecificationDefinition(LibrarySessionInterface session,
                                                   String className)
Constructs a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
InformationExtractionTrainingSetDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InformationExtractionTrainingSetDefinition(LibrarySessionInterface session,
                                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
TokenMatcherRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
TokenMatcherRegexRuleDefinition(LibrarySessionInterface session,
                               String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
Node.toStatusLabel(int status,
             LibrarySessionInterface session)
Gets a localized label for the specified status of a Node, using the
 specified session's Localizer. 
 | 
static String | 
Server.toStatusLabel(int status,
             LibrarySessionInterface session)
Gets a localized label for the specified status of a Server, using the
 specified session's Localizer. 
 | 
| Constructor and Description | 
|---|
RecipeDocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
RecipeDocumentDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
| Constructor and Description | 
|---|
CommunityConversationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
CommunityConversationDefinition(LibrarySessionInterface session,
                               String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
CommunityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
CommunityDefinition(LibrarySessionInterface session,
                   String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
CommunityMemberDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
CommunityMemberDefinition(LibrarySessionInterface session,
                         String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
InvitationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
InvitationDefinition(LibrarySessionInterface session,
                    String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
PostingDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
PostingDefinition(LibrarySessionInterface session,
                 String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
| Constructor and Description | 
|---|
BinaryDeviceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
BinaryDeviceDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
DoorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
DoorDefinition(LibrarySessionInterface session,
              String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
GatewayDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
GatewayDefinition(LibrarySessionInterface session,
                 String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
LightDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
LightDefinition(LibrarySessionInterface session,
               String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
SwitchDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
SwitchDefinition(LibrarySessionInterface session,
                String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
| Constructor and Description | 
|---|
SmartHomeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
SmartHomeDefinition(LibrarySessionInterface session,
                   String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
SmartHomeItemDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
SmartHomeItemDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition explicitly capturing the session 
 and setting the initial ClassObject name. 
 | 
| Constructor and Description | 
|---|
StixAttackDamageDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixAttackDamageDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixAttackerIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixAttackerIdentityDefinition(LibrarySessionInterface session,
                              String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixAttackIncidentDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixAttackIncidentDefinition(LibrarySessionInterface session,
                            String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixAttackPatternDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixAttackPatternDefinition(LibrarySessionInterface session,
                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixAttributedToRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixAttributedToRelationDefinition(LibrarySessionInterface session,
                                  String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixAuxiliaryObjectDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixAuxiliaryObjectDefinition(LibrarySessionInterface session,
                             String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixCampaignDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixCampaignDefinition(LibrarySessionInterface session,
                      String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixCooperatingRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixCooperatingRelationDefinition(LibrarySessionInterface session,
                                 String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixCourseOfActionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixCourseOfActionDefinition(LibrarySessionInterface session,
                            String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixDefenderIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixDefenderIdentityDefinition(LibrarySessionInterface session,
                              String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixDerivedFromRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixDerivedFromRelationDefinition(LibrarySessionInterface session,
                                 String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixDomainObjectDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixDomainObjectDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixDuplicateOfRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixDuplicateOfRelationDefinition(LibrarySessionInterface session,
                                 String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixIdentityDefinition(LibrarySessionInterface session,
                      String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixImpersonatesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixImpersonatesRelationDefinition(LibrarySessionInterface session,
                                  String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixIndicatesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixIndicatesRelationDefinition(LibrarySessionInterface session,
                               String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixIndicatorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixIndicatorDefinition(LibrarySessionInterface session,
                       String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixIntrusionSetDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixIntrusionSetDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixLocationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixLocationDefinition(LibrarySessionInterface session,
                      String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixMalwareDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixMalwareDefinition(LibrarySessionInterface session,
                     String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixMitigatesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixMitigatesRelationDefinition(LibrarySessionInterface session,
                               String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixObservedDataDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixObservedDataDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixObserverIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixObserverIdentityDefinition(LibrarySessionInterface session,
                              String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixRelatedToRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixRelatedToRelationDefinition(LibrarySessionInterface session,
                               String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixRelationObjectDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixRelationObjectDefinition(LibrarySessionInterface session,
                            String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixReportDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixReportDefinition(LibrarySessionInterface session,
                    String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixReportedRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixReportedRelationDefinition(LibrarySessionInterface session,
                              String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixTargetsRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixTargetsRelationDefinition(LibrarySessionInterface session,
                             String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixThreatActorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixThreatActorDefinition(LibrarySessionInterface session,
                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixTimeReferenceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixTimeReferenceDefinition(LibrarySessionInterface session,
                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixToolDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixToolDefinition(LibrarySessionInterface session,
                  String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixUsesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixUsesRelationDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixVariantOfRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixVariantOfRelationDefinition(LibrarySessionInterface session,
                               String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
StixVulnerabilityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
StixVulnerabilityDefinition(LibrarySessionInterface session,
                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
| Constructor and Description | 
|---|
BaseballStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
BaseballStatisticsDefinition(LibrarySessionInterface session,
                            String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
BatterMilestoneDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
BatterMilestoneDefinition(LibrarySessionInterface session,
                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
BatterStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
BatterStatisticsDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
BriefWeatherSummaryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
BriefWeatherSummaryDefinition(LibrarySessionInterface session,
                             String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
CompositeScoutingGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
CompositeScoutingGroupDefinition(LibrarySessionInterface session,
                                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
DetailedWeatherSummaryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
DetailedWeatherSummaryDefinition(LibrarySessionInterface session,
                                String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
GameSummaryDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
GameSummaryDefinition(LibrarySessionInterface session,
                     String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
PitcherStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
PitcherStatisticsDefinition(LibrarySessionInterface session,
                           String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
PlateAppearanceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
PlateAppearanceDefinition(LibrarySessionInterface session,
                         String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
PlayerDocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
PlayerDocumentDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
ScoutingGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
ScoutingGroupDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
SportsStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session. 
 | 
SportsStatisticsDefinition(LibrarySessionInterface session,
                          String className)
Constructs a definition explicitly capturing the session,
 and setting the initial ClassObject. 
 | 
WeatherSummaryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
WeatherSummaryDefinition(LibrarySessionInterface session,
                        String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
WeatherSummarySourceDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
WeatherSummarySourceDefinition(LibrarySessionInterface session,
                              String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LibrarySessionInterface | 
AttributeValueTable.getSession()
Gets the session context for this table, if any. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AttributeValueTable.captureSession(LibrarySessionInterface session)
Use the specified session as this object's session context. 
 | 
void | 
AttributeValueTable.setSession(LibrarySessionInterface session)
Sets the session context for this table. 
 | 
static void | 
SelectUtilities.setValueInStatement(LibrarySessionInterface session,
                   IfsPreparedStatement stmt,
                   AttributeValue av,
                   int position)
Set bind values in the specified statement. 
 | 
String | 
AttributeValueTable.toDisplayString(AttributeValue av,
               LibrarySessionInterface session)
Provide String representation of the specified AttributeValue. 
 | 
String | 
AttributeValueTable.toString(LibrarySessionInterface session,
        String indent)
Provide String representation of this object, using session context and
 indentation. 
 | 
| Constructor and Description | 
|---|
DavCategoryDefinition(LibrarySessionInterface session)
Constructs a DavCategoryDefinition explicitly capturing the
 session. 
 | 
DavCategoryDefinition(LibrarySessionInterface session,
                     String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
| Constructor and Description | 
|---|
BodyPartRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
BodyPartRelationshipDefinition(LibrarySessionInterface session,
                              String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
EmailUserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
EmailUserProfileDefinition(LibrarySessionInterface session,
                          String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
MailboxDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
MailboxDefinition(LibrarySessionInterface session,
                 String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
MailDocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
MailDocumentDefinition(LibrarySessionInterface session,
                      String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
MailFolderDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
MailFolderDefinition(LibrarySessionInterface session,
                    String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
MessageDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
MessageDefinition(LibrarySessionInterface session,
                 String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
Rfc822ContentObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
Rfc822ContentObjectDefinition(LibrarySessionInterface session,
                             String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
Rfc822MessageDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
 session. 
 | 
Rfc822MessageDefinition(LibrarySessionInterface session,
                       String className)
Construct a definition, explicitly capturing the
 session and setting the initial classobject. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
S_LibrarySession
An S_LibrarySession represents a user session in the CM SDK repository. 
 | 
class  | 
S_TieLibrarySession
S_TieLibrarySession allows the Oracle-defined behavior of the
 S_LibrarySession class to be extended or overridden. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LibrarySessionInterface | 
S_RandomAccessorImpl.getSession()
Gets the session associated with this RandomAccessor. 
 | 
LibrarySessionInterface | 
S_LibraryObject.getSessionInterface()
Gets the LibrarySessionInterface for this S_LibraryObject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected LibraryObjectDefinition | 
S_LibraryObjectDefinition.constructBeanDefinition(LibrarySessionInterface session)
construct a bean-side definition. 
 | 
LibraryObjectDefinition | 
S_LibraryObjectDefinition.getBeanDefinition(LibrarySessionInterface session)
return bean-side definition. 
 | 
String | 
S_ClassObjectData.getDatabaseBaseViewName(LibrarySessionInterface session)
Gets the name of the database base view of the class. 
 | 
String | 
S_ClassObjectData.getDatabaseObjectName(LibrarySessionInterface session)
Gets the class database object name. 
 | 
String | 
S_ClassObjectData.getDatabaseTableName(LibrarySessionInterface session)
Gets the name of the database table of the class. 
 | 
String | 
S_ClassObjectData.getDatabaseViewName(LibrarySessionInterface session)
Gets the name of the database view of the class. 
 | 
protected int | 
S_ClassObjectData.getEffectiveClassAttributeCount(LibrarySessionInterface session)
Gets the number of effective attributes in this class. 
 | 
S_AttributeData | 
S_ClassObjectData.getEffectiveClassAttributeData(int index,
                              LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
 S_AttributeData object. 
 | 
S_AttributeData[] | 
S_ClassObjectData.getEffectiveClassAttributeData(LibrarySessionInterface session)
Gets the effective attributes for the CLASSOBJECT as an array of
 S_AttributeData objects. 
 | 
S_AttributeData | 
S_ClassObjectData.getEffectiveClassAttributeData(String attributeName,
                              LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
 S_AttributeData object. 
 | 
int | 
S_ClassObjectData.getEffectiveClassAttributeIndex(String attributeName,
                               LibrarySessionInterface session)
Gets the array index of the specified effective attribute of
 the CLASSOBJECT. 
 | 
S_AttributeData | 
S_ClassObjectData.getExtendedClassAttributeData(int index,
                             LibrarySessionInterface session)
Gets the specified extended attribute of the CLASSOBJECT as an
 S_AttributeData object. 
 | 
S_AttributeData[] | 
S_ClassObjectData.getExtendedClassAttributeData(LibrarySessionInterface session)
Gets the extended attributes for the CLASSOBJECT as an array of
 S_AttributeData objects. 
 | 
S_AttributeData | 
S_ClassObjectData.getExtendedClassAttributeData(String attributeName,
                             LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
 S_AttributeData object. 
 | 
int | 
S_ClassObjectData.getExtendedClassAttributeIndex(String attributeName,
                              LibrarySessionInterface session)
Gets the array index of the specified extended attribute of
 the CLASSOBJECT. 
 | 
Long[] | 
S_LibraryObjectDataSharedState.getFolderItemIds(LibrarySessionInterface sess,
                SortSpecification sort)
Gets the shared state representing the ids of the items in
 a Folder. 
 | 
String | 
S_ClassObjectData.getName(LibrarySessionInterface session)
Gets the class name. 
 | 
S_ClassObjectData | 
S_ClassObjectData.getNearestSuperclassdataWithTable(LibrarySessionInterface session)
Get the nearest superclass that has a table. 
 | 
PolicyListElementInterface | 
PolicyActionContext.getPolicyListElement(LibrarySessionInterface session)
Gets the PolicyListElement. 
 | 
Long[] | 
S_LibraryObjectDataSharedState.getReferencingFolderIds(LibrarySessionInterface sess,
                       SortSpecification sort)
Gets the shared state representing the ids of the Folders containing
 a PublicObject. 
 | 
String | 
S_ClassObjectData.getServerClassPath(LibrarySessionInterface session)
Gets the server-side classname. 
 | 
S_ClassObjectData | 
S_ClassObjectData.getSuperclassData(LibrarySessionInterface session)
Gets the S_ClassObjectData of the class's superclass. 
 | 
boolean | 
S_ClassObjectData.hasExtendedArrayAttributes(LibrarySessionInterface session)
Returns indication as to whether the class CLASSOBJECT introduces
 any array-type extended attributes. 
 | 
boolean | 
S_ClassObjectData.hasExtendedMapAttributes(LibrarySessionInterface session)
Returns indication as to whether the class CLASSOBJECT introduces
 any map-type extended attributes. 
 | 
boolean | 
S_ClassObjectData.isAbstract(LibrarySessionInterface session)
Gets whether the class is abstract. 
 | 
boolean | 
S_ClassObjectData.isFinal(LibrarySessionInterface session)
Gets whether the class is final. 
 | 
boolean | 
S_ClassObjectData.isPartitioned(LibrarySessionInterface session)
Gets whether the class is partitioned. 
 | 
void | 
S_LibraryObjectDefinition.setSession(LibrarySessionInterface session)
Set or reset the session associated with this instance. 
 | 
void | 
S_RandomAccessorImpl.setSession(LibrarySessionInterface session)
Sets the session associated with this RandomAccessor. 
 | 
| Constructor and Description | 
|---|
S_LibraryObjectDefinition(LibrarySessionInterface session,
                         Long classid)
Construct a S_LibraryObjectDefinition, initializing with a
 class Identifier. 
 | 
Copyright © 2025. All rights reserved.