Modifier and Type | Method and Description |
---|---|
void |
ApplicationPlatform.dispose()
Dispose of any resources.
|
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.
|
void |
ApplicationPlatform.init(Object server)
Given a Server initialze an application, this method should always be called
afer construction and should only be called once.
|
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.
|
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.
|
protected void |
AdminManagerAction.execute(String[] args)
Executes AdminManager, given arguments.
|
protected abstract void |
BaseAppAction.execute(String[] args)
This method should be overridden to implement the
actual execution of the BaseApp class.
|
protected void |
CreateClassesAction.execute(String[] args)
Executes CreateClasses, given arguments.
|
protected Date |
LibrarySessionAndJDBCAction.getDate(ResultSet rset,
int position) |
Modifier and Type | Method and Description |
---|---|
void |
BaseTool.showBanner(String toolName)
Puts out a tool banner
|
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 |
---|---|
static boolean |
ClassRules.alwaysReference(ClassObject co)
Returns whether to always add a reference (and add the object to the
reference cache) for objects of the given class type.
|
void |
IdCache.endObjectDump(LibraryObject lo)
Marks that the given LibaryObject was fully dumped.
|
String |
IdCache.get(LibraryObject lo)
Returns the reference ID of the object or
null if the object
is not cached. |
static String |
ClassRules.getAction(ClassObject co)
Returns the action for a given class.
|
String |
AttributeRules.getAttributeAction(LibraryObject lo,
String attribute)
Returns the action for the given attribute.
|
static ClassRules.Detail[] |
ClassRules.getDetails(ClassObject co)
Returns the details to retrieve for the given class.
|
Map |
AttributeRules.getPropertyRules(LibraryObject lo,
String attribute)
Returns the set of property rules for the given attribute.
|
static String |
ClassRules.getReference(ClassObject co)
Returns the reference directive for a given class.
|
AttributeRules.ReplaceRule[] |
AttributeRules.getReplaceRules(LibraryObject lo,
String attribute)
Returns the replace rules for the given attribute.
|
static String |
ClassRules.getUniqueAttribute(ClassObject co)
Returns the unique attribute for the given class, if any.
|
boolean |
IdCache.needsDump(LibraryObject lo)
Returns
true if the given object was put in the cache
(hence referenced) but not yet fully dumped. |
static boolean |
ClassRules.neverReference(ClassObject co)
Returns whether to never add a referencefor objects of the given class
type.
|
String |
IdCache.put(LibraryObject lo,
LibraryObject parentLO,
String parentAttrName)
Puts an object in the cache, returning the generated reference ID.
|
void |
FingerprintDriver.run()
Runs the fingerprinting process.
|
void |
IdCache.startObjectDump(LibraryObject lo)
Called at the start of the dump process for a given object.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
SqlPlugin.disableSegmentAttributes(Connection conn)
Disable outputting the segment attributes in the DDL.
|
protected static CallableStatement |
SqlPlugin.getCallableStatement(Connection conn,
String sql)
Gets a CallableStatement for the specified SQL.
|
protected static PreparedStatement |
SqlPlugin.getPreparedStatement(Connection conn,
String sql)
Gets a PreparedStatement for the specified SQL.
|
static String |
PluginUtils.replacePattern(LibraryObject fpo,
String attrName,
String attrValue)
Replaces a pattern for the given attribute, only if needed.
|
protected static void |
SqlPlugin.resetSegmentAttributes(Connection conn)
Resets the changes made by calling
SqlPlugin.disableSegmentAttributes(java.sql.Connection) |
static String |
PluginUtils.toLogString(LibraryObject lo)
Produces a standard string representation of a given LibraryObject,
suitable for logging.
|
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 ClassObject |
PolicyManager.lookupClassObject(String name)
Find a ClassObject by name; throw an exception 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.
|
protected PolicyList |
PolicyManager.lookupPolicyList(String name)
Find a PolicyList by name; return null if no PolicyList
exists with the specified name.
|
Modifier and Type | Method and Description |
---|---|
IfsException |
VerifyMedia.getReasonForFailure()
Returns the IfsException thrown if the iFS Media test fails.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
CopyToIfs.connect(String username,
String password,
String server,
String serverPassword) |
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir)
Copies a directory tree from the local filesystem into iFS.
|
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir,
String aclType)
Copies a directory tree from the local filesystem into iFS.
|
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir,
String language,
String charset)
Copies a directory tree from the local filesystem into iFS.
|
void |
CopyToIfs.copyDir(String rootDir,
String ifsRootDir,
String language,
String charset,
String aclType)
Copies a directory tree from the local filesystem into iFS.
|
static void |
CreateClass.createAttributePropertyBundle(LibrarySession sess,
String className,
Attribute attr,
String pbNamePrefix)
Create property bundle for an atribute, if one does not already exist.
|
void |
CopyToIfs.createDocument(String name,
String parent,
FileInputStream content)
Creates a new Document in iFS, given a FileInputStream which points
to an existing file in the local filesystem.
|
void |
CopyToIfs.createDocument(String name,
String parent,
FileInputStream content,
String aclType)
Creates a new Document in iFS, given a FileInputStream which points
to an existing file in the local filesystem.
|
void |
CopyToIfs.createDocument(String name,
String parent,
FileInputStream content,
String language,
String charset)
Creates a new Document in iFS, given a FileInputStream which points
to an existing file in the local filesystem.
|
void |
CopyToIfs.createDocument(String name,
String parent,
FileInputStream content,
String language,
String charset,
String aclType)
Creates a new Document in iFS, given a FileInputStream which points
to an existing file in the local filesystem.
|
void |
CopyToIfs.createFolder(String name,
String parent)
Creates a new Folder in iFS.
|
void |
CopyToIfs.createFolder(String name,
String parent,
String aclType)
Creates a new Folder in iFS.
|
void |
CopyToIfs.createFolderHierarchy(String dir)
Recursively creates a folder hierarchy starting at the root of iFS (/)
and ending at
dir . |
void |
CopyToIfs.createFolderHierarchy(String dir,
String aclType)
Recursively creates a folder hierarchy starting at the root of iFS (/)
and ending at
dir . |
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.
|
void |
CopyToIfs.disconnect()
Disconnects from iFS.
|
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.
|
AbstractAction |
SchemaUpgrade.generateUpgradeAction()
Generates a QueueAction that contains all the Actions necessary
for a schema upgrade.
|
protected AccessControlList |
CopyToIfs.getACLFor(String aclType) |
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.
|
void |
CreateClasses.performCreation() |
protected static void |
DomainConfiguration.showAttributeValue(String prefix,
AttributeValue av,
LibrarySession session)
Prints the specified AttributeValue.
|
boolean |
VerifyMedia.testMedia()
Tests each media by creating a document in the Media
and then freeing the document.
|
Modifier and Type | Field and Description |
---|---|
protected IfsException |
AdminManager.m_LastException |
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
|
LibraryObjectDefinition |
DefinitionAdmin.checkDefinition(String idname) |
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.
|
protected void |
AdminManager.ensureNotTestMode()
ensureNotTestMode() - throw an exception if in testmode
|
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 Date |
AdminManager.getDateFromToken(String token,
String valueformatDelim)
getDateFromToken() - get Date from
a value of the form "datevalue ; dateformat".
|
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 Double |
AdminManager.getDoubleFromToken(String token,
String valueformatDelim)
getDateFromToken() - get Double from
a value of the form "doublevalue ; dateformat".
|
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 String |
AdminManager.getNameFromNamedToken(String token,
String valueDelim)
getNameFromNamedToken() - get name from a token of the
form "name : value".
|
String[] |
SelectorObjectAdmin.getObjectAttrNames(ClassObject cls)
Get an array of attribute names for an object
|
protected String |
SelectorObjectAdmin.getOperationString(String operName)
parse the operation, return a SQL operator
|
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.
|
String |
AdminManager.getStringId(LibraryObject obj)
Get an object's Id suitable for printing to canonlog.
|
protected String[] |
AdminManager.getStringsFromArrayToken(String token,
String arrayvalueDelim)
getStringsFromArrayToken() - get String array from
a value of the form "{value1, value2, value3}".
|
protected String |
AdminManager.getValueFromNamedToken(String token,
String valueDelim)
getValueFromNamedToken() - get value from a token of the
form "name : value".
|
protected String |
AdminManager.getValueFromNamedTokenExposeNull(String token,
String valueDelim)
getValueFromNamedTokenExposeNull() - get value from a token of the
form "name : value".
|
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
|
protected boolean |
AdminManager.isValueNullFromNamedToken(String token,
String valueDelim)
isValueNullFromNamedToken() - return indication as to whehter a named token's
value is null.
|
Vector |
DirectoryServiceAdmin.listAllUserObjects(LibrarySession sess,
String credentialManagerName)
Lists all Distinguished names in the underlying Directory Service.
|
protected AccessControlEntry |
AccessControlListAdmin.lookupAce(String acename) |
protected AccessControlList |
AccessControlListAdmin.lookupAcl(LibrarySession sess,
String aclname) |
ApplicationObject |
ApplicationObjectAdmin.lookupApplicationObject(String idname) |
AttributeValue |
AttributeValueAdmin.lookupAttributeValue(String idname) |
Category |
CategoryAdmin.lookupCategory(String idname) |
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
|
LibraryObjectDefinition |
DefinitionAdmin.lookupDefinition(String idname) |
Document |
DocumentAdmin.lookupDocument(String idname) |
protected ExtendedPermission |
ExtendedPermissionAdmin.lookupExtendedPermission(LibrarySession sess,
String name)
Lookup ExtendedPermission by name
|
Family |
FamilyAdmin.lookupFamily(String idname) |
Folder |
FolderAdmin.lookupFolder(String idname) |
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
|
PropertyBundle |
PropertyBundleAdmin.lookupPropertyBundle(String idname) |
protected Search |
SearchObjectAdmin.lookupSearch(String searchHandle)
Get the Search based on the name of the handle.
|
protected SearchClassSpecification |
SearchObjectAdmin.lookupSearchClassSpec(String searchClassSpecHandle)
Get the SearchClassSpec based on the name of the handle.
|
protected SearchObject |
SearchObjectAdmin.lookupSearchObject(String searchObjectHandle)
Get the SearchObject based on the name of the handle.
|
protected SearchQualification |
SearchObjectAdmin.lookupSearchQual(String searchQualHandle)
Get the SearchQual based on the name of the handle.
|
protected Vector |
SearchObjectAdmin.lookupSearchResult(String searchResultHandle)
Get the search Result collection based on the name of the handle.
|
protected SearchSortSpecification |
SearchObjectAdmin.lookupSearchSortSpec(String searchSortSpecHandle)
Get the SearchSortSpec based on the name of the handle.
|
protected AttributeSearchSpecification |
SearchObjectAdmin.lookupSearchSpec(String searchSpecHandle)
Get the SearchSpec based on the name of the handle.
|
SelectorObject |
SelectorObjectAdmin.lookupSelectorObject(String idname) |
protected Vector |
SelectorObjectAdmin.lookupSelectorResult(String selectorResultHandle)
Get the search Result collection based on the name of the handle.
|
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) |
UserProfile |
UserProfileAdmin.lookupUserProfile(String idname) |
protected ValueDefault |
ValueDefaultAdmin.lookupValueDefault(LibrarySession sess,
String name)
Lookup ValueDefault by name
|
protected ValueDomain |
ValueDomainAdmin.lookupValueDomain(LibrarySession sess,
String name)
Lookup ValueDomain by name
|
VersionDescription |
VersionDescriptionAdmin.lookupVersionDescription(String idname) |
VersionSeries |
VersionSeriesAdmin.lookupVersionSeries(String idname) |
protected ViewSpecification |
SearchObjectAdmin.lookupViewSpec(String viewSpecHandle)
Get the ViewSpec based on the name of the handle.
|
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 |
AdminManager.performOperation()
performOperation() - called by run() to run the script.
|
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 |
AdminManager.removeGlobalToken(String key)
removeGlobalToken() - remove a token from the global table.
|
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 |
DirectoryGroupAdmin.showAllMembers(DirectoryObject dirobj) |
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 |
DirectoryGroupAdmin.showDirectMembers(DirectoryObject dirobj) |
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 |
DirectoryGroupAdmin.showMember(DirectoryObject dirobj,
Hashtable h) |
void |
DirectoryGroupAdmin.showMembers(DirectoryObject[] members,
Hashtable h) |
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 |
---|---|
void |
BatchUpdateAssistant.BatchUpdate.addDeletedRowToBatch(long id)
Called by BatchUpdateAssistant for each deleted row to be processed
in the batch.
|
void |
BatchUpdateAssistant.BatchUpdate.addToBatch(long id)
Called by the BatchUpdateAssistant for each row to be processed in the
batch.
|
void |
UpgradeDriverManager.addUpgradeDriverListener(UpgradeDriverListener udl)
Adds an UpgradeDriverListener.
|
void |
UpgradeAction.analyze()
Performs the analysis phase of an upgrade action.
|
boolean |
UpgradeDriverManager.analyze()
Starts or continues the analysis phase of a schema upgrade.
|
void |
BatchUpdateAssistant.analyze(BatchUpdateAssistant.BatchUpdate batchUpdate)
Called by the
analyze method of an upgrade
action, performs the analysis phase for the specified batch update. |
void |
BatchUpdateAssistant.BatchUpdate.beginBatch(IfsConnection conn)
Called by the BatchUpdateAssistant at the start of each batch.
|
void |
BatchUpdateAssistant.BatchUpdate.completeBatch()
Called by the BatchUpdateAssistant at the end of each batch.
|
static UpgradeDriverManager |
UpgradeDriverFactory.createUpgradeDriver(DataSource dataSource,
InputStream upgradeScript,
AttributeValue[] defaultProperties)
Constructs a schema upgrade driver.
|
void |
UpgradeDriverManager.dispose()
Disposes this UpgradeDriverManager.
|
void |
BatchUpdateAssistant.BatchUpdate.executeBatch()
Called by the BatchUpdateAssistant to write all pending updates in the
batch.
|
String |
UpgradeActionStatus.getActionName()
Gets the name of this upgrade action.
|
BatchUpdateAssistant |
UpgradeActionContext.getBatchUpdateAssistant()
Gets a batch update assistant for this upgrade action.
|
String |
BatchUpdateAssistant.BatchUpdate.getCountExpression()
Gets a SQL expression that, when evaluated during the analysis phase,
is true for rows in the
base table to be processed
by this batch update. |
int |
UpgradeDriverManager.getCurrentTask()
Gets the current task being performed by the upgrade driver.
|
DataSource |
UpgradeActionContext.getDataSource()
Gets a JDBC DataSource for connecting to the repository.
|
LibraryService |
UpgradeActionContext.getDefaultLibraryService()
Gets the the LibraryService named
UpgradeActionContext.DEFAULT_LIBRARYSERVICE_NAME ,
starting it if necessary. |
String |
UpgradeActionError.getDescription()
Gets a description of the error that occurred.
|
Date |
UpgradeActionError.getErrorPosted()
Gets the time at which the error was posted.
|
String[] |
StateAssistant.getKeys()
Gets the keys of the name/value pairs set for the upgrade action.
|
String |
UpgradeActionError.getLocation()
Gets a description of the data on which the error occurred.
|
UpgradeStatus |
UpgradeDriverManager.getMostRecentUpgrade()
Gets the most-recent schema upgrade performed or attempted.
|
String |
UpgradeActionError.getOperation()
Gets a description of the operation on which the error occurred.
|
String |
ProgressAssistant.getPostUpgradeProgress()
Gets a characterization of the upgrade action's progress within the
post-upgrade phase.
|
String |
UpgradeActionStatus.getPostUpgradeProgress()
Gets a characterization of this upgrade action's progress within the
post-upgrade phase.
|
String |
ProgressAssistant.getPreUpgradeProgress()
Gets a characterization of the upgrade action's progress within the
pre-upgrade phase.
|
String |
UpgradeActionStatus.getPreUpgradeProgress()
Gets a characterization of this upgrade action's progress within the
pre-upgrade phase.
|
String |
BatchUpdateAssistant.BatchUpdate.getPrimaryKeyColumnName()
Gets the name of the primary key column in the
base table . |
ProgressAssistant |
UpgradeActionContext.getProgressAssistant()
Gets a progress assistant for this upgrade action.
|
Date |
ProgressAssistant.getProgressLastModified()
Gets the time the progress of the upgrade action was last updated.
|
Date |
UpgradeActionStatus.getProgressLastModified()
Gets the time the progress of this upgrade action was last updated.
|
Integer |
ProgressAssistant.getProgressPercentage()
Gets an estimate of the upgrade action's progress in the current upgrade
phase, as an integer percentage.
|
Integer |
UpgradeActionStatus.getProgressPercentage()
Gets an estimate of this upgrade action's progress in the current upgrade
phase, as an integer percentage.
|
RowChangeAssistant |
UpgradeActionContext.getRowChangeAssistant()
Gets a row-change assistant for this upgrade action.
|
String |
BatchUpdateAssistant.BatchUpdate.getRowChangeDeleteFilter()
Gets a PL/SQL expression that, when evaluated by a
DELETE
trigger on the base table , is true if the deleted
row is to be processed by the batch update. |
String |
BatchUpdateAssistant.BatchUpdate.getRowChangeInsertFilter()
Gets a PL/SQL expression that, when evaluated by an
INSERT
trigger on the base table , is true if the new row
is to be processed by the batch update. |
Iterator |
RowChangeAssistant.getRowChanges(String tableName)
Gets the changes recorded for the specified table.
|
String |
BatchUpdateAssistant.BatchUpdate.getRowChangeUpdateFilter()
Gets a PL/SQL expression that, when evaluated by an
UPDATE
trigger on the base table , is true if the updated
row is to be processed by the batch update. |
String |
UpgradeActionContext.getSchemaName()
Gets the name of the repository schema.
|
int |
BatchUpdateAssistant.BatchUpdate.getSelectBatchSize()
Gets the
SELECT batch size, in rows. |
String |
BatchUpdateAssistant.BatchUpdate.getSelectExpression()
Gets a SQL expression that, when evaluated during the pre-upgrade and
upgrade phases, is true only for a row in the
base
table to be processed by this batch update. |
LibrarySession |
BatchUpdateAssistant.BatchUpdate.getSession()
Gets the session used to perform the batch update.
|
String |
UpgradeStatus.getSoftwareVersion()
Gets the software version number of the software used to perform this
schema upgrade.
|
String |
UpgradeStatus.getSourceSchemaVersion()
Gets the source schema version number for this schema upgrade.
|
StateAssistant |
UpgradeActionContext.getStateAssistant()
Gets a state assistant for this upgrade action.
|
int |
UpgradeActionStatus.getStatus()
Gets the status of this upgrade action.
|
int |
UpgradeStatus.getStatus()
Gets the status of this schema upgrade.
|
Date |
UpgradeActionStatus.getStatusLastModified()
Gets the time the status of this upgrade action last changed.
|
Date |
UpgradeStatus.getStatusLastModified()
Gets the time the status of this schema upgrade last changed.
|
String |
BatchUpdateAssistant.BatchUpdate.getTableName()
Gets the name of the base table.
|
String |
UpgradeStatus.getTargetSchemaVersion()
Gets the target schema version number for this schema upgrade.
|
int |
BatchUpdateAssistant.BatchUpdate.getUpdateBatchSize()
Gets the
UPDATE batch size, in rows. |
long |
UpgradeActionStatus.getUpgradeActionErrorCount()
Gets the number of errors reported by this upgrade action.
|
Iterator |
UpgradeActionStatus.getUpgradeActionErrors()
Gets the errors reported by this upgrade action.
|
UpgradeActionStatus[] |
UpgradeStatus.getUpgradeActionStatuses()
Gets the status of each upgrade action in this schema upgrade.
|
UpgradeStatus[] |
UpgradeDriverManager.getUpgradeHistory()
Gets the history of all schema upgrades performed or attempted, in
chronological order.
|
String |
ProgressAssistant.getUpgradeProgress()
Gets a characterization of the upgrade action's progress within the
upgrade phase.
|
String |
UpgradeActionStatus.getUpgradeProgress()
Gets a characterization of this upgrade action's progress within the
upgrade phase.
|
String |
StateAssistant.getValue(String key)
Gets the value of the specified key.
|
void |
UpgradeAction.initialize(UpgradeActionContext uac,
String name,
AttributeValue[] properties)
Initializes the upgrade action.
|
boolean |
UpgradeActionContext.isDatabaseOptionAvailable(String option)
Gets whether the specified database option is available.
|
boolean |
UpgradeDriverManager.isDisposed()
Gets whether
dispose has been called on this
UpgradeDriverManager. |
boolean |
RowChangeAssistant.isRegisteredForRowChanges(String tableName)
Gets whether the action has registered for notification of row changes
on the specified table.
|
void |
UpgradeActionContext.postError(String operation,
String location,
String description)
Posts an error in the execution of this upgrade action.
|
void |
UpgradeAction.postUpgrade()
Performs the post-upgrade phase of an upgrade action.
|
boolean |
UpgradeDriverManager.postUpgrade()
Starts or continues the post-upgrade phase of a schema upgrade.
|
void |
UpgradeAction.preUpgrade()
Performs the pre-upgrade phase of an upgrade action.
|
boolean |
UpgradeDriverManager.preUpgrade()
Starts, continues, or repeats the pre-upgrade phase of a schema upgrade.
|
boolean |
BatchUpdateAssistant.preUpgrade(BatchUpdateAssistant.BatchUpdate batchUpdate)
Called by the
preUpgrade method of
an upgrade action, performs the pre-upgrade phase for the specified
batch update. |
void |
RowChangeAssistant.recordRowChange(String tableName,
long primaryKey,
String operation)
Manually records a change to the specified table.
|
void |
RowChangeAssistant.registerForRowChanges(String tableName,
String pkColumnName,
boolean trackInserts,
String insertFilter,
boolean trackUpdates,
String updateFilter,
boolean trackDeletes,
String deleteFilter)
Registers for notification of changes on the specified table.
|
void |
RowChangeAssistant.releaseRowChange(RowChangeAssistant.RowChange rc)
Releases a change recorded for the specified table.
|
void |
UpgradeDriverManager.removeUpgradeDriverListener(UpgradeDriverListener udl)
Removes an UpgradeDriverListener.
|
LibraryService |
UpgradeActionContext.restartDefaultLibraryService()
Restarts the LibraryService named
UpgradeActionContext.DEFAULT_LIBRARYSERVICE_NAME . |
void |
BatchUpdateAssistant.rollback(BatchUpdateAssistant.BatchUpdate batchUpdate)
Called by the
rollback method of an upgrade
action, rolls back the specified batch update. |
void |
UpgradeAction.rollback(boolean downgrade)
Performs a rollback of an upgrade action.
|
boolean |
UpgradeDriverManager.rollback(boolean offline)
Starts or continues rolling back a schema upgrade.
|
void |
ProgressAssistant.setPostUpgradeProgress(String progress)
Sets a characterization of the upgrade action's progress within the
post-upgrade phase.
|
void |
ProgressAssistant.setPreUpgradeProgress(String progress)
Sets a characterization of the upgrade action's progress within the
pre-upgrade phase.
|
void |
BatchUpdateAssistant.BatchUpdate.setProgress(int phase,
long rowsToUpdate,
long rowsUpdated)
Called by the BatchUpdateAssistant to update the progress of the batch
update.
|
void |
ProgressAssistant.setProgressPercentage(Integer progressPercentage)
Sets an estimate of the upgrade action's progress in the current upgrade
phase, as an integer percentage.
|
void |
ProgressAssistant.setUpgradeProgress(String progress)
Sets a characterization of the upgrade action's progress within the
upgrade phase.
|
void |
StateAssistant.setValue(String key,
String value)
Sets the value of the specified key.
|
void |
UpgradeDriverManager.stop()
|
boolean |
UpgradeActionContext.stopRequested()
Gets whether the upgrade action should stop the in-progress
analyze , preUpgrade , upgrade , postUpgrade , or rollback . |
void |
RowChangeAssistant.unregisterForRowChanges()
Unregisters from notification of changes on all tables.
|
void |
RowChangeAssistant.unregisterForRowChanges(String tableName)
Unregisters from notification of changes on the specified table and deletes
all row changes corresponding to the specified table that the action has
not already released.
|
void |
UpgradeAction.upgrade()
Performs the upgrade phase of an upgrade action.
|
boolean |
BatchUpdateAssistant.upgrade(BatchUpdateAssistant.BatchUpdate batchUpdate)
Called by the
upgrade method of an upgrade
action, performs the upgrade phase for the specified batch update. |
boolean |
UpgradeDriverManager.upgrade(boolean offline)
Starts or continues the upgrade phase of a schema upgrade.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AddAttributeAction.addColumnDuringPreUpgrade()
Gets whether to add the attribute's column to the "
odm_ " table
during the pre-upgrade phase. |
void |
AbstractUpgradeAction.analyze()
Performs the analysis phase of an upgrade action.
|
void |
JdbcAction.analyze()
Subclasses should override
JdbcAction.analyze(Connection) . |
void |
LibrarySessionAction.analyze()
Subclasses should override
LibrarySessionAction.analyze(LibrarySession) . |
protected void |
JdbcAction.analyze(Connection conn)
Called by
analyze . |
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 DataSource |
JdbcAction.getDataSource()
Gets the DataSource used to create the JDBC connection.
|
protected String |
AbstractUpgradeAction.getName()
Gets the name of this upgrade action.
|
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. |
protected AttributeValue[] |
AbstractUpgradeAction.getProperties()
Gets the upgrade action properties.
|
protected AttributeValue |
AbstractUpgradeAction.getProperty(String propertyName)
Gets the upgrade action property with the specified name.
|
protected UpgradeActionContext |
AbstractUpgradeAction.getUpgradeActionContext()
Gets the context of this upgrade action.
|
void |
AbstractUpgradeAction.initialize(UpgradeActionContext uac,
String name,
AttributeValue[] properties)
Initializes the upgrade action.
|
protected void |
JdbcAction.postEvent(Connection conn,
long id,
long classid,
int eventType,
int eventSubtype,
long longPayload)
Inserts a row into
odmz_event , using the specified connection. |
void |
AbstractUpgradeAction.postUpgrade()
Performs the post-upgrade phase of an upgrade action.
|
void |
JdbcAction.postUpgrade()
Subclasses should override
JdbcAction.postUpgrade(Connection) . |
void |
LibrarySessionAction.postUpgrade()
Subclasses should override
LibrarySessionAction.postUpgrade(LibrarySession) . |
protected void |
JdbcAction.postUpgrade(Connection conn)
Called by
postUpgrade . |
void |
FreeClassObjectAction.postUpgrade(LibrarySession session)
Called by
postUpgrade . |
protected void |
LibrarySessionAction.postUpgrade(LibrarySession session)
Called by
postUpgrade . |
void |
AbstractUpgradeAction.preUpgrade()
Performs the pre-upgrade phase of an upgrade action.
|
void |
JdbcAction.preUpgrade()
Subclasses should override
JdbcAction.preUpgrade(Connection) . |
void |
LibrarySessionAction.preUpgrade()
Subclasses should override
LibrarySessionAction.preUpgrade(LibrarySession) . |
protected void |
JdbcAction.preUpgrade(Connection conn)
Called by
preUpgrade . |
protected void |
AddAttributeAction.preUpgrade(LibrarySession session)
Called by
preUpgrade . |
protected void |
LibrarySessionAction.preUpgrade(LibrarySession session)
Called by
preUpgrade . |
void |
AbstractUpgradeAction.rollback(boolean downgrade)
Performs a rollback of an upgrade action.
|
void |
JdbcAction.rollback(boolean downgrade)
Subclasses should override
JdbcAction.rollback(Connection, boolean) . |
void |
LibrarySessionAction.rollback(boolean downgrade)
Subclasses should override
LibrarySessionAction.rollback(LibrarySession, boolean) . |
protected void |
JdbcAction.rollback(Connection conn,
boolean downgrade)
Called by
rollback . |
protected void |
AddAttributeAction.rollback(LibrarySession session,
boolean downgrade)
Called by
rollback . |
protected void |
LibrarySessionAction.rollback(LibrarySession session,
boolean downgrade)
Called by
rollback . |
void |
AbstractUpgradeAction.upgrade()
Performs the upgrade phase of an upgrade action.
|
void |
JdbcAction.upgrade()
Subclasses should override
JdbcAction.upgrade(Connection) . |
void |
LibrarySessionAction.upgrade()
Subclasses should override
LibrarySessionAction.upgrade(LibrarySession) . |
protected void |
JdbcAction.upgrade(Connection conn)
Called by
upgrade . |
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 Connection |
UpgradeDriver.acquireLock()
Acquires the exclusive right for the calling thread to access this
UpgradeDriver's state and use its JDBC connection.
|
void |
UpgradeDriver.addUpgradeDriverListener(UpgradeDriverListener udl)
Adds an UpgradeDriverListener.
|
boolean |
UpgradeDriver.analyze()
Starts or continues the analysis phase of a schema upgrade.
|
void |
UpgradeDriver.dispose()
Disposes this UpgradeDriverManager.
|
int |
UpgradeDriver.getCurrentTask()
Gets the current task being performed by the upgrade driver.
|
UpgradeStatus |
UpgradeDriver.getMostRecentUpgrade()
Gets the most-recent schema upgrade performed or attempted.
|
protected PreparedStatement |
UpgradeDriver.getPreparedStatement(String sql)
Gets a PreparedStatement for the specified SQL.
|
UpgradeStatus[] |
UpgradeDriver.getUpgradeHistory()
Gets the history of all schema upgrades performed or attempted, in
chronological order.
|
protected long |
UpgradeDriver.getUpgradeSequenceNextValue()
Returns the next value from the database sequence used for upgrades.
|
boolean |
UpgradeDriver.isDisposed()
Gets whether
dispose has been called on this
UpgradeDriverManager. |
boolean |
UpgradeDriver.postUpgrade()
Starts or continues the post-upgrade phase of a schema upgrade.
|
boolean |
UpgradeDriver.preUpgrade()
Starts, continues, or repeats the pre-upgrade phase of a schema upgrade.
|
protected void |
UpgradeDriver.releaseLock()
Releases the exclusive right for the calling thread to access this
UpgradeDriver's state and use its JDBC connection.
|
void |
UpgradeDriver.removeUpgradeDriverListener(UpgradeDriverListener udl)
Removes an UpgradeDriverListener.
|
boolean |
UpgradeDriver.rollback(boolean offline)
Starts or continues rolling back a schema upgrade.
|
void |
OPatchSchemaOperations.rollback(InputStream upgradeScript,
AttributeValue[] defaultProperties)
Performs schema operations required by OPATCH rollback.
|
void |
UpgradeDriver.stop()
|
boolean |
UpgradeDriver.upgrade(boolean offline)
Starts or continues the upgrade phase of a schema upgrade.
|
void |
OPatchSchemaOperations.upgrade(InputStream upgradeScript,
AttributeValue[] defaultProperties,
boolean onlineUpgrade)
Performs schema operations required by OPATCH upgrade.
|
Constructor and Description |
---|
OPatchSchemaOperations(DataSource dataSource)
Constructs an OPatchSchemaOperations instance.
|
UpgradeDriver(DataSource dataSource,
InputStream upgradeScript,
AttributeValue[] defaultProperties)
Constructs an UpgradeDriver.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ObjectNameReset.containsExpectedErrorCode(IfsException e) |
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 |
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.
|
protected void |
CreateNamedPropertyBundle.putPropertyValue(PropertyBundle pb,
String propertyName,
AttributeValue value)
Update or add a property to a property bundle.
|
protected void |
CreateNamedPropertyBundle.putPropertyValue(PropertyBundle pb,
String propertyName,
AttributeValue value,
boolean skipIfExists)
Update or add a property to a property bundle.
|
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 |
CreateNamedPropertyBundle.removeProperties(PropertyBundle pb)
Remove all properties from a property bundle.
|
protected void |
CreateNamedPropertyBundle.removeProperty(PropertyBundle pb,
String propertyName)
Remove a property from a property bundle.
|
protected void |
RenamePropertyAction.renameProperty(PropertyBundle pb,
String srcKey,
String destKey)
Do the real work of renaming a property.
|
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.setName(LibraryObject obj,
String name,
int attempts) |
static void |
ObjectIndexUtilities.updateIndexedAttribute(LibrarySession session,
String className,
String attrName,
boolean newIsIndexedValue)
updateIndexedAttribute should be invoked after creating a new index
on an attribute.
|
protected void |
CreateNamedPropertyBundle.updateValueDefaultValue(ValueDefault vdef,
AttributeValue value)
Update the value of a ValueDefault.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
IdmConfigUtilities.convertTokenizedStringToArray(String str,
String delimeter) |
static Hashtable |
IdmConfigUtilities.setupIdmStoreEnv(Hashtable options) |
static Hashtable |
IdmConfigUtilities.setupOidEnv(Hashtable options) |
static Hashtable |
IdmConfigUtilities.setupThirdPartyLdapEnv(Hashtable options) |
static Hashtable |
IdmConfigUtilities.setupXmlEnv(Hashtable options) |
static String |
IdmConfigUtilities.validateStringValue(Hashtable options,
String key) |
Modifier and Type | Method and Description |
---|---|
void |
LibrarySession.abortTransaction(Transaction transaction,
IfsException originalException)
Aborts a transaction in response to the specified IfsException.
|
Modifier and Type | Method and Description |
---|---|
void |
LibrarySession.abortTransaction(Transaction transaction)
Aborts a transaction.
|
void |
LibrarySession.abortTransaction(Transaction transaction,
IfsException originalException)
Aborts a transaction in response to the specified IfsException.
|
protected AccessControlEntry |
PublicObject.addAccess(AccessControlEntryDefinition def)
addAccess - USed by grantAccess() and revokeAccess() to
add a AccessControlEntry for this object.
|
protected AccessControlEntry |
AccessControlList.addAccessControlEntry(AccessControlEntryDefinition aceDef)
Add an ACE to this ACL.
|
void |
AccessControlListDefinition.addAceDefinition(AccessControlEntryDefinition def)
Adds an AccessControlEntryDefinition to this object.
|
void |
AccessControlListDefinition.addAceDefinition(AttributeValueTable aceTable)
Adds a new AccessControlEntryDefinition for an element
specified in a table.
|
void |
AccessControlListDefinition.addAceDefinitions(AccessControlEntryDefinition[] defs)
Adds a set of new AccessControlEntry definitions.
|
void |
AccessControlListDefinition.addAceDefinitions(List<AttributeValueTable> aceList)
Adds a set of new AccessControlEntryDefinitions via a table list.
|
AttachmentRelation |
PublicObject.addAttachment(Document doc)
Add an Attachment.
|
Attribute |
ClassObject.addAttribute(AttributeDefinition def)
Adds an Attribute to this ClassObject.
|
void |
ClassObjectDefinition.addAttributeDefinition(AttributeDefinition def)
Adds an Attribute definition for the new ClassObject.
|
void |
ClassObjectDefinition.addAttributeDefinitions(AttributeDefinition[] defs)
Adds a set of new Attribute definitions.
|
Category |
PublicObject.addCategory(CategoryDefinition catdef)
Adds a Category associated with this PublicObject.
|
SchemaCategory |
SchemaObject.addCategory(SchemaCategoryDefinition catdef)
Adds a SchemaCategory associated with this SchemaObject
|
SystemCategory |
SystemObject.addCategory(SystemCategoryDefinition catdef)
Adds a SystemCategory associated with this SystemObject
|
void |
PublicObjectDefinition.addCategoryDefinition(AttributeValueTable catTable)
Adds a new Category deifnition for a category specified in a table.
|
void |
PublicObjectDefinition.addCategoryDefinition(CategoryDefinition def)
Adds a new Category Definition to the new PublicObject.
|
void |
SchemaObjectDefinition.addCategoryDefinition(SchemaCategoryDefinition def)
Adds a new SchemaCategory Definition to the new SchemaObject.
|
void |
SystemObjectDefinition.addCategoryDefinition(SystemCategoryDefinition def)
Adds a new SystemCategory Definition to the new SystemObject.
|
void |
SystemObjectDefinition.addCategoryDefinitionForUpdate(AttributeValue av,
SystemCategoryDefinition def)
Adds a new SystemCategory Definition and a Category as an av
to this systemobject definition.
|
void |
PublicObjectDefinition.addCategoryDefinitions(CategoryDefinition[] defs)
Adds a set of new Category Definition to the new PublicObject.
|
void |
PublicObjectDefinition.addCategoryDefinitions(List<AttributeValueTable> catList)
Adds a set of new Category Definitions via a table list.
|
void |
SchemaObjectDefinition.addCategoryDefinitions(SchemaCategoryDefinition[] defs)
Adds a set of new Schema Category Definition to the new SchemaObject.
|
void |
SystemObjectDefinition.addCategoryDefinitions(SystemCategoryDefinition[] defs)
Adds a set of new System Category Definition to the new SystemObject.
|
void |
SystemObjectDefinition.addCategoryForDelete(AttributeValue av)
Add a Category that should be removed from the list of
Categories for this SystemObject.
|
ActorRelation |
ContactList.addContact(Actor actor)
Add an Actor to the list of contacts.
|
void |
LibraryObjectDefinition.addDefinition(String name,
LibraryObjectDefinition value)
Add a definition to a definition list, which is identified by the specified name.
|
void |
LibraryObjectDefinition.addDefinitions(String name,
LibraryObjectDefinition[] values)
Add definitions to a definition list, which is identified by the specified name.
|
void |
SimplePropertyTableListDefinition.addDetailListDefinition(AttributeValueTable detailListTable)
Adds a new detail list Definition.
|
void |
SimplePropertyTableListDefinition.addDetailListDefinition(SimplePropertyTableListDefinition def)
Adds a new detail list.
|
void |
SimplePropertyTableListDefinition.addDetailListDefinitions(List<AttributeValueTable> detailListsList)
Adds a set of new detail list Definitions for multiple detail lists.
|
void |
SimplePropertyTableListDefinition.addDetailListDefinitions(SimplePropertyTableListDefinition[] defs)
Adds a set of new new detail list Definitions for multiple detail lists.
|
void |
PublicObject.addFlags(long addedFlags)
Adds flags to the exist value of the FLAGS attribute,
without causing the modification attributes to change.
|
boolean |
DirectoryGroupCapabilities.ADDITEM() |
boolean |
FolderCapabilities.ADDITEM() |
boolean |
PublicObjectCapabilities.ADDITEM()
Performs additional capability check for the ADDITEM permission.
|
void |
Folder.addItem(PublicObject item)
Adds an item to the folder.
|
void |
Folder.addItem(PublicObject item,
FolderRelationshipDefinition def)
Adds an item to the folder.
|
void |
Folder.addItems(PublicObject[] objs)
Adds an array of PublicObjects to this Folder.
|
void |
LifecyclePolicyDefinition.addLifecyclePolicyEntryDefinition(AttributeValueTable entryTable)
Adds a new LifecyclePolicyEntryDefinition for a entry
specified in a table.
|
void |
LifecyclePolicyDefinition.addLifecyclePolicyEntryDefinition(LifecyclePolicyEntryDefinition def)
Adds a new LifecyclePolicyEntry Definition.
|
void |
LifecyclePolicyDefinition.addLifecyclePolicyEntryDefinitions(LifecyclePolicyEntryDefinition[] defs)
Adds a set of new LifecyclePolicyEntry Definitions.
|
void |
LifecyclePolicyDefinition.addLifecyclePolicyEntryDefinitions(List<AttributeValueTable> entryList)
Adds a set of new LifecyclePolicyEntryDefinitions via a table list.
|
boolean |
DirectoryGroupCapabilities.ADDMEMBER() |
boolean |
PublicObjectCapabilities.ADDMEMBER()
Performs additional capability check for the ADDMEMBER permission.
|
void |
DirectoryGroup.addMember(DirectoryObject member)
Adds a direct member to the group.
|
void |
DirectoryGroup.addMembers(DirectoryObject[] members)
Adds a set of direct members to the group.
|
MessageEntry |
Conversation.addMessage(String message,
String meName)
Add a Message to this Conversation.
|
MessageEntry |
MessageList.addMessageEntry(String messageName,
String messageText,
MessageEntry refMessageEntry)
Add a new MessageEntry to this MessageList.
|
void |
MessageListDefinition.addMessageEntryDefinition(MessageEntryDefinition def)
Adds a new MessageEntry Definition.
|
void |
MessageListDefinition.addMessageEntryDefinitions(MessageEntryDefinition[] defs)
Adds a set of new MessageEntry Definitions.
|
MessageList |
PublicObject.addMessageList()
Deprecated.
9.2.4: use
findOrAddMessageList |
void |
SimplePropertyTableList.addObjectProperty(String key,
AttributeValue value)
Adds an obejct property for this object.
|
void |
AccessControlEntryDefinition.addPermissionBundle(PermissionBundle pb)
Deprecated.
CM SDK 10gR2: use addPermissionBundles(AttributeValue)
|
void |
AccessControlEntryDefinition.addPermissionBundles(AttributeValue av)
Adds a set of permission bundles to the definition.
|
void |
AccessControlEntryDefinition.addPermissionBundles(PermissionBundle[] pbs)
Deprecated.
CM SDK 10gR2: use addPermissionBundlesValue(AttributeValue)
|
void |
PolicyListDefinition.addPolicyListElementDefinition(AttributeValueTable pleTable)
Adds a new PolicyListElementDefinition for an element
specified in a table.
|
void |
PolicyListDefinition.addPolicyListElementDefinition(PolicyListElementDefinition def)
Adds an PolicyListElement Definition to this instance.
|
void |
PolicyListDefinition.addPolicyListElementDefinitions(List<AttributeValueTable> pleList)
Adds a set of new PolicyListElementDefinitions via a table list.
|
void |
PolicyListDefinition.addPolicyListElementDefinitions(PolicyListElementDefinition[] defs)
Adds a set of new PolicyListElement definitions.
|
void |
LibraryObjectDefinition.addProperty(String key,
AttributeValue value)
Add a property definition to the definition.
|
void |
SimplePropertyTable.addProperty(String key,
AttributeValue value)
Adds a property (SimpleProperty) for this object.
|
void |
LibraryObjectDefinition.addPropertyDefinition(AttributeValueTable propTable)
Adds a new PropertyDefinition for a Property
specified in a table.
|
void |
PropertyBundleDefinition.addPropertyDefinition(AttributeValueTable propTable)
Adds a new PropertyDefinition for a Property
specified in a table.
|
void |
LibraryObjectDefinition.addPropertyDefinition(PropertyDefinition pDef)
Add a property definition to the definition.
|
void |
PropertyBundleDefinition.addPropertyDefinition(PropertyDefinition def)
Adds a Property definition to the this instance.
|
void |
LibraryObjectDefinition.addPropertyDefinitions(List<AttributeValueTable> propsList)
Adds a set of new PropertyDefinitions via a table list.
|
void |
PropertyBundleDefinition.addPropertyDefinitions(List<AttributeValueTable> propsList)
Adds a set of new PropertyDefinitions via a table list.
|
void |
LibraryObjectDefinition.addPropertyDefinitions(PropertyDefinition[] pDefs)
Adds property definitions to the definition.
|
void |
PropertyBundleDefinition.addPropertyDefinitions(PropertyDefinition[] defs)
Adds a set of new Property definitions.
|
void |
SimplePropertyTableList.addPropertyTable(SimplePropertyTable spt)
Add a PropertyTable to the list of property tables held by this list.
|
SimplePropertyTable |
SimplePropertyTableList.addPropertyTable(String tableName)
Add a SimplePropertyTable to the list of property tables held by this list.
|
SimplePropertyTable |
SimplePropertyTableList.addPropertyTable(String tableName,
List<AttributeValueTable> propsList)
Add a SimplePropertyTable to the list of property tables held by this list.
|
void |
PropertyBundleDefinition.addPropertyValue(AttributeValue av)
Adds a Property Value to the new PropertyBundle.
|
void |
PropertyBundleDefinition.addPropertyValue(String name,
AttributeValue av)
Adds a Property Value to the new PropertyBundle.
|
boolean |
PublicObjectCapabilities.ADDRELATIONSHIP()
Performs additional capability check for the ADDRELATIONSHIP permission.
|
Relationship |
PublicObject.addRelationship(RelationshipDefinition reldef)
Creates a relationship object linking this object
(the "left" object) to the PublicObject (the "right" object)
contained in the specified Relationship Definition.
|
void |
LibraryObject.addSimpleProperty(String attrName,
String key,
AttributeValue value)
Adds a property (SimpleProperty) for this object, and the specified attribute.
|
void |
LibraryObject.addSimpleProperty(String attrName,
String key,
AttributeValue value,
boolean updateLastModInfo)
Adds a property (SimpleProperty) for this object, and the specified attribute.
|
void |
SimplePropertyTableDefinition.addSimplePropertyDefinition(AttributeValueTable prop)
Adds a new SimplePropertyDefinition for a SimpleProperty
specified in a table.
|
void |
SimplePropertyTableDefinition.addSimplePropertyDefinition(SimplePropertyDefinition def)
Adds a new SimplePropertyDefinition for a SimpleProperty.
|
void |
LibraryObjectDefinition.addSimplePropertyDefinition(String attrName,
AttributeValueTable propTable)
Adds a new SimplePropertyDefinition for a SimpleProperty
specified in a table, for the specified attribute.
|
void |
LibraryObjectDefinition.addSimplePropertyDefinition(String attrName,
SimplePropertyDefinition def)
Adds a new SimplePropertyDefinition for the specified attribute.
|
void |
SimplePropertyTableDefinition.addSimplePropertyDefinitions(List<AttributeValueTable> propsList)
Adds a set of new SimplePropertyDefinitions for multiple SimpleProperties
specified in a table list
|
void |
SimplePropertyTableDefinition.addSimplePropertyDefinitions(SimplePropertyDefinition[] defs)
Adds a set of new SimplePropertyDefinitions for multiple SimpleProperties.
|
void |
LibraryObjectDefinition.addSimplePropertyDefinitions(String attrName,
List<AttributeValueTable> propsList)
Adds a set of new SimplePropertyDefinitions via a table list,
for the specified attribute.
|
void |
LibraryObjectDefinition.addSimplePropertyDefinitions(String attrName,
SimplePropertyDefinition[] defs)
Adds a set of new SimplePropertyDefinitions for the specified attribute.
|
void |
SimplePropertyTableListDefinition.addSimplePropertyTableDefinition(AttributeValueTable propTable)
Adds a new SimplePropertyTableDefinition for a SimplePropertyTable
specified in a table.
|
void |
SimplePropertyTableListDefinition.addSimplePropertyTableDefinition(SimplePropertyTableDefinition def)
Adds a new SimplePropertyTableDefinition for a SimplePropertyTable.
|
void |
SimplePropertyTableListDefinition.addSimplePropertyTableDefinitions(List<AttributeValueTable> propTablesList)
Adds a set of new SimplePropertyTableDefinitions for multiple SimplePropertyTables
specified in a table list
|
void |
SimplePropertyTableListDefinition.addSimplePropertyTableDefinitions(SimplePropertyTableDefinition[] defs)
Adds a set of new SimplePropertyTableDefinitions for multiple SimplePropertyTables.
|
void |
SimpleProperty.addToStringArray(String val)
Adds a String value to the String array.
|
void |
SimpleProperty.addToStringArray(String[] val)
Adds String values to the String array.
|
boolean |
DirectoryGroupCapabilities.ADDVERSION() |
boolean |
FolderCapabilities.ADDVERSION() |
boolean |
LinkCapabilities.ADDVERSION() |
boolean |
PublicObjectCapabilities.ADDVERSION()
Performs additional capability check for the ADDVERSION permission.
|
boolean |
FamilyCapabilities.ADDVERSIONSERIES()
Performs additional capability check for the ADDVERSIONSERIES permission.
|
boolean |
PublicObjectCapabilities.ADDVERSIONSERIES()
Performs additional capability check for the ADDVERSIONSERIES permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_CATEGORY() |
boolean |
PublicObjectCapabilities.ADMINISTER_CATEGORY()
Performs additional capability check for the ADMINISTER_CATEGORY
permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_CONFIGURATION() |
boolean |
PublicObjectCapabilities.ADMINISTER_CONFIGURATION()
Performs additional capability check for the
ADMINISTER_CONFIGURATION permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_CONTAINER() |
boolean |
PublicObjectCapabilities.ADMINISTER_CONTAINER()
Performs additional capability check for the ADMINISTER_CONTAINER
permission.
|
boolean |
PublicObjectCapabilities.ADMINISTER_DOMAIN()
Performs additional capability check for the ADMINISTER_DOMIN permission.
|
boolean |
PublicObjectCapabilities.ADMINISTER_LOCK()
Performs additional capability check for the ADMINISTER_LOCK permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_QUOTA() |
boolean |
PublicObjectCapabilities.ADMINISTER_QUOTA()
Performs additional capability check for the ADMINISTER_QUOTA permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_RECORD() |
boolean |
PublicObjectCapabilities.ADMINISTER_RECORD()
Performs additional capability check for the ADMINISTER_RECORD permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_ROLE() |
boolean |
PublicObjectCapabilities.ADMINISTER_ROLE()
Performs additional capability check for the ADMINISTER_ROLE permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_SECURITY() |
boolean |
PublicObjectCapabilities.ADMINISTER_SECURITY()
Performs additional capability check for the
ADMINISTER_SECURITY permission.
|
boolean |
PublicObjectCapabilities.ADMINISTER_USER()
Performs additional capability check for the ADMINISTER_USER permission.
|
boolean |
DirectoryGroupCapabilities.ADMINISTER_WORKSPACE() |
boolean |
PublicObjectCapabilities.ADMINISTER_WORKSPACE()
Performs additional capability check for the
ADMINISTER_WORKSPACE permission.
|
void |
InterMediaAnnotator.annotate(Document doc,
boolean trimMetadata)
Performs annotation processing for the specified Document.
|
protected void |
InterMediaAnnotator.appendIndexableAttributes(PrintWriter pwriter,
oracle.ord.media.annotator.annotations.Annotation ann)
Checks for attributes in the annotation that we would want to
include in the stream that is indexed by Context.
|
protected String |
InterMediaAnnotator.appendTextTrack(PrintWriter pwriter,
oracle.ord.media.annotator.annotations.Annotation ann)
Converts the Text annotations into a serialized Reader.
|
void |
DirectoryUser.applicationConnected(Long appSessionId)
Reacts to notification of an Application connection.
|
void |
DirectoryUser.applicationDisconnected(Long appSessionId)
Reacts to notification of an Application disconnect.
|
void |
LibrarySession.applyAclIndexDeferredUpdate(AccessControlListDeferredUpdate entry,
boolean deleteAfterProcessing)
Apply an ACL index deferred update
|
void |
LibraryObjectDefinition.applyEnumSetting(AttributeValueTable avt,
LibraryObjectDefinition.EnumToIntegerCode func,
String key)
Applies an enum setting for the specified key.
|
void |
LibraryObjectDefinition.applyEnumSetting(AttributeValueTable avt,
LibraryObjectDefinition.EnumToIntegerCode func,
String key,
String attrName)
Applies an enum setting for the specified key.
|
void |
LibrarySession.applyFolderIndexDeferredUpdate(FolderIndexDeferredUpdate entry)
Apply a Folder index deferred update
|
void |
LifecyclePolicy.applyLock(Document doc)
Apply a lock on the specified document, as it
is in the process of referencing this LifecyclePolicy.
|
void |
RetentionPolicy.applyLock(Document doc)
Apply a record lock on the specified document, as it
is in the process of referencing this RetentionPolicy.
|
void |
LifecyclePolicy.applyLock(DocumentDefinition def)
Apply a lock on the specified document definition, as it
is in the process of referencing this LifecyclePolicy.
|
void |
RetentionPolicy.applyLock(DocumentDefinition def)
Apply a record lock on the specified document, as it
is in the process of referencing this RetentionPolicy.
|
void |
LibraryObjectDefinition.applyMapSetting(AttributeValueTable avt,
String key)
Applies a setting for a map attribute from the specified table,
using the specified table key.
|
void |
LibraryObjectDefinition.applyMapSetting(AttributeValueTable avt,
String key,
String attrName)
Applies a setting for a map attribute from the specified table,
using the specified table key and Attribute name.
|
void |
LibraryObjectDefinition.applyObjectArraySetting(AttributeValueTable avt,
String className,
LibraryObjectDefinition.LookupByName func,
String key)
Applies a LibraryObject array setting for the specified key.
|
void |
LibraryObjectDefinition.applyObjectArraySetting(AttributeValueTable avt,
String className,
LibraryObjectDefinition.LookupByName func,
String key,
String attrName)
Applies a LibraryObject array setting for the specified key.
|
void |
LibraryObjectDefinition.applyObjectSetting(AttributeValueTable avt,
String className,
LibraryObjectDefinition.LookupByName func,
String key)
Applies a LibraryObject setting for the specified key.
|
void |
LibraryObjectDefinition.applyObjectSetting(AttributeValueTable avt,
String className,
LibraryObjectDefinition.LookupByName func,
String key,
String attrName)
Applies a LibraryObject setting for the specified key.
|
protected void |
LibraryObject.applyProperties(LibraryObjectDefinition def)
Applies any properties that might be present in the specified definition.
|
protected void |
PropertyBundle.applyProperties(LibraryObjectDefinition def) |
void |
LibraryObjectDefinition.applySetting(AttributeValueTable avt,
String key)
Applies a settings from the specified table,
using the specified table key.
|
void |
LibraryObjectDefinition.applySetting(AttributeValueTable avt,
String key,
String attrName)
Applies a settings from the specified table,
using the specified table key and Attribute name.
|
void |
AccessControlEntryDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
AccessControlListDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ActionSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ActivitySpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ApplicationTokenDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ClassDomainDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
CustomMediaDriverSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
DependentViewDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
DirectoryGroupDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
DirectoryObjectDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
DocumentDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ExtendedPermissionDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ExtendedUserProfileDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
FormatDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
LibraryObjectDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
LifecycleDateRuleSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
LifecyclePolicyActionSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
LifecyclePolicyDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
LifecyclePolicyEntryDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
LinkDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
LockObjectDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
MediaBfileDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
MediaBlobDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
MediaCustomDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
MediaDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
PerformedActivitySpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
PermissionBundleDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
PolicyDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
PolicyListDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
PolicyListElementDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
PropertyBundleDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
PublicObjectDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
SchemaObjectDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
SimplePropertyTableDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
SimplePropertyTableListDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
StorageGroupDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
SystemLockObjectDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
SystemObjectDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
TrackedActivitySpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
UserProfileDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ValueDefaultDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ValueDomainDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
protected void |
PreparedSelector.applySortSpecificationDefaults()
Applies the primary search target settings as the default class/alias for
the current sort specification.
|
void |
LifecyclePolicy.applyUnlock(Document doc)
Release the lock held on the specified document, as it
is in the process of not referencing this LifecyclePolicy.
|
void |
RetentionPolicy.applyUnlock(Document doc)
Release the lock held on the specified document, as it
is in the process of not referencing this RetentionPolicy.
|
static boolean |
Actor.areArraysEquivalent(Actor[] actors1,
Actor[] actors2,
boolean sort,
boolean removeDups)
Compares two arrays of Actors, returning true if the arrays represent
identical sets of Actors
|
static void |
FolderPathResolver.assertLegalDelimiter(String delimiter)
checks to make sure delimiter is a legal delimitier
|
static String |
Attribute.attributeDataTypeArrayPrefix(int attributeDataType)
Gets the character prefix to use in generating the custom array table for
the specified data type.
|
static String |
Attribute.attributeDataTypeArrayTypeDatabaseObjectName(int attributeDataType)
Gets the default database object name for the attribute array tables
for the specified array attribute data type.
|
static String |
Attribute.attributeDataTypeBaseClassName(int dataType)
Gets the common name of the base Class representing the
data type specified.
|
static int |
Attribute.attributeDataTypeDefaultDataLength(int attributeDataType)
Gets the default data length of the specified Attribute data type.
|
static int |
Attribute.attributeDataTypeDefaultDataScale(int attributeDataType)
Gets the default data scale of the specified Attribute data type.
|
static boolean |
Attribute.attributeDataTypeIsArrayType(int attributeDataType)
Gets whether the specified Attribute data type is an array type.
|
static boolean |
Attribute.attributeDataTypeIsMapType(int attributeDataType)
Gets whether the specified Attribute data type is a map type.
|
static boolean |
Attribute.attributeDataTypeIsObjectType(int attributeDataType)
Gets whether the specified Attribute data type is an object type.
|
static int |
Attribute.attributeDataTypeJdbcType(int attributeDataType)
Gets the JDBC type for the specified Attribute data type.
|
static String |
Attribute.attributeDataTypeLabel(int attributeDataType)
Gets the generic String representation (label)
for the specified Attribute data type.
|
static String |
Attribute.attributeDataTypeLabel(int attributeDataType,
int dataLength)
Gets the generic String representation (label)
for the specified Attribute data type.
|
static String |
Attribute.attributeDataTypeLabel(int attributeDataType,
int dataLength,
int dataScale)
Gets the generic String representation (label)
for the specified Attribute data type.
|
static String |
Attribute.attributeDataTypeMapTypeDatabaseObjectName(int attributeDataType)
Gets the default database object name for the attribute map tables
for the specified map attribute data type.
|
static String |
Attribute.attributeDataTypeRdbmsType(int attributeDataType)
Gets the RDBMS type for the specified Attribute data type.
|
static String |
Attribute.attributeDataTypeRdbmsType(int attributeDataType,
int dataLength)
Gets the RDBMS type for the specified Attribute data type.
|
static String |
Attribute.attributeDataTypeRdbmsType(int attributeDataType,
int dataLength,
int dataScale)
Gets the RDBMS type for the specified Attribute data type.
|
static String |
Attribute.attributeDataTypeRdbmsTypeOracle(int attributeDataType,
int dataLength,
int dataScale)
Gets the RDBMS type for the specified Attribute data type, for Oracle database.
|
static String |
Attribute.attributeDataTypeRdbmsTypePostgres(int attributeDataType,
int dataLength,
int dataScale)
Gets the RDBMS type for the specified Attribute data type, for Oracle database.
|
static String |
Attribute.attributeDataTypeResourceBundleKey(int attributeDataType)
Deprecated.
9.2.5.0: use
toDataTypeLabel |
protected void |
Document.auditContentRead(int mode)
Audits content being read.
|
protected void |
LibraryObject.auditCreated(LibraryObjectDefinition lodef)
Creates audit events for the create operation.
|
void |
DirectoryUser.auditEmailSent(String mailType,
int mode)
Audits an event indicating that an email was sent as a side-effect
of some other operation.
|
protected void |
Document.auditLifecyclePolicyCleared(LifecyclePolicy lp)
Audit the clearing of a LifecyclePolicy from this document.
|
protected void |
Document.auditLifecyclePolicySet(LifecyclePolicy lp)
Audit the setting of a LifecyclePolicy on this document.
|
void |
Document.auditLifecycleStateUpdated(LifecyclePolicyEntry lpe)
Audit the update of Lifecycle state on this document.
|
protected void |
ApplicationObject.auditPublicObjectLocked(int lockType) |
protected void |
Document.auditPublicObjectLocked(int lockType)
Audits a PublicObject being locked.
|
protected void |
Family.auditPublicObjectLocked(int lockType) |
protected void |
FolderLink.auditPublicObjectLocked(int lockType) |
protected void |
Link.auditPublicObjectLocked(int lockType) |
protected void |
PublicObject.auditPublicObjectLocked(int lockType)
Audits a PublicObject being locked.
|
protected void |
ApplicationObject.auditPublicObjectUnlocked(int lockType) |
protected void |
Document.auditPublicObjectUnlocked(int lockType)
Audits a PublicObject being unlocked.
|
protected void |
Family.auditPublicObjectUnlocked(int lockType) |
protected void |
FolderLink.auditPublicObjectUnlocked(int lockType) |
protected void |
Link.auditPublicObjectUnlocked(int lockType) |
protected void |
PublicObject.auditPublicObjectUnlocked(int lockType)
Audits a PublicObject being unlocked.
|
protected void |
Document.auditRetentionPolicyCleared(RetentionPolicy rp)
Audit the clearing of a RetentionPolicy from this document.
|
protected void |
Document.auditRetentionPolicySet(RetentionPolicy rp)
Audit the setting of a RetentionPolicy on this document.
|
protected void |
DirectoryUser.auditSessionConnected()
Audits a LibrarySession connect.
|
protected void |
DirectoryUser.auditSessionDisconnected()
Audits a LibrarySession disconnect.
|
protected void |
ApplicationObject.auditUpdated(LibraryObjectDefinition lodef) |
protected void |
DirectoryGroup.auditUpdated(LibraryObjectDefinition lodef) |
protected void |
DirectoryUser.auditUpdated(LibraryObjectDefinition lodef) |
protected void |
Document.auditUpdated(LibraryObjectDefinition lodef)
Creates audit events for the update operation.
|
protected void |
Family.auditUpdated(LibraryObjectDefinition lodef) |
protected void |
Folder.auditUpdated(LibraryObjectDefinition lodef)
Creates audit events for the update operation.
|
protected void |
FolderLink.auditUpdated(LibraryObjectDefinition lodef) |
protected void |
LibraryObject.auditUpdated(LibraryObjectDefinition lodef)
Creates audit events for the update operation.
|
protected void |
Link.auditUpdated(LibraryObjectDefinition lodef) |
protected void |
Relation.auditUpdated(LibraryObjectDefinition lodef)
Creates audit events for the update operation.
|
void |
DirectoryUser.auditUserPreferenceUpdated(String key)
Audits the update of a user preference.
|
Transaction |
LibrarySession.beginImplicitTransaction()
Starts a writeable transaction implicitly at the beginning of an
operation.
|
Transaction |
LibrarySession.beginTransaction()
Starts a writeable transaction.
|
protected LibraryObject |
LibrarySession.cacheInstance(Long id,
LibraryObject obj)
Put a LibraryObject Instance in the session's object cache.
|
void |
ContentQuota.calculateConsumedStorage()
Calculates the current consumed storage for the DirectoryUser
and updates this ContentQuota object.
|
boolean |
PublicObject.canAcquireManualLock()
Returns whether a LockEntry of type
LibraryConstants.LOCKTYPE_MANUAL can be acquired for this
object by the current user. |
void |
LibrarySession.cancel()
Cancel any server-side operation in progress for this session.
|
boolean |
LibraryObject.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
PublicObject.canReleaseDavLock()
Returns whether a LockEntry of type
LibraryConstants.LOCKTYPE_DAV can be released from this
object by the current user. |
protected boolean |
PublicObject.canReleaseLock(LockEntry existingLock)
Returns whether the given existing LockEntry
can be released from this object by the current user.
|
boolean |
PublicObject.canReleaseManualLock()
Returns whether a LockEntry of type
LibraryConstants.LOCKTYPE_MANUAL can be released from this
object by the current user. |
protected void |
LibraryObjectDefinition.captureSession(LibraryObject[] objs)
Capture the session setting from a set of LibraryObjects, if the
session has not yet be specified in this instance.
|
protected void |
LibraryObjectDefinition.captureSession(LibraryObjectInterface obj)
Capture the session setting from a LibraryObject, if the
session has not yet be specified in this instance.
|
protected void |
LibraryObjectDefinition.captureSession(LibrarySessionInterface session)
Capture the session setting from a LibarySession specified in some
other operation, and hold it if our current session is null.
|
boolean |
PublicObject.checkAuditViewCapability()
Checks if user can view audit information for this object.
|
boolean |
PublicObject.checkCapabilities(AccessLevel capabilities)
Checks if the given capabilities are enabled for this object.
|
boolean |
PublicObjectCapabilities.checkCapabilities(AccessLevel capabilities)
Checks if every capability specified by the given AccessLevel is enabled.
|
boolean |
PublicObject.checkCapability(long capability)
Checks if the given capability is enabled for this object.
|
boolean |
PublicObjectCapabilities.checkCapability(long capability)
Checks if the given capability is enabled.
|
boolean |
PublicObject.checkEffectiveAccess(AccessLevel level)
Checks to see if current user has the specified
access level on this object.
|
boolean |
PublicObjectCapabilities.checkEffectiveAccess(AccessLevel capabilities)
Checks if the encapsulated object has the access specified in the
given AccessLevel.
|
boolean |
AccessControlList.checkEffectiveAccess(DirectoryObject obj,
AccessLevel level)
Check to see if specified user has the specified
access level on this object.
|
boolean |
PublicObject.checkEffectiveAccess(DirectoryObject obj,
AccessLevel level)
Check to see if specified user has the specified
access level on this object.
|
boolean |
PublicObjectCapabilities.checkEffectiveAccess(DirectoryObject grantee,
AccessLevel capabilities)
Checks if the encapsulated object has the access specified for the
specified grantee in the given AccessLevel.
|
boolean |
Folder.checkExistenceOfPublicObjectByPath(String path)
Determines whether an item exists at the specified path
relative to this Folder.
|
boolean |
AccessControlList.checkGrantedAccess(AccessLevel level)
Check if current user has the specified access level on this object.
|
boolean |
AccessControlList.checkGrantedAccess(DirectoryObject obj,
AccessLevel requestedLevel)
Check to see if specified user/group has the specified access level on this object.
|
protected void |
LibraryObject.checkIfPropertyBundleSupported()
Checks if PROPERTYBUNDLE is a valid attribute for this instance.
|
boolean |
PublicObject.checkLockAccess(AccessLevel level)
Checks to see if current user is locked from the specified
access level on this object.
|
protected void |
PublicObject.checkParentFolderCapability(PublicObjectDefinition poDef)
Check ADDITEM capability on a new parent folder, if one is specified.
|
void |
LibraryObject.checkRequiredAttributeSet(LibraryObjectDefinition def,
String attrName,
boolean forUpdate)
Verify that a required attribute is set properly in
the specified LibraryObjectDefinition.
|
protected void |
PublicObject.checkVersioned() |
static String |
ClassDomain.classDomainTypeResourceBundleKey(int domainType)
Gets resource bundle key for the specified ClassDomain type.
|
void |
LibraryObject.clearCopyContext()
Remove the context of a copy operation for the target object.
|
void |
LibrarySession.clearCopyContext(Long id)
Remove the context of a copy operation for the specified object.
|
void |
LibrarySession.clearCreateContext(Long id)
Remove the context of a create operation for the specified object.
|
void |
PublicObject.clearFlags(long clearedFlags)
Clears flags from the exist value of the FLAGS attribute,
without causing the modification attributes to change.
|
void |
LibraryObject.clearFreeContext()
Remove the context of a free operation for the target object.
|
void |
LibrarySession.clearFreeContext(Long id)
Remove the context of a free operation for the specified object.
|
void |
LibrarySession.clearRaciSessionContext(RandomAccessContentInterface raci)
Deprecated.
CMSDK 10gR2: use RandomAccessor
|
void |
LibrarySession.clearSharedCaches()
Inform service to clear its shared caches.
|
void |
LibraryObject.clearUpdateContext()
Remove the context of an update operation for the target object.
|
void |
LibrarySession.clearUpdateContext(Long id)
Remove the context of an update operation for the specified object.
|
LibraryObjectDefinition |
LibraryObjectDefinition.clone(LibrarySessionInterface session)
Returns a clone of this LibraryObjectDefinition.
|
protected LibrarySession |
LibrarySession.cloneSession()
Clone a new session based on the user of the current session.
|
void |
Search.close()
Closes the search.
|
void |
Selector.closeItems()
Closes the search after cursor based access.
|
void |
LibrarySession.commit()
Makes all pending changes for all in-progress Transactions for this
LibrarySession visible to all other LibrarySessions.
|
void |
LibrarySession.completeImplicitTransaction(Transaction transaction)
Completes an implicit transaction.
|
void |
LibrarySession.completeTransaction(Transaction transaction)
Completes a transaction.
|
LibrarySession |
LibraryService.connect(Credential credential,
ConnectOptions options)
Connects to this CM SDK service, creating a new CM SDK session.
|
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.
|
ParameterTable |
PropertyBundle.constructEquivalentParameterTable()
Construct a ParameterTable that is equivalent to the
PropertyBundle's set of properties.
|
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 Long[] |
LibraryObject.constructIdArray(LibraryObject[] objs)
Construct an array of object IDs from an array of LibraryObjects.
|
protected static Long[] |
LibraryObject.constructIdArray(Vector vector)
Construct an array of object IDs from a Vector of S_LibraryObjectData
objects.
|
static LibraryObjectDefinition |
LibraryObjectDefinition.constructInstance(LibrarySession session,
AttributeValueTable avt,
String defClassName)
Dynamically construct an instance from a table that contains the
desired class.
|
static LibraryObjectDefinition |
LibraryObjectDefinition.constructInstance(LibrarySessionInterface session,
Long classId)
Dynamically construct an instance from a fully qualified class
name and a session instance
|
static LibraryObjectDefinition |
LibraryObjectDefinition.constructInstance(LibrarySessionInterface session,
String defClassName)
Dynamically construct an instance from a fully qualified class
name and a session instance
|
LibraryObject |
LibrarySession.constructInstance(Long id,
Long class_id,
S_ClassObjectData classData)
construct a LibraryObject Instance
|
protected LibraryObject |
LibrarySession.constructInstance(S_LibraryObjectData data)
construct a LibraryObject Instance
|
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( |