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,
|