Modifier and Type | Method and Description |
---|---|
void |
ApplicationPlatform.extendedLogin(LibrarySession session)
post login processing
|
oracle.ifs.adk.filesystem.FileManager |
ApplicationPlatform.getFileManager(LibrarySession session)
Given a LibrarySession construct the correct FileManager class for this
Application object.
|
oracle.ifs.adk.search.SearchFactory |
ApplicationPlatform.getSearchFactory(LibrarySession session)
Get an instance of the correct SearchFactory class for this
Application object.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyToIfsAction.execute(LibrarySession sess)
Copies the source file or directory into the specified destination in iFS.
|
void |
CreateRetainedEventTypeAction.execute(LibrarySession sess)
Executes the action.
|
void |
InactivateAgentsAction.execute(LibrarySession session)
Perform the upgrade.
|
abstract void |
LibrarySessionAction.execute(LibrarySession sess)
Executes iFS methods.
|
void |
LibrarySessionAndJDBCAction.execute(LibrarySession sess)
Execute the action.
|
void |
PutPolicyAction.execute(LibrarySession session) |
void |
RenamePublicObjectAction.execute(LibrarySession sess)
Renames the target PublicObject.
|
abstract void |
LibrarySessionAndJDBCAction.execute(LibrarySession sess,
Connection con) |
Modifier and Type | Method and Description |
---|---|
LibrarySession |
BaseTool.establishSession(LibraryService service)
Create a LibrarySession, using schema password authentication
|
LibrarySession |
BaseTool.establishSession(LibraryService service,
Credential cred)
Create a LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTool.disconnectSession(LibrarySession session)
Disconnect a LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
CredentialManagerConfiguration.showAttributeValue(String prefix,
AttributeValue av,
LibrarySession session)
Prints the specified AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
FingerprintContext.getSession()
Returns the session to use.
|
Modifier and Type | Method and Description |
---|---|
long |
FolderIndexTool.applyDeferredUpdates(LibrarySession session)
Apply deferred updates.
|
void |
FolderIndexTool.changeUpdateMode(LibrarySession session,
boolean isSync)
Change update mode to either synchronous or asynchronous.
|
void |
FolderIndexTool.completeIndexCreation(LibrarySession session,
boolean creationDeferred)
Completes the creation of the folder index.
|
void |
FolderIndexTool.createFolderIndexTables(LibrarySession session,
int maxLevel)
Create the tables that comprise the folder index.
|
void |
FolderIndexTool.createInitialFolderIndexRows(LibrarySession session)
Create the tables that comprise the folder index.
|
void |
FolderIndexTool.dropIndex(LibrarySession session)
Drop the folder index.
|
int |
FolderIndexTool.getMaxLevel(LibrarySession session)
get the maximum folder index level.
|
boolean |
FolderIndexTool.isIndexEnabled(LibrarySession session)
return true if there is a folder index enabled currently.
|
boolean |
FolderIndexTool.isUpdateModeSynchronous(LibrarySession session)
return true if the update mode of the folder index is synchronous.
|
void |
FolderIndexTool.promoteFolder(LibrarySession session,
Folder folder,
int newLevel)
Promote a folder to a higher index level.
|
void |
FolderIndexTool.promoteFoldersByPath(LibrarySession session,
String[] paths,
int newLevel)
Promote folders to a higher index level.
|
protected void |
CreateFolderIndex.promoteSpecifiedFolders(LibrarySession session,
int maxLevel) |
void |
FolderIndexTool.rebuildIndex(LibrarySession session)
Rebuild index.
|
void |
FolderIndexTool.resetFolderIndexRows(LibrarySession session)
Delete all rows form the folder index except for the "self" rows
used to register each existing folder.
|
void |
FolderIndexTool.setUseExistsClause(LibrarySession session,
boolean useExists)
Update the 'UseExistsClause' property on the FolderIndex
propertyBundle event target.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CreatePolicyList.addPolicyListElement(LibrarySession session,
PolicyList pl,
PolicyListElementDefinition pledef)
Add a PolicyListElement to a PolicyList.
|
protected void |
CreatePolicyList.assignClassPolicyList(LibrarySession session,
String className,
PolicyList pl)
Create a PolicyList
|
protected Policy |
CreatePolicyList.createPolicy(LibrarySession session,
String name,
int executionMode,
String action)
Create a Policy.
|
protected PolicyList |
CreatePolicyList.createPolicyList(LibrarySession session,
String name)
Create a PolicyList
|
protected PolicyList |
CreatePolicyList.createPolicyList(LibrarySession session,
String name,
PolicyListElementDefinition[] pledefs)
Create a PolicyList.
|
protected PolicyListElementDefinition |
CreatePolicyList.createPolicyListElementDefinition(LibrarySession session,
String policyName,
String operationName,
long sortSequence)
Create a PolicyListElementDefinition
|
protected PolicyList |
CreatePolicyList.findOrCreateClassPolicyList(LibrarySession session,
String className)
Find a class-level PolicyList by a specified class name.
|
protected ClassObject |
CreatePolicyList.lookupClassObject(LibrarySession session,
String name)
Find a ClassObject by name; return null if no ClassObject
exists with the specified name.
|
protected Policy |
CreatePolicyList.lookupPolicy(LibrarySession session,
String name)
Find a policy by name; return null if no policy
exists with the specified name.
|
protected PolicyList |
CreatePolicyList.lookupPolicyList(LibrarySession session,
String name)
Find a PolicyList by name; return null if no PolicyList
exists with the specified name.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
CopyToIfs.connect(String username,
String password,
String server,
String serverPassword) |
Modifier and Type | Method and Description |
---|---|
static void |
CreateClass.createAttributePropertyBundle(LibrarySession sess,
String className,
Attribute attr,
String pbNamePrefix)
Create property bundle for an atribute, if one does not already exist.
|
static ClassObject |
CreateClass.createNewClass(Logger obj,
LibrarySession sess,
ParameterTable params) |
static NodeConfiguration |
DomainConfiguration.createNodeConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isActive,
NodeConfiguration superNC,
Hashtable props,
DomainConfiguration.DefaultServiceDefinition[] services,
DomainConfiguration.DefaultServerDefinition[] servers,
boolean verboseLogging,
String logPrefix)
Creates NODECONFIGURATION object.
|
static ServerConfiguration |
DomainConfiguration.createServerConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
boolean isAbstract,
ServerConfiguration[] inheritedSCs,
ServerConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVERCONFIGURATION object.
|
static ServiceConfiguration |
DomainConfiguration.createServiceConfiguration(LibrarySession session,
String name,
AttributeValue aclAV,
ServiceConfiguration scLike,
Hashtable propertyOverrides,
boolean verboseLogging,
String logPrefix)
Creates SERVICECONFIGURATION object.
|
static void |
DomainConfiguration.freeNode(LibrarySession session,
NodeConfiguration node,
boolean verboseLogging,
String logPrefix)
Frees the specified NODECONFIGURATION object.
|
static void |
DomainConfiguration.freeServer(LibrarySession session,
ServerConfiguration server,
boolean verboseLogging,
String logPrefix)
Frees the specified SERVERCONFIGURATION object.
|
static void |
DomainConfiguration.freeService(LibrarySession session,
ServiceConfiguration service,
boolean verboseLogging,
String logPrefix)
Frees the specified SERVICECONFIGURATION object.
|
static NodeConfiguration |
DomainConfiguration.getNodeConfiguration(LibrarySession session,
String name)
Gets the NODECONFIGURATION with the specified name.
|
static ServerConfiguration |
DomainConfiguration.getServerConfiguration(LibrarySession session,
String name)
Gets the SERVERCONFIGURATION with the specified name.
|
static ServiceConfiguration |
DomainConfiguration.getServiceConfiguration(LibrarySession session,
String name)
Gets the SERVICECONFIGURATION with the specified name.
|
protected static void |
DomainConfiguration.showAttributeValue(String prefix,
AttributeValue av,
LibrarySession session)
Prints the specified AttributeValue.
|
Constructor and Description |
---|
CopyToIfs(LibrarySession sess)
Creates a new CopyToIfs given a LibrarySession.
|
CopyToIfs(String[] args,
LibrarySession sess)
Creates a new CopyToIfs given command-line arguments
used to determine what to copy to iFS.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ClassObjectAdmin.addAttribute(LibrarySession sess,
ParameterTable params)
Section variant of Add Attribute
|
protected void |
SearchObjectAdmin.addClassToViewSpec(LibrarySession sess,
ParameterTable params)
Adds class and attribute to a View specification.
|
void |
AttributeValueAdmin.addGlobalToken(LibrarySession sess,
ParameterTable params)
Section variant of AddGlobalToken
|
protected void |
DirectoryGroupAdmin.addGroup(LibrarySession sess,
ParameterTable params)
Section variant of addGroup
|
protected void |
DirectoryGroupAdmin.addGroup(LibrarySession sess,
String groupname,
String memberGroupName)
Inline/internal variant of addGroup
|
void |
PropertyBundleAdmin.addPolicyProperties(LibrarySession sess,
ParameterTable params)
Section variant of addPolicyProperties
|
void |
PropertyBundleAdmin.addPolicyProperties(LibrarySession sess,
PropertyBundle pb,
String[] policies)
internal variant of addPolicyProperties
|
void |
PropertyBundleAdmin.addProperties(LibrarySession sess,
ParameterTable params)
Section variant of addProperties
|
void |
PropertyBundleAdmin.addProperties(LibrarySession sess,
PropertyBundle pb,
AttributeValue[] avs)
internal variant of addProperties
|
void |
PropertyBundleAdmin.addProperties(LibrarySession sess,
String idname,
AttributeValue[] avs,
ParameterTable params)
internal variant of addProperties
|
protected void |
SearchObjectAdmin.addResultClass(LibrarySession sess,
ParameterTable params)
Adds new result class to an exisiting search class spec.
|
protected void |
SearchObjectAdmin.addSearchClass(LibrarySession sess,
ParameterTable params)
Adds new search class to an exisiting search class spec.
|
protected void |
SearchObjectAdmin.addSearchSortQual(LibrarySession sess,
ParameterTable params)
Adds a new Sort Qualifier to the existing Sort Spec.
|
protected void |
ContextAdmin.addStopword(LibrarySession sess,
ParameterTable params)
Section variant of addStopword
|
protected void |
ContextAdmin.addStopword(LibrarySession sess,
String media,
String stopword,
boolean online)
Add a new stopword to the list of stopwords for an existing text index.
|
void |
FolderAdmin.addToFolder(LibrarySession sess,
ParameterTable params)
Section variant of addToFolder
|
protected void |
DirectoryGroupAdmin.addUser(LibrarySession sess,
ParameterTable params)
Section variant of addUser
|
protected void |
DirectoryGroupAdmin.addUser(LibrarySession sess,
String groupname,
String memberUserName)
Inline/internal variant of addUser
|
protected void |
DefinitionAdmin.applyAccessControlEntryDefinitions(LibrarySession sess,
ParameterTable params,
AccessControlEntryDefinition def) |
void |
AccessControlListAdmin.applyAccessLevel(LibrarySession sess,
String accessList,
AccessControlEntryDefinition acedef) |
protected void |
DefinitionAdmin.applyDocumentDefinitions(LibrarySession sess,
ParameterTable params,
DocumentDefinition def) |
protected void |
DefinitionAdmin.applyFolderDefinitions(LibrarySession sess,
ParameterTable params,
FolderDefinition def) |
protected void |
DefinitionAdmin.applyMediaDefinitions(LibrarySession sess,
ParameterTable params,
MediaDefinition def) |
protected void |
DefinitionAdmin.applyPermissionBundleDefinitions(LibrarySession sess,
ParameterTable params,
PermissionBundleDefinition def) |
protected void |
DefinitionAdmin.applyPropertyBundleDefinitions(LibrarySession sess,
ParameterTable params,
PropertyBundleDefinition def) |
protected void |
DefinitionAdmin.applyPublicObjectDefinitions(LibrarySession sess,
ParameterTable params,
PublicObjectDefinition def) |
protected void |
DefinitionAdmin.applySearchObjectDefinitions(LibrarySession sess,
ParameterTable params,
SearchObjectDefinition def) |
protected void |
DefinitionAdmin.applySystemObjectDefinitions(LibrarySession sess,
ParameterTable params,
SystemObjectDefinition def) |
protected void |
DefinitionAdmin.applyVersionDescriptionDefinitions(LibrarySession sess,
ParameterTable params,
VersionDescriptionDefinition def) |
protected void |
DefinitionAdmin.applyVersionSeriesDefinitions(LibrarySession sess,
ParameterTable params,
VersionSeriesDefinition def) |
protected String |
SelectorObjectAdmin.buildSearchSelection(LibrarySession sess,
String searchClass,
ParameterTable params,
String valueDelim,
String arrayValueDelim) |
void |
DirectoryUserAdmin.calculateConsumedStorage(LibrarySession sess,
ParameterTable params)
Section variant of CalculateConsumedStorage
|
void |
DocumentAdmin.checkinDocument(LibrarySession sess,
ParameterTable params)
Section variant of checkinDocument
|
void |
DocumentAdmin.checkinDocument(LibrarySession sess,
String contentpath,
String path)
Inline/internal variant of checkinDocument
|
boolean |
DirectoryServiceAdmin.checkUserExists(LibrarySession sess,
String credentialManagerName,
String distinguishedName)
check for existence of a user
|
void |
DefinitionAdmin.createAccessControlEntryDefinition(LibrarySession sess,
ParameterTable params)
Section variant of Create AccessControlEntry definition
|
void |
DefinitionAdmin.createAccessControlListDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createAccessControlListDefinition
|
protected AccessControlEntryDefinition |
AccessControlListAdmin.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList,
String beforeAce,
String afterAce) |
protected void |
AccessControlListAdmin.createAcl(LibrarySession sess,
ParameterTable params)
Section variant of Create Acl
|
protected void |
AccessControlListAdmin.createAcl(LibrarySession sess,
String idname,
AccessControlListDefinition def)
internal variant of Create Acl
|
protected void |
AccessControlListAdmin.createAcl(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create Acl
|
void |
ApplicationObjectAdmin.createApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of Create ApplicationObject
|
void |
ApplicationObjectAdmin.createApplicationObject(LibrarySession sess,
String idname,
ApplicationObjectDefinition def)
internal variant of Create ApplicationObject
|
void |
ApplicationObjectAdmin.createApplicationObject(LibrarySession sess,
String idname,
ApplicationObjectDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create ApplicationObject
|
void |
ApplicationObjectAdmin.createApplicationObject(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create ApplicationObject
|
void |
DefinitionAdmin.createApplicationObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createAppObjDefinition
|
void |
DefinitionAdmin.createAttributeDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createAttributeDefinition
|
void |
ClassObjectAdmin.createAttributePropertyBundles(LibrarySession sess,
ParameterTable params)
Section variant of CreateAttributePropertyBundles
|
protected void |
ClassObjectAdmin.createAttributePropertyBundles(LibrarySession sess,
String classname,
PropertyBundleDefinition pbdef)
internal variant of createAttributePropertyBundles
|
protected void |
SearchObjectAdmin.createAttributeQual(LibrarySession sess,
ParameterTable params)
Creates a Attribute Qualification.
|
void |
AttributeValueAdmin.createAttributeValue(LibrarySession sess,
ParameterTable params)
Section variant of Create AttributeValue
|
void |
DefinitionAdmin.createCategoryDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createCategoryDefinition
|
protected void |
ClassDomainAdmin.createClassDomain(LibrarySession sess,
ClassDomainDefinition def)
internal variant of Create ClassDomain
|
protected void |
ClassDomainAdmin.createClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of Create ClassDomain
|
protected void |
ClassDomainAdmin.createClassDomain(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create ClassDomain
|
void |
DefinitionAdmin.createClassDomainDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createClassDomainDefinition
|
protected ClassObject |
ClassObjectAdmin.createClassObject(LibrarySession sess,
ParameterTable params)
Section variant of Create ClassObject
|
protected ClassObject |
ClassObjectAdmin.createClassObject(LibrarySession sess,
String classdefFileToken)
inline/internal variant of Create ClassObject
|
void |
DefinitionAdmin.createClassObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createClassObjectDefinition
|
protected void |
SearchObjectAdmin.createContextQual(LibrarySession sess,
ParameterTable params)
Creates a context Qualification.
|
void |
DefinitionAdmin.createDefinition(LibrarySession sess,
ParameterTable params)
Section variant of Create Definition
|
void |
DefinitionAdmin.createDirectoryGroupDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createDirectoryGroupDefinition
|
void |
DefinitionAdmin.createDirectoryUserDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createDirectoryUserDefinition
|
void |
DocumentAdmin.createDocument(LibrarySession sess,
ParameterTable params)
Section variant of Create Document
|
void |
DocumentAdmin.createDocument(LibrarySession sess,
String idname,
DocumentDefinition def)
internal variant of Create Document
|
void |
DocumentAdmin.createDocument(LibrarySession sess,
String idname,
DocumentDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create Document
|
void |
DocumentAdmin.createDocument(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create Document
|
void |
DefinitionAdmin.createDocumentDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createDocumentDefinition
|
protected void |
SearchObjectAdmin.createExistenceQual(LibrarySession sess,
ParameterTable params)
Creates a Existence Qualification.
|
protected void |
ExtendedPermissionAdmin.createExtendedPermission(LibrarySession sess,
ExtendedPermissionDefinition def)
internal variant of Create ExtendedPermission
|
protected void |
ExtendedPermissionAdmin.createExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of Create ExtendedPermission
|
protected void |
ExtendedPermissionAdmin.createExtendedPermission(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create ExtendedPermission
|
void |
DefinitionAdmin.createExtendedPermissionDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createExtendedPermissionDefinition
|
void |
DefinitionAdmin.createFamilyDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createFamilyDefinition
|
void |
FolderAdmin.createFolder(LibrarySession sess,
ParameterTable params)
Section variant of Create Folder
|
void |
FolderAdmin.createFolder(LibrarySession sess,
String idname,
FolderDefinition def)
internal variant of Create Folder
|
void |
FolderAdmin.createFolder(LibrarySession sess,
String idname,
FolderDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create Folder
|
void |
FolderAdmin.createFolder(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create Folder
|
void |
DefinitionAdmin.createFolderDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createFolderDefinition
|
protected void |
SearchObjectAdmin.createFolderRestrictQual(LibrarySession sess,
ParameterTable params)
Creates a Folder Restrict Qualification.
|
protected void |
FormatAdmin.createFormat(LibrarySession sess,
FormatDefinition def)
internal variant of Create Format
|
protected void |
FormatAdmin.createFormat(LibrarySession sess,
ParameterTable params)
Section variant of Create Format
|
protected void |
FormatAdmin.createFormat(LibrarySession sess,
String nameToken,
String mimetypeToken,
String extensionToken,
String isbinaryToken)
inline variant of Create Format
|
void |
DefinitionAdmin.createFormatDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createFormatDefinition
|
protected void |
SearchObjectAdmin.createFreeFormQual(LibrarySession sess,
ParameterTable params)
Creates a FreeForm Qualification.
|
protected void |
DirectoryGroupAdmin.createGroup(LibrarySession sess,
ParameterTable params)
Section variant of Create Group
|
protected void |
DirectoryGroupAdmin.createGroup(LibrarySession sess,
String idname,
DirectoryGroupDefinition def)
internal variant of Create Group
|
protected void |
DirectoryGroupAdmin.createGroup(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create Group
|
protected void |
ContextAdmin.createIndex(LibrarySession sess,
ParameterTable params)
Section variant of createIndex
|
protected void |
ContextAdmin.createIndex(LibrarySession sess,
String media,
String storage,
String lexer,
String filter,
String wordlist,
String memory,
String stoplist,
String section_group)
Create a text index on an existing Media.
|
protected void |
SearchObjectAdmin.createJoinQual(LibrarySession sess,
ParameterTable params)
Creates a Join Qualification.
|
protected void |
MediaAdmin.createMedia(LibrarySession sess,
MediaDefinition def)
internal variant of Create Media
|
protected void |
MediaAdmin.createMedia(LibrarySession sess,
ParameterTable params)
Section variant of Create Media
|
protected void |
MediaAdmin.createMedia(LibrarySession sess,
String nameToken,
String isIndexedToken,
String databaseObjectNameToken)
inline variant of Create Media
|
void |
DefinitionAdmin.createMediaDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createMediaDefinition
|
protected void |
MountPointAdmin.createMountPoint(LibrarySession sess,
ParameterTable params)
Creates a Mount Point.
|
protected void |
PermissionBundleAdmin.createPermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of Create PermissionBundle
|
protected void |
PermissionBundleAdmin.createPermissionBundle(LibrarySession sess,
PermissionBundleDefinition def)
internal variant of Create PermissionBundle
|
protected void |
PermissionBundleAdmin.createPermissionBundle(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create PermissionBundle
|
void |
DefinitionAdmin.createPermissionBundleDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createPermissionBundleDefinition
|
protected void |
PolicyAdmin.createPolicy(LibrarySession sess,
ParameterTable params)
Section variant of Create Policy
|
protected void |
PolicyAdmin.createPolicy(LibrarySession sess,
PolicyDefinition def)
internal variant of Create Policy
|
protected void |
PolicyAdmin.createPolicy(LibrarySession sess,
String nameToken,
String operationToken,
String implementationNameToken)
inline variant of Create Policy
|
void |
DefinitionAdmin.createPolicyDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createPolicyDefinition
|
protected PolicyPropertyBundle |
PropertyBundleAdmin.createPolicyPropertyBundle(LibrarySession sess,
String pbName,
String pbAclName)
Make a policy bundle for the system object
|
PropertyBundle |
PropertyBundleAdmin.createPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Create PropertyBundle
|
PropertyBundle |
PropertyBundleAdmin.createPropertyBundle(LibrarySession sess,
String idname,
PropertyBundleDefinition def)
internal variant of Create PropertyBundle
|
PropertyBundle |
PropertyBundleAdmin.createPropertyBundle(LibrarySession sess,
String idname,
PropertyBundleDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create PropertyBundle
|
PropertyBundle |
PropertyBundleAdmin.createPropertyBundle(LibrarySession sess,
String pbName,
String pbAclName)
Create PropertyBundle for setting on ClassObject, Attribute, or Media.
|
void |
DefinitionAdmin.createPropertyBundleDefinition(LibrarySession sess,
ParameterTable params)
Section variant of Create PropertyBundle definition
|
protected void |
SearchObjectAdmin.createPropertyQual(LibrarySession sess,
ParameterTable params)
Creates a Property Qualification.
|
void |
DefinitionAdmin.createPublicObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createPublicObjectDefinition
|
protected void |
SearchObjectAdmin.createSearch(LibrarySession sess,
ParameterTable params)
Creates a Search.
|
protected void |
SearchObjectAdmin.createSearchClassSpec(LibrarySession sess,
ParameterTable params)
Create a Search class specification.
|
protected void |
SearchObjectAdmin.createSearchClause(LibrarySession sess,
ParameterTable params)
Creates a Search Clause.
|
void |
SearchObjectAdmin.createSearchObject(LibrarySession sess,
ParameterTable params)
Section variant of Create SearchObject
|
void |
SearchObjectAdmin.createSearchObject(LibrarySession sess,
String idname,
SearchObjectDefinition def)
internal variant of Create SearchObject
|
void |
SearchObjectAdmin.createSearchObject(LibrarySession sess,
String idname,
SearchObjectDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create SearchObject
|
void |
DefinitionAdmin.createSearchObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of Create SearchObject definition
|
protected void |
SearchObjectAdmin.createSearchSortSpec(LibrarySession sess,
ParameterTable params)
Creates a new search sort specification.
|
protected void |
SearchObjectAdmin.createSearchSpec(LibrarySession sess,
ParameterTable params)
Create a Search Specification.
|
void |
SelectorObjectAdmin.createSelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of Create SelectorObject
|
void |
SelectorObjectAdmin.createSelectorObject(LibrarySession sess,
String idname,
SelectorObjectDefinition def)
internal variant of Create SelectorObject
|
void |
SelectorObjectAdmin.createSelectorObject(LibrarySession sess,
String idname,
SelectorObjectDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create SelectorObject
|
void |
SelectorObjectAdmin.createSelectorObject(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create SelectorObject
|
void |
DefinitionAdmin.createSelectorObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of Create SelectorObject definition
|
protected void |
SystemLockObjectAdmin.createSystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of Create SystemLockObject
|
protected void |
SystemLockObjectAdmin.createSystemLockObject(LibrarySession sess,
SystemLockObjectDefinition def)
internal variant of Create SystemLockObject
|
void |
DefinitionAdmin.createSystemLockObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createSystemLockObjectDefinition
|
void |
DirectoryUserAdmin.createUser(LibrarySession sess,
DirectoryUserDefinition def)
internal variant of Create User
|
protected void |
DirectoryServiceAdmin.createUser(LibrarySession sess,
ParameterTable params)
Section variant of Create User
|
void |
DirectoryUserAdmin.createUser(LibrarySession sess,
ParameterTable params)
Section variant of Create User
|
void |
DirectoryUserAdmin.createUser(LibrarySession sess,
String nameToken)
inline variant of Create User
|
String |
DirectoryServiceAdmin.createUser(LibrarySession sess,
String credentialManagerName,
String distinguishedName,
String password)
inline variant of Create User
Creates a new user entry in the underlying Directory Service.
|
UserProfile |
UserProfileAdmin.createUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Create UserProfile
|
UserProfile |
UserProfileAdmin.createUserProfile(LibrarySession sess,
String idname,
String nameToken)
inline variant of Create UserProfile
|
UserProfile |
UserProfileAdmin.createUserProfile(LibrarySession sess,
String idname,
UserProfileDefinition def)
internal variant of Create UserProfile
|
UserProfile |
UserProfileAdmin.createUserProfile(LibrarySession sess,
String idname,
UserProfileDefinition def,
VersionDescriptionDefinition vddef)
internal variant of VERSIONED Create UserProfile
|
void |
DefinitionAdmin.createUserProfileDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createUserProfileDefinition
|
void |
DirectoryUserAdmin.createUserViaUserManager(LibrarySession sess,
ParameterTable params,
UserManager mgr)
Section variant of CreateUser
|
protected void |
ValueDefaultAdmin.createValueDefault(LibrarySession sess,
ParameterTable params)
Section variant of Create ValueDefault
|
protected void |
ValueDefaultAdmin.createValueDefault(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create ValueDefault
|
protected void |
ValueDefaultAdmin.createValueDefault(LibrarySession sess,
ValueDefaultDefinition def)
internal variant of Create ValueDefault
|
void |
DefinitionAdmin.createValueDefaultDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createValueDefaultDefinition
|
protected void |
ValueDomainAdmin.createValueDomain(LibrarySession sess,
ParameterTable params)
Section variant of Create ValueDomain
|
protected void |
ValueDomainAdmin.createValueDomain(LibrarySession sess,
String nameToken,
String descriptionToken)
inline variant of Create ValueDomain
|
protected void |
ValueDomainAdmin.createValueDomain(LibrarySession sess,
ValueDomainDefinition def)
internal variant of Create ValueDomain
|
void |
DefinitionAdmin.createValueDomainDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createValueDomainDefinition
|
void |
DefinitionAdmin.createVersionDescriptionDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createVersionDescriptionDefinition
|
void |
DefinitionAdmin.createVersionSeriesDefinition(LibrarySession sess,
ParameterTable params)
Section variant of createVersionSeriesDefinition
|
protected void |
SearchObjectAdmin.createView(LibrarySession sess,
ParameterTable params)
Create a view.
|
protected void |
SearchObjectAdmin.createViewSpec(LibrarySession sess,
ParameterTable params)
Create a View Specification.
|
void |
AccessControlListAdmin.deleteAccessControlList(LibrarySession sess,
ParameterTable params)
Section variant of delete AccessControlList
|
void |
AccessControlListAdmin.deleteAccessControlList(LibrarySession sess,
String idname)
Inline/internal variant of Delete AccessControlList
|
void |
AccessControlListAdmin.deleteAccessControlList(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete AccessControlList
|
void |
ApplicationObjectAdmin.deleteApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of delete ApplicationObject
|
void |
ApplicationObjectAdmin.deleteApplicationObject(LibrarySession sess,
String idname)
Inline/internal variant of Delete ApplicationObject
|
void |
ApplicationObjectAdmin.deleteApplicationObject(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete ApplicationObject
|
void |
DirectoryGroupAdmin.deleteDirectoryGroup(LibrarySession sess,
ParameterTable params)
Section variant of delete DirectoryGroup
|
void |
DirectoryGroupAdmin.deleteDirectoryGroup(LibrarySession sess,
String idname)
Inline/internal variant of Delete DirectoryGroup
|
void |
DirectoryGroupAdmin.deleteDirectoryGroup(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete DirectoryGroup
|
void |
DirectoryUserAdmin.deleteDirectoryUser(LibrarySession sess,
ParameterTable params)
Section variant of delete DirectoryUser
|
void |
DirectoryUserAdmin.deleteDirectoryUser(LibrarySession sess,
String idname)
Inline/internal variant of Delete DirectoryUser
|
void |
DirectoryUserAdmin.deleteDirectoryUser(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete DirectoryUser
|
void |
DocumentAdmin.deleteDocument(LibrarySession sess,
ParameterTable params)
Section variant of delete Document
|
void |
DocumentAdmin.deleteDocument(LibrarySession sess,
String idname)
Inline/internal variant of Delete Document
|
void |
DocumentAdmin.deleteDocument(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete Document
|
void |
FamilyAdmin.deleteFamily(LibrarySession sess,
ParameterTable params)
Section variant of delete Family
|
void |
FamilyAdmin.deleteFamily(LibrarySession sess,
String idname)
Inline/internal variant of Delete Family
|
void |
FamilyAdmin.deleteFamily(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete Family
|
void |
FolderAdmin.deleteFolder(LibrarySession sess,
ParameterTable params)
Section variant of delete Folder
|
void |
FolderAdmin.deleteFolder(LibrarySession sess,
String idname)
Inline/internal variant of Delete Folder
|
void |
FolderAdmin.deleteFolder(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete Folder
|
void |
PropertyBundleAdmin.deletePropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of delete PropertyBundle
|
void |
PropertyBundleAdmin.deletePropertyBundle(LibrarySession sess,
String idname)
Inline/internal variant of Delete PropertyBundle
|
void |
PropertyBundleAdmin.deletePropertyBundle(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete PropertyBundle
|
void |
SearchObjectAdmin.deleteSearchObject(LibrarySession sess,
ParameterTable params)
Section variant of delete SearchObject
|
void |
SearchObjectAdmin.deleteSearchObject(LibrarySession sess,
String idname)
Inline/internal variant of Delete SearchObject
|
void |
SearchObjectAdmin.deleteSearchObject(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete SearchObject
|
void |
SelectorObjectAdmin.deleteSelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of delete SelectorObject
|
void |
SelectorObjectAdmin.deleteSelectorObject(LibrarySession sess,
String idname)
Inline/internal variant of Delete SelectorObject
|
void |
SelectorObjectAdmin.deleteSelectorObject(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete SelectorObject
|
protected void |
DirectoryServiceAdmin.deleteUser(LibrarySession sess,
ParameterTable params)
Section variant of Create User
|
void |
DirectoryServiceAdmin.deleteUser(LibrarySession sess,
String credentialManagerName,
String distinguishedName)
inline variant of Delete User
Deletes a user entry from the underlying Directory Service.
|
void |
UserProfileAdmin.deleteUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of delete UserProfile
|
void |
UserProfileAdmin.deleteUserProfile(LibrarySession sess,
String idname)
Inline/internal variant of Delete UserProfile
|
void |
UserProfileAdmin.deleteUserProfile(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete UserProfile
|
void |
DirectoryUserAdmin.deleteUserViaUserManager(LibrarySession sess,
ParameterTable params,
UserManager mgr)
Section variant of DeleteUser
|
void |
VersionDescriptionAdmin.deleteVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of delete VersionDescription
|
void |
VersionDescriptionAdmin.deleteVersionDescription(LibrarySession sess,
String idname)
Inline/internal variant of Delete VersionDescription
|
void |
VersionDescriptionAdmin.deleteVersionDescription(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete VersionDescription
|
void |
VersionSeriesAdmin.deleteVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of delete VersionSeries
|
void |
VersionSeriesAdmin.deleteVersionSeries(LibrarySession sess,
String idname)
Inline/internal variant of Delete VersionSeries
|
void |
VersionSeriesAdmin.deleteVersionSeries(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Delete VersionSeries
|
protected void |
ContextAdmin.dropIndex(LibrarySession sess,
ParameterTable params)
Section variant of dropIndex
|
protected void |
ContextAdmin.dropIndex(LibrarySession sess,
String media)
Drop an existing text index.
|
String |
AccessControlListAdmin.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
protected String |
SelectorObjectAdmin.formatAttr(LibrarySession sess,
AttributeValue av)
Format an attribute value as a string
|
protected void |
AccessControlListAdmin.freeAcl(LibrarySession sess,
ParameterTable params)
Section variant of Free Acl
|
protected void |
AccessControlListAdmin.freeAcl(LibrarySession sess,
String idname)
Inline/internal variant of Free Acl
|
void |
ApplicationObjectAdmin.freeApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of Free ApplicationObject
|
void |
ApplicationObjectAdmin.freeApplicationObject(LibrarySession sess,
String idname)
Inline/internal variant of Free ApplicationObject
|
protected void |
ClassObjectAdmin.freeClass(LibrarySession sess,
ParameterTable params)
Section variant of Free Class
|
protected void |
ClassObjectAdmin.freeClass(LibrarySession sess,
String name)
Inline/internal variant of Free Class
|
protected void |
ClassDomainAdmin.freeClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of Free ClassDomain
|
protected void |
ClassDomainAdmin.freeClassDomain(LibrarySession sess,
String name)
Inline/internal variant of Free ClassDomain
|
void |
DocumentAdmin.freeDocument(LibrarySession sess,
ParameterTable params)
Section variant of Free Document
|
void |
DocumentAdmin.freeDocument(LibrarySession sess,
String idname)
Inline/internal variant of Free Document
|
protected void |
ExtendedPermissionAdmin.freeExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of Free ExtendedPermission
|
protected void |
ExtendedPermissionAdmin.freeExtendedPermission(LibrarySession sess,
String name)
Inline/internal variant of Free ExtendedPermission
|
void |
FamilyAdmin.freeFamily(LibrarySession sess,
ParameterTable params)
Section variant of Free Family
|
void |
FamilyAdmin.freeFamily(LibrarySession sess,
String idname)
Inline/internal variant of Free Family
|
void |
FolderAdmin.freeFolder(LibrarySession sess,
ParameterTable params)
Section variant of Free Folder
|
void |
FolderAdmin.freeFolder(LibrarySession sess,
String idname)
Inline/internal variant of Free Folder
|
void |
FolderAdmin.freeFolder(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Free Folder
|
protected void |
FormatAdmin.freeFormat(LibrarySession sess,
ParameterTable params)
Section variant of Free Format
|
protected void |
FormatAdmin.freeFormat(LibrarySession sess,
String name)
Inline/internal variant of Free Format
|
protected void |
DirectoryGroupAdmin.freeGroup(LibrarySession sess,
ParameterTable params)
Section variant of Free Group
|
protected void |
DirectoryGroupAdmin.freeGroup(LibrarySession sess,
String idname)
Inline/internal variant of Free Group
|
protected void |
MediaAdmin.freeMedia(LibrarySession sess,
ParameterTable params)
Section variant of Free Media
|
protected void |
MediaAdmin.freeMedia(LibrarySession sess,
String name)
Inline/internal variant of Free Media
|
protected void |
MountPointAdmin.freeMountPoint(LibrarySession sess,
ParameterTable params)
Frees a Mount point.
|
protected void |
MountPointAdmin.freeMountPoint(LibrarySession sess,
String mountPointName)
Frees a Mount point if the name is unique.
|
protected void |
PermissionBundleAdmin.freePermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of Free PermissionBundle
|
protected void |
PermissionBundleAdmin.freePermissionBundle(LibrarySession sess,
String name)
Inline/internal variant of Free PermissionBundle
|
protected void |
PolicyAdmin.freePolicy(LibrarySession sess,
ParameterTable params)
Section variant of Free Policy
|
protected void |
PolicyAdmin.freePolicy(LibrarySession sess,
String name)
Inline/internal variant of Free Policy
|
void |
PropertyBundleAdmin.freePropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Free PropertyBundle
|
void |
PropertyBundleAdmin.freePropertyBundle(LibrarySession sess,
String idname)
Inline/internal variant of Free PropertyBundle
|
void |
SearchObjectAdmin.freeSearchObject(LibrarySession sess,
ParameterTable params)
Section variant of Free SearchObject
|
void |
SearchObjectAdmin.freeSearchObject(LibrarySession sess,
String idname)
Inline/internal variant of Free SearchObject
|
void |
SelectorObjectAdmin.freeSelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of Free SelectorObject
|
void |
SelectorObjectAdmin.freeSelectorObject(LibrarySession sess,
String idname)
Inline/internal variant of Free SelectorObject
|
protected void |
SystemLockObjectAdmin.freeSystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of Free SystemLockObject
|
protected void |
SystemLockObjectAdmin.freeSystemLockObject(LibrarySession sess,
String name)
Inline/internal variant of Free SystemLockObject
|
void |
DirectoryUserAdmin.freeUser(LibrarySession sess,
ParameterTable params)
Section variant of Free User
|
void |
DirectoryUserAdmin.freeUser(LibrarySession sess,
String idname)
Inline/internal variant of Free User
|
void |
UserProfileAdmin.freeUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Free UserProfile
|
void |
UserProfileAdmin.freeUserProfile(LibrarySession sess,
String idname)
Inline/internal variant of Free UserProfile
|
protected void |
ValueDefaultAdmin.freeValueDefault(LibrarySession sess,
ParameterTable params)
Section variant of Free ValueDefault
|
protected void |
ValueDefaultAdmin.freeValueDefault(LibrarySession sess,
String name)
Inline/internal variant of Free ValueDefault
|
protected void |
ValueDomainAdmin.freeValueDomain(LibrarySession sess,
ParameterTable params)
Section variant of Free ValueDomain
|
protected void |
ValueDomainAdmin.freeValueDomain(LibrarySession sess,
String name)
Inline/internal variant of Free ValueDomain
|
void |
VersionDescriptionAdmin.freeVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Free VersionDescription
|
void |
VersionDescriptionAdmin.freeVersionDescription(LibrarySession sess,
String idname)
Inline/internal variant of Free VersionDescription
|
void |
VersionSeriesAdmin.freeVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of Free VersionSeries
|
void |
VersionSeriesAdmin.freeVersionSeries(LibrarySession sess,
String idname)
Inline/internal variant of Free VersionSeries
|
protected String |
SelectorObjectAdmin.getAttributeValueSearchString(LibrarySession sess,
AttributeValue av)
return an AV converted to a String suitable for use in a Selector
SelectQualification.
|
protected String |
SelectorObjectAdmin.getAttributeValueString(LibrarySession sess,
String attrName)
from the name of an attribute value, return the "search identifier".
|
protected AttributeValue[] |
AdminManager.getAVArrayFromBooleanNamedTokenArray(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getAVArrayFromBooleanNamedTokenArray() - get an AV[] from
token of the form {name1 : false, name2 : true}.
|
protected AttributeValue[] |
AdminManager.getAVArrayFromStringNamedTokenArray(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getAVArrayFromStringNamedTokenArray() - get an AV[] from
token of the form {name1 : value1, name2 : value2}.
|
protected AttributeValue |
AdminManager.getBooleanArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getBooleanArrayAVFromToken() - get an AV of type
Boolean array from a token.
|
protected AttributeValue |
AdminManager.getBooleanAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getBooleanAVFromToken() - get an AV of type Boolean
from a token.
|
protected AttributeValue |
AdminManager.getClassObjectArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getClassObjectArrayAVFromToken() - get an AV of type
ClassObject array from a token.
|
protected String |
SelectorObjectAdmin.getColumnName(LibrarySession sess,
String searchClass,
String attrName)
Convert the attribute name to a database column name.
|
void |
DocumentAdmin.getContentToFile(LibrarySession sess,
ParameterTable params)
Section variant of getContentToFile
|
void |
DocumentAdmin.getContentToFile(LibrarySession sess,
String idname,
String filename)
internal variant of getContentToFile
|
protected AttributeValue |
AdminManager.getDateArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim,
String valueFormatDelim)
getDateArrayAVFromToken() - get an AV of type
Date array from a token.
|
protected AttributeValue |
AdminManager.getDateAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String valueformatDelim)
getDateAVFromToken() - get an AV of type Date
from a token.
|
protected LibraryObjectDefinition |
AdminManager.getDefinitionFromSectionParams(LibrarySession sess,
ParameterTable params)
getDefinitionFromSectionParams() - returns a cloned
LibraryObjectDefinition is
an explicit Definition specified in the Section.
|
protected AttributeValue |
AdminManager.getDoubleArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim,
String valueFormatDelim)
getDoubleArrayAVFromToken() - get an AV of type
Double array from a token.
|
protected AttributeValue |
AdminManager.getDoubleAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String valueformatDelim)
getDoubleAVFromToken() - get an AV of type Date
from a token.
|
protected AttributeValue |
AdminManager.getIntegerArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getIntegerArrayAVFromToken() - get an AV of type
Integer array from a token.
|
protected AttributeValue |
AdminManager.getIntegerAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getIntegerAVFromToken() - get an AV of type Integer
from a token.
|
protected AttributeValue |
AdminManager.getLongArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getLongArrayAVFromToken() - get an AV of type
Long array from a token.
|
protected AttributeValue |
AdminManager.getLongAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getLongAVFromToken() - get an AV of type Long
from a token.
|
protected AttributeValue |
AdminManager.getPolicyArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getPolicyArrayAVFromToken() - get an AV of type
SystemObject array from a token.
|
void |
PropertyBundleAdmin.getPropertyBundle(LibrarySession sess,
ParameterTable params)
Returns Property Bundle that is used in the ValueDefault, ValueDomain,
ClassObject, or the Domain PropertyBundle.
|
protected AttributeValue |
AdminManager.getStringArrayAVFromToken(LibrarySession sess,
String token,
String valueDelim,
String arrayvalueDelim)
getStringArrayAVFromToken() - get an AV of type
String array from a token.
|
protected AttributeValue |
AdminManager.getStringAVFromToken(LibrarySession sess,
String token,
String valueDelim)
getStringAVFromToken() - get an AV of type String
from a token.
|
protected VersionDescriptionDefinition |
AdminManager.getVersionDescriptionDefinitionFromSectionParams(LibrarySession sess,
ParameterTable params)
getVersionDescriptionDefinitionFromSectionParams() - returns a cloned
VersionDescriptionDefinition if one is indicated in the section
parameters, as indicated by a VersionDescriptionDefinition = xxx
specification.
|
void |
AccessControlListAdmin.grantAccess(LibrarySession sess,
ParameterTable params)
Section variant of GrantAccess
|
void |
AccessControlListAdmin.grantAccess(LibrarySession sess,
String idname,
AccessControlEntryDefinition def)
internal variant of GrantAccess
|
protected void |
AccessControlListAdmin.grantGroup(LibrarySession sess,
String aclname,
String grantee,
String acename,
String accessList,
String beforeAce,
String afterAce)
Inline/internal variant of grantGroup
|
protected void |
AccessControlListAdmin.grantUser(LibrarySession sess,
String aclname,
String grantee,
String acename,
String accessList,
String beforeAce,
String afterAce)
Inline/internal variant of grantUser
|
protected void |
AccessControlListAdmin.grantWorld(LibrarySession sess,
String aclname,
String grantee,
String acename,
String accessList,
String beforeAce,
String afterAce)
Inline/internal variant of grantWorld
|
AccessControlList |
AccessControlListAdmin.identifyAcl(LibrarySession sess,
ParameterTable params)
Section variant of Identify ACL
|
AccessControlList |
AccessControlListAdmin.identifyAcl(LibrarySession sess,
String idname,
Long id,
String name,
boolean isSysAcl,
boolean isClassAcl,
String valueDefaultName,
String path)
Inline/internal variant of Identify ACL
|
void |
ApplicationObjectAdmin.identifyApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of Identify ApplicationObject
|
void |
ApplicationObjectAdmin.identifyApplicationObject(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path,
String contentQuotaUser)
Inline/internal variant of Identify ApplicationObject
|
void |
CategoryAdmin.identifyCategory(LibrarySession sess,
ParameterTable params)
Section variant of Identify Category
|
void |
CategoryAdmin.identifyCategory(LibrarySession sess,
String idname,
Long id,
String name,
String avnameOfParent,
String valueDefaultName,
String path)
Inline/internal variant of Identify Category
|
void |
DocumentAdmin.identifyDocument(LibrarySession sess,
ParameterTable params)
Section variant of Identify Document
|
void |
DocumentAdmin.identifyDocument(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify Document
|
void |
FamilyAdmin.identifyFamily(LibrarySession sess,
ParameterTable params)
Section variant of Identify Family
|
void |
FamilyAdmin.identifyFamily(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path,
PublicObject poref)
Inline/internal variant of Identify Family
|
void |
FolderAdmin.identifyFolder(LibrarySession sess,
ParameterTable params)
Section variant of Identify Folder
|
void |
FolderAdmin.identifyFolder(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path,
boolean isroot)
Inline/internal variant of Identify Folder
|
protected void |
DirectoryGroupAdmin.identifyGroup(LibrarySession sess,
ParameterTable params)
Section variant of Identify Group
|
protected void |
DirectoryGroupAdmin.identifyGroup(LibrarySession sess,
String idname,
Long id,
String name,
boolean isWorld,
boolean isAdminGroup,
String valueDefaultName,
String path)
Inline/internal variant of Identify Group
|
void |
PropertyBundleAdmin.identifyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Identify PropertyBundle
|
void |
PropertyBundleAdmin.identifyPropertyBundle(LibrarySession sess,
String idname,
Long id,
String name,
String valuedef,
String path)
Inline/internal variant of Identify PropertyBundle
|
protected PublicObject |
AdminManager.identifyPublicObject(LibrarySession sess,
Long id,
String name,
String valueDefaultName,
String path,
String className,
String nameAttrname)
identifyPublicObject() - method used by several
PublicObject admin classes to identify an object
based on one of:
1.
|
protected PublicObject |
AdminManager.identifyPublicObjectByPath(LibrarySession sess,
String path)
identifyPublicObjectByPath() - method used by several
PublicObject admin classes to identify an object
based on the path of the publi object.
|
protected PublicObject[] |
AdminManager.identifyPublicObjects(LibrarySession sess,
Long id,
String name,
String className,
String nameAttrname)
identifyPublicObjects() - return set of PublicObjects
based on:
1.
|
void |
SearchObjectAdmin.identifySearchObject(LibrarySession sess,
ParameterTable params)
Section variant of Identify SearchObject
|
void |
SearchObjectAdmin.identifySearchObject(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify SearchObject
|
protected void |
SearchObjectAdmin.identifySearchObjectResults(LibrarySession sess,
ParameterTable params)
Invokes a searchObject and associates the given ID with search results.
|
protected void |
SearchObjectAdmin.identifySearchResults(LibrarySession sess,
ParameterTable params)
Invokes a search and associates the given ID with search results.
|
void |
SelectorObjectAdmin.identifySelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of Identify SelectorObject
|
void |
SelectorObjectAdmin.identifySelectorObject(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify SelectorObject
|
void |
SelectorObjectAdmin.identifySelectorResults(LibrarySession sess,
ParameterTable params)
Section variant of identify selector results.
|
void |
SelectorObjectAdmin.identifySelectorResults(LibrarySession sess,
Selector sel,
ParameterTable params)
Implements identifying results.
|
UserProfile |
UserProfileAdmin.identifyUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Identify UserProfile
|
UserProfile |
UserProfileAdmin.identifyUserProfile(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify UserProfile
|
void |
VersionDescriptionAdmin.identifyVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Identify VersionDescription
|
void |
VersionDescriptionAdmin.identifyVersionDescription(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify VersionDescription
|
void |
VersionSeriesAdmin.identifyVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of Identify VersionSeries
|
void |
VersionSeriesAdmin.identifyVersionSeries(LibrarySession sess,
String idname,
Long id,
String name,
String valueDefaultName,
String path)
Inline/internal variant of Identify VersionSeries
|
void |
DirectoryUserAdmin.impersonateUser(LibrarySession sess,
ParameterTable params)
Section variant of Impersonate User
|
void |
DirectoryUserAdmin.impersonateUser(LibrarySession sess,
String idname)
Inline/internal variant of impersonate User
|
protected void |
SearchObjectAdmin.invokeSearch(LibrarySession sess,
ParameterTable params)
Invokes a on a Transient Search.
|
protected void |
SearchObjectAdmin.invokeSearchObject(LibrarySession sess,
ParameterTable params)
Invokes a on a Saved Search.
|
void |
SelectorObjectAdmin.invokeSelector(LibrarySession sess,
ParameterTable params)
Section variant of invoke Selector
|
void |
SelectorObjectAdmin.invokeSelector(LibrarySession sess,
Selector sel,
ParameterTable params) |
void |
SelectorObjectAdmin.invokeSelector(LibrarySession sess,
Selector sel,
String[] selectedAttrs)
Internal variant of invoke Selector
|
Vector |
DirectoryServiceAdmin.listAllUserObjects(LibrarySession sess,
String credentialManagerName)
Lists all Distinguished names in the underlying Directory Service.
|
protected AccessControlList |
AccessControlListAdmin.lookupAcl(LibrarySession sess,
String aclname) |
protected ClassObject |
ClassObjectAdmin.lookupClass(LibrarySession sess,
String name)
Lookup Class by name
|
protected ClassAccessControlList |
AccessControlListAdmin.lookupClassAcl(LibrarySession sess,
String name)
Lookup ClassAccessControlList by name
|
protected ClassDomain |
ClassDomainAdmin.lookupClassDomain(LibrarySession sess,
String name)
Lookup ClassDomain by name
|
protected ExtendedPermission |
ExtendedPermissionAdmin.lookupExtendedPermission(LibrarySession sess,
String name)
Lookup ExtendedPermission by name
|
protected Format |
FormatAdmin.lookupFormat(LibrarySession sess,
String name)
Lookup format by name
|
protected DirectoryGroup |
DirectoryGroupAdmin.lookupGroup(LibrarySession sess,
String idname) |
protected Media |
MediaAdmin.lookupMedia(LibrarySession sess,
String name)
Lookup Media by name
|
protected PermissionBundle |
PermissionBundleAdmin.lookupPermissionBundle(LibrarySession sess,
String name)
Lookup PermissionBundle by name
|
protected Policy |
PolicyAdmin.lookupPolicy(LibrarySession sess,
String name)
Lookup Policy by name
|
protected SystemAccessControlList |
AccessControlListAdmin.lookupSystemAcl(LibrarySession sess,
String name)
Lookup SystemAccessControlList by name
|
protected SystemLockObject |
SystemLockObjectAdmin.lookupSystemLockObject(LibrarySession sess,
String name)
Lookup SystemLockObject by name
|
protected DirectoryUser |
AccessControlListAdmin.lookupUser(LibrarySession sess,
String username) |
DirectoryUser |
DirectoryUserAdmin.lookupUser(LibrarySession sess,
String username) |
protected ValueDefault |
ValueDefaultAdmin.lookupValueDefault(LibrarySession sess,
String name)
Lookup ValueDefault by name
|
protected ValueDomain |
ValueDomainAdmin.lookupValueDomain(LibrarySession sess,
String name)
Lookup ValueDomain by name
|
void |
DefinitionAdmin.modifyAccessControlEntryDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyAccessControlEntryDefinition
|
protected void |
AccessControlListAdmin.modifyAcl(LibrarySession sess,
ParameterTable params)
Section variant of Modify Acl
|
protected void |
AccessControlListAdmin.modifyAcl(LibrarySession sess,
String idname,
AccessControlListDefinition def)
internal variant of Modify Acl
|
void |
ApplicationObjectAdmin.modifyApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of Modify ApplicationObject
|
void |
ApplicationObjectAdmin.modifyApplicationObject(LibrarySession sess,
String idname,
ApplicationObjectDefinition def)
internal variant of Modify ApplicationObject
|
protected void |
ClassObjectAdmin.modifyAttribute(LibrarySession sess,
ParameterTable params)
Section variant of Modify Attribute
|
protected void |
ClassObjectAdmin.modifyAttribute(LibrarySession sess,
String classname,
String attrname,
AttributeDefinition attrdef)
internal variant of Modify Attribute
|
void |
AttributeValueAdmin.modifyAttributeValue(LibrarySession sess,
ParameterTable params)
Section variant of modifyAttributeValue
|
void |
CategoryAdmin.modifyCategory(LibrarySession sess,
ParameterTable params)
Section variant of Modify Category
|
void |
CategoryAdmin.modifyCategory(LibrarySession sess,
String idname,
CategoryDefinition def)
internal variant of Modify Category
|
void |
DefinitionAdmin.modifyCategoryDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyCategoryDefinition
|
protected void |
ClassObjectAdmin.modifyClass(LibrarySession sess,
ParameterTable params)
Section variant of Modify Class
|
protected void |
ClassObjectAdmin.modifyClass(LibrarySession sess,
String name,
ClassObjectDefinition classdef)
internal variant of Modify Class
|
protected void |
ClassObjectAdmin.modifyClass(LibrarySession sess,
String classSpec,
String classAclName) |
protected void |
ClassDomainAdmin.modifyClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of Modify ClassDomain
|
protected void |
ClassDomainAdmin.modifyClassDomain(LibrarySession sess,
String name,
ClassDomainDefinition def)
internal variant of Modify ClassDomain
|
void |
DefinitionAdmin.modifyDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyDefinition
|
void |
DocumentAdmin.modifyDocument(LibrarySession sess,
ParameterTable params)
Section variant of Modify Document
|
void |
DocumentAdmin.modifyDocument(LibrarySession sess,
String idname,
DocumentDefinition def)
internal variant of Modify Document
|
void |
DefinitionAdmin.modifyDocumentDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyDocumentDefinition
|
protected void |
ExtendedPermissionAdmin.modifyExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of Modify ExtendedPermission
|
protected void |
ExtendedPermissionAdmin.modifyExtendedPermission(LibrarySession sess,
String name,
ExtendedPermissionDefinition def)
internal variant of Modify ExtendedPermission
|
void |
DefinitionAdmin.modifyExtendedPermissionDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyExtendedPermissionDefinition
|
void |
FamilyAdmin.modifyFamily(LibrarySession sess,
ParameterTable params)
Section variant of Modify Family
|
void |
FamilyAdmin.modifyFamily(LibrarySession sess,
String idname,
FamilyDefinition def)
internal variant of Modify Family
|
void |
DefinitionAdmin.modifyFamilyDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyFamilyDefinition
|
void |
FolderAdmin.modifyFolder(LibrarySession sess,
ParameterTable params)
Section variant of Modify Folder
|
void |
FolderAdmin.modifyFolder(LibrarySession sess,
String idname,
FolderDefinition def)
internal variant of Modify Folder
|
void |
DefinitionAdmin.modifyFolderDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyFolderDefinition
|
protected void |
FormatAdmin.modifyFormat(LibrarySession sess,
ParameterTable params)
Section variant of Modify Format
|
protected void |
FormatAdmin.modifyFormat(LibrarySession sess,
String name,
FormatDefinition fmtdef)
internal variant of Modify Format
|
void |
DefinitionAdmin.modifyFormatDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyFormatDefinition
|
protected void |
DirectoryGroupAdmin.modifyGroup(LibrarySession sess,
ParameterTable params)
Section variant of Modify Group
|
protected void |
DirectoryGroupAdmin.modifyGroup(LibrarySession sess,
String idname,
DirectoryGroupDefinition def)
internal variant of Modify Group
|
protected void |
MediaAdmin.modifyMedia(LibrarySession sess,
ParameterTable params)
Section variant of Modify Media
|
protected void |
MediaAdmin.modifyMedia(LibrarySession sess,
String name,
MediaDefinition def)
internal variant of Modify Media
|
void |
DefinitionAdmin.modifyMediaDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyMediaDefinition
|
protected void |
PermissionBundleAdmin.modifyPermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of Modify PermissionBundle
|
protected void |
PermissionBundleAdmin.modifyPermissionBundle(LibrarySession sess,
String name,
PermissionBundleDefinition def)
internal variant of Modify PermissionBundle
|
void |
DefinitionAdmin.modifyPermissionBundleDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyPermissionBundleDefinition
|
protected void |
PolicyAdmin.modifyPolicy(LibrarySession sess,
ParameterTable params)
Section variant of Modify Policy
|
protected void |
PolicyAdmin.modifyPolicy(LibrarySession sess,
String name,
PolicyDefinition def)
internal variant of Modify Policy
|
void |
DefinitionAdmin.modifyPolicyDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyPolicyDefinition
|
void |
PropertyBundleAdmin.modifyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Modify PropertyBundle
|
void |
PropertyBundleAdmin.modifyPropertyBundle(LibrarySession sess,
String idname,
PropertyBundleDefinition def)
internal variant of Modify PropertyBundle
|
void |
DefinitionAdmin.modifyPropertyBundleDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyPropertyBundleDefinition
|
void |
DefinitionAdmin.modifyPublicObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyPublicObjectDefinition
|
void |
SearchObjectAdmin.modifySearchObject(LibrarySession sess,
ParameterTable params)
Section variant of Modify SearchObject
|
void |
SearchObjectAdmin.modifySearchObject(LibrarySession sess,
String idname,
SearchObjectDefinition def)
internal variant of Modify SearchObject
|
void |
DefinitionAdmin.modifySearchObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifySearchObjectDefinition
|
protected void |
SearchObjectAdmin.modifySearchResultsFromDefinition(LibrarySession sess,
ParameterTable params)
Modifies the attributes of the identified search results using the
definition supplied.
|
void |
SelectorObjectAdmin.modifySelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of Modify SelectorObject
|
void |
SelectorObjectAdmin.modifySelectorObject(LibrarySession sess,
String idname,
SelectorObjectDefinition def)
internal variant of Modify SelectorObject
|
protected void |
SelectorObjectAdmin.modifySelectorResultsFromDefinition(LibrarySession sess,
ParameterTable params)
Modifies the attributes of the identified selector results using the
definition supplied.
|
protected void |
SystemLockObjectAdmin.modifySystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of Modify SystemLockObject
|
protected void |
SystemLockObjectAdmin.modifySystemLockObject(LibrarySession sess,
String name,
SystemLockObjectDefinition slodef)
internal variant of Modify SystemLockObject
|
void |
DefinitionAdmin.modifySystemLockObjectDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifySystemLockObjectDefinition
|
void |
DirectoryUserAdmin.modifyUser(LibrarySession sess,
ParameterTable params)
Section variant of Modify User
|
void |
DirectoryUserAdmin.modifyUser(LibrarySession sess,
String idname,
DirectoryUserDefinition def)
internal variant of Modify User
|
void |
UserProfileAdmin.modifyUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Modify UserProfile
|
void |
UserProfileAdmin.modifyUserProfile(LibrarySession sess,
String idname,
UserProfileDefinition def)
internal variant of Modify UserProfile
|
protected void |
ValueDefaultAdmin.modifyValueDefault(LibrarySession sess,
ParameterTable params)
Section variant of Modify ValueDefault
|
protected void |
ValueDefaultAdmin.modifyValueDefault(LibrarySession sess,
String name,
ValueDefaultDefinition def)
internal variant of Modify ValueDefault
|
protected void |
ValueDomainAdmin.modifyValueDomain(LibrarySession sess,
ParameterTable params)
Section variant of Modify ValueDomain
|
protected void |
ValueDomainAdmin.modifyValueDomain(LibrarySession sess,
String name,
ValueDomainDefinition def)
internal variant of Modify ValueDomain
|
void |
VersionDescriptionAdmin.modifyVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Modify VersionDescription
|
void |
VersionDescriptionAdmin.modifyVersionDescription(LibrarySession sess,
String idname,
VersionDescriptionDefinition def)
internal variant of Modify VersionDescription
|
void |
DefinitionAdmin.modifyVersionDescriptionDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyVersionDescriptionDefinition
|
void |
VersionSeriesAdmin.modifyVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of Modify VersionSeries
|
void |
VersionSeriesAdmin.modifyVersionSeries(LibrarySession sess,
String idname,
VersionSeriesDefinition def)
internal variant of Modify VersionSeries
|
void |
DefinitionAdmin.modifyVersionSeriesDefinition(LibrarySession sess,
ParameterTable params)
Section variant of modifyVersionSeriesDefinition
|
protected void |
ContextAdmin.optimizeIndex(LibrarySession sess,
ParameterTable params)
Section variant of optimizeIndex
|
protected void |
ContextAdmin.optimizeIndex(LibrarySession sess,
String media,
boolean full,
String time,
boolean online)
Optimize text index(es) on Media.
|
protected String |
SelectorObjectAdmin.parseExpression(LibrarySession sess,
String searchClass,
String expression,
String arrayValueDelim) |
protected String |
SelectorObjectAdmin.parseSelectQualification(LibrarySession sess,
String searchClass,
String qualLine,
String valueDelim,
String arrayValueDelim) |
void |
FolderAdmin.promoteFolder(LibrarySession sess,
ParameterTable params)
Section variant of Promote Folder
|
protected void |
ContextAdmin.rebuildIndex(LibrarySession sess,
ParameterTable params)
Section variant of rebuildIndex
|
protected void |
ContextAdmin.rebuildIndex(LibrarySession sess,
String media,
boolean online)
Rebuild index(es) on Media.
|
protected void |
AccessControlListAdmin.removeAce(LibrarySession sess,
String aclname,
String acename)
Inline/internal variant of removeAce
|
void |
PropertyBundleAdmin.removeAllProperties(LibrarySession sess,
ParameterTable params)
Section variant of removeAllProperties
|
void |
PropertyBundleAdmin.removeAllProperties(LibrarySession sess,
String idname)
inline/internal variant of removeAllProperties
|
protected void |
ClassObjectAdmin.removeAttribute(LibrarySession sess,
ParameterTable params)
Section variant of Remove Attribute
|
void |
FolderAdmin.removeFromFolder(LibrarySession sess,
ParameterTable params)
Section variant of removeFromFolder
|
void |
AttributeValueAdmin.removeGlobalToken(LibrarySession sess,
ParameterTable params)
Section variant of RemoveGlobalToken
|
protected void |
DirectoryGroupAdmin.removeGroup(LibrarySession sess,
ParameterTable params)
Section variant of removeGroup
|
protected void |
DirectoryGroupAdmin.removeGroup(LibrarySession sess,
String groupname,
String memberGroupName)
Inline/internal variant of removeGroup
|
void |
PropertyBundleAdmin.removeProperties(LibrarySession sess,
ParameterTable params)
Section variant of removeProperties
|
void |
PropertyBundleAdmin.removeProperties(LibrarySession sess,
String[] tokens)
inline variant of removeProperties
|
void |
PropertyBundleAdmin.removeProperties(LibrarySession sess,
String idname,
String[] propnames,
ParameterTable params)
internal variant of removeProperties
|
protected void |
DirectoryGroupAdmin.removeUser(LibrarySession sess,
ParameterTable params)
Section variant of removeUser
|
protected void |
DirectoryGroupAdmin.removeUser(LibrarySession sess,
String groupname,
String memberUserName)
Inline/internal variant of removeUser
|
protected void |
ContextAdmin.replaceIndex(LibrarySession sess,
ParameterTable params)
Section variant of replaceIndex
|
protected void |
ContextAdmin.replaceIndex(LibrarySession sess,
String media,
boolean online,
String storage,
String lexer,
String filter,
String wordlist,
String memory,
String stoplist,
String section_group)
Replace the preference(s) of an existing text index.
|
void |
DocumentAdmin.reserveDocument(LibrarySession sess,
ParameterTable params)
Section variant of Reserve Document
|
void |
DocumentAdmin.reserveDocument(LibrarySession sess,
String path)
Inline/internal variant of Reserve Document
|
protected ClassObject[] |
ClassObjectAdmin.resolveClassList(LibrarySession sess,
String classSpec) |
protected void |
ContextAdmin.resumeIndexingOnIndex(LibrarySession sess,
ParameterTable params)
Section variant of resumeIndexingOnIndex
|
protected void |
ContextAdmin.resumeIndexingOnIndex(LibrarySession sess,
String media,
String memorySize,
boolean online)
Resuming indexing on index(es) on Media.
|
void |
AccessControlListAdmin.revokeAccess(LibrarySession sess,
ParameterTable params)
Section variant of revokeAccess
|
void |
AccessControlListAdmin.revokeAccess(LibrarySession sess,
String idname,
AccessControlEntryDefinition def)
internal variant of revokeAccess
|
protected void |
AccessControlListAdmin.revokeGroup(LibrarySession sess,
String aclname,
String grantee,
String acename,
String accessList,
String beforeAce,
String afterAce)
Inline/internal variant of revokeGroup
|
protected void |
AccessControlListAdmin.revokeUser(LibrarySession sess,
String aclname,
String grantee,
String acename,
String accessList,
String beforeAce,
String afterAce)
Inline/internal variant of revokeUser
|
protected void |
AccessControlListAdmin.revokeWorld(LibrarySession sess,
String aclname,
String grantee,
String acename,
String accessList,
String beforeAce,
String afterAce)
Inline/internal variant of revokeWorld
|
protected void |
SearchObjectAdmin.setContextClass(LibrarySession sess,
ParameterTable params)
Sets the context class of a search specification.
|
protected void |
UserProfileAdmin.setDefaultAcl(LibrarySession sess,
UserProfile userProfile,
ParameterTable params) |
protected void |
MediaAdmin.setDefaultStorageGroup(LibrarySession sess,
ParameterTable params)
Sets the default StorageGroup for new ContentObjects.
|
protected void |
AdminManager.setDefinitionFromSectionParams(LibrarySession sess,
ParameterTable params,
LibraryObjectDefinition def)
setDefinitionFromSectionParams() - calls main variant
of setDefinitionFromSectionParams with the forceNameUpper
parameter set to true.
|
protected void |
AdminManager.setDefinitionFromSectionParams(LibrarySession sess,
ParameterTable params,
LibraryObjectDefinition def,
boolean forceNameUpper)
setDefinitionFromSectionParams() - apply any attribuite settings
and other section settings to the specified LODef.
|
protected void |
SearchObjectAdmin.setDirectoryObjectForViewSpec(LibrarySession sess,
ParameterTable params)
Sets the directory object for a View Spec.
|
protected void |
SearchObjectAdmin.setSearchClassSpec(LibrarySession sess,
ParameterTable params)
Sets the Search Class Specification.
|
protected void |
SearchObjectAdmin.setSearchQual(LibrarySession sess,
ParameterTable params)
Sets the Search Qualification.
|
protected void |
SearchObjectAdmin.setSearchSortSpec(LibrarySession sess,
ParameterTable params)
Sets the Search Sort Specification.
|
protected void |
ValueDefaultAdmin.setValueDefaultValue(LibrarySession sess,
ParameterTable params)
Section variant of setValueDefaultValue
|
protected void |
ValueDefaultAdmin.setValueDefaultValue(LibrarySession sess,
String name,
AttributeValue av)
internal variant of Modify ValueDefault
|
void |
AccessControlListAdmin.showACE(LibrarySession sess,
String outputprefix,
AccessControlEntry ace) |
void |
AccessControlListAdmin.showAcl(LibrarySession sess,
AccessControlList acl) |
void |
AccessControlListAdmin.showAcl(LibrarySession sess,
ParameterTable params)
Section variant of showAcl
|
protected void |
AccessControlListAdmin.showAcl(LibrarySession sess,
String aclname) |
protected void |
AccessControlListAdmin.showAcls(LibrarySession sess) |
void |
ApplicationObjectAdmin.showApplicationObject(LibrarySession sess,
ApplicationObject appobj) |
void |
ApplicationObjectAdmin.showApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of showApplicationObject
|
void |
ApplicationObjectAdmin.showApplicationObject(LibrarySession sess,
String name)
Inline/internal variant of showApplicationObject
|
void |
CategoryAdmin.showCategory(LibrarySession sess,
Category category) |
void |
CategoryAdmin.showCategory(LibrarySession sess,
ParameterTable params)
Section variant of showCategory
|
void |
CategoryAdmin.showCategory(LibrarySession sess,
String categoryname)
Inline/internal variant of showCategory
|
protected void |
ClassObjectAdmin.showClass(LibrarySession sess,
ClassObject clsobj) |
protected void |
ClassObjectAdmin.showClass(LibrarySession sess,
ParameterTable params)
Section variant of showClass
|
protected void |
ClassObjectAdmin.showClass(LibrarySession sess,
String name)
Inline/internal variant of showClass
|
protected void |
ClassDomainAdmin.showClassDomain(LibrarySession sess,
ClassDomain clsdomain) |
protected void |
ClassDomainAdmin.showClassDomain(LibrarySession sess,
ParameterTable params)
Section variant of showClassDomain
|
protected void |
ClassDomainAdmin.showClassDomain(LibrarySession sess,
String name)
Inline/internal variant of showClassDomain
|
protected void |
ClassObjectAdmin.showClasses(LibrarySession sess) |
void |
PropertyBundleAdmin.showClassPolicyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of ShowClassPolicyPropertyBundle
|
void |
PropertyBundleAdmin.showClassPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of ShowClassPropertyBundle
|
protected void |
MediaAdmin.showDefaultStorageGroup(LibrarySession sess)
Shows the default StorageGroup for new ContentObjects.
|
void |
DefinitionAdmin.showDefinition(LibrarySession sess,
LibraryObjectDefinition def) |
void |
DefinitionAdmin.showDefinition(LibrarySession sess,
ParameterTable params)
Section variant of showDefinition
|
void |
DefinitionAdmin.showDefinition(LibrarySession sess,
String idname)
Inline/internal variant of showDefinition
|
void |
AccessControlListAdmin.showDiscoverers(LibrarySession sess,
ParameterTable params)
Section variant of showDiscoverers
|
protected void |
AccessControlListAdmin.showDiscoverers(LibrarySession sess,
String aclname) |
void |
DocumentAdmin.showDocument(LibrarySession sess,
Document doc) |
void |
DocumentAdmin.showDocument(LibrarySession sess,
ParameterTable params)
Section variant of showDocument
|
void |
DocumentAdmin.showDocument(LibrarySession sess,
String docname)
Inline/internal variant of showDocument
|
void |
DocumentAdmin.showDocumentReserveStatus(LibrarySession sess,
ParameterTable params)
Section variant of showDocumentReserveStatus
|
void |
DocumentAdmin.showDocumentReserveStatus(LibrarySession sess,
String path)
Inline/internal variant of showDocumentReserveStatus
|
protected void |
ExtendedPermissionAdmin.showExtendedPermission(LibrarySession sess,
ExtendedPermission extperm) |
protected void |
ExtendedPermissionAdmin.showExtendedPermission(LibrarySession sess,
ParameterTable params)
Section variant of showExtendedPermission
|
protected void |
ExtendedPermissionAdmin.showExtendedPermission(LibrarySession sess,
String name)
Inline/internal variant of showExtendedPermission
|
void |
FamilyAdmin.showFamily(LibrarySession sess,
Family fam) |
void |
FamilyAdmin.showFamily(LibrarySession sess,
ParameterTable params)
Section variant of showFamily
|
void |
FamilyAdmin.showFamily(LibrarySession sess,
String famname)
Inline/internal variant of showFamily
|
void |
FolderAdmin.showFolder(LibrarySession sess,
Folder folder) |
void |
FolderAdmin.showFolder(LibrarySession sess,
ParameterTable params)
Section variant of showFolder
|
void |
FolderAdmin.showFolder(LibrarySession sess,
String foldername)
Inline/internal variant of showFolder
|
void |
FormatAdmin.showFormat(LibrarySession sess,
Format format) |
void |
FormatAdmin.showFormat(LibrarySession sess,
ParameterTable params)
Section variant of showFormat
|
void |
FormatAdmin.showFormat(LibrarySession sess,
String formatname)
Inline/internal variant of showFormat
|
void |
DirectoryGroupAdmin.showGroup(LibrarySession sess,
DirectoryGroup group) |
protected void |
DirectoryGroupAdmin.showGroup(LibrarySession sess,
ParameterTable params)
Section variant of showGroup
|
protected void |
DirectoryGroupAdmin.showGroup(LibrarySession sess,
String groupname)
Inline/internal variant of showGroup
|
void |
AccessControlListAdmin.showGroupAccess(LibrarySession sess,
ParameterTable params)
Section variant of showGroupAccess
|
protected void |
AccessControlListAdmin.showGroupAccess(LibrarySession sess,
String aclname,
String groupname) |
void |
DocumentAdmin.showLatestVersion(LibrarySession sess,
String path) |
void |
FamilyAdmin.showLatestVersion(LibrarySession sess,
String path) |
void |
MediaAdmin.showMedia(LibrarySession sess,
Media media) |
void |
MediaAdmin.showMedia(LibrarySession sess,
ParameterTable params)
Section variant of showMedia
|
void |
MediaAdmin.showMedia(LibrarySession sess,
String medianame)
Inline/internal variant of showMedia
|
void |
SelectorObjectAdmin.showObject(LibrarySession sess,
LibraryObject obj,
String[] attrNames)
Display the attributes for an object
|
void |
SelectorObjectAdmin.showObject(LibrarySession sess,
LibraryObject obj,
String[] attrNames,
String[] attrNamesToOmit) |
void |
SelectorObjectAdmin.showObjectAttrs(LibrarySession sess,
LibraryObject obj,
String[] attrNames)
Display an output row of attribute values for an object
|
void |
SelectorObjectAdmin.showObjectAttrsHdr(LibrarySession sess,
ClassObject cls,
String[] attrNames)
Display a header row of attribute names for an object
|
void |
PermissionBundleAdmin.showPermissionBundle(LibrarySession sess,
ParameterTable params)
Section variant of showPermissionBundle
|
void |
PermissionBundleAdmin.showPermissionBundle(LibrarySession sess,
PermissionBundle permissionBundle) |
void |
PermissionBundleAdmin.showPermissionBundle(LibrarySession sess,
String permissionBundlename)
Inline/internal variant of showPermissionBundle
|
protected void |
PermissionBundleAdmin.showPermissionBundles(LibrarySession sess) |
protected void |
PolicyAdmin.showPolicy(LibrarySession sess,
ParameterTable params)
Section variant of showPolicy
|
protected void |
PolicyAdmin.showPolicy(LibrarySession sess,
Policy policy) |
protected void |
PolicyAdmin.showPolicy(LibrarySession sess,
String policyname)
Inline/internal variant of showPolicy
|
void |
FamilyAdmin.showPrimaryVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of showPrimaryVersionSeries
|
void |
FamilyAdmin.showPrimaryVersionSeries(LibrarySession sess,
String idname)
Inline/internal variant of showPrimaryVersionSeries
|
void |
PropertyBundleAdmin.showPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of showPropertyBundle
|
void |
PropertyBundleAdmin.showPropertyBundle(LibrarySession sess,
PropertyBundle propertyBundle) |
void |
PropertyBundleAdmin.showPropertyBundle(LibrarySession sess,
String propertyBundlename)
Inline/internal variant of showPropertyBundle
|
void |
SelectorObjectAdmin.showPublicObjectDetail(LibrarySession sess,
PublicObject obj)
Display detail information for a public object
|
protected void |
SearchObjectAdmin.showSearchClassSpec(LibrarySession sess,
ParameterTable params)
Shows a search class specification.
|
void |
SearchObjectAdmin.showSearchObject(LibrarySession sess,
ParameterTable params)
Section variant of showSearchObject
|
void |
SearchObjectAdmin.showSearchObject(LibrarySession sess,
SearchObject searchObj) |
void |
SearchObjectAdmin.showSearchObject(LibrarySession sess,
String searchObjectName)
Inline/internal variant of SearchObject
|
protected void |
SearchObjectAdmin.showSearchQual(LibrarySession sess,
ParameterTable params)
Show a search qualification.
|
protected void |
SearchObjectAdmin.showSearchQual(LibrarySession sess,
SearchQualification qual,
int level)
Show contents of a search qualification.
|
protected void |
SearchObjectAdmin.showSearchSortSpec(LibrarySession sess,
ParameterTable params)
Show the search sort specification.
|
protected void |
SearchObjectAdmin.showSearchSpec(LibrarySession sess,
AttributeSearchSpecification someSearchSpec)
Show Search Specification.
|
protected void |
SearchObjectAdmin.showSearchSpec(LibrarySession sess,
ParameterTable params)
Show Search Specification.
|
void |
SelectorObjectAdmin.showSelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of showSelectorObject
|
void |
SelectorObjectAdmin.showSelectorObject(LibrarySession sess,
SelectorObject selectorObj) |
void |
SelectorObjectAdmin.showSelectorObject(LibrarySession sess,
String selectorObjname)
Inline/internal variant of showSelectorObject
|
void |
SystemLockObjectAdmin.showSystemLockObject(LibrarySession sess,
ParameterTable params)
Section variant of showSystemLockObject
|
void |
SystemLockObjectAdmin.showSystemLockObject(LibrarySession sess,
String sloName)
Inline/internal variant of showSystemLockObject
|
void |
SystemLockObjectAdmin.showSystemLockObject(LibrarySession sess,
SystemLockObject slo)
Show SystemLockObject by name
|
void |
DirectoryUserAdmin.showUser(LibrarySession sess,
DirectoryUser user) |
protected void |
DirectoryServiceAdmin.showUser(LibrarySession sess,
ParameterTable params)
Section variant of showUser
|
void |
DirectoryUserAdmin.showUser(LibrarySession sess,
ParameterTable params)
Section variant of showUser
|
void |
DirectoryUserAdmin.showUser(LibrarySession sess,
String username)
Inline/internal variant of showUser
|
void |
DirectoryServiceAdmin.showUser(LibrarySession sess,
String credentialManagerName,
String distinguishedName)
inline variant of showUser
Check to see if user exists in underlying directory
store.
|
void |
AccessControlListAdmin.showUserAccess(LibrarySession sess,
ParameterTable params)
Section variant of showUserAccess
|
protected void |
AccessControlListAdmin.showUserAccess(LibrarySession sess,
String aclname,
String username) |
void |
DirectoryGroupAdmin.showUserGroups(LibrarySession sess,
DirectoryUser user) |
protected void |
DirectoryGroupAdmin.showUserGroups(LibrarySession sess,
ParameterTable params)
Section variant of showUserGroups
|
protected void |
DirectoryGroupAdmin.showUserGroups(LibrarySession sess,
String username)
Inline/internal variant of showUserGroups
|
void |
UserProfileAdmin.showUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of showUserProfile
|
void |
UserProfileAdmin.showUserProfile(LibrarySession sess,
String userProfilename)
Inline/internal variant of showUserProfile
|
void |
UserProfileAdmin.showUserProfile(LibrarySession sess,
UserProfile userProfile) |
protected void |
DirectoryServiceAdmin.showUsers(LibrarySession sess,
ParameterTable params)
Section variant of showUsers
|
void |
DirectoryServiceAdmin.showUsers(LibrarySession sess,
String credentialManagerName)
Lists all Distinguished names in the underlying Directory Service.
|
protected void |
ValueDefaultAdmin.showValueDefault(LibrarySession sess,
ParameterTable params)
Section variant of showValueDefault
|
protected void |
ValueDefaultAdmin.showValueDefault(LibrarySession sess,
String name)
Inline/internal variant of showValueDefault
|
protected void |
ValueDefaultAdmin.showValueDefault(LibrarySession sess,
ValueDefault valdft) |
protected void |
ValueDomainAdmin.showValueDomain(LibrarySession sess,
ParameterTable params)
Section variant of showValueDomain
|
protected void |
ValueDomainAdmin.showValueDomain(LibrarySession sess,
String name)
Inline/internal variant of showValueDomain
|
protected void |
ValueDomainAdmin.showValueDomain(LibrarySession sess,
ValueDomain valdomain) |
void |
VersionDescriptionAdmin.showVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of showVersionDescription
|
void |
VersionDescriptionAdmin.showVersionDescription(LibrarySession sess,
String docname)
Inline/internal variant of showVersionDescription
|
void |
VersionDescriptionAdmin.showVersionDescription(LibrarySession sess,
VersionDescription fam) |
void |
VersionSeriesAdmin.showVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of showVersionSeries
|
void |
VersionSeriesAdmin.showVersionSeries(LibrarySession sess,
String docname)
Inline/internal variant of showVersionSeries
|
void |
VersionSeriesAdmin.showVersionSeries(LibrarySession sess,
VersionSeries vs) |
void |
AccessControlListAdmin.showWorldAccess(LibrarySession sess,
ParameterTable params)
Section variant of showWorldAccess
|
protected void |
AccessControlListAdmin.showWorldAccess(LibrarySession sess,
String aclname) |
protected void |
FolderAdmin.simpleAddToFolder(LibrarySession sess,
ParameterTable params)
Implements pathname based Add to folder.
|
protected void |
AccessControlListAdmin.simpleApplyAcl(LibrarySession sess,
ParameterTable params)
Implements SimpleApplyAcl functionality.
|
void |
DirectoryUserAdmin.simpleFreeUser(LibrarySession sess,
ParameterTable params)
Implements SimpleFreeUser.
|
void |
DocumentAdmin.simpleFreeVersionedDocumentByPath(LibrarySession sess,
ParameterTable params) |
void |
DocumentAdmin.simpleGetVersionedDocument(LibrarySession sess,
ParameterTable params)
Section variant of GetVersioned Document
|
void |
DocumentAdmin.simpleGetVersionedDocument(LibrarySession sess,
String docPath,
String filename)
Internal variant of getVersiondeDocument.
|
protected void |
AccessControlListAdmin.simpleGrant(LibrarySession sess,
ParameterTable params)
Implements SimpleGrant functionality.
|
protected void |
FolderAdmin.simpleMoveToFolder(LibrarySession sess,
ParameterTable params)
Implements pathname based move to folder.
|
protected void |
FolderAdmin.simpleRemoveFromFolder(LibrarySession sess,
ParameterTable params)
Implements pathname based remove from folder.
|
protected void |
AccessControlListAdmin.simpleRevoke(LibrarySession sess,
ParameterTable params)
Implements SimpleRevoke functionality.
|
protected void |
ContextAdmin.syncIndex(LibrarySession sess,
ParameterTable params)
Section variant of syncIndex
|
protected void |
ContextAdmin.syncIndex(LibrarySession sess,
String media,
String memorySize,
boolean online)
Synchronize text index(es) on Media.
|
void |
AccessControlListAdmin.undeleteAccessControlList(LibrarySession sess,
ParameterTable params)
Section variant of undelete AccessControlList
|
void |
AccessControlListAdmin.undeleteAccessControlList(LibrarySession sess,
String idname)
Inline/internal variant of Undelete AccessControlList
|
void |
AccessControlListAdmin.undeleteAccessControlList(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete AccessControlList
|
void |
ApplicationObjectAdmin.undeleteApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of undelete ApplicationObject
|
void |
ApplicationObjectAdmin.undeleteApplicationObject(LibrarySession sess,
String idname)
Inline/internal variant of Undelete ApplicationObject
|
void |
ApplicationObjectAdmin.undeleteApplicationObject(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete ApplicationObject
|
void |
DirectoryGroupAdmin.undeleteDirectoryGroup(LibrarySession sess,
ParameterTable params)
Section variant of undelete DirectoryGroup
|
void |
DirectoryGroupAdmin.undeleteDirectoryGroup(LibrarySession sess,
String idname)
Inline/internal variant of Undelete DirectoryGroup
|
void |
DirectoryGroupAdmin.undeleteDirectoryGroup(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete DirectoryGroup
|
void |
DirectoryUserAdmin.undeleteDirectoryUser(LibrarySession sess,
ParameterTable params)
Section variant of undelete DirectoryUser
|
void |
DirectoryUserAdmin.undeleteDirectoryUser(LibrarySession sess,
String idname)
Inline/internal variant of Undelete DirectoryUser
|
void |
DirectoryUserAdmin.undeleteDirectoryUser(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete DirectoryUser
|
void |
DocumentAdmin.undeleteDocument(LibrarySession sess,
ParameterTable params)
Section variant of undelete Document
|
void |
DocumentAdmin.undeleteDocument(LibrarySession sess,
String idname)
Inline/internal variant of Undelete Document
|
void |
DocumentAdmin.undeleteDocument(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete Document
|
void |
FamilyAdmin.undeleteFamily(LibrarySession sess,
ParameterTable params)
Section variant of undelete Family
|
void |
FamilyAdmin.undeleteFamily(LibrarySession sess,
String idname)
Inline/internal variant of Undelete Family
|
void |
FamilyAdmin.undeleteFamily(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete Family
|
void |
FolderAdmin.undeleteFolder(LibrarySession sess,
ParameterTable params)
Section variant of undelete Folder
|
void |
FolderAdmin.undeleteFolder(LibrarySession sess,
String idname)
Inline/internal variant of Undelete Folder
|
void |
FolderAdmin.undeleteFolder(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete Folder
|
void |
PropertyBundleAdmin.undeletePropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of undelete PropertyBundle
|
void |
PropertyBundleAdmin.undeletePropertyBundle(LibrarySession sess,
String idname)
Inline/internal variant of Undelete PropertyBundle
|
void |
PropertyBundleAdmin.undeletePropertyBundle(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete PropertyBundle
|
void |
SearchObjectAdmin.undeleteSearchObject(LibrarySession sess,
ParameterTable params)
Section variant of undelete SearchObject
|
void |
SearchObjectAdmin.undeleteSearchObject(LibrarySession sess,
String idname)
Inline/internal variant of Undelete SearchObject
|
void |
SearchObjectAdmin.undeleteSearchObject(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete SearchObject
|
void |
SelectorObjectAdmin.undeleteSelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of undelete SelectorObject
|
void |
SelectorObjectAdmin.undeleteSelectorObject(LibrarySession sess,
String idname)
Inline/internal variant of Undelete SelectorObject
|
void |
SelectorObjectAdmin.undeleteSelectorObject(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete SelectorObject
|
void |
UserProfileAdmin.undeleteUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of undelete UserProfile
|
void |
UserProfileAdmin.undeleteUserProfile(LibrarySession sess,
String idname)
Inline/internal variant of Undelete UserProfile
|
void |
UserProfileAdmin.undeleteUserProfile(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete UserProfile
|
void |
VersionDescriptionAdmin.undeleteVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of undelete VersionDescription
|
void |
VersionDescriptionAdmin.undeleteVersionDescription(LibrarySession sess,
String idname)
Inline/internal variant of Undelete VersionDescription
|
void |
VersionDescriptionAdmin.undeleteVersionDescription(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete VersionDescription
|
void |
VersionSeriesAdmin.undeleteVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of undelete VersionSeries
|
void |
VersionSeriesAdmin.undeleteVersionSeries(LibrarySession sess,
String idname)
Inline/internal variant of Undelete VersionSeries
|
void |
VersionSeriesAdmin.undeleteVersionSeries(LibrarySession sess,
String idname,
LibraryObjectDefinition def)
Inline/internal variant of Undelete VersionSeries
|
void |
AccessControlListAdmin.unidentifyAcl(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify ACL
|
void |
ApplicationObjectAdmin.unidentifyApplicationObject(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify ApplicationObject
|
void |
AttributeValueAdmin.unidentifyAttributeValue(LibrarySession sess,
ParameterTable params)
Section variant of unidentifyAttributeValue
|
void |
CategoryAdmin.unidentifyCategory(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify Category
|
void |
DefinitionAdmin.unidentifyDefinition(LibrarySession sess,
ParameterTable params)
Section variant of unidentifyDefinition
|
void |
DocumentAdmin.unidentifyDocument(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify Document
|
void |
FamilyAdmin.unidentifyFamily(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify Family
|
void |
FolderAdmin.unidentifyFolder(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify Folder
|
void |
DirectoryGroupAdmin.unidentifyGroup(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify Group
|
void |
PropertyBundleAdmin.unidentifyPropertyBundle(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify PropertyBundle
|
void |
SearchObjectAdmin.unidentifySearch(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify Search
|
void |
SearchObjectAdmin.unidentifySearchClassSpec(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify SearchClassSpec
|
void |
SearchObjectAdmin.unidentifySearchObject(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify SearchObject
|
void |
SearchObjectAdmin.unidentifySearchQual(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify SearchQual
|
void |
SearchObjectAdmin.unidentifySearchSortSpec(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify SearchSortSpec
|
void |
SearchObjectAdmin.unidentifySearchSpec(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify SearchSpec
|
void |
SelectorObjectAdmin.unidentifySelectorObject(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify SelectorObject
|
void |
UserProfileAdmin.unidentifyUserProfile(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify UserProfile
|
void |
VersionDescriptionAdmin.unidentifyVersionDescription(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify VersionDescription
|
void |
VersionSeriesAdmin.unidentifyVersionSeries(LibrarySession sess,
ParameterTable params)
Section variant of Unidentify VersionSeries
|
void |
SearchObjectAdmin.unidentifyViewSpec(LibrarySession sess,
ParameterTable params)
Section variant of unidentify View spec.
|
void |
DocumentAdmin.unreserveDocument(LibrarySession sess,
ParameterTable params)
Section variant of Unreserve Document
|
void |
DocumentAdmin.unreserveDocument(LibrarySession sess,
String path)
Inline/internal variant of Unreserve Document
|
protected void |
DirectoryServiceAdmin.updatePassword(LibrarySession sess,
ParameterTable params)
Section variant of UpdatePassword User
|
void |
DirectoryServiceAdmin.updatePassword(LibrarySession sess,
String credentialManagerName,
String distinguishedName,
String password)
inline variant of UpdatePassword
Updates a new user password entry in the underlying Directory Service.
|
void |
DirectoryServiceAdmin.verifyUserExists(LibrarySession sess,
String credentialManager,
String distinguishedName)
verify user exists; else throw an exception
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
BatchUpdateAssistant.BatchUpdate.getSession()
Gets the session used to perform the batch update.
|
Modifier and Type | Method and Description |
---|---|
static void |
LibrarySessionAction.abortTransaction(LibrarySession session,
Transaction tx)
Aborts the specified transaction, logging any exception.
|
protected void |
AddAttributeAction.analyze(LibrarySession session)
Called by
analyze . |
protected void |
FreeClassObjectAction.analyze(LibrarySession session)
Called by
analyze . |
protected void |
FreeServerConfigurationAction.analyze(LibrarySession session)
Called by
analyze . |
protected void |
LibrarySessionAction.analyze(LibrarySession session)
Called by
analyze . |
protected void |
RemoveAttributeAction.analyze(LibrarySession session)
Called by
analyze . |
protected AttributeDefinition |
AddAttributeAction.getAttributeDefinition(LibrarySession session)
Gets the AttributeDefinition for the attribute to be added.
|
protected String |
AddAttributeAction.getPreUpgradeAddColumnStatement(LibrarySession session)
Gets the "
ALTER TABLE " statement executed to add the
attribute's column to the "odm_ " table during pre-upgrade,
if addColumnDuringPreUpgrade returns
true. |
void |
FreeClassObjectAction.postUpgrade(LibrarySession session)
Called by
postUpgrade . |
protected void |
LibrarySessionAction.postUpgrade(LibrarySession session)
Called by
postUpgrade . |
protected void |
AddAttributeAction.preUpgrade(LibrarySession session)
Called by
preUpgrade . |
protected void |
LibrarySessionAction.preUpgrade(LibrarySession session)
Called by
preUpgrade . |
protected void |
AddAttributeAction.rollback(LibrarySession session,
boolean downgrade)
Called by
rollback . |
protected void |
LibrarySessionAction.rollback(LibrarySession session,
boolean downgrade)
Called by
rollback . |
protected void |
AddAttributeAction.upgrade(LibrarySession session)
Called by
upgrade . |
protected void |
FreeClassObjectAction.upgrade(LibrarySession session)
Called by
upgrade . |
protected void |
FreeServerConfigurationAction.upgrade(LibrarySession session)
Called by
upgrade . |
protected void |
LibrarySessionAction.upgrade(LibrarySession session)
Called by
upgrade . |
protected void |
RemoveAttributeAction.upgrade(LibrarySession session)
Called by
upgrade . |
Modifier and Type | Method and Description |
---|---|
protected Attribute |
AddAttributeAction.addAttributeIfNecessary(LibrarySession sess,
String className,
String attrName,
AttributeDefinition attrdef)
Deprecated.
Do the real work of adding the attribute, after checking to see
if the attribute exists already first.
|
void |
ApplyCategoryFlag.applyCategoryFlag(LibrarySession session,
String className,
int bitNumber,
int batchSize)
Set a Category FLAGS bit for PublicObjects that have at least one instance
of the specified Category class, and currently do not have that bit set.
|
protected void |
FreeClassObjectAction.clearClassNames(LibrarySession sess,
ClassObject co)
Clear the attributes BeanClassPath, ServerClassPath, and
SelectorClassPath for the specified ClassObject.
|
protected AttributeDefinition |
AddAttributeAction.createAttributeDefinition(LibrarySession sess,
String attrname,
String attrdesc,
int datatype,
int datalen,
boolean isRequired,
boolean isIndexed,
boolean isSettable,
boolean isUpdateable)
Deprecated.
Make the attributeDefinition.
|
protected PropertyBundle |
CreateNamedPropertyBundle.createNamedPropertyBundle(LibrarySession session,
String name,
String description,
String systemAclName)
Create a ValueDefault
|
protected PropertyBundle |
CreateNamedPropertyBundle.createPropertyBundle(LibrarySession session,
PropertyBundleDefinition def)
Creates a PropertyBundle from a PropertyBundleDefinition.
|
protected PropertyBundle |
CreateNamedPropertyBundle.createPropertyBundle(LibrarySession session,
String name,
String description,
AccessControlList acl)
Creates a PropertyBundle given a name and property definitions.
|
protected PropertyBundle |
CreateNamedPropertyBundle.createPropertyBundle(LibrarySession session,
String name,
String description,
String aclName)
Creates a PropertyBundle given a name and property definitions.
|
protected ValueDefault |
CreateNamedPropertyBundle.createValueDefault(LibrarySession session,
String name,
String description,
AttributeValue value)
Create a ValueDefault
|
protected ValueDefault |
CreateNamedPropertyBundle.createValueDefault(LibrarySession session,
ValueDefaultDefinition def) |
protected void |
AddAccessLevel.enableAllAccessLevelsInAces(LibrarySession sess,
long sourceLevel,
long additionalLevel)
Find all AccessControlEntrys in the system that have a set of
permissions enabled and also enable a new set of permissions
|
protected void |
AddAccessLevel.enableAllAccessLevelsInPermissionBundles(LibrarySession sess,
long sourceLevel,
long additionalLevel)
Change permission bundles in the system.
|
void |
ApplyCategoryFlag.execute(LibrarySession sess)
Execute the action.
|
void |
FreeClassObjectAction.execute(LibrarySession sess)
Frees the ClassObject with the name specified by the
ClassObject property. |
void |
RecreateClassObjectViews.execute(LibrarySession session)
Creates or re-creates the views for the ClassObject specified by the
ClassObject property, and its subclasses. |
void |
RecreatePublicObjectViews.execute(LibrarySession session)
execute the script; re-creates the PublicObject views.
|
void |
RemoveAttributeAction.execute(LibrarySession sess)
Removes the attribute specified by the
ClassObject and
Attribute properties. |
protected void |
ObjectNameReset.fixName(LibrarySession session,
LibraryObject obj) |
protected void |
FreeClassObjectAction.freeAllInstancesOfClass(LibrarySession sess,
String className)
Frees all instances of a class.
|
protected void |
FreeClassObjectAction.freeAttributeBundles(LibrarySession sess,
Attribute attr)
Free the bundles associated with the attribute
|
protected void |
FreeClassObjectAction.freeBundles(LibrarySession sess,
ClassObject co)
Free the bundles associated with the class and its
Attributes.
|
protected void |
FreeClassObjectAction.freeClassObjectIfNecessary(LibrarySession sess,
String className)
Do the real work of freeing the ClassObject, after checking to see
if the classobject exists already first.
|
protected PropertyBundle |
CreateNamedPropertyBundle.getNamedPropertyBundle(LibrarySession session,
String name)
Find a named PropertyBundle from a ValueDefault.
|
protected ServerConfiguration[] |
RenamePropertyAction.getServerConfigurationObjectsByName(LibrarySession session,
String serverClassName)
Select a set of ServerConfiguration objects by server
class name.
|
protected AccessControlList |
CreateNamedPropertyBundle.lookupSystemAcl(LibrarySession session,
String name)
Find a SystemAccessControlList by name; return null if no SystemAccessControlList
exists with the specified name.
|
protected ValueDefault |
CreateNamedPropertyBundle.lookupValueDefault(LibrarySession session,
String name)
Find a ValueDefault by name; return null if no ValueDefault
exists with the specified name.
|
protected void |
AddAccessLevel.modifyAccessControlEntries(LibrarySession sess,
long sourceLevel,
long additionalLevel) |
protected void |
ModifyAttributeAction.modifyAttributeIfNecessary(LibrarySession sess,
String className,
String attrOldName,
String attrNewName)
Do the real work of modifying the attribute, after checking to see
if the attribute exists already first.
|
protected void |
AddAccessLevel.modifyPermissionBundles(LibrarySession sess,
AccessControlList acl,
long additionalLevel)
Add the new access level to the given ACL's permission bundle.
|
protected void |
AddAccessLevel.modifyPermissionBundles(LibrarySession sess,
long sourceLevel,
long additionalLevel)
Change permission bundles in the system.
|
void |
RecreateClassObjectViews.recreateViews(LibrarySession session,
ClassObject co)
Creates or re-creates the views for the specified ClassObject, and its
subclasses.
|
protected void |
RemoveAttributeAction.removeAttributeIfNecessary(LibrarySession sess,
String className,
String attrName)
Do the real work of adding the attribute, after checking to see
if the attribute exists already first.
|
protected void |
RemoveAttributeAction.removeAttributeIfNecessary(LibrarySession sess,
String className,
String attrName,
boolean dropColumn)
Do the real work of adding the attribute, after checking to see
if the attribute exists already first.
|
protected void |
RenamePropertyAction.renameServerConfigurationProperties(LibrarySession session,
String serverClassName,
RenamePropertyAction.DblString[] props)
Identifies a ServerConfiguration based on a serverClassname.
|
protected void |
ObjectNameReset.resetObjectNames(LibrarySession session,
String className,
ClassObject[] omitClasses) |
protected ApplyCategoryFlag.CategoryInfo[] |
ApplyCategoryFlag.selectIdBatch(LibrarySession session,
ClassObject co,
long lastId,
int batchSize)
Select a batch of IDs for Category objects that need to be processed,
for the specified class.
|
protected boolean |
ObjectNameReset.shouldOmit(LibrarySession session,
LibraryObject obj,
ClassObject[] omitClasses) |
static void |
ObjectIndexUtilities.updateIndexedAttribute(LibrarySession session,
String className,
String attrName,
boolean newIsIndexedValue)
updateIndexedAttribute should be invoked after creating a new index
on an attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
TieLibrarySession
TieLibrarySession allows the Oracle-defined behavior of the
LibrarySession class to be extended or overridden.
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
ConnectedLibraryObjectCache.m_Session
The server-side BoundedLibraryObjectCache that this cache is connected to.
|
protected LibrarySession |
FolderPathResolver.m_Session
The current session
|
protected LibrarySession |
LibraryObject.m_Session
The session context for the object.
|
protected LibrarySession |
Search.m_Session
LibrarySession in which Search will execute.
|
protected LibrarySession |
Selector.m_Session
The current session
|
Modifier and Type | Method and Description |
---|---|
protected LibrarySession |
LibrarySession.cloneSession()
Clone a new session based on the user of the current session.
|
LibrarySession |
LibraryService.connect(Credential credential,
ConnectOptions options)
Connects to this CM SDK service, creating a new CM SDK session.
|
LibrarySession |
LibrarySession.createGuestSession()
Create a new session based on the "guest" user.
|
LibrarySession |
LibrarySession.createGuestSession(ConnectOptions options)
Create a new session based on the "guest" user.
|
LibrarySession |
LibrarySession.createSession()
Create a new session based on the user of the current session.
|
LibrarySession |
LibrarySession.createSession(DirectoryUser user)
Create a new session for the specified user.
|
LibrarySession |
LibrarySession.createSession(DirectoryUser user,
ConnectOptions options)
Create a new session for the specified user.
|
LibrarySession |
LibraryObjectDefinition.getLibrarySession()
Get the bean-side session associated with this instance.
|
LibrarySession |
ClonedLibrarySessionInfo.getMasterSession()
Returns the master session used to clone the related session.
|
LibrarySession |
ClonedLibrarySessionManager.getMasterSession()
Returns the master session used to clone other sessions.
|
LibrarySession |
EventNotificationSelector.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
LibraryObject.getSession()
Returns the LibrarySession in which
this object was instantiated.
|
LibrarySession |
PreparedSelector.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
ClonedLibrarySessionManager.reserveClonedSession()
Reserves a cloned session.
|
LibrarySession |
LibrarySession.reserveClonedSession()
Reserves a cloned session.
|
LibrarySession |
ClonedLibrarySessionManager.reserveClonedSession(long retryDelay)
Reserves a cloned session.
|
protected LibrarySession |
ClonedLibrarySessionManager.ClonedSessionExecutor.reserveSession()
Reserve a session from the pool.
|
LibrarySession |
DirectoryUser.switchSessionMode(int mode)
Switches the current session into the specified mode.
|
protected LibrarySession |
LibraryObject.verifyConnected()
Returns the current LibrarySession if
the session is connected; otherwise raise
a "not connected" exception.
|
protected LibrarySession |
PreparedSelector.verifyConnected()
Return the current LibrarySession if
the session is connected; otherwise raise
a "not connected" exception.
|
protected LibrarySession |
Search.verifyConnected()
Ensure LibrarySession of this Search is valid.
|
LibrarySession |
Selector.verifyConnected()
Return the current LibrarySession if
the session is connected; otherwise raise
a "not connected" exception.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ClonedLibrarySessionManager.ClonedSessionExecutor.acceptNewSession(LibrarySession sess)
Puts the session back to the pool
|
protected static AccessControlEntry |
AccessControlEntry.constructAccessControlEntry(LibrarySession sess,
S_LibraryObjectData data)
Construct AccessControlEntry from a S_LibraryObjectData
|
protected static AccessControlEntry[] |
AccessControlEntry.constructAccessControlEntryArray(LibrarySession sess,
Long[] ids)
Construct a AccessControlEntry array from an array of object IDs.
|
protected static Vector |
AccessControlEntry.constructAccessControlEntryVector(LibrarySession sess,
Vector vector)
Construct a Vector of ACE from a Vector of S_LibraryObjectData.
|
protected static AccessControlList |
AccessControlList.constructAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Returns AccessControlList from a S_LibraryObjectData
|
protected static AccessControlList[] |
AccessControlList.constructAccessControlListArray(LibrarySession sess,
Long[] ids)
Constructs a AccessControlList array from an array of object IDs.
|
protected static Vector |
AccessControlList.constructAccessControlListVector(LibrarySession sess,
Vector vector)
Construct Vector of AccessControlList from vector
of S_LibraryObjectData
|
protected static Vector |
ClassAccessControlList.constructAccessControlListVector(LibrarySession sess,
Vector vector)
Return ClassAccessControlList Vector from a Vector of S_LibraryObjectData
|
protected static Vector |
SystemAccessControlList.constructAccessControlListVector(LibrarySession sess,
Vector vector)
Constructs a vector of SystemAccessControlList objects
from a vector of corresponding data objects.
|
protected static ApplicationObject |
ApplicationObject.constructApplicationObject(LibrarySession sess,
S_LibraryObjectData data)
Returns an ApplicationObject from a data component object.
|
protected static Vector |
ApplicationObject.constructApplicationObjectVector(LibrarySession sess,
Vector vector)
Constructs a Vector of ApplicationObject from a Vector of
LibraryObjectData.
|
protected static Attribute |
Attribute.constructAttribute(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs an Attribute for the specified data.
|
protected static BranchRelationship |
BranchRelationship.constructBranchRelationship(LibrarySession sess,
S_LibraryObjectData data)
constructBranchRelationship - FixmeJavadocMethod
|
protected static Vector |
BranchRelationship.constructBranchRelationshipVector(LibrarySession sess,
Vector vector)
constructBranchRelationshipVector - FixmeJavadocMethod
|
protected static Category |
Category.constructCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a Category object from a Category data object.
|
protected static Category[] |
Category.constructCategoryArray(LibrarySession sess,
Long[] ids)
Construct a Category array from an array of object IDs.
|
protected static SchemaCategory[] |
SchemaCategory.constructCategoryArray(LibrarySession sess,
Long[] ids)
Construct a SchemaCategory array from an array of object IDs.
|
protected static SystemCategory[] |
SystemCategory.constructCategoryArray(LibrarySession sess,
Long[] ids)
Construct a SystemCategory array from an array of object IDs.
|
protected static Vector |
Category.constructCategoryVector(LibrarySession sess,
Vector vector)
Returns Category Vector from a Vector of Category.
|
protected static Vector |
SchemaCategory.constructCategoryVector(LibrarySession sess,
Vector vector)
Returns SchemaCategory Vector from a Vector of SchemaCategory.
|
protected static Vector |
SystemCategory.constructCategoryVector(LibrarySession sess,
Vector vector)
Returns Category Vector from a Vector of SystemCategory.
|
protected static ClassAccessControlList |
ClassAccessControlList.constructClassAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Return ClassAccessControlList from a S_LibraryObjectData
|
protected static ClassDomain |
ClassDomain.constructClassDomain(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ClassDomain for the specified data.
|
protected static ClassObject |
ClassObject.constructClassObject(LibrarySession sess,
S_LibraryObjectData data)
Internal use only: Constructs a ClassObject for the specified data.
|
protected static Vector |
ClassObject.constructClassObjectVector(LibrarySession sess,
Vector vector)
Internal use only: Converts a vector of S_LibraryObjectDatas to a
vector of ClassObjects.
|
protected static ContentObject |
ContentObject.constructContentObject(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ContentObject object from the
S_LibraryObjectData object.
|
protected static Vector |
ContentObject.constructContentObjectVector(LibrarySession sess,
Vector vector)
Returns ContentObject Vector from a Vector of ContentObject objects.
|
protected static ContentQuota |
ContentQuota.constructContentQuota(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ContentQuota for the specified data.
|
protected static Vector |
ContentQuota.constructContentQuotaVector(LibrarySession sess,
Vector vector)
Constructs a vector of ContentQuota from vector
of S_LOData.
|
protected static DirectoryGroup |
DirectoryGroup.constructDirectoryGroup(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryGroup object from the S_LibraryObjectData object.
|
protected static DirectoryGroup[] |
DirectoryGroup.constructDirectoryGroupArray(LibrarySession sess,
Long[] ids)
Construct a DirectoryGroup array from an array of object IDs.
|
protected static Vector |
DirectoryGroup.constructDirectoryGroupVector(LibrarySession sess,
Vector vector)
Returns DirectoryGroup Vector from a Vector of S_DirectoryObjectData
objects.
|
protected static DirectoryObject |
DirectoryObject.constructDirectoryObject(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryObject from a S_LibraryObjectData.
|
protected static DirectoryObject[] |
DirectoryObject.constructDirectoryObjectArray(LibrarySession sess,
Long[] ids)
Construct a DirectoryObject array from an array of object IDs.
|
protected static Vector |
DirectoryObject.constructDirectoryObjectVector(LibrarySession sess,
Vector vector)
Constructs a DirectoryObject Vector from a Vector of
S_DirectoryObjectData.
|
protected static DirectoryUser |
DirectoryUser.constructDirectoryUser(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryUser from a S_LibraryObjectData.
|
protected static Vector |
DirectoryUser.constructDirectoryUserVector(LibrarySession sess,
Vector vector)
Constructs a DirectoryUser Vector from a Vector of S_DirectoryObjectData.
|
protected static Document |
Document.constructDocument(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Document object from the
S_LibraryObjectData object.
|
protected static Vector |
Document.constructDocumentVector(LibrarySession sess,
Vector vector)
Returns Document Vector from a Vector of S_DocumentData objects.
|
static ParameterTable |
PropertyBundle.constructEquivalentParameterTable(LibrarySession session,
Property[] props)
Construct a ParameterTable that is equivalent to the
specified set of properties.
|
static ParameterTable |
PropertyBundle.constructEquivalentParameterTable(LibrarySession session,
PropertyBundleDefinition pbDef)
Construct a ParameterTable that is equivalent to the
set of properties defined in the specified PropertyBundleDefinition.
|
protected static ExtendedPermission |
ExtendedPermission.constructExtendedPermission(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ExtendedPermission object from the
S_LibraryObjectData object.
|
protected static Vector |
ExtendedPermission.constructExtendedPermissionVector(LibrarySession sess,
Vector vector)
Returns a Vector of ExtendedPermission objects from a vector of
data corresponding to it.
|
protected static ExtendedUserProfile |
ExtendedUserProfile.constructExtendedUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a ExtendedUserProfile object from the definition object.
|
protected static Vector |
ExtendedUserProfile.constructExtendedUserProfileVector(LibrarySession sess,
Vector vector)
Returns ExtendedUserProfile Vector from a Vector of ExtendedUserProfile
|
protected static Family |
Family.constructFamily(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Family object from the
S_LibraryObjectData object.
|
protected static Vector |
Family.constructFamilyVector(LibrarySession sess,
Vector vector)
Returns Family Vector from a Vector of S_LibraryObjectData objects.
|
protected static Folder |
Folder.constructFolder(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Folder object from the S_LibraryObjectData object.
|
protected static Folder[] |
Folder.constructFolderArray(LibrarySession sess,
Long[] ids)
Construct a Folder array from an array of object IDs.
|
protected static FolderPathRelationship |
FolderPathRelationship.constructFolderPathRelationship(LibrarySession sess,
S_LibraryObjectData data)
Builds a FolderPathRelationship from a S_LibraryObjectData.
|
protected static Vector |
FolderPathRelationship.constructFolderPathRelationshipVector(LibrarySession sess,
Vector vector)
Builds a Vector of FolderPathRelationship(s) from a Vector of S_LibraryObjectData
representing FolderPathRelationship(s).
|
protected static FolderRelationship |
FolderRelationship.constructFolderRelationship(LibrarySession sess,
S_LibraryObjectData data)
Builds a FolderRelationship from a S_LibraryObjectData.
|
protected static Vector |
FolderRelationship.constructFolderRelationshipVector(LibrarySession sess,
Vector vector)
Builds a Vector of FolderRelationship(s) from a Vector of S_LibraryObjectData
representing FolderRelationship(s).
|
protected static Vector |
Folder.constructFolderVector(LibrarySession sess,
Vector vector)
Returns Folder Vector from a Vector of S_FolderData objects.
|
protected static Format |
Format.constructFormat(LibrarySession sess,
S_LibraryObjectData data)
constructFormat - FixmeJavadocMethod
|
protected static Vector |
Format.constructFormatVector(LibrarySession sess,
Vector vector)
constructFormatVector - FixmeJavadocMethod
|
protected static GroupMemberRelationship |
GroupMemberRelationship.constructGroupMemberRelationship(LibrarySession sess,
S_LibraryObjectData data)
Constructs a GroupMemberRelationship from a S_DirectoryObjectData.
|
protected static Vector |
GroupMemberRelationship.constructGroupMemberRelationshipVector(LibrarySession sess,
Vector vector)
Constructs a GroupMemberRelationship Vector from a Vector of
S_DirectoryObjectData.
|
static LibraryObjectDefinition |
LibraryObjectDefinition.constructInstance(LibrarySession session,
AttributeValueTable avt,
String defClassName)
Dynamically construct an instance from a table that contains the
desired class.
|
protected static LibraryObject |
LibraryObject.constructLibraryObject(LibrarySession sess,
S_LibraryObjectData data) |
protected static Vector |
LibraryObject.constructLibraryObjectVector(LibrarySession sess,
Vector vector)
Return LibraryObject Vector from a Vector of LibraryObject.
|
protected static LifecyclePolicyEntry[] |
LifecyclePolicyEntry.constructLifecyclePolicyEntryArray(LibrarySession sess,
Long[] ids)
Constructs a LifecyclePolicyEntry array from an array of object IDs.
|
protected static Link |
Link.constructLink(LibrarySession sess,
S_LibraryObjectData data)
Returns a Link object from a Link data object.
|
protected static Link[] |
Link.constructLinkArray(LibrarySession sess,
Long[] ids)
Construct a Link array from an array of object IDs.
|
protected static Vector |
Link.constructLinkVector(LibrarySession sess,
Vector vector)
Returns Link Vector from a Vector of S_LOData.
|
protected InterMediaSourceDefinition |
InterMediaAnnotator.constructMediaSourceDefinition(LibrarySession session,
ClassObject classobj)
Constructs an InterMediaSourceDefinition of the desired type.
|
protected static MessageEntry[] |
MessageEntry.constructMessageEntryArray(LibrarySession sess,
Long[] ids)
Constructs a MessageEntry array from an array of object IDs.
|
protected static NamedRelationship |
NamedRelationship.constructNamedRelationship(LibrarySession sess,
S_LibraryObjectData data) |
protected static Vector |
NamedRelationship.constructNamedRelationshipVector(LibrarySession sess,
Vector vector) |
protected static PermissionBundle |
PermissionBundle.constructPermissionBundle(LibrarySession sess,
S_LibraryObjectData data)
Construct a permission bundle object from data corresponding to
it.
|
protected static Vector |
PermissionBundle.constructPermissionBundleVector(LibrarySession sess,
Vector vector)
Construct a vector of permission bundles from a vector of
data corresponding to them.
|
protected static Policy |
Policy.constructPolicy(LibrarySession sess,
S_LibraryObjectData data)
Constructs a Policy from a S_LibraryObjectData.
|
protected static PolicyListElement |
PolicyListElement.constructPolicyListElement(LibrarySession sess,
S_LibraryObjectData data)
Construct PolicyListElement from a S_LibraryObjectData
|
protected static PolicyListElement[] |
PolicyListElement.constructPolicyListElementArray(LibrarySession sess,
Long[] ids)
Construct a PolicyListElement array from an array of object IDs.
|
protected static Vector |
PolicyListElement.constructPolicyListElementVector(LibrarySession sess,
Vector vector)
Construct a Vector of PolicyListElement from a Vector of S_LibraryObjectData.
|
protected static Vector |
Policy.constructPolicyVector(LibrarySession sess,
Vector vector)
Constructs a Policy Vector from a Vector of S_LibraryObjectData.
|
protected static PrimaryUserProfile |
PrimaryUserProfile.constructPrimaryUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a PrimaryUserProfile object from the definition object.
|
protected static Vector |
PrimaryUserProfile.constructPrimaryUserProfileVector(LibrarySession sess,
Vector vector)
Returns PrimaryUserProfile Vector from a Vector of PrimaryUserProfile
|
protected static Property |
Property.constructProperty(LibrarySession session,
S_LibraryObjectData data)
Constructs a Property from a S_LibraryObjectData.
|
protected static Property[] |
Property.constructPropertyArray(LibrarySession sess,
Long[] ids)
Construct a Property array from an array of object IDs.
|
protected static PropertyBundle |
PropertyBundle.constructPropertyBundle(LibrarySession sess,
S_LibraryObjectData data)
Constructs a PropertyBundle from the specified data.
|
protected static Vector |
PropertyBundle.constructPropertyBundleVector(LibrarySession sess,
Vector vector)
Constructs a Vector of PropertyBundle from a Vector of
S_LibraryObjectData.
|
protected static Vector |
Property.constructPropertyVector(LibrarySession sess,
Vector vector)
Constructs Vector of Property from Vector of S_LibraryObjectData.
|
protected static PublicObject |
PublicObject.constructPublicObject(LibrarySession sess,
S_LibraryObjectData data) |
static PublicObject[] |
PublicObject.constructPublicObjectArray(LibrarySession sess,
Long[] ids)
Constructs a PublicObject array from an array of object IDs.
|
protected static Vector |
PublicObject.constructPublicObjectVector(LibrarySession sess,
Vector vector) |
protected static Queue |
Queue.constructQueue(LibrarySession sess,
S_LibraryObjectData data)
constructQueue FixmeJavadocMethod
|
protected static Vector |
Queue.constructQueueVector(LibrarySession sess,
Vector vector)
constructQueueVector - FixmeJavadocMethod
|
protected static Relationship |
Relationship.constructRelationship(LibrarySession sess,
S_LibraryObjectData data)
Return Relationship from a Relationship data
|
protected static Vector |
Relationship.constructRelationshipVector(LibrarySession sess,
Vector vector)
Retruns a vector of relationships.
|
protected static SchemaCategory |
SchemaCategory.constructSchemaCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a SchemaCategory object from a SchemaCategory data object.
|
protected static SchemaObject |
SchemaObject.constructSchemaObject(LibrarySession sess,
S_LibraryObjectData data)
Internal use only: Constructs a SchemaObject for the specified data.
|
protected static Vector |
SchemaObject.constructSchemaObjectVector(LibrarySession sess,
Vector vector)
Internal use only: Converts a vector of S_LibraryObjectDatas to a
vector of SchemaObjects.
|
protected static SearchObject |
SearchObject.constructSearchObject(LibrarySession sess,
S_LibraryObjectData data)
Deprecated.
Internal function used for constructing SearchObject
|
protected static Vector |
SearchObject.constructSearchObjectVector(LibrarySession sess,
Vector vector)
Deprecated.
Helper function, for converting a Vector of LODatas
into a Vector of SearchObjects.
|
protected static SelectorObject |
SelectorObject.constructSelectorObject(LibrarySession sess,
S_LibraryObjectData data)
return SelectorObject from a SelectorObjectDefinitions
|
protected static Vector |
SelectorObject.constructSelectorObjectVector(LibrarySession sess,
Vector vector)
return SelectorObject Vector from a Vector of SelectorObject
|
protected static SystemAccessControlList |
SystemAccessControlList.constructSystemAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Constructs a SystemAccessControlList object using a data object
corresponding to it.
|
protected static SystemCategory |
SystemCategory.constructSystemCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a SystemCategory object from a SystemCategory data object.
|
protected static SystemObject |
SystemObject.constructSystemObject(LibrarySession sess,
S_LibraryObjectData data)
return SystemObject from a S_LOData.
|
protected static Vector |
SystemObject.constructSystemObjectVector(LibrarySession sess,
Vector vector)
Return SystemObject Vector from a Vector of SystemObject
|
protected static UserProfile |
UserProfile.constructUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a UserProfile object from the definition object.
|
protected static Vector |
UserProfile.constructUserProfileVector(LibrarySession sess,
Vector vector)
Returns UserProfile Vector from a Vector of UserProfile
|
protected static ValueDefault |
ValueDefault.constructValueDefault(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefault for the specified data.
|
protected static ValueDefaultPropertyBundle |
ValueDefaultPropertyBundle.constructValueDefaultPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefaultPropertyBundle for the
specified data.
|
protected static ValueDomain |
ValueDomain.constructValueDomain(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomain for the specified data.
|
protected static ValueDomainPropertyBundle |
PolicyPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Deprecated.
Constructs a ValueDomainPropertyBundle for the specified data.
|
protected static ValueDomainPropertyBundle |
ValueDomainPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomainPropertyBundle for the
specified data.
|
protected static VersionDescription |
VersionDescription.constructVersionDescription(LibrarySession sess,
S_LibraryObjectData data)
Return VersionDescription from a VersionDescription data.
|
protected static VersionDescription[] |
VersionDescription.constructVersionDescriptionArray(LibrarySession sess,
Long[] ids)
Construct a Version Description array from an array of object IDs.
|
protected static Vector |
VersionDescription.constructVersionDescriptionVector(LibrarySession sess,
Vector vector)
Returns a VersionDescription Vector from a Vector of VersionDescription
|
protected static VersionSeries |
VersionSeries.constructVersionSeries(LibrarySession sess,
S_LibraryObjectData data)
Constructs a VersionSeries from data corresponding to it.
|
protected static VersionSeries[] |
VersionSeries.constructVersionSeriesArray(LibrarySession sess,
Long[] ids)
Construct a Version Series array from an array of object IDs.
|
protected static Vector |
VersionSeries.constructVersionSeriesVector(LibrarySession sess,
Vector vector)
Constructs a vector of VersionSeries objects from a vector
of data objects corresponding to it.
|
static ApplicationToken |
ApplicationToken.create(LibrarySession session,
ApplicationTokenDefinition tokenDef)
Creates a new ApplicationToken from the specified definition.
|
static SimplePropertyTable |
SimplePropertyTable.create(LibrarySession session,
String name)
Creates an empty instance.
|
static SimplePropertyTableList |
SimplePropertyTableList.create(LibrarySession session,
String name,
List<AttributeValueTable> propTablesList,
boolean createObjectTable)
Creates an empty instance.
|
static SimplePropertyTable |
SimplePropertyTable.createInstance(LibrarySession session,
AttributeValueTable avt)
Create a new SimplePropertyTable from the specified AttributeValueTable.
|
static SimplePropertyTableList |
SimplePropertyTableList.createInstance(LibrarySession session,
AttributeValueTable avt)
Create a new SimplePropertyTableList from the specified AttributeValueTable.
|
protected static void |
Search.createView(LibrarySession sess,
ViewSpecification vsp) |
static int |
ContentObject.deleteUnreferenced(LibrarySession session,
int batchSize)
Delete all ContentObjects that are no longer referenced
by one or more Documents.
|
static String |
LibraryObject.deriveDomainUniqueName(LibrarySession session,
AttributeValue avName,
AttributeValue avDomain,
String delim)
Derive a "Domain based unique name", which is a composite of an object
which acts as an Domain for scoping purposes, and the object name.
|
protected void |
LibrarySession.DMSetLibrarySession(LibrarySession session)
Invokes the identically-named remote S_LibrarySession method.
|
boolean |
LibrarySession.equals(LibrarySession otherSession)
Compares whether two LibrarySessions are the same by comparing IDs.
|
static NamedRelationship |
NamedRelationship.find(LibrarySession session,
PublicObject leftObj,
PublicObject rightObj,
String type)
Finds an instance that matches the specified left and right objects,
and the specified type.
|
static AccessControlList[] |
AccessControlList.findAll(LibrarySession session)
Returns the set of defined AccessControlLists.
|
static ActionSpecification[] |
ActionSpecification.findAll(LibrarySession session)
Returns the set of defined ActionSpecifications.
|
static ActivitySpecification[] |
ActivitySpecification.findAll(LibrarySession session)
Returns the set of defined ActivitySpecifications.
|
static ApplicationToken[] |
ApplicationToken.findAll(LibrarySession session)
Returns all ApplicationTokens.
|
static ClassAccessControlList[] |
ClassAccessControlList.findAll(LibrarySession session)
Returns the set of defined ClassAccessControlLists.
|
static ClassDomain[] |
ClassDomain.findAll(LibrarySession session)
Returns the set of defined ClassDomains.
|
static ClassObject[] |
ClassObject.findAll(LibrarySession session)
Returns the set of defined ClassObjects.
|
static CustomMediaDriverSpecification[] |
CustomMediaDriverSpecification.findAll(LibrarySession session)
Gets the set of all CustomMediaDriverSpecifications.
|
static DependentView[] |
DependentView.findAll(LibrarySession session)
Returns the set of defined DependentViews.
|
static DirectoryUser[] |
DirectoryUser.findAll(LibrarySession session)
Returns the set of defined DirectoryUsers.
|
static ExtendedPermission[] |
ExtendedPermission.findAll(LibrarySession session)
Returns the set of defined ExtendedPermissions.
|
static ExtendedUserProfile[] |
ExtendedUserProfile.findAll(LibrarySession session)
Returns the set of defined ExtendedUserProfiles.
|
static RetentionPolicy[] |
ExternalRetentionPolicy.findAll(LibrarySession session)
Returns the set of defined ExternalRetentionPolicy instances.
|
static Format[] |
Format.findAll(LibrarySession session)
Returns the set of defined Formats.
|
static RetentionPolicy[] |
InternalRetentionPolicy.findAll(LibrarySession session)
Returns the set of defined InternalRetentionPolicy instances.
|
static LifecycleDateRuleSpecification[] |
LifecycleDateRuleSpecification.findAll(LibrarySession session)
Returns the set of defined LifecycleDateRuleSpecifications.
|
static LifecyclePolicy[] |
LifecyclePolicy.findAll(LibrarySession session)
Returns the set of defined LifecyclePolicy instances.
|
static LifecyclePolicyActionSpecification[] |
LifecyclePolicyActionSpecification.findAll(LibrarySession session)
Returns the set of defined LifecyclePolicyActionSpecifications.
|
static Media[] |
Media.findAll(LibrarySession session)
Returns the set of defined Medias.
|
static MediaBfile[] |
MediaBfile.findAll(LibrarySession session)
Gets the set of all MediaBfile instances.
|
static MediaBlob[] |
MediaBlob.findAll(LibrarySession session)
Gets the set of all MediaBlob instances.
|
static MediaCustom[] |
MediaCustom.findAll(LibrarySession session)
Gets the set of all MediaCustom instances.
|
static NodeConfiguration[] |
NodeConfiguration.findAll(LibrarySession session)
Returns the set of defined NodeConfiguration instances.
|
static PerformedActivitySpecification[] |
PerformedActivitySpecification.findAll(LibrarySession session)
Returns the set of all PerformedActivitySpecifications.
|
static PermissionBundle[] |
PermissionBundle.findAll(LibrarySession session)
Returns the set of defined PermissionBundles.
|
static Policy[] |
Policy.findAll(LibrarySession session)
Returns the set of defined Policies.
|
static PolicyList[] |
PolicyList.findAll(LibrarySession session)
Returns the set of defined PolicyLists.
|
static Queue[] |
Queue.findAll(LibrarySession session)
Returns the set of defined Queues.
|
static RetentionPolicy[] |
RetentionPolicy.findAll(LibrarySession session)
Returns the set of defined RetentionPolicy instances.
|
static ServerConfiguration[] |
ServerConfiguration.findAll(LibrarySession session)
Returns all ServerConfigurations.
|
static ServiceConfiguration[] |
ServiceConfiguration.findAll(LibrarySession session)
Returns the set of defined ServiceConfiguration instances.
|
static StorageGroup[] |
StorageGroup.findAll(LibrarySession session)
Gets the set of all StorageGroups.
|
static SystemAccessControlList[] |
SystemAccessControlList.findAll(LibrarySession session)
Returns the set of defined SystemAccessControlLists.
|
static SystemLockEntry[] |
SystemLockEntry.findAll(LibrarySession session)
Returns the set of defined SystemLockEntry instances.
|
static SystemLockObject[] |
SystemLockObject.findAll(LibrarySession session)
Returns the set of defined SystemLockObjects.
|
static TrackedActivitySpecification[] |
TrackedActivitySpecification.findAll(LibrarySession session)
Returns the set of defined TrackedActivitySpecifications
The instances will be sorted by name.
|
static ValueDefault[] |
ValueDefault.findAll(LibrarySession session)
Returns the set of defined ValueDefaults.
|
static ValueDomain[] |
ValueDomain.findAll(LibrarySession session)
Returns the set of defined ValueDomains.
|
static DirectoryUser |
DirectoryUser.findByDistinguishedName(LibrarySession session,
String dn)
Gets the DirectoryUser with the specified distinguished name.
|
static Format |
Format.findByExtension(LibrarySession session,
String extension)
Returns the a Format matching the specified extension.
|
static AccessControlList |
AccessControlList.findByName(LibrarySession session,
String name)
Returns the a AccessControlList matching the
specified name.
|
static ActionSpecification |
ActionSpecification.findByName(LibrarySession session,
String name)
Returns the a ActionSpecification matching the
specified name.
|
static ActivitySpecification |
ActivitySpecification.findByName(LibrarySession session,
String name)
Returns the a ActivitySpecification matching the
specified name.
|
static ApplicationToken |
ApplicationToken.findByName(LibrarySession session,
String tokenValue)
Finds a ApplicationTokens instance by token value
Returns null if no ApplicationToken with the given token value could
be found.
|
static ClassAccessControlList |
ClassAccessControlList.findByName(LibrarySession session,
String name)
Returns the a ClassAccessControlList matching the
specified name.
|
static ClassDomain |
ClassDomain.findByName(LibrarySession session,
String name)
Returns the a ClassDomain matching the
specified name.
|
static ClassObject |
ClassObject.findByName(LibrarySession session,
String name)
Returns the a ClassObject matching the
specified name.
|
static CustomMediaDriverSpecification |
CustomMediaDriverSpecification.findByName(LibrarySession session,
String name)
Gets the CustomMediaDriverSpecification with the specified name.
|
static DependentView |
DependentView.findByName(LibrarySession session,
String name)
Returns the a DependentView matching the
specified name.
|
static DirectoryUser |
DirectoryUser.findByName(LibrarySession session,
String name)
Returns the a DirectoryUser matching the
specified name.
|
static ExtendedPermission |
ExtendedPermission.findByName(LibrarySession session,
String name)
Returns the a ExtendedPermission matching the
specified name.
|
static ExtendedUserProfile |
ExtendedUserProfile.findByName(LibrarySession session,
String name)
Returns the a ExtendedUserProfile matching the
specified name.
|
static Format |
Format.findByName(LibrarySession session,
String name)
Returns the a Format matching the specified name.
|
static LifecycleDateRuleSpecification |
LifecycleDateRuleSpecification.findByName(LibrarySession session,
String name)
Returns the a LifecycleDateRuleSpecification matching the
specified name.
|
static LifecyclePolicy |
LifecyclePolicy.findByName(LibrarySession session,
String name)
Returns a LifecyclePolicy matching the specified name.
|
static LifecyclePolicyActionSpecification |
LifecyclePolicyActionSpecification.findByName(LibrarySession session,
String name)
Returns the a LifecyclePolicyActionSpecification matching the
specified name.
|
static Media |
Media.findByName(LibrarySession session,
String name)
Returns the a Media matching the specified name.
|
static MediaBfile |
MediaBfile.findByName(LibrarySession session,
String name)
Gets the MediaBfile with the specified name.
|
static MediaBlob |
MediaBlob.findByName(LibrarySession session,
String name)
Gets the MediaBlob with the specified name.
|
static MediaCustom |
MediaCustom.findByName(LibrarySession session,
String name)
Gets the MediaCustom instance with the specified name.
|
static NodeConfiguration |
NodeConfiguration.findByName(LibrarySession session,
String name)
Returns a NodeConfiguration matching the specified name.
|
static PerformedActivitySpecification |
PerformedActivitySpecification.findByName(LibrarySession session,
String name)
Returns the a PerformedActivitySpecification matching the
specified name.
|
static PermissionBundle |
PermissionBundle.findByName(LibrarySession session,
String name)
Returns the a PermissionBundle matching the
specified name.
|
static Policy |
Policy.findByName(LibrarySession session,
String name)
Returns the a Policy matching the
specified name.
|
static PolicyList |
PolicyList.findByName(LibrarySession session,
String name)
Returns the a PolicyList matching the
specified name.
|
static Queue |
Queue.findByName(LibrarySession session,
String name)
Returns the a Queue matching the specified name.
|
static RetentionPolicy |
RetentionPolicy.findByName(LibrarySession session,
String name)
Returns a RetentionPolicy matching the specified name.
|
static ServerConfiguration |
ServerConfiguration.findByName(LibrarySession session,
String uniqueName)
Finds a ServerConfigurations instance by UniqueName value.
|
static ServiceConfiguration |
ServiceConfiguration.findByName(LibrarySession session,
String name)
Returns a ServiceConfiguration matching the specified name.
|
static StorageGroup |
StorageGroup.findByName(LibrarySession session,
String name)
Gets the StorageGroup with the specified name.
|
static SystemAccessControlList |
SystemAccessControlList.findByName(LibrarySession session,
String name)
Returns the a SystemAccessControlList matching the
specified name.
|
static SystemLockEntry |
SystemLockEntry.findByName(LibrarySession session,
String uniqueName)
Returns the SystemLockEntry matching the
specified uniquename.
|
static SystemLockObject |
SystemLockObject.findByName(LibrarySession session,
String name)
Returns the a SystemLockObject matching the
specified name.
|
static TrackedActivitySpecification |
TrackedActivitySpecification.findByName(LibrarySession session,
String name)
Returns the TrackedActivitySpecification matching the
specified name.
|
static ValueDefault |
ValueDefault.findByName(LibrarySession session,
String name)
Returns the a ValueDefault matching the
specified name.
|
static ValueDomain |
ValueDomain.findByName(LibrarySession session,
String name)
Returns the a ValueDomain matching the
specified name.
|
static CompositeGroup |
CompositeGroup.findCompositeGroup(LibrarySession session,
List<DirectoryGroup> members)
Finds CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findCompositeGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Finds CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findOrCreateCompositeGroup(LibrarySession session,
List<DirectoryGroup> members)
Find or create a CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findOrCreateCompositeGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Find or create a CompositeGroup that contains exactly the membership
specified.
|
protected static String |
SortObject.generateUniqueNameFromDefinition(LibrarySession session,
LibraryObjectDefinition lodef)
Generate the unique name of the sort object using the attributes
in the supplied library object definition.
|
String |
DocumentDefinition.getCharacterSet(LibrarySession sess)
Deprecated.
CM SDK 10gR2: use getContentObjectDefinition() and use
getAttribute() on it to get Attribute settings
|
static Long |
AccessControlList.getClassId(LibrarySession session)
Get the ID of the ClassObject representing ACCESSCONTROLLIST.
|
static Long |
ContentObject.getClassId(LibrarySession session)
Get the ID of the ClassObject representing CONTENTOBJECT.
|
static Long |
Document.getClassId(LibrarySession session)
Get the ID of the ClassObject representing DOCUMENT.
|
static Long |
Family.getClassId(LibrarySession session)
Get the ID of the ClassObject representing FAMILY.
|
static Long |
Format.getClassId(LibrarySession session)
Get the ID of the ClassObject representing FORMAT.
|
static Long |
LockEntry.getClassId(LibrarySession session)
Get the ID of the ClassObject representing LOCKENTRY.
|
static Long |
VersionSeries.getClassId(LibrarySession session)
Get the ID of the ClassObject representing VERSIONSERIES.
|
static ClassObject |
ClassObject.getClassObjectFromLabel(LibrarySession sess,
String label)
returns a ClassObject, based on a specified Label.
|
static Format |
Format.getDefaultFormat(LibrarySession session)
Gets the "default" format, to be used when no existing
format matches identification criteria (e.g. file extension
or mime type).
|
static PerformedActivitySpecification |
PerformedActivitySpecification.getDefaultPerformedActivitySpecification(LibrarySession session)
Returns the current default PerformedActivitySpecification.
|
static TrackedActivitySpecification |
TrackedActivitySpecification.getDefaultTrackedActivitySpecification(LibrarySession session)
Returns the current default TrackedActivitySpecification.
|
protected InterMediaSourceDefinition |
InterMediaAnnotator.getDefFromAnnotation(LibrarySession session,
oracle.ord.media.annotator.annotations.Annotation ann)
Gets an InterMediaSourceDefinition from the specified Annotation.
|
static LockObject[] |
LockObject.getExpiredTimedLocks(LibrarySession session,
int maxItems,
int offset)
Gets a set of expired timed LockObjects.
|
Format |
ContentObjectDefinition.getFormat(LibrarySession sess)
Deprecated.
CM SDK 10gR2: use getAttribute("FORMAT")
|
Format |
DocumentDefinition.getFormat(LibrarySession sess)
Gets the format for this DocumentDefinition.
|
static Format |
Format.getFormatByFilename(LibrarySession session,
String filename)
Derives a format based on the extension of the given filename.
|
String |
DocumentDefinition.getLanguage(LibrarySession sess)
Deprecated.
CM SDK 10gR2: use getContentObjectDefinition() and use
getAttribute() on it to get Attribute settings
|
static LibraryObjectLookupCache |
ActionSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ActionSpecification instances by name.
|
static LibraryObjectLookupCache |
ActivitySpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ActivitySpecification instances by name.
|
static LibraryObjectLookupCache |
Queue.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
Queue instances by uniquename.
|
static LibraryObjectLookupCache |
TrackedActivitySpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
AutoFolderingActionSpecification instances by name.
|
static LifecyclePolicyEntry[] |
LifecyclePolicyEntry.getLifecyclePolicyEntries(LibrarySession session)
Returns the set of defined LifecyclePolicyEntry instances.
|
static AccessControlList |
SystemAccessControlList.getPrivateAcl(LibrarySession session)
Get the ACL used to restrict access to owners and administrators.
|
protected InterMediaSourceDefinition |
InterMediaAnnotator.getProperCategoryDef(LibrarySession session,
String descKey)
Gets the proper type of InterMediaSourceDefinition from the specified
Annotation key.
|
static AccessControlList |
SystemAccessControlList.getPublishedAcl(LibrarySession session)
Get the ACL used to provide discover access to all users, and
restrict all other access to owners and administrators.
|
static SimplePropertyTable |
SimplePropertyTable.getSimplePropertyTable(AttributeValue av,
LibrarySession session)
Gets a SimplePropertyTable for the specified AttributeValue.
|
static SortObject |
SortObject.getSortObject(LibrarySession session,
SortObjectDefinition def)
Given the list of parameters, it returns a sort object from the
collection.
|
static DirectoryGroup |
DirectoryGroup.getWorldDirectoryGroup(LibrarySession session)
Gets the DirectoryGroup that represents World access.
|
void |
InterMediaAnnotator.initialize(LibrarySession session,
AttributeValueTable avt)
Initializes an InterMediaAnnotator.
|
static void |
Folder.initializeSubfolderIndication(LibrarySession session)
Initializes all Folders' indication as to whether
they have any subfolders.
|
LibraryObject |
LibraryObjectDefinition.LookupByName.lookup(LibrarySession session,
String name) |
void |
DocumentDefinition.prepareForDefinitionObject(LibrarySession sess)
Perform any changes to the definition prior to storing
it into a DefinitionObject.
|
void |
LibraryObjectDefinition.prepareForDefinitionObject(LibrarySession sess)
Perform any changes to the definition prior to storing
it into a DefinitionObject.
|
static int |
LockEntry.releaseExpiredLocks(LibrarySession session,
int batchSize)
Release expired LockEntries.
|
static int |
AccessControlList.removeAcesForFreedGrantees(LibrarySession session,
int batchSize)
Cleanup ACLs that have ACEs for grantees that have been freed.
|
protected void |
LibraryObjectDefinition.resolve(LibrarySession sess)
Resolve any settings that
are object attributes set by Name.
|
protected SortSpecification |
PublicObject.resolveFolderReferenceSortSpecification(LibrarySession session)
Forces the SortSpecification (if specified) to be resolved and
verified.
|
protected SortSpecification |
Folder.resolveSortSpecification(LibrarySession session)
Forces the SortSpecification (if specified) to be resolved and
verified.
|
protected void |
Selector.resolveSortSpecification(LibrarySession session)
Force the SortSpecification (if specified) to be resolved and
verified.
|
static String |
Attribute.toDataTypeLabel(int dataType,
LibrarySession session)
Converts the specified data type constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
ClassDomain.toDomainTypeLabel(int domainType,
LibrarySession session)
Converts the specified DomainType constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
Policy.toExecutionModeLabel(int executionMode,
LibrarySession session)
Gets a localized String label for the specified ExecutionMode value,
using the Localizer for the specified session.
|
static String |
LockObject.toLockStateLabel(int lockState,
LibrarySession session)
Converts the specified LockState constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
PropertyBundleDefinition |
PropertyBundleDefinition.toPropertyBundleDefinition(LibrarySession session,
Map map)
Creates a PropertyBundleDefinition from a Map.
|
static PublicObject[] |
PublicObject.toPublicObjectArray(LibrarySession sess,
Long[] ids,
PublicObject[] objs)
Constructs a PublicObject array from an array of object IDs.
|
static String |
Attribute.toReferentialIntegrityRuleLabel(int riRule,
LibrarySession session)
Converts the specified ReferentialIntegrityRule constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
PrintJob.toStatusLabel(int status,
LibrarySession session)
Converts the specified Status constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
ValueDomain.toValueDomainTypeLabel(int valueDomainType,
LibrarySession session)
Converts the specified ValueDomainType constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
void |
ClonedLibrarySessionManager.unreserveClonedSession(LibrarySession sess)
Unreserves a cloned session.
|
void |
LibrarySession.unreserveClonedSession(LibrarySession sess)
Unreserves a cloned session.
|
protected void |
ClonedLibrarySessionManager.ClonedSessionExecutor.unreserveSession(LibrarySession sess)
Unreserve a session - release it back to the pool.
|
protected void |
LibraryObjectDefinition.unresolve(LibrarySession sess)
Unresolve any settings from a resolved instance.
|
void |
LibraryObject.verifySystemUserAccess(LibrarySession session)
Verifies that the specified session hasnot discovered the target object
illegally.
|
Constructor and Description |
---|
AccessControlEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a AccessControlEntry object.
|
AccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a AccessControlList object - standard variant.
|
ActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActionSpecification object.
|
ActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActivityRecord object.
|
ActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActivitySpecification object.
|
Actor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Actor.
|
ActorRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActorRelation object.
|
ApplicationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an ApplicationObject object of the standard variant.
|
ApplicationToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct an ApplicationToken object.
|
AttachmentRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a AttachmentRelation.
|
Attribute(LibrarySession session,
Long id,
Long classId,
S_AttributeData data)
Internal use only: Constructs an Attribute.
|
Attribute(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs an Attribute.
|
BranchRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BranchRelationship object - standard variant.
|
Category(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Category object - standard variant.
|
ClassAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ClassAccessControlList object - standard variant.
|
ClassDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ClassDomain.
|
ClassObject(LibrarySession session,
Long id,
Long classId,
S_ClassObjectData data)
Internal use only: Constructs a ClassObject.
|
ClassObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ClassObject.
|
ClonedLibrarySessionManager(LibrarySession session)
Construct a ClonedLibrarySessionManager.
|
ClonedSessionExecutor(LibrarySession mainSess,
int maxPoolSize)
Constructs a ClonedSessionExecutor.
|
CompositeGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CompositeGroup object.
|
ConfigurationCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ConfigurationCategory object.
|
ConnectedLibraryObjectCache(BoundedCacheConfiguration configuration,
S_LibrarySession ssession,
LibrarySession session)
Construct a ConnectedLibraryObjectCache
|
ContactList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContactList object.
|
ContentController(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentController object.
|
ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentObject object - standard variant.
|
ContentQuota(LibrarySession session,
Long id,
Long classid,
S_LibraryObjectData data)
Construct a ContentQuota object - standard variant.
|
ContentVaultEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentVaultEntry object.
|
Conversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Conversation object.
|
ConversationRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ConversationRelation object.
|
CustomMediaDriverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a CustomMediaDriverSpecification object.
|
DefinitionObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DefinitionObject object.
|
DependentView(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DependentView object.
|
DirectoryGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a DirectoryGroup object - standard variant.
|
DirectoryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a DirectoryObject object.
|
DirectoryUser(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DirectoryUser object.
|
Document(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Document object - standard variant.
|
EventNotificationSelector(LibrarySession session)
Constructs a EventNotificationSelector.
|
ExtendedPermission(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ExtendedPermission object - standard variant.
|
ExtendedUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ExtendedUserProfile object.
|
ExternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ExternalRetentionPolicy object.
|
Family(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Family object - standard variant.
|
Folder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Folder object - standard variant.
|
FolderLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderLink object - standard variant.
|
FolderPathRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderPathRelationship object - standard variant.
|
FolderPathResolver(LibrarySession session)
default constructor.
|
FolderRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderRelationship object - standard variant.
|
Format(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Format object - standard variant.
|
GroupMemberRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a GroupMemberRelationship.
|
InterMediaAudio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaAudio object - standard variant.
|
InterMediaAudioCdTrack(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaAudioCdTrack object - standard variant.
|
InterMediaImage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaImage object - standard variant.
|
InterMediaMovie(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaMovie object - standard variant.
|
InterMediaSource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaSource object - standard variant.
|
InterMediaVideo(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaVideo object - standard variant.
|
InternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InternalRetentionPolicy object.
|
LibraryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an IFS object - standard variant.
|
LifecycleDateRuleSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecycleDateRuleSpecification object.
|
LifecyclePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicy object.
|
LifecyclePolicyActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicyActionSpecification object.
|
LifecyclePolicyEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicyEntry object.
|
Link(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Link object - standard variant.
|
LockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LockEntry object.
|
LockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a LockObject object.
|
LooselyBoundedLibraryObjectCache(BoundedCacheConfiguration config,
LibrarySession session)
Construct a LooselyBoundedLibraryObjectCache.
|
Media(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Media object.
|
MediaBfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaBfile object.
|
MediaBlob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaBlob object.
|
MediaCustom(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaCustom object.
|
MediaLob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaLob object.
|
MessageEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MessageEntry.
|
MessageList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MessageList.
|
MountPoint(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MountPoint object - standard variant.
|
NamedRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a NamedRelationship object - standard variant.
|
NodeConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a NodeConfiguration.
|
PerformedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PerformedActivitySpecification object.
|
PermissionBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PermissionBundle object - standard variant.
|
Policy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Policy.
|
PolicyList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PolicyList object - standard variant.
|
PolicyListElement(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PolicyListElement object - standard variant.
|
PolicyPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Constructs a PolicyPropertyBundle.
|
PreparedSelector(LibrarySession session)
Constructs a PreparedSelector.
|
PrimaryUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a PrimaryUserProfile.
|
Printer(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Printer object - standard variant.
|
PrintJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PrintJob object - standard variant.
|
Property(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Property.
|
PropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PropertyBundle.
|
PublicObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a PublicObject object - standard variant.
|
Queue(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Queue object - standard variant.
|
Relation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Relation object.
|
Relationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Relationship object - standard variant.
|
RetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a RetentionPolicy object.
|
SchemaCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Schema Category object - standard variant.
|
SchemaObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a SchemaObject.
|
Search(LibrarySession sess,
Long searchObjectId)
Constructs a Search object.
|
Search(LibrarySession sess,
SearchSpecification sp)
Constructs a Search object.
|
SearchObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Construct a Search Object, standard variant.
|
SearchResultObject(LibrarySession sess,
S_SearchResultObjectData sData)
Constructs a SearchResultObject from SearchResultObjectData.
|
Selector(LibrarySession session)
Construct a Selector object.
|
SelectorObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SelectorObject object - standard variant.
|
ServerConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServerConfiguration.
|
ServiceConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServiceConfiguration.
|
SessionCreatorExecutor(LibrarySession mainSess,
ClonedLibrarySessionManager.ClonedSessionExecutor mainExec)
Constructs a ClonedSessionExecutor.
|
SimpleObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimpleObject object.
|
SimpleProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimpleProperty object.
|
SimplePropertyTable(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimplePropertyTable object.
|
SimplePropertyTableList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimplePropertyTableList object.
|
SortObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SortObject object.
|
StorageGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a StorageGroup object.
|
SystemAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SystemAccessControlList object - standard variant.
|
SystemCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a System Category object - standard variant.
|
SystemLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a SystemLockEntry object.
|
SystemLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a SystemLockObject object - standard variant.
|
SystemObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SystemObject object - standard variant.
|
TieAccessControlEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAccessControlEntry.
|
TieAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAccessControlList.
|
TieActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActionSpecification.
|
TieActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActivityRecord.
|
TieActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActivitySpecification.
|
TieActor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActor.
|
TieActorRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActorRelation.
|
TieApplicationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieApplicationObject.
|
TieApplicationToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieApplicationToken.
|
TieAttachmentRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAttachmentRelation.
|
TieAuditHandlerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAuditHandlerSpecification.
|
TieAuditSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAuditSpecification.
|
TieAuditTargetSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTargetSpecification.
|
TieAuditTypeEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTypeEntry.
|
TieAuditTypeList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTypeList.
|
TieAutoFolderingActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAutoFolderingActionSpecification.
|
TieBranchRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieBranchRelationship.
|
TieCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCategory.
|
TieClassAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieClassAccessControlList.
|
TieClassDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieClassDomain.
|
TieCompositeGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieCompositeGroup.
|
TieConfigurationCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieConfigurationCategory.
|
TieContactList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContactList.
|
TieContentController(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContentController.
|
TieContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieContentObject.
|
TieContentQuota(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieContentQuota.
|
TieContentVaultEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContentVaultEntry.
|
TieControllerAlert(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerAlert.
|
TieControllerJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerJob.
|
TieControllerLoadRatio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerLoadRatio.
|
TieControllerPlan(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerPlan.
|
TieControllerPlanExecution(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerPlanExecution.
|
TieControllerReply(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerReply.
|
TieControllerRequest(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerRequest.
|
TieControllerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieControllerState.
|
TieConversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieConversation.
|
TieConversationRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieConversationRelation.
|
TieCustomMediaDriverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCustomMediaDriverSpecification.
|
TieDefinitionObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDefinitionObject.
|
TieDependentView(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDependentView.
|
TieDirectoryGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryGroup.
|
TieDirectoryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryObject.
|
TieDirectoryUser(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryUser.
|
TieDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDocument.
|
TieExtendedPermission(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieExtendedPermission.
|
TieExtendedUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieExtendedUserProfile.
|
TieExternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieExternalRetentionPolicy.
|
TieFamily(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFamily.
|
TieFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolder.
|
TieFolderLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderLink.
|
TieFolderPathRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderPathRelationship.
|
TieFolderRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderRelationship.
|
TieFormat(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFormat.
|
TieGroupMemberRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieGroupMemberRelationship.
|
TieHandlerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieHandlerState.
|
TieInterMediaAudio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaAudio.
|
TieInterMediaAudioCdTrack(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaAudioCdTrack.
|
TieInterMediaImage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaImage.
|
TieInterMediaMovie(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaMovie.
|
TieInterMediaSource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaSource.
|
TieInterMediaVideo(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaVideo.
|
TieInternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieInternalRetentionPolicy.
|
TieLibraryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLibraryObject.
|
TieLifecycleDateRuleSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecycleDateRuleSpecification.
|
TieLifecyclePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicy.
|
TieLifecyclePolicyActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicyActionSpecification.
|
TieLifecyclePolicyEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicyEntry.
|
TieLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLink.
|
TieLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLockEntry.
|
TieLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLockObject.
|
TieMedia(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMedia.
|
TieMediaBfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaBfile.
|
TieMediaBlob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaBlob instance.
|
TieMediaCustom(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaCustom instance.
|
TieMediaLob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaLob instance.
|
TieMessageEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessageEntry.
|
TieMessageList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessageList.
|
TieMountPoint(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMountPoint.
|
TieNamedRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNamedRelationship.
|
TieNodeConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNodeConfiguration.
|
TieNodeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNodeState.
|
TieOperationActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieOperationActionSpecification.
|
TiePerformedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TiePerformedActivitySpecification.
|
TiePermissionBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePermissionBundle.
|
TiePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicy.
|
TiePolicyList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicyList.
|
TiePolicyListElement(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicyListElement.
|
TiePolicyPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Constructs a TiePolicyPropertyBundle.
|
TiePreparedSelector(LibrarySession session)
Constructs a TiePreparedSelector.
|
TiePrimaryUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrimaryUserProfile.
|
TiePrinter(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrinter.
|
TiePrintJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrintJob.
|
TieProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieProperty.
|
TiePropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePropertyBundle.
|
TiePublicObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePublicObject.
|
TieQueue(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieQueue.
|
TieRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRelation.
|
TieRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieRelationship.
|
TieRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRetentionPolicy.
|
TieRuntimeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieRuntimeState.
|
TieSchemaCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSchemaCategory.
|
TieSchemaObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSchemaObject.
|
TieSearchObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
TieSelectorObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSelectorObject.
|
TieServerConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerConfiguration.
|
TieServerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerSpecification.
|
TieServerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerState.
|
TieServiceConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServiceConfiguration.
|
TieServiceState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServiceState.
|
TieSimpleObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimpleObject.
|
TieSimpleProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimpleProperty.
|
TieSimplePropertyTable(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimplePropertyTable.
|
TieSimplePropertyTableList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimplePropertyTableList.
|
TieSortObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSortObject.
|
TieStorageGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieStorageGroup.
|
TieSystemAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemAccessControlList.
|
TieSystemCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemCategory.
|
TieSystemLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSystemLockEntry.
|
TieSystemLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemLockObject.
|
TieSystemObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemObject.
|
TieTrackedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieTrackedActivitySpecification.
|
TieUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieUserProfile.
|
TieValueDefault(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDefault.
|
TieValueDefaultPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDefaultPropertyBundle.
|
TieValueDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDomain.
|
TieValueDomainPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDomainPropertyBundle.
|
TieVersionDescription(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieVersionDescription.
|
TieVersionSeries(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieVersionSeries.
|
TrackedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TrackedActivitySpecification object.
|
UserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a UserProfile object - standard variant.
|
ValueDefault(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ValueDefault.
|
ValueDefaultPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefaultPropertyBundle.
|
ValueDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ValueDomain.
|
ValueDomainPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomainPropertyBundle.
|
VersionDescription(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a VersionDescription object - standard variant.
|
VersionSeries(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a VersionSeries object - standard variant.
|
WastebasketSelector(LibrarySession session)
Construct a WastebasketSelector object.
|
Modifier and Type | Method and Description |
---|---|
static int |
LifecycleActionProcessor.processDocumentsForTimedActions(LibrarySession session,
LifecyclePolicyEntry lpe,
LibraryObject[] docs)
Process the timed actions for the specified LifecyclePolicyEntry.
|
static void |
LifecycleActionProcessor.processEventAction(LibrarySession session,
Document doc)
Process the event action for the specified Document and
LifecyclePolicyEntry.
|
static Long[] |
LifecycleActionProcessor.selectDocumentIdsForTimedActions(LibrarySession session,
LifecyclePolicyEntry lpe,
int batchSize)
Process the document IDs that are candidates for timed actions
for the specified LifecyclePolicyEntry.
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
ClassSelectionParser.m_session
Deprecated.
the session
|
protected LibrarySession |
IfsSimpleXmlParser.m_Session
The LibrarySession which constructed this XmlParser
|
protected LibrarySession |
IfsXmlParser.m_Session
The LibrarySession which constructed this XmlParser
|
protected LibrarySession |
LiteralDocumentParser.m_Session
The LibrarySession which constructed this XmlParser
|
protected LibrarySession |
SimpleXmlParserImpl.m_Session |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleXmlParserImpl.ensureLegalPublicObjectDefinition(PublicObjectDefinition pod,
LibrarySession session,
PublicObject objectForUpdate)
Ensure that the specified PublicObjectDefinition is legal, and fix
if possible.
|
Constructor and Description |
---|
ClassSelectionParser(LibrarySession session)
Deprecated.
Constructs a ClassSelectionParser
|
IfsSimpleXmlParser(LibrarySession session)
Constructs a IfsSimpleXmlParser
|
IfsXmlParser(LibrarySession session)
Constucts an IfsXmlParser
|
LiteralDocumentParser(LibrarySession session)
Constructs a LiteralDocumentParser
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
BaseApp.m_session
Deprecated.
save the session that is returned from
connect methods. |
protected LibrarySession |
Localizer.m_Session
The LibrarySession to which this Localizer is bound.
|
protected LibrarySession |
TokenCredential.m_Session
The LibrarySession that constructed this.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
LibrarySessionPool.acquireSession()
Acquires a session from the session pool.
|
LibrarySession |
BaseApp.connect()
Create a LibrarySession.
|
LibrarySession |
BaseApp.connect(Credential credential,
ConnectOptions options)
Create a LibrarySession, from the specified Credential and ConnectOptions.
|
LibrarySession |
BaseApp.connect(String username,
String password,
String server)
Create a LibrarySession.
|
LibrarySession |
BaseApp.connect(String username,
String password,
String server,
String serverPassword)
Create a LibrarySession.
|
LibrarySession |
LibrarySessionProvider.obtainLibrarySession()
Provides a LibrarySession to the caller, authenticated as system.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClusteringUtilities.addDeclaredAgentNode(LibrarySession session,
String nodeName)
Deprecated.
Adds the specified node to the list of declared agent nodes.
|
protected boolean |
ClusteringToken.challengeNode(LibrarySession session,
String nodeId)
Deprecated.
Challenge the node token for the specified Node ID.
|
protected void |
ClusteringToken.challengeNodes(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Challenge one of the nodes holding either registree or standby.
|
boolean |
ClusteringToken.checkRegistration(LibrarySession session,
Long appTokenId)
Deprecated.
Checks the registration for this Server.
|
int |
ClusteringToken.RegistrationTypeCalculator.computeRegistrationType(LibrarySession session)
Computes the registration type for the current token in its running
context.
|
static ApplicationToken |
ClusteringUtilities.findOrCreateToken(LibrarySession session,
String tokenValue,
String tokenInfo,
String tokenDesc)
Deprecated.
Finds or creates the token matching the specified Token value.
|
static ApplicationToken |
ClusteringUtilities.findToken(LibrarySession session,
String tokenValue)
Deprecated.
Finds the token matching the specified Token value.
|
static List |
ClusteringUtilities.getAllServerTokenInfoByNode(LibrarySession session)
Deprecated.
Selects a list of strings that reflects the set of all server tokens,
grouped by the registered node.
|
protected static boolean |
ClusteringUtilities.getBooleanClusteringProperty(LibrarySession session,
String key,
boolean defVal)
Deprecated.
Gets the value of a boolean clustering property.
|
static String |
BaseApp.getCachePerformanceString(LibrarySession session)
Get the cache performance, as a String.
|
static AttributeValue |
ClusteringUtilities.getClusteringProperty(LibrarySession session,
String key)
Deprecated.
Gets a clustering property by key.
|
static PropertyBundle |
ClusteringUtilities.getClusteringPropertyBundle(LibrarySession session)
Deprecated.
Gets the PropertyBundle used to hold the clustering properties.
|
static String |
BaseApp.getConnectionPoolPerformanceString(LibrarySession session)
Get the connection pool performance, as a String.
|
static String[] |
ClusteringUtilities.getDeclaredAgentIdentifiers(LibrarySession session)
Deprecated.
Gets the set of declared agent identifiers.
|
static String[] |
ClusteringUtilities.getDeclaredAgentNodes(LibrarySession session)
Deprecated.
Gets the set of declared nodes that will service agents.
|
protected static PublicObject |
ClusteringUtilities.getDefaultDomain(LibrarySession session)
Deprecated.
Gets the default domain for the instance.
|
static String[] |
ClusteringUtilities.getDisabledAgentIdentifiers(LibrarySession session)
Deprecated.
Gets the set of disabled agent identifiers.
|
protected static int |
ClusteringUtilities.getIntegerClusteringProperty(LibrarySession session,
String key,
int defVal)
Deprecated.
Gets the value of a integer clustering property.
|
protected static long |
ClusteringUtilities.getLongClusteringProperty(LibrarySession session,
String key,
long defVal)
Deprecated.
Gets the value of a Long clustering property.
|
static String |
ClusteringUtilities.getRegistrationPeriod(LibrarySession session)
Deprecated.
Gets the period that servers should recheck their registrations.
|
static long |
ClusteringUtilities.getRegistrationPeriodValue(LibrarySession session)
Deprecated.
Gets the numeric value of the registration period, in
milliseconds.
|
protected static String[] |
ClusteringUtilities.getStringArrayClusteringProperty(LibrarySession session,
String key,
String[] defVal)
Deprecated.
Gets the value of a String[] clustering property.
|
protected static String |
ClusteringUtilities.getStringClusteringProperty(LibrarySession session,
String key,
String defVal)
Deprecated.
Gets the value of a String clustering property.
|
void |
ConfigurationCategoryDescriptorMap.initialize(LibrarySession session)
Initialize this map using the specified session context.
|
static void |
ClusteringUtilities.initializeClusteringPropertyBundle(LibrarySession session)
Deprecated.
Initializes the Clustering PropertyBundle with the default set of the
clustering properties and their default values.
|
static boolean |
SessionUtilities.isAccessCheckIgnored(LibrarySession session)
Check to see if the "access checks ignored" mode is enabled
in the application execution mode state.
|
static boolean |
ClusteringUtilities.isAgentIdentifierDisabled(LibrarySession session,
String agentId)
Deprecated.
Checks the specified agent ID to see if it is on the disabled list.
|
static boolean |
SessionUtilities.isCapabilityCheckIgnored(LibrarySession session)
Check to see if the "type/configuration capability checks ignored"
mode is enabled in the application execution mode state.
|
static boolean |
ClusteringUtilities.isDeclaredAgentNode(LibrarySession session,
String nodeName)
Deprecated.
Returns indication as to whether the specified node is in the
current list of declared nodes.
|
static boolean |
ClusteringUtilities.isEventNotificationEnabled(LibrarySession session)
Deprecated.
Gets indication as to whether event notifications
are enabled.
|
static boolean |
SessionUtilities.isLockCheckIgnored(LibrarySession session)
Check to see if the "lock checks ignored"
mode is enabled in the application execution mode state.
|
protected boolean |
ClusteringToken.performTokenUpdates(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Perform any appropriate updates to the ApplicationToken.
|
static void |
SessionUtilities.popMode(LibrarySession session,
SessionMode mode)
Pop from a custom execution mode.
|
static void |
ClusteringUtilities.postAgentTokenFreed(LibrarySession session,
String agentId,
String execNodeId)
Deprecated.
Posts an audit event reflecting an agent token being freed.
|
static void |
ClusteringUtilities.postAgentTokenHolderAdded(LibrarySession session,
String agentId,
String nodeId,
String regTypeStr,
boolean isRegistree)
Deprecated.
Posts an audit event reflecting an agent token having its
registree or standby set.
|
static void |
ClusteringUtilities.postAgentTokenHolderExpired(LibrarySession session,
String agentId,
String nodeId,
String execNodeId,
String regTypeStr,
boolean isRegistree)
Deprecated.
Posts an audit event reflecting an agent token having its
registree or standby expired, due to its token being expired.
|
static void |
ClusteringUtilities.postAgentTokenHolderRemoved(LibrarySession session,
String agentId,
String nodeId,
String regTypeStr,
boolean isRegistree)
Deprecated.
Posts an audit event reflecting an agent token having its
registree or standby cleared.
|
static void |
ClusteringUtilities.postClusteringChangeNotification(LibrarySession session)
Deprecated.
Posts a notification of a clustering change to all agents.
|
static void |
ClusteringUtilities.postClusteringChangeNotification(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Posts a notification of a clustering change to all agents.
|
static void |
ClusteringUtilities.postNodeTokenExpired(LibrarySession session,
String tokenValue,
String tokenInfo,
String execNodeId)
Deprecated.
Posts an audit event reflecting a node token expiration.
|
static void |
ClusteringUtilities.postTokenCreation(LibrarySession session,
String tokenValue,
String tokenInfo)
Deprecated.
Posts an audit event reflecting a token creation.
|
void |
RetainedEvent.process(LibrarySession session)
Process this retained event.
|
int |
RetainedEvent.processAll(LibrarySession session,
int batchSize,
boolean purgeOnly)
Process all pending RetainedEvents.
|
static void |
SessionUtilities.pushMode(LibrarySession session,
SessionMode mode)
Push into a custom execution mode.
|
void |
ClusteringToken.refreshRegistrationType(LibrarySession session)
Deprecated.
Refreshes the registration type (responsibility) for this token.
|
void |
ClusteringToken.releaseRegistration(LibrarySession session)
Deprecated.
Releases the registration for the token.
|
void |
LibrarySessionPool.releaseSession(LibrarySession session)
Releases a session back to the session pool.
|
protected void |
ClusteringToken.releaseToken(LibrarySession session,
String agentId,
ApplicationToken token)
Deprecated.
Releases the token.
|
static void |
Localizer.resetDefaultLocalizerExtendedResourceBundles(LibrarySession session)
Initialize the default Localizer's set of Extended resource bundles
|
static ApplicationToken[] |
ClusteringUtilities.selectAllNodeTokens(LibrarySession session)
Deprecated.
Selects all ApplicationToken instances that reflect a node
registration.
|
static ApplicationToken[] |
ClusteringUtilities.selectAllServerTokens(LibrarySession session)
Deprecated.
Selects all ApplicationToken instances that reflect server
(agent or handler) registrations.
|
protected static ApplicationToken[] |
ClusteringUtilities.selectAllTokensByPattern(LibrarySession session,
String stmtKey,
String searchQual,
AttributeValue[] bindValues)
Deprecated.
Selects all ApplicationToken instances that reflect a server
registration.
|
static ApplicationToken[] |
ClusteringUtilities.selectServerTokensByNode(LibrarySession session,
String info)
Deprecated.
Selects all ApplicationToken instances that reflect a server
registration and match a specified TokenInfo value, which reflects
the node registration.
|
static void |
ClusteringUtilities.setClusteringProperty(LibrarySession session,
String key,
AttributeValue value)
Deprecated.
Sets the value of a clustering property.
|
static void |
ClusteringUtilities.setDeclaredAgentIdentifiers(LibrarySession session,
String[] value)
Deprecated.
Sets the set of declared agent identifiers.
|
static void |
ClusteringUtilities.setDeclaredAgentNodes(LibrarySession session,
String[] value)
Deprecated.
Sets the set of declared nodes that will service agents.
|
static void |
ClusteringUtilities.setDisabledAgentIdentifiers(LibrarySession session,
String[] value)
Deprecated.
Sets the set of disabled agent identifiers.
|
static void |
ClusteringUtilities.setEventNotificationEnabled(LibrarySession session,
Boolean value)
Deprecated.
Sets indication as to whether event notifications
are enabled.
|
static void |
ClusteringUtilities.setRegistrationPeriod(LibrarySession session,
String value)
Deprecated.
Sets the period that servers should recheck their registrations.
|
void |
BaseApp.showCachePerformance(LibrarySession session)
Display the cache performance.
|
void |
BaseApp.showConnectionPoolPerformance(LibrarySession session)
Display the connection pool performance.
|
void |
ClusteringToken.TokenState.updateToken(LibrarySession session,
ApplicationToken appToken)
Update the specified ApplicationToken based on information contained
in this instance.
|
protected boolean |
ClusteringToken.updateTokenClearNodeRegistration(LibrarySession session,
ApplicationToken token,
String nodeId,
long expirePeriod)
Deprecated.
Updates the specified node token, in an attempt to expire it.
|
protected boolean |
ClusteringToken.updateTokenClearRegistration(LibrarySession session,
String agentId,
ApplicationToken appToken,
String nodeId)
Deprecated.
Updates the specified ApplicationToken,
in an attempt to clear its registraton.
|
Constructor and Description |
---|
ColumnDescriptor(AttributeValueTable avt,
LibrarySession session)
Constructs a ColumnDescriptor using a table containing the definitions.
|
ColumnDescriptor(LibrarySession session,
String colAlias,
String targAlias,
String className,
String attrName)
Constructs a ColumnDescriptor using
column alias, target (table) alias, ClassObject name, and Attribute name.
|
ColumnDescriptor(LibrarySession session,
String colAlias,
String targAlias,
String className,
String attrName,
String objIdAlias)
Constructs a ColumnDescriptor using
column alias, target (table) alias, ClassObject name, and Attribute name,
and an optional Object ID alias.
|
Localizer(Locale locale,
LibrarySession session)
Constructs a Localizer for the specified locale.
|
TokenCredential(LibrarySession session)
Constructs a new TokenCredential.
|
TrustedSessionCredential(LibrarySession session)
Constructs a TrustedSessionCredential.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
ActionAdapter.getSession()
Gets the session context associated with this instance.
|
LibrarySession |
ActionFactory.getSession()
Gets the session context associated with this instance.
|
LibrarySession |
ActionSelector.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
ActivityProcessor.getSession()
Gets the session context associated with this instance.
|
LibrarySession |
ActivitySummary.getSession()
Returns the session context, if the instance is constructed with a
non-null ActivityProcessor.
|
LibrarySession |
PerformedActivityRecord.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
PerformedActivitySelector.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
PrivatePerformedActivityRecord.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
PrivatePerformedActivitySelector.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
PrivateTrackedActivityRecord.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
PrivateTrackedActivitySelector.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
TrackedActivityRecord.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
TrackedActivitySelector.getSession()
Returns the session being used by this Selector.
|
Modifier and Type | Method and Description |
---|---|
ActivityRecord |
ExecutedActionRetainedEvent.getActivityRecord(LibrarySession session)
Returns the ActivityRecord that was the target of the executed Action.
|
static Actor[] |
ActivityUtilities.getDistinctActors(LibrarySession session,
Action[] actions,
AuditEventTypeDefinition addDef,
AuditEventTypeDefinition remDef)
Gets the set of Actors that have performed more "add" actions than
"remove" actions in the set of Actions that are specified.
|
static Action |
ActionAdapter.getInstance(LibrarySession session,
AuditEvent event)
Constructs a previously executed Action, using the AuditEvent as
the data source.
|
static Action |
ActionAdapter.getInstance(LibrarySession session,
String specName)
Constructs a pending Action, properly constructed by the factory
instance for the ActionSpecification (indicated by the specified name)
associated with this type of Action.
|
static ActivityProcessor |
ActivityProcessor.getInstance(LibrarySession session,
String specName)
Gets the ActivityProcessor for the specified ActivitySpecification
(identified by name and session) associated with this type of
ActivityProcessor.
|
protected ActionSpecification |
ActivityOperations.lookupActionSpecification(LibrarySession sess,
String tagOrName)
Lookup a ActionSpecification by the specified name.
|
protected ActivitySpecification |
ActivityOperations.lookupActivitySpecification(LibrarySession sess,
String tagOrName)
Lookup a ActivitySpecification by the specified name.
|
protected PerformedActivitySpecification |
ActivityOperations.lookupPerformedActivitySpecification(LibrarySession sess,
String tagOrName)
Lookup a PerformedActivitySpecification by the specified name.
|
protected TrackedActivitySpecification |
ActivityOperations.lookupTrackedActivitySpecification(LibrarySession sess,
String tagOrName)
Lookup a TrackedActivitySpecification by the specified name.
|
void |
ExecutedActionRetainedEvent.process(LibrarySession session)
Process this retained event.
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
EventHandlerAgent.InternalHandler.m_AcquiredLibrarySession
The LibrarySession acquired from the session pool.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
EventHandlerAgent.InternalHandler.acquireAuxiliarySession() |
LibrarySession |
EventHandlerAgent.InternalHandler.getLibrarySession() |
Modifier and Type | Method and Description |
---|---|
static int |
DanglingObjectAVCleanupAgent.cleanupAllArrayReferences(LibrarySession session,
String[] exclusions,
int batchSize,
boolean bestEffort)
Fix broken array references for all array LibraryObject type Attributes.
|
static int |
DanglingObjectAVCleanupAgent.cleanupAllScalarReferences(LibrarySession session,
String[] exclusions,
int batchSize,
boolean bestEffort)
Fix broken scalar references for all scalar LibraryObject type Attributes.
|
static int |
DanglingObjectAVCleanupAgent.cleanupArrayReferences(LibrarySession session,
Attribute attr,
Long attrId,
int batchSize)
Fix broken array references for the specified Attribute.
|
static int |
DanglingObjectAVCleanupAgent.cleanupScalarReferences(LibrarySession session,
Attribute attr,
int batchSize)
Fix broken scalar references for the specified Attribute.
|
protected void |
EventHandlerAgent.InternalHandler.clearDomainContext(LibrarySession session)
Clear the domain context on the specified session.
|
void |
DatabaseManagementAgent.AnalyzeTask.execute(LibrarySession session)
Execute the ANALYZE action.
|
abstract void |
MultipleTimerAgent.MultipleTimerTask.execute(LibrarySession session)
Execute the action associated with a TimerTask that is ready for execution.
|
protected AuditSpecification |
EventHandlerAgent.InternalHandler.getAuditSpecification(LibrarySession session)
Gets the AuditSpecification
|
protected void |
EventHandlerAgent.InternalHandler.initialize(LibrarySession session)
Initializes a InternalHandler.
|
void |
DatabaseManagementAgent.performAnalyze(LibrarySession session)
Execute the ANALYZE action.
|
protected void |
ExecutedActionRetainedEventAgent.processRetainedEvent(LibrarySession session,
RetainedEvent re)
Process a retained event.
|
protected void |
RetainedEventAgent.processRetainedEvent(LibrarySession session,
RetainedEvent re)
Process a retained event.
|
protected void |
ExecutedActionRetainedEventAgent.refreshLastViewedDeltas(LibrarySession session,
ActivityRecord ar)
Refresh the last viewed deltas for all TARs that exist for the
specified ActivityRecord.
|
protected GarbageCollectionAgent.PublicObjectInfo[] |
GarbageCollectionAgent.selectIdBatch(LibrarySession session,
String attrName,
long lastId,
int batchSize)
Select a batch of PublicObject IDs that reference a non-existent user
via one of the PublicObject attributes.
|
Modifier and Type | Method and Description |
---|---|
static ComplexControllerJob |
ControllerJob.constructComplexControllerJob(LibrarySession session,
String classPath)
Constucts the ComplexControllerJob instance implementation
corresponding to the specified class path.
|
static ControllerAlert |
ControllerAlert.create(LibrarySession session)
Creates an empty instance.
|
static ControllerReply |
ControllerReply.create(LibrarySession session)
Creates an empty instance.
|
static ControllerRequest |
ControllerRequest.create(LibrarySession session)
Creates an empty instance.
|
static ControllerState |
ControllerState.create(LibrarySession sess,
String name,
List<AttributeValueTable> propsList)
Create a ControllerState based on the specified inputs.
|
static AuditTypeList |
AuditTypeList.createAuditTypeList(LibrarySession session,
AuditTypeListDefinition def)
Create a new AuditTypeList.
|
static AuditSpecification |
AuditSpecification.find(LibrarySession session,
String name)
Finds an AuditSpecification instance by name, or null if
no AuditSpecification with the given name could be found.
|
static AuditTypeList |
AuditTypeList.find(LibrarySession session,
String name)
Finds a AuditTypeList instance by name, or null if no AuditTypeList
with the given name could be found.
|
static AutoFolderingActionSpecification[] |
AutoFolderingActionSpecification.findAll(LibrarySession session)
Returns the set of defined AutoFolderingActionSpecifications.
|
static ControllerLoadRatio[] |
ControllerLoadRatio.findAll(LibrarySession session)
Returns the set of defined ControllerLoadRatios.
|
static ControllerPlan[] |
ControllerPlan.findAll(LibrarySession session)
Returns the set of defined ControllerPlans.
|
static OperationActionSpecification[] |
OperationActionSpecification.findAll(LibrarySession session)
Returns the set of defined OperationActionSpecifications.
|
static ServerSpecification[] |
ServerSpecification.findAll(LibrarySession session)
Returns the set of defined ServerSpecifications.
|
static AutoFolderingActionSpecification |
AutoFolderingActionSpecification.findByName(LibrarySession session,
String name)
Returns the a AutoFolderingActionSpecification matching the
specified name.
|
static ControllerLoadRatio |
ControllerLoadRatio.findByName(LibrarySession session,
String name)
Returns the a ControllerLoadRatio matching the
specified name.
|
static ControllerPlan |
ControllerPlan.findByName(LibrarySession session,
String name)
Returns the a ControllerPlan matching the
specified name.
|
static OperationActionSpecification |
OperationActionSpecification.findByName(LibrarySession session,
String name)
Returns the a OperationActionSpecification matching the
specified name.
|
static ServerSpecification |
ServerSpecification.findByName(LibrarySession session,
String name)
Returns the a ServerSpecification matching the
specified name.
|
static ControllerLoadRatio |
ControllerLoadRatio.findOrCreate(LibrarySession sess,
String name)
Find or create a ControllerLoadRatio from its name.
|
static ControllerState |
ControllerState.get(LibrarySession session)
Gets the singleton ControllerState instance.
|
static ControllerPlanExecution |
ControllerPlanExecution.getCurrent(LibrarySession session)
Gets the currently executing ControllerPlanExecution.
|
static AuditSpecification[] |
AuditSpecification.getCustomAuditSpecifications(LibrarySession session)
Returns the set of custom AuditSpecification.
|
static AuditSpecification |
AuditSpecification.getGlobalAuditSpecification(LibrarySession session)
Returns the out-of-the-box AuditSpecification used for the
Global Audit History.
|
static AuditSpecification[] |
AuditSpecification.getInternalAuditSpecifications(LibrarySession session)
Returns the set of out-of-the-box AuditSpecification.
|
static LibraryObjectLookupCache |
AutoFolderingActionSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
AutoFolderingActionSpecification instances by name.
|
static LibraryObjectLookupCache |
ControllerLoadRatio.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ControllerLoadRatio instances by name.
|
static LibraryObjectLookupCache |
ControllerPlan.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ControllerPlan instances by name.
|
static LibraryObjectLookupCache |
ServerSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ServerSpecification instances by name.
|
static NodeState[] |
NodeState.getNodeStates(LibrarySession session)
Selects the set of NodeState instances that are active.
|
static AuditSpecification |
AuditSpecification.getObjectAuditSpecification(LibrarySession session)
Returns the out-of-the-box AuditSpecification used for the
Object Audit History.
|
static RuntimeState[] |
RuntimeState.getRuntimeStates(LibrarySession session)
Selects the set of RuntimeState instances that are active.
|
static String |
ControllerState.getRuntimeSystemSummary(LibrarySession session,
boolean showDates)
Gets a basic printable Runtime system summary.
|
protected void |
AuditTypeListDefinition.resolveAuditTypeEntryList(LibrarySession session)
Resolves the list of getAuditTypeEntryValues, into embedded
SystemObjectCategories.
|
Constructor and Description |
---|
AuditHandlerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditHandlerSpecification object.
|
AuditSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditSpecification object.
|
AuditTargetSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTargetSpecification object.
|
AuditTypeEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTypeEntry object.
|
AuditTypeList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTypeList object.
|
AutoFolderingActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a AutoFolderingActionSpecification object.
|
ControllerAlert(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerAlert object.
|
ControllerJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerJob object.
|
ControllerLoadRatio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerLoadRatio object.
|
ControllerPlan(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerPlan object.
|
ControllerPlanExecution(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerPlanExecution object.
|
ControllerReply(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerReply object.
|
ControllerRequest(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerRequest object.
|
ControllerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerState object.
|
HandlerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a HandlerState object.
|
NodeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a NodeState object.
|
OperationActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a OperationActionSpecification object.
|
RuntimeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a RuntimeState object.
|
ServerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an ServerSpecification object.
|
ServerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServerState object.
|
ServiceState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServiceState object.
|
Modifier and Type | Method and Description |
---|---|
static InformationExtractionDomainSpecification[] |
InformationExtractionDomainSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionDomainSpecifications.
|
static InformationExtractionFinisherSpecification[] |
InformationExtractionFinisherSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionFinisherSpecifications.
|
static InformationExtractionParserSpecification[] |
InformationExtractionParserSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionParserSpecifications.
|
static InformationExtractionPreparerSpecification[] |
InformationExtractionPreparerSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionPreparerSpecifications.
|
static InformationExtractionSolverSpecification[] |
InformationExtractionSolverSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionSolverSpecifications.
|
static InformationExtractionSpecification[] |
InformationExtractionSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionSpecifications.
|
static InformationExtractionTrainerSpecification[] |
InformationExtractionTrainerSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionTrainerSpecifications.
|
static InformationExtractionDomainSpecification |
InformationExtractionDomainSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionDomainSpecification matching the
specified name.
|
static InformationExtractionFinisherSpecification |
InformationExtractionFinisherSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionFinisherSpecification matching the
specified name.
|
static InformationExtractionParserSpecification |
InformationExtractionParserSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionParserSpecification matching the
specified name.
|
static InformationExtractionPreparerSpecification |
InformationExtractionPreparerSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionPreparerSpecification matching the
specified name.
|
static InformationExtractionSolverSpecification |
InformationExtractionSolverSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionSolverSpecification matching the
specified name.
|
static InformationExtractionSpecification |
InformationExtractionSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionSpecification matching the
specified name.
|
static InformationExtractionTrainerSpecification |
InformationExtractionTrainerSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionTrainerSpecification matching the
specified name.
|
static LibraryObjectLookupCache |
InformationExtractionDomainSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionDomainSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionFinisherSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionFinisherSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionParserSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionParserSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionPreparerSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionPreparerSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionSolverSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionSolverSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionTrainerSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionTrainerSpecification instances by name.
|
Constructor and Description |
---|
CoreNlpRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CoreNlpRegexRule object.
|
DependencyMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DependencyMatcherRegexRule object.
|
EntityRulerRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a EntityRulerRegexRule object.
|
InformationExtraction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtraction object.
|
InformationExtractionAbstractSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionAbstractSpecification object.
|
InformationExtractionCorefChain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionCorefChain object.
|
InformationExtractionDependencyGraphEdge(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionDependencyGraphEdge object.
|
InformationExtractionDomainSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionDomainSpecification object.
|
InformationExtractionEntityMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityMention object.
|
InformationExtractionEntityPhrase(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityPhrase object.
|
InformationExtractionEntityRelationType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityRelationType object.
|
InformationExtractionEntityType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityType object.
|
InformationExtractionFinisherSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionFinisherSpecification object.
|
InformationExtractionImplicitEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionImplicitEntityRelation object.
|
InformationExtractionLegalEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionLegalEntityRelation object.
|
InformationExtractionOutcome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcome object.
|
InformationExtractionOutcomeMarking(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcomeMarking object.
|
InformationExtractionOutcomeMarkingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcomeMarkingRelation object.
|
InformationExtractionParserSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionParserSpecification object.
|
InformationExtractionPreparerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionPreparerSpecification object.
|
InformationExtractionRegexMapping(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexMapping object.
|
InformationExtractionRegexPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexPattern object.
|
InformationExtractionRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexRule object.
|
InformationExtractionRelationMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRelationMention object.
|
InformationExtractionRelationTriple(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRelationTriple object.
|
InformationExtractionResultSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionResultSet object.
|
InformationExtractionSentence(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionSentence object.
|
InformationExtractionSolverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionSolverSpecification object.
|
InformationExtractionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionSpecification object.
|
InformationExtractionToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionToken object.
|
InformationExtractionTokenList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTokenList object.
|
InformationExtractionTrainerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTrainerSpecification object.
|
InformationExtractionTrainingSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTrainingSet object.
|
TieCoreNlpRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCoreNlpRegexRule.
|
TieDependencyMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDependencyMatcherRegexRule.
|
TieEntityRulerRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieEntityRulerRegexRule.
|
TieInformationExtraction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtraction.
|
TieInformationExtractionAbstractSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionAbstractSpecification.
|
TieInformationExtractionCorefChain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionCorefChain.
|
TieInformationExtractionDependencyGraphEdge(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionDependencyGraphEdge.
|
TieInformationExtractionDomainSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionDomainSpecification.
|
TieInformationExtractionEntityMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityMention.
|
TieInformationExtractionEntityPhrase(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityPhrase.
|
TieInformationExtractionEntityRelationType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityRelationType.
|
TieInformationExtractionEntityType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityType.
|
TieInformationExtractionFinisherSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionFinisherSpecification.
|
TieInformationExtractionImplicitEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionImplicitEntityRelation.
|
TieInformationExtractionLegalEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionLegalEntityRelation.
|
TieInformationExtractionOutcome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcome.
|
TieInformationExtractionOutcomeMarking(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcomeMarking.
|
TieInformationExtractionOutcomeMarkingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcomeMarkingRelation.
|
TieInformationExtractionParserSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionParserSpecification.
|
TieInformationExtractionPreparerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionPreparerSpecification.
|
TieInformationExtractionRegexMapping(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexMapping.
|
TieInformationExtractionRegexPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexPattern.
|
TieInformationExtractionRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexRule.
|
TieInformationExtractionRelationMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRelationMention.
|
TieInformationExtractionRelationTriple(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRelationTriple.
|
TieInformationExtractionResultSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionResultSet.
|
TieInformationExtractionSentence(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSentence.
|
TieInformationExtractionSolverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSolverSpecification.
|
TieInformationExtractionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSpecification.
|
TieInformationExtractionToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionToken.
|
TieInformationExtractionTokenList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTokenList.
|
TieInformationExtractionTrainerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTrainerSpecification.
|
TieInformationExtractionTrainingSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTrainingSet.
|
TieTokenMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieTokenMatcherRegexRule.
|
TokenMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TokenMatcherRegexRule object.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreNlpTrainer.generateRelationMentionModelTrainingOutput(LibrarySession session,
AttributeValueTable propOverrideTable)
Generate RelationMention model from an input file and a set of properties.
|
Modifier and Type | Method and Description |
---|---|
protected InformationExtraction |
ExtractionOperations.lookupInformationExtraction(LibrarySession sess,
String tag)
Lookup an InformationExtraction by tag.
|
protected InformationExtractionAbstractSpecification |
ExtractionOperations.lookupInformationExtractionAbstractSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionAbstractSpecification by the specified name.
|
protected InformationExtractionDomainSpecification |
ExtractionOperations.lookupInformationExtractionDomainSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionDomainSpecification by the specified name.
|
protected InformationExtractionFinisherSpecification |
ExtractionOperations.lookupInformationExtractionFinisherSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionFinisherSpecification by the specified name.
|
protected InformationExtractionParserSpecification |
ExtractionOperations.lookupInformationExtractionParserSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionParserSpecification by the specified name.
|
protected InformationExtractionPreparerSpecification |
ExtractionOperations.lookupInformationExtractionPreparerSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionPreparerSpecification by the specified name.
|
protected InformationExtractionSolverSpecification |
ExtractionOperations.lookupInformationExtractionSolverSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionSolverSpecification by the specified name.
|
protected InformationExtractionSpecification |
ExtractionOperations.lookupInformationExtractionSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionSpecification by the specified name.
|
protected InformationExtractionTrainerSpecification |
ExtractionOperations.lookupInformationExtractionTrainerSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionTrainerSpecification by the specified name.
|
Modifier and Type | Method and Description |
---|---|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingTypeFromPhraseSearch(LibrarySession sess,
String text)
Determines the marking type based on the specified text,
using a search for a match with the index on IEEntityPhrase.PHRASE.
|
protected Document |
PythonParser.getDocument(AttributeValue av,
LibrarySession session)
Gets a Document object from the specified AttributeValue,
which can reference a Document, Family, or VersionSeries.
|
protected Document |
SpacyClassifierModelCreator.getDocument(AttributeValue av,
LibrarySession session)
Gets a Document object from the specified AttributeValue,
which can reference a Document, Family, or VersionSeries.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.performPhraseSearch(LibrarySession sess,
String term)
Perform a search for a search term, using the index on IEEntityPhrase.PHRASE.
|
Constructor and Description |
---|
PythonDispatcherCallback(LibrarySession session,
InformationExtractionHandlerDispatcher handler,
String dispCallbackKey)
Constructs a PythonDispatcherCallback.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ScriptHandler.createScriptResultDocument(LibrarySession session,
String path,
StringBuffer result)
Create a document with the script results, as indicated by the
specified path.
|
AuditHandlerSpecification |
AuditEventHandlerAdapter.getAuditHandlerSpecification(LibrarySession session)
Gets the AuditHandlerSpecification.
|
AuditSpecification |
AuditEventHandlerAdapter.getAuditSpecification(LibrarySession session)
Gets the AuditSpecification.
|
AttributeValue |
AuditEventHandlerAdapter.getHandlerProperty(LibrarySession session,
String key)
Gets a handler's property using a sesson context.
|
protected void |
InterMediaAnnotationHandler.handleAnnotationRequests(AuditEventHandlerContext context,
LibrarySession session)
Handle events by performing the requested operations.
|
protected boolean |
ScriptHandler.isValidEvent(AuditEventHandlerContext context,
LibrarySession session,
AuditEvent event)
Verify that the event represents a valid request by a valid user.
|
protected void |
InterMediaAnnotationHandler.processEvent(AuditEventHandlerContext context,
LibrarySession session,
AuditEvent event)
Process an event.
|
void |
AuditEventHandlerAdapter.setHandlerProperty(LibrarySession session,
String key,
AttributeValue value)
Sets a handler's property using a sesson context.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
LibrarySessionPool.acquireSession()
Acquires a session from the session pool.
|
protected LibrarySession |
Node.acquireSession()
Acquires a LibrarySession from the session pool.
|
protected LibrarySession |
Server.acquireSession()
Acquires a LibrarySession from the session pool.
|
protected LibrarySession |
IfsServer.checkSession()
Gets the default session for this Server, performing additional
checks to ensure the session is still connected and valid.
|
protected LibrarySession |
IfsServer.connectSession()
Gets a default LibrarySession for this Server.
|
protected LibrarySession |
IfsServer.constructSession()
Constructs a new LibrarySession for this Server.
|
protected LibrarySession |
LibrarySessionPool.constructSession()
Constructs a new LibrarySession.
|
protected LibrarySession |
Node.getSession()
Gets the session for this Node.
|
protected LibrarySession |
Server.getSession()
Gets the session for this Server.
|
Modifier and Type | Method and Description |
---|---|
NodeState |
Node.getNodeState(LibrarySession session)
Gets the NodeState for this Node.
|
NodeState |
NodeInterface.getNodeState(LibrarySession session)
Gets the NodeState for this Node.
|
ServerState |
Server.getServerState(LibrarySession session)
Gets the ServerState for this Server.
|
ServiceState |
Node.getServiceState(LibrarySession session)
Gets the ServiceState for the service that this Node manages.
|
ServiceState |
NodeInterface.getServiceState(LibrarySession session)
Gets the ServiceState for the service that this Node manages.
|
void |
LibrarySessionPool.releaseSession(LibrarySession session)
Releases a session back to the session pool.
|
protected void |
Server.releaseSession(LibrarySession session)
Releases the specified session (that was previously acquired)
back to the pool.
|
protected void |
LibrarySessionPool.setSessionProperties(LibrarySession session)
Sets up a newly created LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
static ControllerJob |
RebalanceJob.create(LibrarySession sess)
Create a job to rebalance the server and handler assignments.
|
static ControllerJob |
ShutdownJob.create(LibrarySession sess)
Create a job to shutdown the entire system.
|
Modifier and Type | Method and Description |
---|---|
protected LibrarySession |
ScriptOperations.connect(Credential credential,
ConnectOptions options)
Create a LibrarySession.
|
protected LibrarySession |
ScriptOperations.connect(String username,
String password,
String server)
Create a LibrarySession.
|
protected LibrarySession |
ScriptDriver.getCurrentSession()
Get the current session.
|
protected LibrarySession |
ScriptOperations.getCurrentSession()
Get the current session.
|
protected LibrarySession |
ScriptDriver.lookupSessionByTag(String tag)
Lookup a session by the session tag that was used to register it.
|
protected LibrarySession |
ScriptOperations.lookupSessionByTag(String tag)
Lookup a session by the session tag that was used to register it.
|
protected LibrarySession |
ScriptDriver.replaceSession(String tag,
LibrarySession newSess)
Replace a previously registered session with a different session.
|
protected LibrarySession |
ScriptOperations.replaceSession(String tag,
LibrarySession newSess)
Replace a previously registered session with a different session.
|
Modifier and Type | Method and Description |
---|---|
protected long |
FolderIndexOperations.applyDeferredUpdates(LibrarySession session,
String prefix)
Apply deferred updates.
|
protected void |
FolderIndexOperations.changeUpdateMode(LibrarySession session,
boolean isSync,
String prefix)
Change update mode to either synchronous or asynchronous.
|
protected LibraryObjectDefinition |
ScriptDriver.cloneDefinition(LibrarySession sess,
String sourceDefTag,
String cloneDefTag)
Clone a LibraryObjectDefinition by the specified source tag.
|
protected LibraryObjectDefinition |
ScriptOperations.cloneDefinition(LibrarySession sess,
String sourceDefTag,
String cloneDefTag)
Clone a LibraryObjectDefinition by the specified source tag.
|
protected void |
FolderIndexOperations.completeIndexCreation(LibrarySession session,
boolean deferCreate,
String prefix)
Completes the creation of the folder index.
|
protected Boolean |
ScriptOperations.convertToBoolean(LibrarySession sess,
String boolVal)
Convert a numeric String representation to a Boolean.
|
protected boolean |
ScriptOperations.convertToBoolean(LibrarySession sess,
String boolVal,
boolean defVal)
Convert a numeric String representation to a boolean, using the specified
default value if the string is null.
|
protected Double |
ScriptOperations.convertToDouble(LibrarySession sess,
String doubleVal)
Convert a numeric String representation to a Double.
|
protected double |
ScriptOperations.convertToDouble(LibrarySession sess,
String doubleVal,
double defVal)
Convert a numeric String representation to a double, using the specified
default value if the string is null.
|
protected Integer |
ScriptOperations.convertToInteger(LibrarySession sess,
String intVal)
Convert a numeric String representation to an integer.
|
protected int |
ScriptOperations.convertToInteger(LibrarySession sess,
String intVal,
int defVal)
Convert a numeric String representation to an integer, using the specified
default value if the string is null.
|
protected Long |
ScriptOperations.convertToLong(LibrarySession sess,
String longVal)
Convert a numeric String representation to a long.
|
protected long |
ScriptOperations.convertToLong(LibrarySession sess,
String longVal,
long defVal)
Convert a numeric String representation to a long, using the specified
default value if the string is null.
|
protected String |
ScriptOperations.convertToRelativePath(LibrarySession sess,
String absPath)
Convert an absolute path to a relative path, by stripping off
the leading delimiter.
|
protected void |
FolderIndexOperations.createFolderIndexTables(LibrarySession session,
int maxLevel,
String prefix)
Create the tables that comprise the folder index.
|
protected void |
FolderIndexOperations.createInitialFolderIndexRows(LibrarySession session,
String prefix)
Create the initial self-reference rows for the folder index.
|
protected void |
ScriptDriver.deregisterSession(String tag,
LibrarySession sess)
De-register a session.
|
protected void |
ScriptOperations.deregisterSession(String tag,
LibrarySession sess)
De-register a session.
|
protected void |
FolderIndexOperations.dropIndex(LibrarySession session,
String prefix)
Drop the folder index.
|
void |
ScriptOperations.JdbcExecutor.execute(LibrarySession sess) |
protected AttributeValue |
ScriptOperations.getAclValueForConfigurationObjects(LibrarySession sess)
Get the ACL value to use for Configuration object creation.
|
protected AuditEventDispatcher |
AuditDriverHelper.getAuditEventDispatcher(LibrarySession sess)
Gets the audit event dispatcher.
|
protected AuditEventDispatcher |
ScriptOperations.getAuditEventDispatcher(LibrarySession sess)
Get the AuditEventDispatcher.
|
protected int |
FolderIndexOperations.getMaxLevel(LibrarySession session)
Get the maximum folder index level.
|
protected boolean |
FolderIndexOperations.isIndexEnabled(LibrarySession session)
Return true if there is a folder index enabled currently.
|
protected boolean |
FolderIndexOperations.isUpdateModeSynchronous(LibrarySession session)
Return true if the update mode of the folder index is synchronous.
|
protected AccessControlList |
ScriptOperations.lookupAcl(LibrarySession sess,
String tagOrName)
Lookup an ACL by the specified tag or name.
|
protected ApplicationToken |
ScriptOperations.lookupApplicationToken(LibrarySession sess,
String tkValue)
Lookup a ApplicationToken by the specified token value.
|
protected Folder |
ScriptOperations.lookupAuditDomainContext(LibrarySession sess,
String tag)
Lookup the Audit Domain context by Tag.
|
protected AuditSpecification |
ScriptOperations.lookupAuditSpecification(LibrarySession sess,
String tagOrName)
Lookup a AuditSpecification by the specified name.
|
protected Object |
ScriptDriver.lookupBusinessObject(LibrarySession session,
String tag)
Lookup a BusinessObject by the specified tag.
|
protected Object |
ScriptOperations.lookupBusinessObject(LibrarySession session,
String tag)
Lookup a BusinessObject by the specified tag.
|
protected ClassAccessControlList |
ScriptOperations.lookupClassAcl(LibrarySession sess,
String aclName)
Lookup a Class ACL by name.
|
protected LibraryObjectDefinition |
ScriptDriver.lookupDefinition(LibrarySession sess,
String tag)
Lookup a LibraryObjectDefinition by the specified tag.
|
protected LibraryObjectDefinition |
ScriptOperations.lookupDefinition(LibrarySession sess,
String tag)
Lookup a LibraryObjectDefinition by the specified tag.
|
protected LibraryObjectDefinition |
ScriptDriver.lookupDefinition(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObjectDefinition by the specified tag and that is the
appropriate instance for the specified classobject name.
|
protected LibraryObjectDefinition |
ScriptOperations.lookupDefinition(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObjectDefinition by the specified tag and that is the
appropriate instance for the specified classobject name.
|
protected DirectoryObject |
ScriptOperations.lookupDirectoryObject(LibrarySession sess,
String tagOrName)
Lookup a DirectoryObject (user or group) by the specified name.
|
protected Document |
ScriptOperations.lookupDocument(LibrarySession sess,
String tag)
Lookup a Document by the specified tag.
|
protected Folder |
ScriptOperations.lookupFolder(LibrarySession sess,
String tag)
Lookup a Folder by the specified tag.
|
protected Format |
ScriptOperations.lookupFormat(LibrarySession sess,
String tagOrName)
Lookup a Format by the specified name.
|
protected Format |
ScriptOperations.lookupFormatFromCollection(LibrarySession sess,
String name)
Lookup a Format by the specified name, using the Format Collection.
|
protected DirectoryGroup |
ScriptOperations.lookupGroup(LibrarySession sess,
String tag)
Lookup a DirectoryGroup by the specified tag.
|
protected Media |
ScriptOperations.lookupMedia(LibrarySession sess,
String tagOrName)
Lookup a Media by the specified tag or Media name.
|
protected MessageEntry |
ScriptOperations.lookupMessageEntry(LibrarySession sess,
String tag)
Lookup a MessageEntry by the specified tag.
|
protected LibraryObject |
ScriptDriver.lookupObject(LibrarySession sess,
String tag)
Lookup a LibraryObject by the specified tag.
|
protected LibraryObject |
ScriptOperations.lookupObject(LibrarySession sess,
String tag)
Lookup a LibraryObject by the specified tag.
|
protected LibraryObject |
ScriptDriver.lookupObject(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObject by the specified tag and that is an instance
of the specified class.
|
protected LibraryObject |
ScriptOperations.lookupObject(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObject by the specified tag and that is an instance
of the specified class.
|
protected Long |
ScriptDriver.lookupObjectId(LibrarySession sess,
String tag)
Lookup a LibraryObject's ID by the specified tag.
|
protected Long |
ScriptOperations.lookupObjectId(LibrarySession sess,
String tag)
Lookup a LibraryObject's ID by the specified tag.
|
protected PublicObject |
ScriptOperations.lookupPublicObject(LibrarySession sess,
String tag)
Lookup a PublicObject by the specified tag.
|
protected Queue |
ScriptOperations.lookupQueue(LibrarySession sess,
String quName)
Lookup a Queue by name.
|
protected SystemAccessControlList |
ScriptOperations.lookupSystemAcl(LibrarySession sess,
String aclName)
Lookup a System ACL by name.
|
protected SystemLockObject |
ScriptOperations.lookupSystemLockObject(LibrarySession sess,
String sloName)
Lookup a SystemLockObject by name.
|
protected DirectoryUser |
ScriptOperations.lookupUser(LibrarySession sess,
String tagOrName)
Lookup a DirectoryUser by the specified name or tag.
|
protected DirectoryUser |
ScriptOperations.lookupUserFromCollection(LibrarySession sess,
String userName)
Lookup a user by the specified name.
|
protected void |
FolderIndexOperations.promoteFolder(LibrarySession session,
Folder folder,
int newLevel,
String prefix)
Promote a folder to a higher index level.
|
protected void |
FolderIndexOperations.promoteFoldersByPath(LibrarySession session,
String[] paths,
int newLevel,
String prefix)
Promote folders to a higher index level.
|
protected void |
FolderIndexOperations.rebuildIndex(LibrarySession session,
String prefix)
Rebuild the folder index.
|
protected void |
ScriptDriver.registerNewSession(String sesstag,
LibrarySession sess)
Register a session.
|
protected void |
ScriptOperations.registerNewSession(String sesstag,
LibrarySession sess)
Register a session.
|
protected LibrarySession |
ScriptDriver.replaceSession(String tag,
LibrarySession newSess)
Replace a previously registered session with a different session.
|
protected LibrarySession |
ScriptOperations.replaceSession(String tag,
LibrarySession newSess)
Replace a previously registered session with a different session.
|
protected void |
FolderIndexOperations.resetFolderIndexRows(LibrarySession session,
String prefix)
Delete all rows form the folder index except for the "self" rows
used to register each existing folder.
|
protected void |
ScriptDriver.setCurrentSession(LibrarySession session)
Make the specified session the default.
|
protected void |
ScriptOperations.setCurrentSession(LibrarySession session)
Make the specified session the default.
|
void |
ScriptDriver.setMainSession(LibrarySession session)
Set the Main session, to avoid constructing a new one.
|
protected void |
FolderIndexOperations.setUseExistsClause(LibrarySession session,
boolean useExists,
String prefix)
Update the 'UseExistsClause' property on the FolderIndex
propertyBundle event target.
|
static void |
ShowUtils.showAttributeValue(Logger logger,
LibrarySession session,
String attrName,
AttributeValue val,
String prefix)
Produce a readable version of an AttributeValue
|
static void |
ShowUtils.showAttributeValue(Logger logger,
LibrarySession session,
String attrName,
AttributeValue val,
String prefix,
String[] hiddenKeys)
Produce a readable version of an AttributeValue
|
static void |
ShowUtils.showAttributeValueTable(Logger logger,
LibrarySession session,
AttributeValueTable avt,
String tblName,
String prefix)
Show details about a AttributeValueTable.
|
static void |
ShowUtils.showAttributeValueTable(Logger logger,
LibrarySession session,
AttributeValueTable avt,
String tblName,
String prefix,
String[] omittedProps)
Show details about a AttributeValueTable.
|
static void |
ShowUtils.showAuditCertificates(Logger logger,
LibrarySession sess,
AuditCertificate[] certs,
String prefix,
boolean verbose)
Show AuditCertificate information.
|
static void |
ShowUtils.showAuditEventColumn(Logger logger,
LibrarySession sess,
AttributeValue av,
String prefix,
boolean verbose)
Show an AuditEvent column selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
static void |
ShowUtils.showAuditEventColumns(Logger logger,
LibrarySession sess,
AttributeValue[] avs,
String prefix,
boolean verbose)
Show AuditEvent column information selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
static void |
ShowUtils.showAuditEvents(Logger logger,
LibrarySession sess,
AuditEvent[] aes,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show AuditEvent information.
|
static void |
ShowUtils.showAuditHandlerSpecification(Logger logger,
LibrarySession session,
AuditHandlerSpecification ahs,
String prefix,
boolean showDates)
Shows the AuditHandlerSpecification.
|
static void |
ShowUtils.showAuditSpecification(Logger logger,
LibrarySession session,
AuditSpecification spec,
String prefix,
boolean showDates)
Shows the audit spec.
|
static void |
ShowUtils.showAuditTargetSpecification(Logger logger,
LibrarySession session,
AuditTargetSpecification ats,
String prefix)
Shows the AuditTargetSpecification.
|
static void |
ShowUtils.showAuditTypeEntryValues(Logger logger,
LibrarySession session,
AuditTypeEntryValue[] atevs,
String prefix)
Shows a set of AuditTypeEntryValues.
|
static void |
ShowUtils.showAuditTypeList(Logger logger,
LibrarySession session,
AuditTypeList typeList,
String prefix)
Shows the AuditTypeList.
|
static void |
ShowUtils.showBooleanObjectArray(Logger logger,
LibrarySession session,
Boolean[] boolValues,
String prefix)
Shows an array of Boolean, one value per line
|
static void |
ShowUtils.showDateArray(Logger logger,
LibrarySession session,
Date[] dateValues,
String prefix)
Shows an array of Date, one value per line
|
static void |
ShowUtils.showExpandedAuditTypeList(Logger logger,
LibrarySession session,
AuditTypeList typeList,
String className,
String prefix)
Shows the AuditTypeList, expanded to include placeholders for
event types applicable to the specifeid class.
|
static void |
ShowUtils.showIntegerObjectArray(Logger logger,
LibrarySession session,
Integer[] intValues,
String prefix)
Shows an array of Integer, one value per line
|
static void |
ShowUtils.showLibraryObjectArray(Logger logger,
LibrarySession session,
LibraryObject[] loValues,
String prefix)
Shows an array of LibraryObject, one value per line
|
static void |
ShowUtils.showLibrayObjectIdArray(Logger logger,
LibrarySession session,
Long[] idValues,
String prefix)
Shows an array of Long representing LibraryObjects,
one value per line
|
static void |
ShowUtils.showLongObjectArray(Logger logger,
LibrarySession session,
Long[] longValues,
String prefix)
Shows an array of Long, one value per line
|
static void |
ShowUtils.showStringArray(Logger logger,
LibrarySession session,
String[] strValues,
String prefix)
Shows an array of String, one value per line
|
protected DirectoryObject[] |
ScriptOperations.tokenToDirectoryObjectArray(LibrarySession sess,
String doTagNames)
Convert a token representing an array of DirectoryObjects into the
array of DirectoryObjects.
|
protected DirectoryUser[] |
ScriptOperations.tokenToDirectoryUserArray(LibrarySession sess,
String userTagNames)
Convert a token representing an array of DirectoryUsers into the
array of DirectoryUsers.
|
protected Document[] |
ScriptOperations.tokenToDocumentArray(LibrarySession sess,
String token)
Get an array of Documents from the specified array token containing
Document tags.
|
protected void |
ScriptDriver.verifyDefinitionWriteable(LibrarySession sess,
String tag)
Verify that a LibraryObjectDefinition identified by the specified tag
is writeable.
|
protected void |
ScriptOperations.verifyDefinitionWriteable(LibrarySession sess,
String tag)
Verify that a LibraryObjectDefinition identified by the specified tag
is writeable.
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
BaseTestOperations.TestAction.m_Session |
Modifier and Type | Method and Description |
---|---|
LibrarySession |
BaseTestOperations.TestAction.getSession()
Gets the session context.
|
Modifier and Type | Method and Description |
---|---|
void |
AclOperations.CreateAclTest.addACE(LibrarySession sess,
AccessControlList acl) |
void |
AclOperations.CopyAclTest.addACE(LibrarySession sess,
AccessControlList acl) |
void |
ClassObjectOperations.ClassSubTest.bogusClassTest(String super_class,
String class_name,
LibrarySession s)
Performs a test to see how DM server handles an invalid
Super class or an invalid Class name
|
void |
AclOperations.CheckAccessTest.checkAccessForSingleUser(LibrarySession sess,
AccessControlList acl,
DirectoryUser dirobj) |
void |
AclOperations.CheckAccessTest.checkAccessForUsers(LibrarySession sess,
AccessControlList acl,
DirectoryUser[] dirobjs) |
void |
AttributeOperations.AttributeValueDefaultTest.checkAttributes(LibrarySession session,
PublicObject po,
PublicObjectDefinition pod)
Checks the attributes of a created PublicObject.
|
void |
MiscOperations.DynamicMethodTest.checkIllegal(LibrarySession sess) |
void |
DocumentOperations.DocFormatTest.checkUniqueName(LibrarySession s,
String name,
String ext) |
protected void |
UserOperations.UserDirectoryTest.checkUserExists(LibrarySession sess,
String credentialManagerName,
String[] userListToCheck) |
void |
MiscOperations.DynamicMethodTest.checkUsers(LibrarySession sess) |
void |
BaseTestOperations.TestAction.configure(LibrarySession session,
AttributeValueTable avt,
ScriptOperations script)
Configures the action.
|
protected PropertyDefinition[] |
PropertyBundleOperations.constructPropertyDefinitions(LibrarySession sess,
String[] propnames) |
protected AccessControlEntryDefinition |
GroupOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
LinkOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
LockOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
ResolvedAclOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
VersioningOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
SecuredByOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
String accessList) |
AccessControlList |
AclOperations.CreateAclTest.createACL(LibrarySession sess,
String acl_name,
boolean isSystem) |
AccessControlList |
AclOperations.CopyAclTest.createACL(LibrarySession sess,
String acl_name,
boolean isSystem,
boolean isShared) |
AccessControlList |
AclOperations.CopyAclTest.createACLCopy(LibrarySession sess,
AccessControlList aclBase,
String acl_name,
boolean isSystem,
boolean isShared) |
AccessControlList |
AclOperations.CreateAclTest.createACLWithAces(LibrarySession sess,
String acl_name,
boolean isSystem) |
AccessControlList |
AclOperations.PublicObjectGrantTest.createACLWithAces(LibrarySession sess,
String acl_name,
boolean isSystem,
boolean isShared) |
AccessControlList |
AclOperations.AceSequencingTest.createACLWithAces(LibrarySession sess,
String acl_name,
boolean isSystem,
boolean isShared) |
ApplicationObject |
MiscOperations.DynamicMethodTest.createApplicationObject(LibrarySession sess) |
protected ApplicationObject |
AclOperations.AceSequencingTest.createApplicationObject(LibrarySession sess,
AccessControlList baseacl) |
ApplicationObject |
FolderOperations.FolderCopyTest.createApplicationObject(LibrarySession sess,
Folder parent_folder,
String objname) |
protected ApplicationObject |
MiscOperations.LocalizerTest.createAppObj(LibrarySession sess,
ClassObject clss,
String name,
String key)
Create an AppObject.
|
protected AttributeValue |
PropertyBundleOperations.createAv(LibrarySession sess,
String valuetype,
String value) |
protected ClassObject |
MiscOperations.IfsJdbcTest.createClass(LibrarySession sess)
Create RecipeDocument ClassObject.
|
protected ClassObject |
MiscOperations.LocalizerTest.createClass(LibrarySession sess,
String name,
String superClass,
String serverPath)
Create RecipeDocument ClassObject.
|
Document |
ClassObjectOperations.ClassSubTest.createClassInstance(LibrarySession sess,
ClassObject clss)
Create Instances of newly created classes
|
ClassObject |
ClassObjectOperations.T1kTest.createClassObject(LibrarySession sess,
String class_name) |
ClassObject |
ClassObjectOperations.ClassSubTest.createClassObject(String class_name,
ClassObjectDefinition def,
LibrarySession sess) |
Document |
ClassObjectOperations.T1kTest.createDocFromClass(LibrarySession sess,
ClassObject clss) |
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
DocumentDefinition docdef,
Folder parent)
Creates a Document.
|
Document |
FolderOperations.CreateFolderTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname) |
Document |
FolderOperations.FolderRefTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname) |
Document |
FolderOperations.FolderCopyTest.createDocument(LibrarySession sess,
Folder parentFolder,
String objname) |
Document |
SearchOperations.SavedSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName) |
Document |
SearchOperations.FrqSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.AclSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.BindSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.OperatorsSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean should_load_doc) |
Document |
SearchOperations.ExistenceSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean versionable) |
Document |
SearchOperations.NullValueSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
boolean versionable) |
Document |
SearchOperations.JoinSearchTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname,
String catName,
Format format,
boolean should_load_doc) |
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
Folder parent,
String name,
String classname,
Format format,
String contentpath)
Creates a Document.
|
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
String name,
ClassObject clss,
Format format,
String contentpath,
Folder parent)
Creates a Document.
|
Document |
ClassObjectOperations.T1kTest.createDocumentFromNewClass(LibrarySession sess,
ClassObject clss) |
boolean |
VersioningOperations.RelationTest.createDocuments(LibrarySession s) |
protected abstract PublicObject |
CopyOperations.CopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.GroupCopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.FolderCopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.FamilyCopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.FamilyCopyTest2.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.CopyTest.createHierarchy(LibrarySession session,
Object[] hierarchy) |
protected PublicObject |
ClassObjectOperations.AddRemoveAttributeTest.createObject(ClassObject co,
String name,
LibrarySession session)
Creates an instance of the specified ClassObject with the specified name.
|
LibraryObject |
RenderingOperations.GetDefinitionTest.createObject(LibrarySession session) |
protected abstract PublicObject |
CopyOperations.CopyTest.createObject(LibrarySession session,
PublicObjectDefinition pod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.GroupCopyTest.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.FolderCopyTest.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.FamilyCopyTest.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.FamilyCopyTest2.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
protected PublicObjectDefinition |
VersioningOperations.createPODefinition(LibrarySession sess,
String objname,
String classname) |
protected RecipeDocument |
MiscOperations.IfsJdbcTest.createRecipe(LibrarySession sess,
String recipeName,
String recipeEthnicity,
int testCase)
Create a recipe.
|
protected Policy |
RenderingOperations.BaseRendererTest.createRenderPolicy(LibrarySession session,
String name,
String operation,
String implementationName)
Creates a policy base on the input values.
|
ClassDomain |
ClassObjectOperations.RefIntegrityTest.createSchemaObject(LibrarySession sess) |
protected ServerConfiguration |
MiscOperations.ServerConfigurationTest.createServerConfiguration(LibrarySession session,
String name,
String propertyName,
String propertyValue)
Creates a ServerConfiguration.
|
Folder |
FolderOperations.CreateFolderTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
FolderOperations.FolderRefTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
FolderOperations.FolderCopyTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.FrqSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.AclSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.BindSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.JoinSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.OperatorsSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.ExistenceSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.NullValueSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
Folder |
SearchOperations.SavedSearchTest.createSubfolder(LibrarySession sess,
Folder parent_folder,
String folder_name) |
ClassObject |
ClassObjectOperations.T1kTest.createSystemLibraryClass(LibrarySession sess,
String class_name) |
Format |
ClassObjectOperations.RefIntegrityTest.createSystemObject(LibrarySession sess) |
protected void |
MiscOperations.IfsJdbcTest.createTestTable(LibrarySession sess)
Create a test table to be deleted at end of regtest.
|
protected void |
UserOperations.UserDirectoryTest.createUser(LibrarySession sess,
String credentialManagerName,
String newUserName,
String newDistinguishedUserName,
String newPassword) |
protected void |
SearchOperations.MultiValueSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected void |
SearchOperations.ExistenceSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected void |
SearchOperations.NullValueSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected VersionDescriptionDefinition |
VersioningOperations.createVDDefinition(LibrarySession sess,
String vdname,
String vsname,
String familyName) |
protected void |
MiscOperations.IfsJdbcTest.deleteClass(LibrarySession sess,
ClassObject newClass)
Delete RecipeDocument ClassObject.
|
protected void |
MiscOperations.IfsJdbcTest.deleteRecipe(LibrarySession sess,
RecipeDocument recipe,
int testCase)
Delete a recipe.
|
protected void |
UserOperations.UserDirectoryTest.deleteUser(LibrarySession sess,
String credentialManagerName,
String newUserName) |
protected void |
CursorOperations.deregisterSelector(LibrarySession sess,
String tag) |
protected void |
VersioningOperations.displayFamily(Family family,
LibrarySession sess,
String indent) |
protected void |
VersioningOperations.VersionBasicTest.displayFamily(LibrarySession s,
Family f) |
protected void |
LinkOperations.displayFolder(Folder folder,
LibrarySession sess,
String prefix) |
protected void |
VersioningOperations.VersionBasicTest.displayLatestVersion(LibrarySession s,
Family f) |
protected void |
ResolvedAclOperations.displayObject(ApplicationObject appObject,
LibrarySession sess) |
protected void |
LinkOperations.displayObject(PublicObject po,
LibrarySession sess,
String prefix) |
protected void |
VersioningOperations.displayObject(PublicObject po,
LibrarySession sess,
String indent) |
protected void |
LockOperations.displayObject(PublicObject obj,
String indent,
LibrarySession sess) |
void |
VersioningOperations.RelationTest.displayRightwardRelationships(LibrarySession s,
ClassObject relClass) |
protected void |
VersioningOperations.displayVersionDescription(VersionDescription vd,
LibrarySession sess,
String indent) |
protected void |
VersioningOperations.VersionBasicTest.displayVersions(LibrarySession s,
Family f) |
protected void |
VersioningOperations.DeleteVersionsTest.displayVersions(LibrarySession s,
Family f) |
protected void |
VersioningOperations.displayVersionSeries(VersionSeries vs,
LibrarySession sess,
String indent) |
protected void |
MiscOperations.IfsJdbcTest.dropRecipeInstances(LibrarySession sess)
Drop any recipe instances.
|
protected void |
MiscOperations.IfsJdbcTest.dropTestTable(LibrarySession sess)
Drop test table.
|
void |
AclOperations.CreateAclTest.duplicateClassACL(LibrarySession sess) |
void |
AclOperations.CreateAclTest.duplicateSystemACL(LibrarySession sess) |
void |
MediaOperations.JdbcExecutor.execute(LibrarySession session) |
void |
MiscOperations.IfsJdbcTest.JdbcExecutor.execute(LibrarySession session) |
void |
MiscOperations.RelationshipFetchTest.fetchRelationships(LibrarySession sess) |
DirectoryGroup |
GroupOperations.findGroup(LibrarySession sess,
String groupname) |
protected String |
GroupOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
protected String |
LinkOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
protected String |
ResolvedAclOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
protected String |
SecuredByOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
void |
BaseTestOperations.free(LibrarySession session,
Vector los)
Frees the LibraryObjects in the specfied vector.
|
void |
ClassObjectOperations.RefIntegrityTest.freeSchemaObject(LibrarySession sess,
ClassDomain clDom) |
void |
ClassObjectOperations.RefIntegrityTest.freeSystemObject(LibrarySession sess,
Format testFmt) |
protected String |
RandomAccessOperations.getCharacterEncoding(LibrarySession session) |
protected DirectoryObject |
BaseTestOperations.getCurrentUser(LibrarySession sess)
Returns the user you are currently logged in as.
|
protected String |
BaseTestOperations.getCurrentUserName(LibrarySession sess)
Returns the name of the user you are currently logged in as.
|
protected SystemCategory[] |
SystemCategoryOperations.getDavCategories(LibrarySession sess,
ApplicationObject ao)
Returns the DAV Categories on this object sorted by token
|
protected AccessControlList |
ResolvedAclOperations.getPrivateAcl(LibrarySession sess) |
protected AccessControlList |
ResolvedAclOperations.getPublishedAcl(LibrarySession sess) |
DirectoryUser[] |
AclOperations.CheckAccessTest.getUserObjects(LibrarySession sess,
String[] userList) |
protected void |
UserOperations.UserDirectoryTest.listAllUsers(LibrarySession sess,
String credentialManagerName) |
void |
FolderOperations.CreateFolderTest.listFolder(LibrarySession sess,
Folder f) |
protected void |
MiscOperations.IfsJdbcTest.logTestResults(LibrarySession sess,
String testCase)
Log results.
|
protected AccessControlEntry |
GroupOperations.lookupAce(LibrarySession sess,
String tag)
Lookup an AccessControlEntry by the specified tag.
|
protected ApplicationObject |
FolderOperations.lookupApplicationObject(LibrarySession sess,
String name) |
protected ApplicationObject |
LinkOperations.lookupApplicationObject(LibrarySession sess,
String objname) |
protected ApplicationObject |
LockOperations.lookupAppObject(LibrarySession sess,
String objname) |
protected ClassObject |
SystemCategoryOperations.lookupClassObject(LibrarySession sess)
Lookup the custom ClassObject, or return null if it is not yet
created.
|
protected ClassObject |
PropertyBundleOperations.lookupClassObject(LibrarySession sess,
String name) |
protected Link |
LinkOperations.lookupLink(LibrarySession sess,
String linkname) |
protected PublicObject |
VersioningOperations.lookupOptionalObject(LibrarySession sess,
String objname) |
protected PublicObject |
LinkOperations.lookupPublicObject(LibrarySession sess,
String name) |
protected PublicObject |
VersioningOperations.lookupPublicObject(LibrarySession sess,
String objname) |
protected Selector |
CursorOperations.lookupSelectorByTag(LibrarySession sess,
String tag) |
AttributeDefinition |
ClassObjectOperations.ClassSubTest.makeAttributeDefinition(LibrarySession sess,
String name,
int type,
int length,
int scale) |
AttributeDefinition |
ClassObjectOperations.T1kTest.makeAttributeDefinition(LibrarySession sess,
String name,
int dataType,
int length,
int scale) |
AttributeDefinition |
LockOperations.makeAttributeDefinition(LibrarySession sess,
String name,
int dataType,
int length,
int scale) |
void |
VersioningOperations.VersionNonOwnerTest.makeVersionedNew(Document doc,
AccessControlList acl,
LibrarySession s,
Folder parentfolder,
boolean transferOwner) |
void |
VersioningOperations.VersionNonOwnerTest.makeVersionedOld(Document doc,
LibrarySession session,
Folder parentfolder) |
protected abstract PublicObjectDefinition |
CopyOperations.CopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.GroupCopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.FolderCopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.FamilyCopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.FamilyCopyTest2.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllCharacterSetLabels(LibrarySession sess) |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllLanguageLabels(LibrarySession sess) |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllLocaleLabels(LibrarySession sess) |
void |
RenderingOperations.GetDefinitionTest.printObjectAndDefinition(LibrarySession session,
LibraryObject lo) |
void |
MiscOperations.TradeAlertRetainedEvent.process(LibrarySession session)
Process this retained event.
|
protected void |
PropertyBundleOperations.putValues(LibrarySession sess,
PropertyBundle bundle,
PropertyBundleDefinition pbdef,
String[] props) |
protected void |
CursorOperations.registerSelector(LibrarySession sess,
String tag,
Selector sel) |
void |
AclOperations.CreateAclTest.removeAllACEs(LibrarySession sess,
AccessControlList acl) |
protected void |
VersioningOperations.setClassObjectInDefinition(LibrarySession sess,
LibraryObjectDefinition def,
String classname) |
protected void |
RandomAccessOperations.ContentObjectUpdateTest.setDefaultStorageGroup(LibrarySession session,
StorageGroup sg)
Sets the default StorageGroup.
|
void |
AclOperations.AceSequencingTest.showACE(String outputprefix,
AccessControlEntry ace,
boolean verbose,
LibrarySession sess) |
void |
AclOperations.CreateAclTest.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
void |
AclOperations.CopyAclTest.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession s) |
void |
AclOperations.PublicObjectGrantTest.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
void |
AclOperations.CheckAccessTest.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession s) |
protected void |
GroupOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
protected void |
LinkOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
protected void |
ResolvedAclOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
protected void |
SecuredByOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
void |
AclOperations.AceSequencingTest.showACL(AccessControlList acl,
boolean verbose,
LibrarySession sess) |
protected void |
GroupOperations.showAcl(AccessControlList acl,
LibrarySession sess) |
void |
AclOperations.CreateAclTest.showACL(AccessControlList acl,
LibrarySession sess) |
void |
AclOperations.CopyAclTest.showACL(AccessControlList acl,
LibrarySession s) |
void |
AclOperations.PublicObjectGrantTest.showACL(AccessControlList acl,
LibrarySession sess) |
void |
AclOperations.CheckAccessTest.showACL(AccessControlList acl,
LibrarySession s) |
protected void |
SecuredByOperations.showAcl(LibrarySession sess,
AccessControlList acl) |
void |
AclOperations.CreateAclTest.showACLs(LibrarySession sess) |
void |
AclOperations.CopyAclTest.showACLs(LibrarySession sess) |
int |
ClassObjectOperations.RefIntegrityTest.showActiveSchemaObjects(LibrarySession sess) |
int |
ClassObjectOperations.RefIntegrityTest.showActiveSystemObjects(LibrarySession sess) |
void |
ClassObjectOperations.ClassPropertyBundlesTest.showAllProperties(LibrarySession sess) |
void |
MiscOperations.DynamicMethodTest.showApplicationObject(LibrarySession sess,
ApplicationObject appobj) |
protected void |
ClassObjectOperations.showAttribute(LibrarySession session,
Attribute attr) |
void |
ClassObjectOperations.ClassLabelsTest.showAttributeLabels(LibrarySession sess,
boolean showInResourceBundleFormat) |
protected void |
PropertyBundleOperations.showAttributeValue(LibrarySession sess,
AttributeValue av) |
protected void |
PropertyBundleOperations.showBundleDefinitionDetail(LibrarySession sess,
PropertyBundleDefinition pbdef) |
protected void |
PropertyBundleOperations.showBundleDetail(LibrarySession sess,
PropertyBundle bundle) |
protected void |
SecuredByOperations.showCategories(LibrarySession sess,
PublicObject po,
String prefix,
boolean showCount) |
void |
ClassObjectOperations.ClassSessTest.showClassAttrs(LibrarySession sess,
boolean shouldShowAllAttrs,
boolean shouldShowExtendedAttrs) |
void |
ClassObjectOperations.ClassLabelsTest.showClassLabels(LibrarySession sess,
boolean showInResourceBundleFormat) |
void |
ClassObjectOperations.ClassSessTest.showClassNames(LibrarySession sess) |
protected void |
ClassObjectOperations.AddRemoveAttributeTest.showClassObject(ClassObject co,
LibrarySession session)
Shows the specified ClassObject.
|
protected StorageGroup |
RandomAccessOperations.ContentObjectUpdateTest.showDefaultStorageGroup(LibrarySession session)
Shows the default StorageGroup.
|
void |
FolderOperations.FolderCopyTest.showFolderContents(LibrarySession sess,
Folder folder) |
void |
FolderOperations.CreateFolderTest.showFolders(LibrarySession sess,
Folder f) |
void |
ClassObjectOperations.ClassPropertyBundlesTest.showInheritedProperty(LibrarySession sess,
String propname) |
void |
FolderOperations.FolderRefTest.showItemCounts(LibrarySession sess,
Folder folder,
long expectedItemCount,
long expectedSubfolderCount) |
void |
ClassObjectOperations.T1kTest.showLibraryClass(LibrarySession sess,
ClassObject clss) |
void |
ClassObjectOperations.T1kTest.showLibraryClass(LibrarySession sess,
String class_name) |
void |
ClassObjectOperations.T1kTest.showLibraryClasses(LibrarySession sess) |
void |
AclOperations.CheckAccessTest.showMembership(LibrarySession sess,
DirectoryObject[] dirobjs) |
protected void |
ClassObjectOperations.AddRemoveAttributeTest.showObjects(ClassObject co,
LibrarySession session)
Shows all instances of the specified ClassObject.
|
protected void |
PropertyBundleOperations.showProperty(LibrarySession sess,
String propname,
AttributeValue av) |
protected void |
SecuredByOperations.showPublicObject(LibrarySession sess,
PublicObject po,
boolean showFull) |
void |
FolderOperations.FolderRefTest.showReferencingFolders(LibrarySession sess,
PublicObject object) |
void |
FolderOperations.FolderCopyTest.showReferencingFolders(LibrarySession sess,
PublicObject object) |
protected void |
SecuredByOperations.showSecuredObjects(LibrarySession sess,
PublicObject po) |
void |
ClassObjectOperations.ClassLabelsTest.showStaticConstantDeclarations(LibrarySession sess) |
void |
ClassObjectOperations.ClassSessTest.showSubClasses(LibrarySession sess) |
void |
VersioningOperations.DeletorTest.showWastebasket(LibrarySession s) |
void |
MediaOperations.syncContentIndex(LibrarySession session)
Sync the context index.
|
void |
ClassObjectOperations.RefIntegrityTest.testActiveSchemaObjects(LibrarySession sess,
ClassDomain clDom,
int schemaObjCount) |
void |
ClassObjectOperations.RefIntegrityTest.testActiveSystemObjects(LibrarySession sess,
Format testFmt,
int systemObjCount) |
void |
VersioningOperations.VersionNonOwnerTest.testAddNewVersion(LibrarySession session,
Document doc) |
void |
FolderOperations.CreateFolderTest.testAddToFolder(LibrarySession sess,
Folder f,
boolean shouldcopy) |
void |
FolderOperations.CreateFolderTest.testBounds(LibrarySession sess,
Folder f) |
protected void |
AclOperations.CheckAccessTest.testBug1120762(LibrarySession s,
Collection c) |
void |
FolderOperations.CreateFolderTest.testBulk(LibrarySession sess,
Folder f) |
void |
FolderOperations.CreateFolderTest.testBulkExceptions(LibrarySession sess) |
Family |
DocumentOperations.DocAclTest.testCreation(LibrarySession s,
Folder folder) |
Family |
VersioningOperations.VersionBasicTest.testCreation(LibrarySession s,
Folder folder) |
Document |
VersioningOperations.DeletorTest.testCreation(LibrarySession s,
Folder folder) |
void |
VersioningOperations.VersionNonOwnerTest.testCreation(LibrarySession s,
Folder folder,
String otheruser) |
protected void |
SearchOperations.MultiValueSearchTest.testDateValues(LibrarySession sess) |
void |
VersioningOperations.VersionBasicTest.testDefaults(LibrarySession s,
Family family) |
void |
VersioningOperations.VersionBasicTest.testDelete(LibrarySession s,
Family family) |
protected void |
SearchOperations.ClassRestrictSearchTest.testDelete(LibrarySession sess,
int size,
boolean executesavedsrchs) |
void |
VersioningOperations.DeletorTest.testDelete(LibrarySession s,
String otheruser,
Document doc) |
void |
AclOperations.CheckAccessTest.testDirectoryUserMethods(LibrarySession sess,
String[] userList) |
void |
AclOperations.PublicObjectGrantTest.testGrant(LibrarySession sess,
AccessControlList baseacl) |
protected void |
CopyOperations.CopyTest.testHierarchy(LibrarySession session,
Object[] hierarchy,
String testname) |
void |
DocumentOperations.DocNlsTest.testMedia(LibrarySession s,
String mediaName,
String filename,
String encoding) |
void |
ClassObjectOperations.ClassSessTest.testMiscAttributeMethods(Attribute sample,
LibrarySession sess)
This is routine to test new methods on attribute which were
added as part of API Cleanup.
|
void |
ClassObjectOperations.ClassSessTest.testMiscMethods(LibrarySession sess) |
void |
VersioningOperations.RelationTest.testNamedRelationships(LibrarySession s) |
void |
VersioningOperations.VersionBasicTest.testNextPrevious(LibrarySession s,
Family f) |
void |
VersioningOperations.RelationTest.testOrdering(LibrarySession s) |
protected void |
DocumentOperations.DocAclTest.testOtherUser(LibrarySession s,
String username2,
Family f) |
void |
AclOperations.CreateAclTest.testPermissionBundleACE(LibrarySession sess) |
void |
AclOperations.AceSequencingTest.testSequencing(LibrarySession sess,
AccessControlList baseacl,
boolean verbose) |
void |
VersioningOperations.RelationTest.testStandardRelationships(LibrarySession s) |
protected void |
SearchOperations.MultiValueSearchTest.testStringValues(LibrarySession sess) |
protected void |
VersioningOperations.DeletorTest.testTimeZone(LibrarySession s,
Document doc) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s,
String classname) |
void |
VersioningOperations.VersionBasicTest.testVersioning(LibrarySession s,
String otheruser,
Family f) |
protected void |
MiscOperations.IfsJdbcTest.updateRecipe(LibrarySession sess,
RecipeDocument recipe,
String description,
int testCase)
Update a recipe.
|
protected void |
UserOperations.UserDirectoryTest.updateUser(LibrarySession sess,
String credentialManagerName,
String newUserName,
String newPassword) |
protected Document |
DocumentOperations.DocAclTest.verifyDocument(LibrarySession s,
Family f) |
protected Document |
VersioningOperations.VersionBasicTest.verifyDocument(LibrarySession s,
Family f) |
protected void |
LockOperations.verifyTimedLockPeriod(LibrarySession sess,
PublicObject po,
long expectedTimeout) |
Constructor and Description |
---|
RecipeDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructor
|
T1kDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a T1kDocument object - standard variant.
|
Modifier and Type | Method and Description |
---|---|
static Community[] |
Community.findAll(LibrarySession session)
Returns the set of all Community instances that the user has access to.
|
static Community |
Community.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a Community matching the specified uniquename.
|
Constructor and Description |
---|
Community(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Community object.
|
CommunityActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityActivityRecord object.
|
CommunityConversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityConversation object.
|
CommunityMember(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityMember object.
|
Invitation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Posting object.
|
Posting(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Posting object.
|
PostingActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PostingActivityRecord object.
|
Modifier and Type | Method and Description |
---|---|
static BinaryDevice |
BinaryDevice.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a device matching the specified uniquename.
|
Constructor and Description |
---|
BinaryDevice(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BinaryDevice object.
|
Door(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Door object.
|
Gateway(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Gateway object.
|
Light(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Light object.
|
Switch(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Switch object.
|
Modifier and Type | Method and Description |
---|---|
static SmartHome |
SmartHome.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a SmartHome matching the specified uniquename.
|
Constructor and Description |
---|
SmartHome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SmartHome object.
|
SmartHomeItem(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SmartHomeItem object.
|
Constructor and Description |
---|
StixAttackDamage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackDamage object.
|
StixAttackerIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackerIdentity object.
|
StixAttackIncident(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackIncident object.
|
StixAttackPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackPattern object.
|
StixAttributedToRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttributedToRelation object.
|
StixAuxiliaryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAuxiliaryObject object.
|
StixCampaign(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCampaign object.
|
StixCooperatingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCooperatingRelation object.
|
StixCourseOfAction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCourseOfAction object.
|
StixDefenderIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDefenderIdentity object.
|
StixDerivedFromRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDerivedFromRelation object.
|
StixDomainObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDomainObject object.
|
StixDuplicateOfRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDuplicateOfRelation object.
|
StixIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIdentity object.
|
StixImpersonatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixImpersonatesRelation object.
|
StixIndicatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIndicatesRelation object.
|
StixIndicator(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIndicator object.
|
StixIntrusionSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIntrusionSet object.
|
StixLocation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixLocation object.
|
StixMalware(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixMalware object.
|
StixMitigatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixMitigatesRelation object.
|
StixObservedData(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixObservedData object.
|
StixObserverIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixObserverIdentity object.
|
StixRelatedToRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixRelatedToRelation object.
|
StixRelationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixRelationObject object.
|
StixReport(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixReport object.
|
StixReportedRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixReportedRelation object.
|
StixTargetsRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTargetsRelation object.
|
StixThreatActor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixThreatActor object.
|
StixTimeReference(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTimeReference object.
|
StixTool(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTool object.
|
StixUsesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixUsesRelation object.
|
StixVariantOfRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixVariantOfRelation object.
|
StixVulnerability(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixVulnerability object.
|
Modifier and Type | Method and Description |
---|---|
protected StixDomainObject |
StixOperations.lookupStixDomainObject(LibrarySession sess,
String tag)
Lookup a StixDomainObject by tag.
|
protected StixReport |
StixOperations.lookupStixReport(LibrarySession sess,
String tag)
Lookup a StixReport by tag.
|
Modifier and Type | Method and Description |
---|---|
void |
StixJsonParser.execute(LibrarySession session)
Execute the prepared JSON, creating all of the defined STIX objects.
|
void |
StixJsonParser.prepare(LibrarySession session,
StixReport report)
Prepare the parsed JSON for execution.
|
void |
StixJsonParser.StixJsonArray.prepareArray(LibrarySession session,
StixReport report)
Prepare the array for execution.
|
void |
StixJsonParser.StixJsonObject.prepareObject(LibrarySession session,
StixReport report)
Prepare the object for execution.
|
Modifier and Type | Method and Description |
---|---|
static PlayerDocument[] |
PlayerDocument.findAll(LibrarySession session)
Returns the set of all PlayerDocument instances
that the user has access to.
|
static ScoutingGroup[] |
ScoutingGroup.findAll(LibrarySession session)
Returns the set of all ScoutingGroup instances
that the user has access to.
|
static PlayerDocument |
PlayerDocument.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a PlayerDocument matching the specified uniquename.
|
static ScoutingGroup |
ScoutingGroup.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a ScoutingGroup matching the specified uniquename.
|
static CompositeScoutingGroup |
CompositeScoutingGroup.findOrCreateCompositeScoutingGroup(LibrarySession session,
List<DirectoryGroup> members)
Find or create a CompositeScoutingGroup that contains exactly
the membership specified.
|
static CompositeScoutingGroup |
CompositeScoutingGroup.findOrCreateCompositeScoutingGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Find or create a CompositeScoutingGroup that contains exactly
the membership specified.
|
Constructor and Description |
---|
BaseballStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BaseballStatistics object.
|
BatterMilestone(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BatterMilestone object.
|
BatterStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BatterStatistics object.
|
BriefWeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BriefWeatherSummary object.
|
CompositeScoutingGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CompositeScoutingGroup object.
|
DetailedWeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DetailedWeatherSummary object.
|
PitcherStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PitcherStatistics object.
|
PlateAppearance(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PlateAppearance object.
|
PlayerDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PlayerDocument object.
|
ScoutingGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ScoutingGroup object.
|
SportsStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SportsStatistics object.
|
WeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a WeatherSummary object.
|
WeatherSummarySource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a WeatherSummarySource object.
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
UserManager.m_Session |
Modifier and Type | Method and Description |
---|---|
LibrarySession |
AuditEventHandlerContext.acquireAuxiliarySession()
Acquires an additional session context to use for processing.
|
LibrarySession |
AuditEventHandlerContextImpl.acquireAuxiliarySession() |
static LibrarySession |
UserUtilities.createGuestSession(LibrarySession session)
Create a LibrarySession that can be used for guest access.
|
static LibrarySession |
UserUtilities.createSessionForUserDistinguishedName(LibrarySession session,
String dn)
Create a LibrarySession for the specified user, identified
by distinguished name (GUID).
|
static LibrarySession |
UserUtilities.createSessionForUserName(LibrarySession session,
String userName)
Create a LibrarySession for the specified user, identified
by name.
|
LibrarySession |
AuditEventHandlerContext.getLibrarySession()
Returns the session context to use for processing.
|
LibrarySession |
AuditEventHandlerContextImpl.getLibrarySession() |
LibrarySession |
JsonPreparedSelector.getSession()
Gets the session context.
|
LibrarySession |
PreparedSelectorGenerator.getSession()
Gets the session context used by this instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
LockUtils.addLockType(LibrarySession session,
boolean custom,
String lockTypeKey,
boolean singleton,
LockEntryDefinition lockDef)
Adds a new lock type entry to a lock type lookup table.
|
static void |
DatabaseUtilities.analyzeTable(LibrarySession session,
String tableName)
Analyze a single table in the IFS schema.
|
static boolean |
DatabaseUtilities.columnExists(LibrarySession session,
String tableName,
String columnName)
Return true if the specified column exists in the specified table.
|
static void |
CrawlerUtilities.createAlertTable(LibrarySession session,
String tableName,
String grantee)
Create alert table for crawler instance, and grant all privileges to
specified grantee.
|
static ApplicationToken |
TokenUtilities.createApplicationToken(LibrarySession session,
ApplicationTokenDefinition tokenDef)
Creates a new ApplicationToken from the specified definition.
|
static DefinitionObject |
AuditingUtilities.createAuditReport(LibrarySession session,
String description,
Long expiration,
Map searchOptions,
AttributeValue[] sortOptions)
Creates an audit report DefinitionObject
as a result of an audit search query.
|
static LockEntryDefinition |
LockUtils.createCheckoutLockEntryDefinition(LibrarySession session)
Creates a LockEntryDefinition that specifies an ECM "checkout" lock.
|
static Credential |
UserUtilities.createCredentialForUserDistinguishedName(LibrarySession session,
String dn)
Create a Credential that can be used to establish a LibrarySession
for the specified user, identified by distinguished name (GUID).
|
static Credential |
UserUtilities.createCredentialForUserName(LibrarySession session,
String userName)
Create a credential that can be used to create a session
for the specified user, identified by name.
|
static LockEntryDefinition |
LockUtils.createDavLockEntryDefinition(LibrarySession session,
Date timeout,
Integer depth,
String token,
String davOwner)
Creates a LockEntryDefinition that specifies a DAV lock.
|
static void |
EventUtils.createEventTarget(LibrarySession session,
String key)
Create an event target, and register it on the domain PB
under the specified key.
|
static Credential |
UserUtilities.createGuestCredential(LibrarySession session)
Create a credential that can be used to establish guest access.
|
static LibrarySession |
UserUtilities.createGuestSession(LibrarySession session)
Create a LibrarySession that can be used for guest access.
|
static void |
LockUtils.createLockTypeLookupTables(LibrarySession session)
Creates the lock type lookup tables in the instance-wide
Domain PropertyBundle.
|
static LockEntryDefinition |
LockUtils.createManualLockEntryDefinition(LibrarySession session)
Creates a LockEntryDefinition that specifies an ECM "manual" lock.
|
static SystemLockEntry |
LockUtils.createNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Find a Named freeze SystemLockEntry by name.
|
static LibrarySession |
UserUtilities.createSessionForUserDistinguishedName(LibrarySession session,
String dn)
Create a LibrarySession for the specified user, identified
by distinguished name (GUID).
|
static LibrarySession |
UserUtilities.createSessionForUserName(LibrarySession session,
String userName)
Create a LibrarySession for the specified user, identified
by name.
|
static void |
DatabaseUtilities.createTable(LibrarySession session,
String tableName,
String createStmt)
Create a table.
|
static void |
DatabaseUtilities.createTable(LibrarySession session,
String tableName,
String createStmt,
boolean dropFirst)
Create a table, optionally attempting to drop the table first.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases)
Defines a PreparedSelectorGenerator.
|
static void |
TokenUtilities.deleteApplicationToken(LibrarySession session,
String tokenValue)
Deletes a new ApplicationToken matching the specified token value,
if one exists.
|
static void |
AuditingUtilities.deleteExpiredAuditFolderPaths(LibrarySession session,
Long expPeriod)
Delete any expired Audit folder paths, that have expired
longer than the specified period.
|
static void |
AuditingUtilities.deleteExpiredGlobalAuditEvents(LibrarySession session,
Folder domain,
AuditSpecification globalSpec)
Delete any expired global audit events that have expired
longer than the specified period.
|
static Long |
LockUtils.deleteNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Delete a Named freeze SystemLockEntry.
|
static void |
AuditingUtilities.deleteUnusedAuditFolderPathOverflowEntries(LibrarySession session)
Delete any unused overflow entries for Audit folder paths.
|
static void |
AuditingUtilities.deleteUnusedAuditProperties(LibrarySession session)
Delete any unreferenced Audit event properties.
|
static void |
AuditingUtilities.deleteUnusedAuditTypeLists(LibrarySession session,
Long expirationPeriod)
Delete any unused audit type lists.
|
static void |
DatabaseUtilities.dropTable(LibrarySession session,
String tableName)
Drop a table.
|
static void |
DatabaseUtilities.executeCall(LibrarySession session,
String sql)
Execute a PL/SQL call.
|
static void |
DatabaseUtilities.executeStatement(LibrarySession session,
String stmtString)
Execute any SQL statement.
|
static int |
DatabaseUtilities.executeUpdate(LibrarySession session,
String stmtString)
Execute an update, delete, or insert statement.
|
static ApplicationToken |
TokenUtilities.findApplicationToken(LibrarySession session,
String tokenValue)
Finds a new ApplicationToken matching the specified token value.
|
protected Attribute |
PreparedSelectorGenerator.findAttributeByAuxName(LibrarySession session,
ClassObject co,
String attrName)
Lookup an Attribute using an auxilliary name.
|
protected ClassObject |
PreparedSelectorGenerator.findClassObjectByAuxName(LibrarySession session,
String className)
Find a ClassObject using an auxilliary name.
|
static SystemLockEntry |
LockUtils.findNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Find a Named freeze SystemLockEntry by name.
|
static PublicObject |
FolderUtilities.findObjectByAbsolutePath(LibrarySession session,
String path)
Look up an object by the specified absolute path.
|
static boolean |
FolderUtilities.folderLinksExist(LibrarySession session,
String path)
Returns true if the given absolute path contains any FolderLink objects.
|
static String |
AuditingUtilities.generateAuditReportContent(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Creates audit report content as a result of an audit search query.
|
static AuditCertificate[] |
AuditingUtilities.getAuditCertificates(LibrarySession session,
long[] objectIdValues)
Select AuditCertificates for the specified object ID values.
|
protected AuditSpecification |
AuditEventDispatcher.RegisteredAuditSpecification.getAuditSpecification(LibrarySession session)
Get the AuditSpecification instance represented by this.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getAuditTypesForClass(LibrarySession session,
String className,
int opSucessMode,
boolean includeNested)
Gets the AuditTypeEntryValues for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getAuditTypesForCreateOperations(LibrarySession session)
Gets the audit operation type values that correspond to "CREATED"
operations.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getAuditTypesForFreeOperations(LibrarySession session)
Gets the audit operation type values that correspond to "FREED"
operations.
|
static Hashtable |
AuditingUtilities.getAuditTypesFromAuditTypeList(LibrarySession session,
Long auditTypeListId)
Gets a resolved view of this AuditTypeList's set of AuditTypeEntries.
|
static boolean |
InstancePropertyUtilities.getBooleanDomainProperty(LibrarySession session,
String propKey)
Gets the value of a boolean domain property.
|
static boolean |
InstancePropertyUtilities.getBooleanDomainProperty(LibrarySession session,
String propKey,
boolean defValue)
Gets the value of a boolean domain property.
|
static String |
InstancePropertyUtilities.getBpelWorklistUrl(LibrarySession session)
Gets the BPEL Worklist URL for this instance.
|
ContentObject |
ManualTextIndexingRetainedEvent.getContentObject(LibrarySession session)
Returns the ContentObject associated with this event.
|
static ControllerState |
InstancePropertyUtilities.getControllerState(LibrarySession session)
Gets the ControllerState for this instance.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getCustomAuditTypes(LibrarySession session)
Gets the custom audit operation type values.
|
static long |
InstancePropertyUtilities.getDavNullResourceLockExpirationPeriod(LibrarySession session)
Gets the DAV Null resource Lock timeout period in seconds.
|
static String[] |
InstancePropertyUtilities.getDavUserAgents(LibrarySession session)
Gets the set of user agents for DAV.
|
static TimeZone |
InstancePropertyUtilities.getDefaultTimeZone(LibrarySession session)
Gets the default TimeZone.
|
DirectoryObject |
AttributeValueTable.getDirectoryObject(String key,
LibrarySession session)
Gets a DirectoryObject value matching the specified key.
|
static long |
InstancePropertyUtilities.getDocumentDefinitionObjectExpirationPeriod(LibrarySession session)
Gets the Document Definition object expiration period in milliseconds.
|
static PublicObject |
EventUtils.getEventTargetObject(LibrarySession session,
String key)
Gets the event target object from a specified domain property key.
|
static String |
InstancePropertyUtilities.getFdkConfigurationClass(LibrarySession session)
Gets the BPEL Worklist URL for this instance.
|
static SystemLockEntry |
LockUtils.getFinalizedLockEntry(LibrarySession session)
Returns the singleton Oracle "finalized" SystemLockEntry.
|
static PropertyBundle |
FolderUtilities.getFolderIndexPropertyBundle(LibrarySession sess)
Gets the FolderIndex propertyBundle event target.
|
static SystemLockEntry |
LockUtils.getFreezeLockEntry(LibrarySession session)
Returns the singleton Oracle "freeze" SystemLockEntry.
|
static long |
InstancePropertyUtilities.getGlobalAuditEventExpirationPeriod(LibrarySession session)
Gets the global audit event expiration period (in seconds).
|
static AuditTypeList |
AuditingUtilities.getGlobalAuditTypeList(LibrarySession session)
Gets the AuditTypeList that defines the events saved into the
global audit history.
|
static AuditTypeList |
InstancePropertyUtilities.getGlobalAuditTypeList(LibrarySession session)
Gets the AuditTypeList that defines the events saved into the
global audit history.
|
static OperationActionSpecification[] |
InstancePropertyUtilities.getGlobalOperationActionSpecifications(LibrarySession session)
Gets the global OperationActionSpecifications
|
static SystemLockEntry |
LockUtils.getHasRecordLockEntry(LibrarySession session)
Returns the singleton Oracle "hasRecord" SystemLockEntry.
|
static long |
AuditingUtilities.getHighestAuditId(LibrarySession session)
Returns the highest Audit ID in use or potentially in use.
|
static PropertyBundle |
InstancePropertyUtilities.getIdmCredentialManagerProperty(LibrarySession session)
Gets the Idm CredentialManager domain property
|
static int |
InstancePropertyUtilities.getIntegerDomainProperty(LibrarySession session,
String propKey,
int defValue)
Gets the value of an integer domain property.
|
static SystemLockEntry |
LockUtils.getLifecycleLockEntry(LibrarySession session)
Returns the singleton Oracle "lifecycle" SystemLockEntry.
|
static String[] |
LockUtils.getLockTypeKeys(LibrarySession session,
boolean custom)
Returns a registered lock type that is a global shared singleton as a
SystemLockEntry.
|
static PropertyBundle |
LockUtils.getLockTypeLookupTable(LibrarySession session,
boolean custom)
Returns either the standard Oracle lock type lookup table
or the custom lock type lookup table.
|
static long |
InstancePropertyUtilities.getLongDomainProperty(LibrarySession session,
String propKey,
long defValue)
Gets the value of a long domain property.
|
static String |
InstancePropertyUtilities.getProductVersion(LibrarySession session)
Gets the Product version string.
|
PropertyBundleDefinition |
AttributeValueTable.getPropertyBundleDefinition(LibrarySession session)
Gets all values in the table, represented as a PropertyBundleDefinition.
|
static PropertyBundle |
InstancePropertyUtilities.getPropertyBundleDomainProperty(LibrarySession session,
String propKey)
Gets the value of a PropertyBundle domain property.
|
PropertyDefinition[] |
AttributeValueTable.getPropertyDefinitions(LibrarySession session)
Gets all values in the table, represented as an
array of PropertyDefinitions.
|
PublicObject |
AttributeValueTable.getPublicObject(String key,
LibrarySession session)
Gets a PublicObject value matching the specified key.
|
static SystemLockEntry |
LockUtils.getRecordLockEntry(LibrarySession session)
Returns the singleton Oracle "record" SystemLockEntry.
|
static LockEntryDefinition |
LockUtils.getRegisteredLockTypeDefinition(LibrarySession session,
boolean custom,
String lockTypeKey,
LockEntryDefinition overrideDef)
Returns a registered lock type as a LockEntryDefinition.
|
static SystemLockEntry |
LockUtils.getRegisteredSingletonLockType(LibrarySession session,
boolean custom,
String lockTypeKey)
Returns a registered lock type that is a global shared singleton as a
SystemLockEntry.
|
static SystemLockEntry |
LockUtils.getRetentionLockEntry(LibrarySession session)
Returns the singleton Oracle "retention" SystemLockEntry.
|
SchemaObject |
AttributeValueTable.getSchemaObject(String key,
LibrarySession session)
Gets a SchemaObject value matching the specified key.
|
SimpleObject |
AttributeValueTable.getSimpleObject(String key,
LibrarySession session)
Gets a SimpleObject value matching the specified key.
|
static String[] |
InstancePropertyUtilities.getStringArrayDomainProperty(LibrarySession session,
String propKey)
Gets the value of a String[] domain property.
|
static String |
InstancePropertyUtilities.getStringDomainProperty(LibrarySession session,
String propKey)
Gets the value of a String domain property.
|
SystemObject |
AttributeValueTable.getSystemObject(String key,
LibrarySession session)
Gets a SystemObject value matching the specified key.
|
static SystemObject |
InstancePropertyUtilities.getSystemObjectDomainProperty(LibrarySession session,
String propKey)
Gets the value of a SystemObject domain property.
|
static String |
InstancePropertyUtilities.getTempDirectory(LibrarySession session)
Gets the default mid-tier temp directory to use.
|
static String |
InstancePropertyUtilities.getWorkflowSchemaName(LibrarySession session)
Gets the Workflow schema name with which ECM is integrated.
|
static void |
CrawlerUtilities.grantAccessToObjects(LibrarySession session,
String grantee,
boolean categoriesOnly)
Grant select access to grantee on adhoc category views, and potentially
map tables and crawler views should categoriesOnly parameter be set to
false.
|
protected void |
AuditEventDispatcher.handleAuditSpecificationEvents(LibrarySession session,
AuditEvent event)
Handle any events that pertain to changes in AuditSpecifications.
|
protected void |
AuditEventDispatcher.handleFreedEvents(LibrarySession session,
AuditEvent event)
Handle any "Freed" events, in terms of deleting existing events.
|
protected void |
AuditEventDispatcher.handleGlobalAuditTypeListChangeEvents(LibrarySession session,
AuditEvent event)
Handle any events that pertain to changes in a domain's
global audit type list.
|
void |
AuditEventDispatcher.initialize(LibrarySession session)
Initialize or re-initialize the set of registered AuditSpecifications.
|
void |
AuditEventDispatcher.RegisteredAuditSpecification.initialize(LibrarySession session)
Initializes a RegisteredAuditSpecification.
|
void |
AuditEventDispatcher.RegisteredAuditSpecification.initialize(LibrarySession session,
AuditSpecification spec)
Initializes a RegisteredAuditSpecification.
|
void |
AuditEventDispatcher.RegisteredGlobalAuditSpecification.initialize(LibrarySession session,
AuditSpecification auditSpec)
Initializes a RegisteredGlobalAuditSpecification.
|
void |
AuditEventDispatcher.RegisteredObjectAuditSpecification.initialize(LibrarySession session,
AuditSpecification auditSpec)
Initializes a RegisteredObjectAuditSpecification.
|
protected void |
AuditEventDispatcher.RegisteredGlobalAuditSpecification.invalidateAllDomains(LibrarySession session)
Invalidates the cached audit type entries for all domains.
|
protected void |
AuditEventDispatcher.RegisteredGlobalAuditSpecification.invalidateDomain(LibrarySession session,
long domainIdVal)
Invalidate the cached audit type entries for the specified domain.
|
static boolean |
InstancePropertyUtilities.isAutoUserProvisioningEnabled(LibrarySession session)
Gets whether the instance has Auto User Provisioning enabled.
|
static boolean |
InstancePropertyUtilities.isBpelWorkflowCreationEnabled(LibrarySession session)
Gets whether the instance allows the creation of custom
BPEL Workflows.
|
static boolean |
InstancePropertyUtilities.isDavCopyMoveThroughFolderLinkAllowed(LibrarySession session)
Gets whether dav allows copy and move ops through folder links.
|
protected boolean |
AuditEventDispatcher.RegisteredAuditSpecification.isEventApplicable(LibrarySession session,
RawAuditEvent rawEvent)
Is the specified AuditEvent applicable to this AuditSpecification?
|
protected boolean |
AuditEventDispatcher.RegisteredGlobalAuditSpecification.isEventApplicable(LibrarySession session,
RawAuditEvent rawEvent)
Is the specified AuditEvent applicable to this AuditSpecification?
|
protected boolean |
AuditEventDispatcher.RegisteredObjectAuditSpecification.isEventApplicable(LibrarySession session,
RawAuditEvent rawEvent)
Is the specified AuditEvent applicable to this AuditSpecification?
|
protected boolean |
AuditEventDispatcher.RegisteredObjectAuditSpecification.isFreeOperation(LibrarySession session,
int opType)
Is the specified operation type a FREE operation?
|
static boolean |
InstancePropertyUtilities.isIdmEnabled(LibrarySession session)
Gets whether the instance is IDM enabled.
|
static boolean |
InstancePropertyUtilities.isLockObjectEnabled(LibrarySession session)
See if LOCKOBJECT is enabled.
|
static boolean |
InstancePropertyUtilities.isSynchronousSecurityRefreshEnabled(LibrarySession session)
Gets whether the instance is enabled to refresh security
synchronously.
|
static boolean |
InstancePropertyUtilities.isWebServiceSecureCleartextAuthenticationRequired(LibrarySession session)
Gets whether web service cleartext password authentication
requires HTTPS, or is allowed over plain HTTP for this instance.
|
static boolean |
InstancePropertyUtilities.isWorkflowEnabled(LibrarySession session)
Gets whether the instance is Workflow enabled.
|
static AttributeValue[] |
AuditingUtilities.listAggregateAuditEventColumnValues(LibrarySession session,
Long specId,
String aggFunction,
String[] colNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
static AttributeValue[] |
AuditingUtilities.listAggregateAuditEventColumnValues(LibrarySession session,
String aggFunction,
String[] columnNames,
Map searchOptions,
AttributeValue[] sortOptions)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
static void |
DatabaseUtilities.performAnalyze(LibrarySession session)
Perform ANALYZE on the IFS schema.
|
static void |
DatabaseUtilities.performAnalyzeOracle(LibrarySession session)
Execute the ANALYZE action for Oracle.
|
static void |
DatabaseUtilities.performAnalyzePostgres(LibrarySession session)
Execute the ANALYZE action for Postgres.
|
static void |
AuditingUtilities.performInternalAuditHandlerProcessing(LibrarySession session,
AuditSpecification auditSpec,
boolean eventPosted,
boolean timerExpired)
Initialize and post a notification for a custom
AuditSpecification.
|
static void |
AuditingUtilities.performInternalAuditHandlerProcessing(LibrarySession session,
String specName,
boolean eventPosted,
boolean timerExpired)
Initialize and post a notification for a custom
AuditSpecification.
|
static void |
EventUtils.postEvent(LibrarySession session,
String key)
Post an event on a "event target" object, used by alert agents.
|
void |
ManualTextIndexingRetainedEvent.process(LibrarySession session)
Process this retained event.
|
int |
AuditEventDispatcher.processRawAuditEvents(LibrarySession session,
int batchSize)
Process any new raw audit events.
|
static int |
AuditingUtilities.processRawAuditEvents(LibrarySession session,
int batchSize)
Dispatch events.
|
int |
AuditEventDispatcher.processRawAuditEvents(LibrarySession session,
long minId,
int batchSize)
Process any new raw audit events.
|
boolean |
AuditEventTypeDefinition.register(LibrarySession session)
Register the Audit event type defined by this instance.
|
static void |
LockUtils.removeLockType(LibrarySession session,
boolean custom,
String lockTypeKey)
Removes a registered lock type.
|
static boolean |
DatabaseUtilities.rowExists(LibrarySession session,
String tableName,
String condition)
Return true if there is a row that meets the specified condition
for the specified table.
|
static AuditEvent[] |
AuditingUtilities.searchAuditHistory(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Searches the AuditEvent table given a Map of AuditEvent search options
and a Map of AuditEvent sort options.
|
static int |
DatabaseUtilities.selectCount(LibrarySession session,
String tableName,
String condition)
Selects the row count that meets the specified condition
for the specified table.
|
static DirectoryGroup[] |
CrawlerUtilities.selectDirectoryGroups(LibrarySession session,
long id)
Selects the set of DirectoryGroups affected by the specified Group
member change
|
static long |
DatabaseUtilities.selectMinOrMax(LibrarySession session,
String selClause,
String tableName,
String condition)
Selects the min or max doc ID from the specified table.
|
static void |
InstancePropertyUtilities.setControllerState(LibrarySession session,
ControllerState cs)
Sets the ControllerState for this instance.
|
static void |
AuditingUtilities.setGlobalAuditTypeList(LibrarySession session,
AuditTypeList atl)
Sets the AuditTypeList that defines the events saved into the
global audit history.
|
static void |
InstancePropertyUtilities.setGlobalAuditTypeList(LibrarySession session,
AuditTypeList atl)
Gets the AuditTypeList that defines the events saved into the
global audit history.
|
void |
PreparedSelectorGenerator.setSession(LibrarySession session)
Sets the session context.
|
static void |
InstancePropertyUtilities.setSystemObjectDomainProperty(LibrarySession session,
String propKey,
SystemObject sysObj)
Sets the value of a SystemObject domain property.
|
static boolean |
DatabaseUtilities.tableExists(LibrarySession session,
String tableName)
Return true if the specified table exists.
|
Map<Long,Long> |
AttributeValueTable.toLongLongMap(LibrarySession session)
Generate a map, using the keys as Longs and the values as Longs.
|
Map<Long,String> |
AttributeValueTable.toLongStringMap(LibrarySession session)
Generate a map, using the keys as Longs and the values as Strings.
|
Map<String,Double> |
AttributeValueTable.toStringDoubleMap(LibrarySession session)
Generate a map, using the values as Doubles.
|
Map<String,Long> |
AttributeValueTable.toStringLongMap(LibrarySession session)
Generate a map, using the values as Longs.
|
Map<String,String> |
AttributeValueTable.toStringStringMap(LibrarySession session)
Generate a map, using the values as Strings.
|
static void |
LockUtils.verifyLockEntry(LibrarySession session,
PublicObject object,
LockEntryDefinition def)
Verify that the lockentry definition can be applied to the
specifed object.
|
Constructor and Description |
---|
AuditSearchGenerator(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Creates an AuditSearchGenerator.
|
JsonPreparedSelector(LibrarySession session,
JsonObject jsonObject)
Constructs a JsonPreparedSelector from a JSON object.
|
JsonPreparedSelector(LibrarySession session,
Reader reader)
Constructs a JsonPreparedSelector from a Reader whose content
is the JSON content.
|
JsonPreparedSelector(LibrarySession session,
String jsonString)
Constructs a JsonPreparedSelector from a String representation of
the JSON content.
|
RegisteredAuditSpecification(LibrarySession session,
AuditSpecification auditSpec)
Constructs a RegisteredAuditSpecification.
|
RegisteredGlobalAuditSpecification(LibrarySession session,
AuditSpecification auditSpec)
Constructs a RegisteredGlobalAuditSpecification.
|
RegisteredObjectAuditSpecification(LibrarySession session,
AuditSpecification auditSpec)
Constructs a RegisteredObjectAuditSpecification.
|
UserManager(LibrarySession sess)
Construct UserManager object.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionStatisticsCache.addLibrarySession(LibrarySession session)
Receive notification of a connect of a LibrarySession.
|
UserSessionStatistics |
UserSessionStatistics.clone(LibrarySession session)
Returns a clone of this object.
|
void |
StatisticsDocumentCreator.createStatisticsDocument(LibrarySession session,
String statsString,
String nodeName,
String folderPath)
Creates an HTML document containing the statistics information,
and stored it in the repository.
|
void |
StatisticsDocumentCreatorAdapter.createStatisticsDocument(LibrarySession session,
String statsString,
String nodeName,
String folderPath)
Creates an HTML document containing the statistics information,
and stored it in the repository.
|
static String |
ServiceStatistics.getRuntimeStatisticsString(LibrarySession session)
Get the runtime statistics, as a String.
|
static ServiceStatistics |
ServiceStatistics.getServiceStatistics(LibrarySession session)
Get the statistics for the service running on this node.
|
static String |
ServiceStatistics.getSessionCacheStatistics(LibrarySession session)
Get the LibrarySession-specific cache statistics for the
specified session.
|
SessionStatistics |
SessionStatisticsCache.getSessionStatistics(LibrarySession session)
Get the session statistics for sessions active on this node.
|
void |
SessionStatisticsCache.removeLibrarySession(LibrarySession session)
Receive notification of the disconnect of a LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FdkConfiguration.initialize(LibrarySession session)
Method that needs to be called by the subclass initizlize() methods.
|
Modifier and Type | Method and Description |
---|---|
protected static String |
CoreAuditManager.getItemTypeFromClassName(LibrarySession session,
String className)
Get the Item type for a specified class name, for auditing purposes.
|
protected PublicObject |
CoreFileManager.tryLegacyPathResolution(LibrarySession ls,
String path)
Try to resolve a path using Legacy Path Resolution (from Oracle Files).
|
Modifier and Type | Method and Description |
---|---|
protected LibrarySession |
FdkConfigurationImpl.createLibrarySession(Credential credential,
ConnectOptions options)
Create a session given the credentials and connect options.
|
LibrarySession |
FdkGuestSessionImpl.getLibrarySession() |
abstract LibrarySession |
FdkSessionImpl.getLibrarySession()
Returns the
LibrarySession associated with this user session. |
LibrarySession |
FdkSystemSessionImpl.getLibrarySession() |
LibrarySession |
FdkUserSessionImpl.getLibrarySession() |
static LibrarySession |
SystemSessionPool.getSystemSession()
Gets a system session from the pool.
|
Modifier and Type | Method and Description |
---|---|
static void |
Utils.addAuditTypestoDefinition(LibrarySession ls,
AuditTypeListDefinition atlDef,
NamedValue[] auditTypesNamedValues)
Populates the AuditTypeListDefinition with the given Audit Types.
|
static int |
Utils.getAuditOperationType(LibrarySession session,
String opTypeKey)
Returns the audit op type (int) corresponding to a audit op type key
(String).
|
static AuditTypeList |
Utils.getAuditTypeList(LibrarySession ls,
Long id)
Returns an AuditTypeList from a given ID or throws an exception if
the item cannot be found or it is not an AuditTypeList.
|
static String |
Utils.getAuditTypeOperationKey(LibrarySession session,
int opType)
Returns the audit operation key (String) for the given audit operation
type.
|
static DefinitionObject |
Utils.getDefinitionObject(LibrarySession ls,
long id)
Returns a DefinitionObject from a given ID or throws an exception if
the item cannot be found or it is not a DefinitionObject.
|
static DefinitionObject |
Utils.getDefinitionObject(LibrarySession ls,
Long id)
Returns a DefinitionObject from a given ID or throws an exception if
the item cannot be found or it is not a DefinitionObject.
|
static DirectoryGroup |
Utils.getDirectoryGroup(LibrarySession ls,
Long id)
Returns a DirectoryGroup from a given ID or throws an exception if
the item cannot be found or it is not a DirectoryGroup.
|
static DirectoryObject |
Utils.getDirectoryObject(LibrarySession ls,
Long id)
Returns a DirectoryObject from a given ID or throws an exception if
the item cannot be found or it is not a DirectoryObject.
|
static Document |
Utils.getDocument(LibrarySession ls,
long id)
Returns the Document from a given ID or throws an exception if
the item cannot be found or it is not a Document.
|
static Document |
Utils.getDocument(LibrarySession ls,
Long id)
Returns the Document from a given ID or throws an exception if
the item cannot be found or it is not a Document.
|
static Folder |
Utils.getFolder(LibrarySession ls,
AttributeValue av)
Returns the Folder from a given AttributeValue or throws an exception if
the item cannot be found or it is not a Folder.
|
static Folder |
Utils.getFolder(LibrarySession ls,
long id)
Returns the Folder from a given ID or throws an exception if
the item cannot be found or it is not a Folder.
|
static Folder |
Utils.getFolder(LibrarySession ls,
Long id)
Returns the Folder from a given ID or throws an exception if
the item cannot be found or it is not a Folder.
|
static FdkServiceEventHandler |
FdkServiceEventHandler.getInstance(LibrarySession session)
Returns the singleton instance of this Executor.
|
static LifecyclePolicy |
Utils.getLifecyclePolicy(LibrarySession ls,
Long id)
Returns the LifecyclePolicy for the given ID.
|
static Link |
Utils.getLink(LibrarySession ls,
long id)
Returns the Link from a given ID or throws an exception if
the item cannot be found or it is not a Link.
|
static Link |
Utils.getLink(LibrarySession ls,
Long id)
Returns the Link from a given ID or throws an exception if
the item cannot be found or it is not a Link.
|
static Media |
Utils.getMedia(LibrarySession ls,
Long id)
Returns the Media from a given ID or throws an exception if
the item cannot be found or it is not a Media object.
|
static Media |
Utils.getMedia(LibrarySession ls,
String mediaName)
Returns the Media given its name or throws an exception if
the item cannot be found.
|
static PublicObject |
Utils.getPublicObject(LibrarySession ls,
long id)
Returns the PublicObject from a given ID or throws an exception if
the item cannot be found or it is not a PublicObject.
|
static PublicObject |
Utils.getPublicObject(LibrarySession ls,
Long id)
Returns the PublicObject from a given ID or throws an exception if
the item cannot be found or it is not a PublicObject.
|
static DirectoryUser |
Utils.getUser(LibrarySession ls,
Long id)
Returns a DirectoryUser from a given ID or throws an exception if
the item cannot be found or it is not a DirectoryUser.
|
static VersionDescription |
Utils.getVersionDescription(LibrarySession ls,
long id)
Returns the VersionDescription from a given ID or throws an exception if
the item cannot be found or it is not a VersionDescription.
|
static VersionDescription |
Utils.getVersionDescription(LibrarySession ls,
Long id)
Returns the VersionDescription from a given ID or throws an exception if
the item cannot be found or it is not a VersionDescription.
|
void |
FdkConfigurationImpl.initialize(LibrarySession systemSession) |
static void |
SystemSessionPool.putSystemSession(LibrarySession systemSession)
Returns a system session back to the pool.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
AddFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
AttributeStringDisplayContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
CancelCheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CheckedOutByContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CheckInContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CopyContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
CreateDocumentContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CreateFolderContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
DeleteLibraryObjectContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
DetermineAclContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DetermineFormatContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DetermineParserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DoesPublicObjectExistByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DoesPublicObjectExistByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
FindPublicObjectByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
FindPublicObjectByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
GetBeansVersionContext.getLibrarySession()
Gets the session.
|
LibrarySession |
GetCurrentUserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
HandlePublicObjectVersioningContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsAddFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsAttributeStringDisplayContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
IfsCancelCheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCheckedOutByContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCheckInContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCopyContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsCreateDocumentContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCreateFolderContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsDeleteLibraryObjectContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsDetermineAclContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDetermineFormatContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDetermineParserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDoesPublicObjectExistByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDoesPublicObjectExistByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsFindPublicObjectByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsFindPublicObjectByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsGetBeansVersionContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsGetCurrentUserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsHandlePublicObjectVersioningContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsInvokeSelectorAndListOutputContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsInvokeSelectorContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsIsCheckedOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsIsVersionedContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsLoginContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsLogoutContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsMvContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsParseStreamContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsRemoveFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsShowAllPathsContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsStringListContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
IfsUploadFileContext.getLibrarySession()
Gets the session.
|
LibrarySession |
InvokeSelectorAndListOutputContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
InvokeSelectorContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IsCheckedOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IsVersionedContext.getLibrarySession()
Gets the session.
|
LibrarySession |
LoginContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
LogoutContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
MvContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
ParseStreamContext.getLibrarySession()
Gets the session.
|
LibrarySession |
RemoveFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
ShowAllPathsContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
StringListContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
UploadFileContext.getLibrarySession()
Gets the session.
|
Modifier and Type | Method and Description |
---|---|
protected Parser |
IfsDetermineParserCommand.constructParser(LibrarySession session,
String parserPath)
Construct a Parser object.
|
protected void |
IfsCopyCommand.copy(LibrarySession session,
FolderPathResolver fpr,
PublicObject srcPO,
Folder destParentFolder,
String newName,
boolean shouldOverwrite)
Copy the PublicObject po into the specified folder.
|
protected PublicObject |
IfsCopyCommand.copyFolderWithNameConflictOverwrite(LibrarySession session,
FolderPathResolver fpr,
Folder fromFolder,
Folder toFolder)
Recursively copies the folder, overwriting any objects with a name conflict.
|
protected PublicObject |
IfsCopyCommand.copyNoNameConflict(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Copies the PublicObject and adds the new PublicObject the destination
parent folder.
|
protected PublicObject |
IfsCopyCommand.copyNoOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String poName)
Copy the PublicObject and do not overwrite.
|
protected PublicObject |
IfsCopyCommand.copyWithNameConflictDeleteOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName,
PublicObject existingPO)
Copy the PublicObject and overwrite the existing object with the same name
by deleting the existing object and replacing with the new object.
|
protected PublicObject |
IfsCopyCommand.copyWithNameConflictOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Copy the PublicObject and overwrite the existing object with the same name.
|
protected Folder |
IfsCreateFolderCommand.createFolder(LibrarySession session,
String name,
AccessControlList acl,
boolean aclFromParent,
Folder parent)
Creates one Folder object.
|
protected Folder |
IfsCreateFolderCommand.createParentFolderPath(LibrarySession session,
String folderPath,
AccessControlList acl,
boolean aclFromParent)
Creates all folders in a path where the path contains at least one folder to be created.
|
protected StringBuffer |
IfsAttributeStringDisplayCommand.displayLongList(StringBuffer buffer,
LibraryObject lo,
LibrarySession session,
boolean obfuscate) |
protected StringBuffer |
IfsAttributeStringDisplayCommand.displayName(StringBuffer buffer,
LibraryObject lo,
LibrarySession session) |
protected PublicObject |
IfsCopyCommand.duplicateObject(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Duplicate the PublicObject.
|
protected void |
IfsStringListCommand.executeAttributeStringDisplay(LibraryObject obj,
AttributeValue[] attrs,
boolean namesOnly,
LibrarySession session,
StringBuffer buffer,
boolean obfuscate) |
protected String |
IfsAttributeStringDisplayCommand.getMeaningfulString(AttributeValue attr,
LibrarySession session,
boolean obfuscate)
Gets a meaningful string based on the type of AttributeValue.
|
protected void |
IfsCopyCommand.handlePublicObjectVersioning(LibrarySession session,
Folder destParentFolder,
PublicObject newPO)
Handles versioning the PublicObject.
|
protected StringBuffer |
IfsAttributeStringDisplayCommand.outputObjectVertical(StringBuffer buffer,
LibraryObject obj,
AttributeValue[] attrs,
LibrarySession session,
boolean obfuscate) |
protected AccessControlList |
IfsCreateFolderCommand.performDetermineAcl(FolderDefinition def,
String name,
Folder parent,
LibrarySession sess,
AccessControlList defaultAcl)
Determines the Acl to use by making a call to the inner command.
|
protected AccessControlList |
IfsCopyCommand.performDetermineAcl(PublicObjectDefinition def,
String newName,
Folder destParentFolder,
LibrarySession session,
AccessControlList defaultAcl)
Determines the Acl to use by making a call to the inner command.
|
protected DirectoryUser |
IfsCancelCheckOutCommand.runCheckedOutByCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsCheckedOutByCommand.
|
protected DirectoryUser |
IfsHandlePublicObjectVersioningCommand.runCheckedOutByCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsCheckedOutByCommand.
|
protected void |
IfsHandlePublicObjectVersioningCommand.runCheckInCommand(LibrarySession session,
PublicObject newVersionObject,
VersionSeries vs,
String comment)
Execute an IfsCheckInCommand.
|
protected void |
IfsHandlePublicObjectVersioningCommand.runCheckOutCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsCheckOutCommand.
|
protected Document |
IfsUploadFileCommand.runCreateDocumentCommand(LibrarySession session,
String name,
InputStream stream,
Folder folder,
AccessControlList acl)
Execute an IfsCreateDocumentCommand.
|
protected AccessControlList |
IfsCreateDocumentCommand.runDetermineAclCommand(LibrarySession session,
AccessControlList acl,
Folder folder,
String name,
LibraryObjectDefinition lodef)
Execute an IfsDetermineAclCommand.
|
protected AccessControlList |
IfsParseStreamCommand.runDetermineAclCommand(LibrarySession session,
AccessControlList acl,
Folder folder,
String name,
LibraryObjectDefinition lodef)
Execute an IfsDetermineAclCommand.
|
protected Format |
IfsCreateDocumentCommand.runDetermineFormatCommand(LibrarySession session,
String filename)
Execute an IfsDetermineFormatCommand.
|
protected Parser |
IfsUploadFileCommand.runDetermineParserCommand(LibrarySession session,
String name)
Execute an IfsDetermineParserCommand.
|
protected PublicObject |
IfsDoesPublicObjectExistByIdCommand.runFindPOByIdCommand(LibrarySession session,
Long id)
Execute an IfsFindPublicObjectByIdCommand.
|
protected PublicObject |
IfsDoesPublicObjectExistByPathCommand.runFindPOByPathCommand(LibrarySession session,
String path,
FolderPathResolver fpr)
Execute an IfsFindPublicObjectByPathCommand.
|
protected DirectoryUser |
IfsCancelCheckOutCommand.runGetCurrentUserCommand(LibrarySession session)
Execute an IfsGetCurrentUserCommand.
|
protected void |
IfsCreateDocumentCommand.runHandlePOVersioningCommand(LibrarySession session,
PublicObject po,
Folder folder)
Execute an IfsHandlePublicObjectVersioningCommand.
|
protected boolean |
IfsCheckInCommand.runIsCheckedOutCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsIsCheckedOutCommand.
|
protected LibraryObject |
IfsUploadFileCommand.runParseStreamCommand(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String characterSet)
Execute an IfsParseStreamCommand.
|
void |
AddFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
AttributeStringDisplayContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession
|
void |
CancelCheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CheckedOutByContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CheckInContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CopyContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
CreateDocumentContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CreateFolderContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
DeleteLibraryObjectContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
DetermineAclContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DetermineFormatContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DetermineParserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DoesPublicObjectExistByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DoesPublicObjectExistByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
FindPublicObjectByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
FindPublicObjectByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
GetBeansVersionContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
GetCurrentUserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
HandlePublicObjectVersioningContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsAddFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsAttributeStringDisplayContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession
|
void |
IfsCancelCheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCheckedOutByContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCheckInContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCopyContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsCreateDocumentContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCreateFolderContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsDeleteLibraryObjectContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsDetermineAclContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDetermineFormatContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDetermineParserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDoesPublicObjectExistByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDoesPublicObjectExistByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsFindPublicObjectByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsFindPublicObjectByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsGetBeansVersionContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsGetCurrentUserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsHandlePublicObjectVersioningContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsInvokeSelectorAndListOutputContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsInvokeSelectorContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsIsCheckedOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsIsVersionedContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsLoginContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsLogoutContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsMvContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsParseStreamContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsRemoveFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsShowAllPathsContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsStringListContext.setLibrarySession(LibrarySession session)
Sets the the LibrarySession
|
void |
IfsUploadFileContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
InvokeSelectorAndListOutputContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
InvokeSelectorContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IsCheckedOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IsVersionedContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
LoginContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
LogoutContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
MvContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
ParseStreamContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
RemoveFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
ShowAllPathsContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
StringListContext.setLibrarySession(LibrarySession session)
Sets the the LibrarySession
|
void |
UploadFileContext.setLibrarySession(LibrarySession session)
Sets the session.
|
Constructor and Description |
---|
IfsAddFolderRelationshipContext(LibrarySession session,
Folder folder,
PublicObject publicObject)
Constructor which sets up all the required parameters.
|
IfsCancelCheckOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsCheckedOutByContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsCheckInContext(LibrarySession session,
VersionSeries vs,
String comment)
Constructor to set up all required parameters.
|
IfsCheckOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsCopyContext(LibrarySession session,
PublicObject srcPO,
Folder destFolder,
String newName,
boolean overwrite)
Other Constructor.
|
IfsCreateDocumentContext(LibrarySession session,
String name,
InputStream stream,
Folder folder,
AccessControlList acl)
Constructor which sets up all the required parameters.
|
IfsCreateFolderContext(LibrarySession session,
String pathname,
Folder parentFolder,
AccessControlList acl,
boolean aclFromParent,
boolean createParents)
Other Constructor.
|
IfsDeleteLibraryObjectContext(LibrarySession session,
LibraryObject lo,
LibraryObjectDefinition loDef)
Constructor which sets up all the required parameters.
|
IfsDetermineFormatContext(LibrarySession session,
String name)
Constructor which sets up all the required parameters.
|
IfsDetermineParserContext(LibrarySession session,
String name)
Constructor which sets up all the required parameters.
|
IfsDoesPublicObjectExistByIdContext(LibrarySession session,
Long id)
Constructor to set up all required parameters.
|
IfsDoesPublicObjectExistByPathContext(LibrarySession session,
String path,
FolderPathResolver fpr)
Constructor to set up all required parameters.
|
IfsFindPublicObjectByIdContext(LibrarySession session,
Long id)
Constructor to set up all required parameters.
|
IfsFindPublicObjectByPathContext(LibrarySession session,
String path,
FolderPathResolver fpr)
Constructor to set up all required parameters.
|
IfsGetBeansVersionContext(LibrarySession session)
Constructor to set up all required parameters.
|
IfsGetCurrentUserContext(LibrarySession session)
Constructor to set up all required parameters.
|
IfsHandlePublicObjectVersioningContext(LibrarySession session,
PublicObject po,
Folder folder,
String comment)
Constructor which sets up all the required parameters.
|
IfsInvokeSelectorAndListOutputContext(LibrarySession session,
String classname,
String whereClause,
SortSpecification sortSpec,
int listingOption,
String[] attributeNames)
Constructor which sets up all the required parameters.
|
IfsInvokeSelectorContext(LibrarySession session,
String classname,
String whereClause,
SortSpecification sortSpec)
Constructor which sets up all the required parameters.
|
IfsIsCheckedOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsIsVersionedContext(LibrarySession session,
PublicObject po)
Constructor to set up all required parameters.
|
IfsLogoutContext(LibrarySession session)
Other Constructor.
|
IfsMvContext(LibrarySession session,
PublicObject po,
Folder source,
Folder destination,
String newName)
Constructor that takes all parameters.
|
IfsParseStreamContext(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String charSet)
Constructor which sets up all the required parameters.
|
IfsRemoveFolderRelationshipContext(LibrarySession session,
Folder folder,
PublicObject publicObject)
Constructor which sets up all the required parameters.
|
IfsShowAllPathsContext(LibrarySession session,
LibraryObject obj)
Constructor which sets up all the required parameters.
|
IfsUploadFileContext(LibrarySession session,
boolean parseFlag,
String name,
InputStream stream,
String folderPath,
AccessControlList acl,
boolean aclFromParent,
ParserCallback callback,
String language,
String charSet)
Constructor which sets up all the required parameters.
|
Constructor and Description |
---|
CommandInvoker(LibrarySession session)
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
protected String |
CupHelpResultTranslator.getResourceString(IfsProtocolServer server,
LibrarySession session,
String key) |
protected String |
CupHelpResultTranslator.getResourceString(IfsProtocolServer server,
LibrarySession session,
String key,
Object[] inserts) |
protected LibraryObject[] |
CupArgumentTranslator.resolveObject(LibrarySession session,
FolderPathResolver fpr,
Hashtable tstate,
boolean multipleObjectsAllowed)
This returns an array of LibraryObjects based on the flags and positionals.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommandlineUtilityServer.registerCommands(LibrarySession session)
Register the Commands that this Server invokes.
|
protected void |
CommandlineUtilityServer.registerSpecificCommand(String key,
String cmd,
LibrarySession session) |
void |
CupSession.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
protected void |
CommandlineUtilityServer.useInitializationSession(LibrarySession session)
Initialize variables
|
Constructor and Description |
---|
DavCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DavCategory object - standard variant.
|
TieDavCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDavCategory object
|
Modifier and Type | Method and Description |
---|---|
static String |
IfsDavServlet.convertStringToInferredEncoding(javax.servlet.http.HttpServletRequest req,
String s,
LibrarySession session,
boolean useUserProfile) |
protected String |
IfsDavServlet.handleStringEncoding(javax.servlet.http.HttpServletRequest req,
String s,
LibrarySession session) |
protected String |
IfsDavServlet.handleStringEncoding(javax.servlet.http.HttpServletRequest req,
String s,
LibrarySession session,
String encoding) |
protected String |
IfsDavServlet.handleURIEncoding(javax.servlet.http.HttpServletRequest req,
String originalURI,
String decodedURI,
LibrarySession session) |
Modifier and Type | Method and Description |
---|---|
LibrarySession |
BasicIfsHttpLogin.getSession() |
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
EmailUserProfileCollectionResolver.m_Session
the Session that will be used to rsolve the Collection.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
MessageInterface.getSession() |
Constructor and Description |
---|
BodyPartRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BodyPartRelationship object - standard variant.
|
EmailUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a EmailUserProfile object - standard variant.
|
EmailUserProfileCollectionResolver(LibrarySession sess)
Construct a EmailUserProfileCollectionResolver object.
|
Mailbox(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Mailbox object - standard variant.
|
MailDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a MailDocument object - standard variant.
|
MailFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a MailFolder object - standard variant.
|
Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Message object - standard variant.
|
Rfc822ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Rfc822ContentObject object - standard variant.
|
Rfc822Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Rfc822Message object - standard variant.
|
TieBodyPartRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieBodyPartRelationship object
|
TieEmailUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieEmailUserProfile object
|
TieMailbox(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailbox object
|
TieMailDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailDocument object
|
TieMailFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailFolder object
|
TieMessage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessage object
|
TieRfc822ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRfc822ContentObject object
|
TieRfc822Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRfc822Message object
|
Modifier and Type | Method and Description |
---|---|
protected void |
FtpServer.handlePropertyChangeRequest(LibrarySession session,
String name,
AttributeValue av)
Handle property change request.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
IfsProtocolServer.getAnonymousSession()
Gets an anonymous session.
|
LibrarySession |
IfsProtocolSession.getLibrarySession()
Gets the LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
void |
OfficeSaveDetector.completeMove(LibrarySession sess,
PublicObject po,
Folder from,
String fromName)
This function notifies this detector that a successful move
has been completed.
|
void |
OfficeSaveDetector.deleteDoc(LibrarySession sess,
Document doc,
Folder folder,
boolean freeIfLast)
This function pretends to delete the given document.
|
static void |
ServerUtilities.deregisterPropertyBundle(LibrarySession session,
String valueDefaultName,
String serverName)
Unlocks a server property bundle and frees it.
|
Document |
OfficeSaveDetector.detectOnCreate(LibrarySession sess,
DocumentDefinition def,
String name,
Folder f)
This function attempts to detect an edit in place.
|
Document |
OfficeSaveDetector.detectOnMove(LibrarySession sess,
PublicObject po,
Folder from,
Folder to,
String toName)
This function attempts to detect an Office save on a move.
|
protected void |
IfsProtocolServer.establishServerSocket(LibrarySession session)
If we have no socket port open we do it here.
|
String |
IfsProtocolServer.getAnonymousUserName(LibrarySession session)
Gets the name for the anonymous user from a domain propoerty.
|
static PropertyBundle |
ServerUtilities.getPropertyBundle(LibrarySession session,
String valueDefaultName,
String serverName)
Returns the server property bundle for the given server from
the value default.
|
static PropertyBundle[] |
ServerUtilities.getPropertyBundles(LibrarySession session,
String valueDefaultName)
Returns all active server property bundles in the value default.
|
protected void |
IfsProtocolServer.handlePropertyChangeRequest(LibrarySession session,
String name,
AttributeValue av) |
protected abstract void |
IfsProtocolServer.registerCommands(LibrarySession session)
Register the Commands that this Server invokes.
|
static PropertyBundle |
ServerUtilities.registerPropertyBundle(LibrarySession session,
String valueDefaultName,
String serverName,
PropertyBundle serverPropertyBundle)
Registers the property bundle for the server and session locks it.
|
void |
IfsProtocolServer.releaseAnonymousSession(LibrarySession sess)
Releases an anonymous session.
|
void |
IfsProtocolSession.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
protected void |
IfsProtocolServer.useInitializationSession(LibrarySession session) |
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
SearchValidator.m_Session |
Modifier and Type | Method and Description |
---|---|
void |
ViewSpecification.addClass(LibrarySession sess,
String clsName,
String[] attrs)
Let's you add attributes into your view.
|
void |
ViewSpecification.addClass(LibrarySession sess,
String clsName,
String[] attrs,
String[] aliases)
Let's you add attributes into your view.
|
protected static SearchValidator |
SearchValidator.constructValidator(LibrarySession sess) |
static void |
SearchValidator.disposeValidator(LibrarySession session)
Disposes any previously-constructed SearchValidator
for the specified session.
|
SearchSpecification |
SearchSpecification.getBoundSpecification(LibrarySession sess,
AttributeValue[] bindValues)
This Specification is cloned and the input bind Values are bound in place
in the cloned Specification.
|
Folder |
FolderRestrictQualification.getStartingFolder(LibrarySession session)
Returns the start folder
|
protected void |
FolderRestrictQualification.resolveStartFolder(LibrarySession session)
Resolve the startFolder.
|
void |
ViewSpecification.setDirectoryObject(LibrarySession sess,
DirectoryObject dObj)
Let's you set the DirectoryUser associated with the View.
|
void |
AttributeQualification.setValue(AttributeValue av,
LibrarySession sess)
Sets the comparison Value.
|
void |
AttributeSearchSpecification.validate(LibrarySession sess)
Constructs or finds a SearchValidator for the specified session.
|
void |
ContextSearchSpecification.validate(LibrarySession sess)
Constructs or finds a SearchValidator for the specified session.
|
abstract void |
SearchSpecification.validate(LibrarySession s)
This function validates the Specification in a LibrarySession.
|
void |
ViewSpecification.validate(LibrarySession sess)
Validates a View Specification.
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
S_LibrarySession.m_LibrarySession
The LibrarySession for this S_LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
S_LibrarySession.getLibrarySession()
Gets the bean-side session context
|
Modifier and Type | Method and Description |
---|---|
void |
S_LibrarySession.DMSetLibrarySession(LibrarySession session)
Sets the LibrarySession callback for this S_LibrarySession.
|
void |
S_LibrarySessionInterface.DMSetLibrarySession(LibrarySession session) |
LibraryObject |
BoundedLibraryObjectCache.findLibraryObject(Object itemKey,
LibrarySession session)
Gets an item from this cache.
|
AttributeValue |
S_LibraryObjectData.getAttribute(String name,
LibrarySession session)
Gets the value of the specified attribute for the LIBRARYOBJECT
represented by this S_LibraryObjectData.
|
Constructor |
S_ClassObjectData.getBeanConstructor(LibrarySession session)
Gets the Constructor for the LibraryObject subclass
that represents instances of this CLASSOBJECT.
|
Modifier and Type | Field and Description |
---|---|
protected LibrarySession |
IfsExceptionResolver.m_session
the session
|
protected LibrarySession |
IfsObjectResolver.m_session |
protected LibrarySession |
ParserHelper.m_session
the session
|
protected LibrarySession |
PublicObjectUtilities.m_session
the session
|
Modifier and Type | Method and Description |
---|---|
static AccessControlEntryDefinition |
AclUtilities.deriveAccessControlEntryDefinition(LibrarySession sess,
String accessList) |
static AccessLevel |
AclUtilities.deriveAccessLevel(LibrarySession sess,
String accessList) |
static String |
AclUtilities.formatAccessLevel(LibrarySession sess,
AccessLevel level)
Produce a readable version of an AccessLevel
|
static Format |
IfsObjectResolver.getFormatByFilename(LibrarySession session,
String filename)
Derives a format based on the extension of the given filename.
|
void |
ServerWarmup.warmup(LibrarySession sess) |
static void |
ServerWarmup.warmupAclCache(LibrarySession sess)
warmup the acls cache
|
static void |
ServerWarmup.warmupAllVersioningObjectsCache(LibrarySession sess)
warmup All Versioning Objects
not recommended, used for testing
|
static void |
ServerWarmup.warmupDocumentCache(LibrarySession sess)
warmup Document cache
not recommended, used for testing
|
static void |
ServerWarmup.warmupDocumentSubclassesCache(LibrarySession sess)
warmup Document Subclasses
not recommended, used for testing
|
static void |
ServerWarmup.warmupFolderCache(LibrarySession sess)
warmup Folder cache
not recommended, used for testing
|
static void |
ServerWarmup.warmupFormatCache(LibrarySession sess)
warmup the format cache
|
static void |
ServerWarmup.warmupMediaCache(LibrarySession sess)
warmup the media cache
|
static void |
ServerWarmup.warmupSubfolderIndication(LibrarySession sess)
warmup leave session active
|
static void |
ServerWarmup.warmupUserCache(LibrarySession sess)
warmup the users cache
|
static void |
ServerWarmup.warmupVersioningObjectsCache(LibrarySession sess)
warmup Versioning Objects
not recommended, used for testing
|
Constructor and Description |
---|
IfsExceptionResolver(LibrarySession session)
Constructs an ExceptionResolver loading default mapping
|
IfsExceptionResolver(LibrarySession session,
String errorMap)
Constructs an ExceptionResolver loading mapping errorMap
|
IfsObjectResolver(LibrarySession session)
Constructs a LookupHandler object - standard variant.
|
ParserHelper(LibrarySession session)
Creates a Parser Handler-- standard variant
|
PublicObjectUtilities(LibrarySession session)
Creates a ContentResolver
|
Modifier and Type | Method and Description |
---|---|
String |
CharacterSet.getIanaCharacterSetLabel(LibrarySession sess)
Returns the localized display name for this character set.
|
String |
Language.getLanguageLabel(LibrarySession sess)
Returns the localized display name for the language, for example:
"English".
|
String |
Language.getLocaleLabel(LibrarySession sess)
Returns the localized display name for the locale, for example:
"English (en-GB)".
|
Copyright © 2023. All rights reserved.