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(LibrarySession sess,
S_LibraryObjectData data)
Constructs a PrimaryUserProfile object from the definition object.
|
protected static Vector |
PrimaryUserProfile.constructPrimaryUserProfileVector(LibrarySession sess,
Vector vector)
Returns PrimaryUserProfile Vector from a Vector of PrimaryUserProfile
|
protected static Property |
Property.constructProperty(LibrarySession session,
S_LibraryObjectData data)
Constructs a Property from a S_LibraryObjectData.
|
protected static Property[] |
Property.constructPropertyArray(LibrarySession sess,
Long[] ids)
Construct a Property array from an array of object IDs.
|
protected static PropertyBundle |
PropertyBundle.constructPropertyBundle(LibrarySession sess,
S_LibraryObjectData data)
Constructs a PropertyBundle from the specified data.
|
protected static Vector |
PropertyBundle.constructPropertyBundleVector(LibrarySession sess,
Vector vector)
Constructs a Vector of PropertyBundle from a Vector of
S_LibraryObjectData.
|
protected static Vector |
Property.constructPropertyVector(LibrarySession sess,
Vector vector)
Constructs Vector of Property from Vector of S_LibraryObjectData.
|
protected static PublicObject |
PublicObject.constructPublicObject(LibrarySession sess,
S_LibraryObjectData data) |
static PublicObject[] |
PublicObject.constructPublicObjectArray(LibrarySession sess,
Long[] ids)
Constructs a PublicObject array from an array of object IDs.
|
protected static Vector |
PublicObject.constructPublicObjectVector(LibrarySession sess,
Vector vector) |
protected static Queue |
Queue.constructQueue(LibrarySession sess,
S_LibraryObjectData data)
constructQueue FixmeJavadocMethod
|
protected static Vector |
Queue.constructQueueVector(LibrarySession sess,
Vector vector)
constructQueueVector - FixmeJavadocMethod
|
protected static Relationship |
Relationship.constructRelationship(LibrarySession sess,
S_LibraryObjectData data)
Return Relationship from a Relationship data
|
protected static Vector |
Relationship.constructRelationshipVector(LibrarySession sess,
Vector vector)
Retruns a vector of relationships.
|
protected static SchemaCategory |
SchemaCategory.constructSchemaCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a SchemaCategory object from a SchemaCategory data object.
|
protected static SchemaObject |
SchemaObject.constructSchemaObject(LibrarySession sess,
S_LibraryObjectData data)
Internal use only: Constructs a SchemaObject for the specified data.
|
protected static Vector |
SchemaObject.constructSchemaObjectVector(LibrarySession sess,
Vector vector)
Internal use only: Converts a vector of S_LibraryObjectDatas to a
vector of SchemaObjects.
|
protected static SearchObject |
SearchObject.constructSearchObject(LibrarySession sess,
S_LibraryObjectData data)
Deprecated.
Internal function used for constructing SearchObject
|
protected static Vector |
SearchObject.constructSearchObjectVector(LibrarySession sess,
Vector vector)
Deprecated.
Helper function, for converting a Vector of LODatas
into a Vector of SearchObjects.
|
protected static SelectorObject |
SelectorObject.constructSelectorObject(LibrarySession sess,
S_LibraryObjectData data)
return SelectorObject from a SelectorObjectDefinitions
|
protected static Vector |
SelectorObject.constructSelectorObjectVector(LibrarySession sess,
Vector vector)
return SelectorObject Vector from a Vector of SelectorObject
|
protected static SystemAccessControlList |
SystemAccessControlList.constructSystemAccessControlList(LibrarySession sess,
S_LibraryObjectData data)
Constructs a SystemAccessControlList object using a data object
corresponding to it.
|
protected static SystemCategory |
SystemCategory.constructSystemCategory(LibrarySession sess,
S_LibraryObjectData data)
Returns a SystemCategory object from a SystemCategory data object.
|
protected static SystemObject |
SystemObject.constructSystemObject(LibrarySession sess,
S_LibraryObjectData data)
return SystemObject from a S_LOData.
|
protected static Vector |
SystemObject.constructSystemObjectVector(LibrarySession sess,
Vector vector)
Return SystemObject Vector from a Vector of SystemObject
|
protected static UserProfile |
UserProfile.constructUserProfile(LibrarySession sess,
S_LibraryObjectData data)
Constructs a UserProfile object from the definition object.
|
protected static Vector |
UserProfile.constructUserProfileVector(LibrarySession sess,
Vector vector)
Returns UserProfile Vector from a Vector of UserProfile
|
protected static ValueDefault |
ValueDefault.constructValueDefault(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefault for the specified data.
|
protected static ValueDefaultPropertyBundle |
ValueDefaultPropertyBundle.constructValueDefaultPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefaultPropertyBundle for the
specified data.
|
protected static ValueDomain |
ValueDomain.constructValueDomain(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomain for the specified data.
|
protected static ValueDomainPropertyBundle |
PolicyPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Deprecated.
Constructs a ValueDomainPropertyBundle for the specified data.
|
protected static ValueDomainPropertyBundle |
ValueDomainPropertyBundle.constructValueDomainPropertyBundle(LibrarySession session,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomainPropertyBundle for the
specified data.
|
protected static VersionDescription |
VersionDescription.constructVersionDescription(LibrarySession sess,
S_LibraryObjectData data)
Return VersionDescription from a VersionDescription data.
|
protected static VersionDescription[] |
VersionDescription.constructVersionDescriptionArray(LibrarySession sess,
Long[] ids)
Construct a Version Description array from an array of object IDs.
|
protected static Vector |
VersionDescription.constructVersionDescriptionVector(LibrarySession sess,
Vector vector)
Returns a VersionDescription Vector from a Vector of VersionDescription
|
protected static VersionSeries |
VersionSeries.constructVersionSeries(LibrarySession sess,
S_LibraryObjectData data)
Constructs a VersionSeries from data corresponding to it.
|
protected static VersionSeries[] |
VersionSeries.constructVersionSeriesArray(LibrarySession sess,
Long[] ids)
Construct a Version Series array from an array of object IDs.
|
protected static Vector |
VersionSeries.constructVersionSeriesVector(LibrarySession sess,
Vector vector)
Constructs a vector of VersionSeries objects from a vector
of data objects corresponding to it.
|
boolean |
PublicObject.containsLockEntry(LockEntry le)
Checks if the specified LockEntry is contained in this instance's
set of LockEntries.
|
static boolean |
FolderPathResolver.containsWildcard(String s)
Checks whether folder path contains any wildcards.
|
boolean |
DirectoryGroupCapabilities.COPY() |
boolean |
PublicObjectCapabilities.COPY()
Performs additional capability check for the COPY permission.
|
PublicObject |
PublicObject.copy(LibraryObjectDefinition def)
Produces a copy of this PublicObject.
|
void |
LibraryObjectDefinition.copyInto(LibraryObjectDefinition lodef)
Copy the contents of the target Definition into the specified
Definition.
|
void |
ValueDomainPropertyBundleDefinition.copyInto(LibraryObjectDefinition lodef)
Copy the contents of the target Definition into the specified
Definition.
|
protected boolean |
PublicObject.coreAutoFolderingEnabled()
Extensibility point to see if core AutoFoldering is enabled.
|
static ApplicationToken |
ApplicationToken.create(LibrarySession session,
ApplicationTokenDefinition tokenDef)
Creates a new ApplicationToken from the specified definition.
|
static SimplePropertyTable |
SimplePropertyTable.create(LibrarySession session,
String name)
Creates an empty instance.
|
static SimplePropertyTableList |
SimplePropertyTableList.create(LibrarySession session,
String name,
List<AttributeValueTable> propTablesList,
boolean createObjectTable)
Creates an empty instance.
|
VersionDescription |
VersionDescription.createBranchedVersionSeries(VersionDescriptionDefinition vddef)
Creates a branched
version series in this family, which relates back to this
version description.
|
VersionDescription |
VersionSeries.createBranchedVersionSeries(VersionDescriptionDefinition vddef)
Creates a branched
version series in this family, which relates back to the latest
version description in this series.
|
protected void |
PublicObject.createCategories(CategoryDefinition[] catDefs)
Creates a set of Category objects associated with this PublicObject,
without changing the modify date/modifier on the target object.
|
void |
ClonedLibrarySessionManager.createClonedSession()
Creates a cloned session without reserving it, which will increase the
number of pooled cloned sessions.
|
void |
LibrarySession.createClonedSession()
Creates a cloned session without reserving it, which will increase the
number of pooled cloned sessions.
|
boolean |
DirectoryGroupCapabilities.CREATECONTAINER() |
boolean |
PublicObjectCapabilities.CREATECONTAINER()
Performs additional capability check for the CREATECONTAINER permission.
|
Credential |
LibrarySession.createCredential(DirectoryUser user)
Return a credential that can be used to create a new session
for the specified user, using the current session's service.
|
Credential |
LibrarySession.createCredential(LibraryService service,
DirectoryUser user)
Return a credential that can be used to create a new session
for the specified user.
|
protected PolicyPropertyBundle |
PublicObject.createDedicatedPolicyPropertyBundle()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected PropertyBundle |
LibraryObject.createDedicatedPropertyBundle()
Creates a PropertyBundle for exclusive use by this instance.
|
Actor |
DirectoryUser.createDefaultActor()
Creates a default Actor designation for this user.
|
LibraryObjectDefinition |
DefinitionObject.createDefinition()
Create a LibraryObjectDefinition from the properties of this
DefintiionObject.
|
LockEntry |
LockObject.createEquivalentLockEntry(PublicObject po)
Creates an equivalent LockEntry, and updates this instance to refer to it.
|
boolean |
FolderCapabilities.CREATEFOLDER() |
boolean |
PublicObjectCapabilities.CREATEFOLDER()
Performs additional capability check for the CREATEFOLDER permission.
|
Credential |
LibrarySession.createGuestCredential()
Create a new credential based on the "guest" user.
|
LibrarySession |
LibrarySession.createGuestSession()
Create a new session based on the "guest" user.
|
LibrarySession |
LibrarySession.createGuestSession(ConnectOptions options)
Create a new session based on the "guest" user.
|
LibraryObject |
LibraryObject.createInstance(AttributeValueTable avt)
Create a new LibraryObject from the specified AttributeValueTable.
|
LibraryObject |
SimplePropertyTable.createInstance(AttributeValueTable avt)
Create a new LibraryObject from the specified AttributeValueTable.
|
LibraryObject |
SimplePropertyTableList.createInstance(AttributeValueTable avt)
Create a new LibraryObject from the specified AttributeValueTable.
|
static SimplePropertyTable |
SimplePropertyTable.createInstance(LibrarySession session,
AttributeValueTable avt)
Create a new SimplePropertyTable from the specified AttributeValueTable.
|
static SimplePropertyTableList |
SimplePropertyTableList.createInstance(LibrarySession session,
AttributeValueTable avt)
Create a new SimplePropertyTableList from the specified AttributeValueTable.
|
void |
ClonedLibrarySessionManager.SessionCreatorExecutor.createNewSession()
Create a new session.
|
PublicObject |
LibrarySession.createPublicObject(PublicObjectDefinition def)
Create a new public object.
|
void |
LibrarySession.createRetainedEventDatabaseObjects(RetainedEvent event)
Create tables for a RetainedEvent type.
|
SchemaObject |
LibrarySession.createSchemaObject(SchemaObjectDefinition def)
Create a new schema object.
|
static AttributeValue |
PreparedSelector.createSearchTarget(String classAndAlias)
Create a search target specification, from a single space-delimited String
that has the ClassObject name and alias.
|
static AttributeValue |
PreparedSelector.createSearchTarget(String className,
String alias)
Create a search target specification, from a ClassObject name and alias.
|
static AttributeValue |
PreparedSelector.createSearchTarget(String className,
String alias,
String viewName)
Create a search target specification, from an optional ClassObject name,
an alias, and an explicit table or view name.
|
Document |
Folder.createSecuredDocument(DocumentDefinition def)
Create a document that is parented to and secured by the target folder.
|
LibrarySession |
LibrarySession.createSession()
Create a new session based on the user of the current session.
|
LibrarySession |
LibrarySession.createSession(DirectoryUser user)
Create a new session for the specified user.
|
LibrarySession |
LibrarySession.createSession(DirectoryUser user,
ConnectOptions options)
Create a new session for the specified user.
|
SimpleObject |
LibrarySession.createSimpleObject(SimpleObjectDefinition def)
Create a new simple object.
|
SystemObject |
LibrarySession.createSystemObject(SystemObjectDefinition def)
Create a new system object.
|
String |
Folder.createUniqueName(String name)
Creates a unique name by appending a number to the given name,
preserving the file extension of the name.
|
String |
Folder.createUniqueName(String name,
boolean preserveExt)
Creates a unique name by appending a number to the given name.
|
VersionDescription |
Family.createVersionSeries(VersionDescriptionDefinition vddef)
Creates a new VersionSeries in this family.
|
protected static void |
Search.createView(LibrarySession sess,
ViewSpecification vsp) |
void |
LibrarySession.createView(ViewSpecification vsp)
Creates a database view from a View specification.
|
boolean |
DirectoryGroupCapabilities.CREATEWORKSPACE() |
boolean |
PublicObjectCapabilities.CREATEWORKSPACE()
Performs additional capability check for the CREATEWORKSPACE permission.
|
void |
Folder.deepFree()
Permanently frees this Folder and all of its subitems in a
single transaction.
|
void |
PublicObject.delete()
Mark an object for delete.
|
boolean |
FamilyCapabilities.DELETE()
Performs additional capability check for the DELETE permission.
|
boolean |
PublicObjectCapabilities.DELETE()
Performs additional capability check for the DELETE permission.
|
void |
LibrarySession.delete(PublicObject[] items)
Deletes all the passed PublicObjects.
|
void |
LibrarySession.deleteAclIndexDeferredUpdates(Long[] ids)
Deletes a set of Deferred ACL Resolution Entries
|
static void |
PerformedActivitySpecification.deleteAllPerformedActivityRecords(ActivityRecord ar)
Deletes the PerformedActivityRecords was the specified ActivityRecord
in every PerformedActivity table.
|
static void |
TrackedActivitySpecification.deleteAllTrackedActivityRecords(ActivityRecord ar)
Deletes the TrackedActivityRecords for the specified ActivityRecord
in every TrackedActivity table.
|
void |
PerformedActivitySpecification.deletePerformedActivityRecords(ActivityRecord ar)
Deletes the PerformedActivityRecords for the specified ActivityRecord
in this instance's PerformedActivity table.
|
void |
LibrarySession.deleteRepositoryParameter(String name)
Deletes the specified repository parameter.
|
void |
LibrarySession.deleteRetainedEvent(RetainedEvent event)
delete a RetainedEvent.
|
void |
MediaCustom.deleteSecureParameter(String name)
Deletes the specified secure parameter of this MediaCustom instance.
|
void |
TrackedActivitySpecification.deleteTrackedActivityRecords(ActivityRecord ar)
Deletes the TrackedActivityRecords for the specified ActivityRecord
in this instance's TrackedActivity table.
|
static int |
ContentObject.deleteUnreferenced(LibrarySession session,
int batchSize)
Delete all ContentObjects that are no longer referenced
by one or more Documents.
|
oracle.sql.ORAData |
Queue.dequeue(String subscriberName)
Dequeues a message.
|
oracle.sql.ORAData |
Queue.dequeueFromExceptionQueue()
Dequeues a message from the default exception queue.
|
void |
LibrarySession.deregisterClassEventHandler(ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Deregisters the specified IfsEventHandler for the specified
class.
|
void |
LibrarySession.deregisterCollection(Collection collection,
String classname)
Deregisters a collection, cancelling the event registration.
|
void |
LibrarySession.deregisterEventHandler(LibraryObject lo,
IfsEventHandler handler)
Deregisters the specified IfsEventHandler for the specified
LibraryObject.
|
void |
LibrarySession.deregisterServiceEventHandler(IfsEventHandler handler)
Deregisters the specified IfsEventHandler.
|
static String |
LibraryObject.deriveDomainUniqueName(LibrarySession session,
AttributeValue avName,
AttributeValue avDomain,
String delim)
Derive a "Domain based unique name", which is a composite of an object
which acts as an Domain for scoping purposes, and the object name.
|
void |
PublicObject.deriveEffectiveAccessLevel(AccessLevel level)
Modify the AccessLevel specified to enable or disable
effective permissions for this object.
|
static SimpleProperty[] |
SimpleProperty.deriveNewSimplePropertySet(LibraryObject refingObject,
SimpleProperty[] originalProps,
SimplePropertyDefinition[] propDefs)
Create or update SimpleProperty obejcts.
|
LibraryObject[] |
LibraryObjectDefinition.deriveObjectArraySetting(AttributeValueTable avt,
String className,
LibraryObjectDefinition.LookupByName func,
String key)
Derives a LibraryObject[] setting for the specified key.
|
LibraryObject |
LibraryObjectDefinition.deriveObjectSetting(AttributeValueTable avt,
String className,
LibraryObjectDefinition.LookupByName func,
String key)
Derives a LibraryObject setting for the specified key.
|
String |
PreparedSelector.deriveViewFromTarget(AttributeValue target)
Derives the view name from the specified search target.
|
Long |
LibrarySession.directlyDispatchAuditEvent(AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified Event History.
|
boolean |
LibrarySession.disconnect()
Disconnects the session, effectively disposing the instance.
|
boolean |
PublicObjectCapabilities.DISCOVER()
Performs additional capability check for the DISCOVER permission.
|
void |
LibraryObject.dispose()
Dispose this instance, by nulling the Id and Class Id.
|
void |
Search.dispose()
Disposes this Search.
|
void |
LibraryService.dispose(DataSource dataSource)
Disposes the sevice.
|
void |
LibraryService.dispose(String schemaPassword)
Disposes this service.
|
void |
LibraryService.dispose(SystemUserCredential cred)
Disposes the sevice.
|
protected void |
LibrarySession.DMAbortTransaction(Transaction transaction)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMaddAccessControlEntry(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Invokes the identically-named remote S_LibrarySession method.
|
Long |
LibrarySession.DMAddAttributeToClassObject(Long id,
S_LibraryObjectDefinition def)
Adds an Attribute to an existing ClassObject.
|
protected void |
LibrarySession.DMAddFolderRelationship(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMAddManualTextIndexing(Long id,
Long classId,
ContentStreamSerializer css)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMAddMembersToDirectoryGroup(Long group_id,
Long classid,
Long[] rightObjIds,
Long[] rightObjClassids)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMAddMemberToDirectoryGroup(Long group_id,
Long classid,
Long rightObj,
Long rightObjClassid)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMAddRelationship(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMAddToFolder(Long folder_id,
Long classid,
Long rightObj,
Long rightObjClassid)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMApplyAclIndexDeferredUpdate(AccessControlListDeferredUpdate entry,
boolean deleteAfterProcessing)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMApplyFolderIndexDeferredUpdate(FolderIndexDeferredUpdate entry)
Invokes the identically-named remote S_LibrarySession method.
|
protected Transaction |
LibrarySession.DMBeginTransaction(boolean writeable)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMCalculateConsumedStorage(Long id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMCheckExistenceOfPublicObjectByPath(Long folder_id,
Long classid,
String path)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMCloseFolder(Long folder_id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMCloseSearch(Long id)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMCloseSelector(long cursorId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMCommit()
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMCompleteTransaction(Transaction transaction)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMConvertToPrivateACL(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMCopyLibraryObject(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMCreateDefaultPolicyPropertyBundle(Long id,
Long classId)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected S_LibraryObjectData |
LibrarySession.DMCreateDefaultPropertyBundle(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMCreateRetainedEventDatabaseObjects(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMCreateView(ViewSpecification vsp)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMDelete(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMDeleteAclIndexDeferredUpdates(Long[] ids)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMDeleteRepositoryParameter(String name)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMDeleteRetainedEvent(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
protected oracle.sql.ORAData |
LibrarySession.DMDequeueMessage(Long id,
Long classId,
String subscriberName)
Invokes the identically-named remote S_LibrarySession method.
|
protected oracle.sql.ORAData |
LibrarySession.DMDequeueMessageFromExceptionQueue(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMDeregisterClassEventHandler(Long classId)
Notify server-side that previously registered event handlers for the specified
ClassObject have been de-registered.
|
void |
LibrarySession.DMDeregisterEventHandler(Long id)
Notify server-side that previously registered event handlers for the specified
object have been de-registered.
|
protected void |
LibrarySession.DMDeregisterServiceEventHandler(IfsEventHandler handler)
Notify server-side to de-register a Service event handler.
|
protected Long |
LibrarySession.DMDirectlyDispatchAuditEvent(AuditEvent event,
Long specId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMDisconnect()
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMDisposeSearch(Long id)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMDropRetainedEventDatabaseObjects(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMEmptyWastebasket()
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMEnqueueMessage(Long id,
Long classId,
oracle.sql.ORAData message)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMEnqueueMessage(Long id,
Long classId,
oracle.sql.ORAData message,
String correlation)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMFeignUser(Long id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMfetchACEs(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMFetchPolicyListElements(Long policyListId,
Long policyListClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMFetchProperties(Long propertyBundleId,
Long propertyBundleClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMfetchRevisions(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMfetchVersionSerieses(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMFilterContent(Long contentId,
Long contentClassId,
boolean plaintext,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMFilterDeletedObjects(boolean mode)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMFindPublicObjectByPath(Long folder_id,
Long classid,
String path)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMFlushEvents()
Invokes the identically-named remote S_LibrarySession method.
|
boolean |
LibrarySession.DMFolderHasSubFolders(Long folder_id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMForceReadEvents()
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMFree(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMGenerateSummary(Long contentId,
Long contentClassId,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMGenerateThemes(Long contentId,
Long contentClassId,
boolean fullThemes,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected AccessLevel |
LibrarySession.DMGetAccessLevel(Long id,
Long classId,
Long userId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetAclIndexDeferredUpdates(int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetAllAncestorsOfDirectoryObject(Long id,
Long userid)
Invokes the identically-named remote S_LibrarySession method.
|
protected String[] |
LibrarySession.DMGetAllFolderPaths(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetAllMembersOfDirectoryGroup(Long id,
Long classid,
boolean filterForDiscoverability)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMGetAncestorThreshold()
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMGetAnyFolderPath(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetArrayReferencingObjects(Long attributeId,
AttributeValue referencedValue,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue |
LibrarySession.DMGetArrayTypeAttributeValue(long objectId,
long attributeId,
Long priClassId,
int count)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetAttributesRsn()
Invokes the identically-named remote S_LibrarySession method.
|
protected AuditCertificate[] |
LibrarySession.DMGetAuditCertificates(Long[] objectIds)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetAuditTypesForClass(String className,
boolean includeNested)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetAuditTypesForCreateOperations()
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetAuditTypesForFreeOperations()
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetCategoryIds(Long id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMGetClockOffset()
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetCompositeAclIds(Long id,
Long classid,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetConsumedStorage(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected RandomAccessor |
LibrarySession.DMGetContentByRandomAccess(Long coId,
Long coClassId,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected ContentStreamSerializer |
LibrarySession.DMGetContentReader(Long id,
Long classId,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected ContentStreamSerializer |
LibrarySession.DMGetContentStream(Long id,
Long classId,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMGetCustomAuditTypes()
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetDirectAncestorsOfDirectoryObject(Long id,
Long userid)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetDirectMembersOfDirectoryGroup(Long id,
Long userid,
boolean filterForDiscoverability)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetDirectoryUserData()
Invokes the identically-name remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetDiscoverabilityOfPublicObjectsIds(Long[] ids)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetEffectiveClassPolicyListElements(Long id,
Long classId,
String operation)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetEffectivePolicyListElements(Long id,
Long classId,
String operation)
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMGetEncryptedRepositoryParameter(String name)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetExpiredTimedLocks(int maxItems,
int offset)
Invokes the identically-named remote S_LibrarySession method.
|
protected ContentStreamSerializer |
LibrarySession.DMGetFilteredContent(Long contentId,
Long contentClassId,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetFolderIndexDeferredUpdates(int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetFolderItemCount(Long folder_id,
Long classId,
String folderRelClassname)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetFolderItemList(Long folder_id,
Long classid,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetFolderReferences(Long publicObject_id,
Long classid,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetHighestAuditId()
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetIdsForNewObjects(int length)
Invokes the identically-named remote S_LibrarySession method.
|
Date |
LibrarySession.DMGetLastAccessDate(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetLeftwardRelationshipObjects(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetLeftwardRelationships(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetLeftwardRelationshipsCount(Long id,
Long classId,
Long relClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMgetLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long[] |
LibrarySession.DMGetLinks(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetLockedForSessionObjects()
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue |
LibrarySession.DMGetMapTypeAttributeValue(int dataType,
long objectId,
long attributeId,
int count)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMGetMemberThreshold()
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMGetNLSDatabaseParameterValue(String parameter)
Invokes the identically-named remote S_LibrarySession method.
|
protected ObjectReferenceAttributeValue |
LibrarySession.DMGetObjectReferenceAttribute(Long id,
Long classId,
String attrName)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetOurPrimaryUserProfile()
Invokes the identically-named remote S_LibrarySession method.
|
Long |
LibrarySession.DMGetPartitionValue(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValueTable[] |
LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetPrimaryUserProfile(Long id)
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue |
LibrarySession.DMGetProperty(Long propertyBundleId,
Long propertyBundleClassId,
String propertyName)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetPublicObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetPublicObjectsReferringToLockObject(Long id,
Long classid,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMGetRepositoryParameter(String name)
Invokes the identically-named remote S_LibrarySession method.
|
protected String[] |
LibrarySession.DMGetRepositoryParameterNames(String prefix)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_ClassObjectData |
LibrarySession.DMGetResolvedClassObjectData(Long id)
Invokes the identically-named remote S_LibrarySession method.
|
protected RetainedEvent[] |
LibrarySession.DMGetRetainedEvents(RetainedEvent event,
int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetRightwardRelationshipObjects(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMGetRightwardRelationships(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
String |
LibrarySession.DMGetSchemaName()
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetSchemaObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMgetSearchItemCount(Long id,
Vector bindValues,
String language,
int timeout)
Invokes the identically-named remote S_LibrarySession method.
|
protected SearchSpecification |
LibrarySession.DMGetSearchSpecification(Long srchId)
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMgetSearchSQLString(Long id)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetSelectorItemCount(String searchClass,
String searchDefinition,
boolean recursive)
Invokes the identically-named remote S_LibrarySession method.
|
protected Hashtable |
LibrarySession.DMGetServiceConfigurationProperties()
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMGetServiceId()
Invokes the identically-named remote S_LibrarySession method.
|
protected int[] |
LibrarySession.DMGetServiceTraceLoggerLevels()
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMGetSessionId()
Invokes the identically-named remote S_LibrarySession method.
|
protected int[] |
LibrarySession.DMGetSessionTraceLoggerLevels()
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetSimpleObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectDefinition |
LibrarySession.DMGetSLibraryObjectDefinition(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetSubfolderCount(Long folder_id,
Long classId,
String folderRelClassname)
Invokes the identically-named remote S_LibrarySession method.
|
protected ContentStreamSerializer |
LibrarySession.DMGetSummary(Long contentId,
Long contentClassId,
String pointOfView,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMGetSystemObjectData(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected ContextTheme[] |
LibrarySession.DMGetThemes(Long contentId,
Long contentClassId,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMGetTotalFolderItemCount(Long folder_id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMGetWastebasketSelectorItemCount(String searchClass,
String searchDefinition,
boolean recursive)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMGrantAdmin(Long userid)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMHandleAuditEventDispatchRequests(ArrayList reqList,
String tableName)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMInsertRetainedEvent(RetainedEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMIntegrateIntoVersionSeries(Long sid,
Long sclassId,
Long tid,
Long tclassId)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMInvalidateTokenCredentials(Long userId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Object |
LibrarySession.DMInvokeOperation(Long id,
Long classId,
OperationContext op)
Invokes the identically-named remote S_LibrarySession method.
|
protected Serializable |
LibrarySession.DMInvokeServerMethod(Long id,
Long classId,
String methodName,
Serializable payload)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsAclIndexUpdateModeSynchronous()
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsArrayInputsUsedForAncestorSelection()
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsArrayInputsUsedForMemberSelection()
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsAttributeValueInValueDomain(Long id,
Long classId,
AttributeValue av)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsContentReadByUser(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsContextIndexEnabled()
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsDirectMemberOfDirectoryGroup(Long groupId,
Long groupClassId,
Long userId,
Long userClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsExecutionMode(int mode)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsInstanceOfClassVersionable(Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsLockObjectShared(Long id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsMemberOfDirectoryGroup(Long groupId,
Long groupClassId,
Long userId,
Long userClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsTransactionInProgress()
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMIsVersionable(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListItems(Long folder_id,
Long classid,
String folderRelClassname,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListSelectorItems(String searchClass,
String searchDefinition,
boolean recursive,
int maxItemCount,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMListWastebasketSelectorItems(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMLockRows(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected String[] |
LibrarySession.DMLookupAuditEventOperationTypeKeys(int[] opTypes)
Invokes the identically-named remote S_LibrarySession method.
|
protected int[] |
LibrarySession.DMLookupAuditEventOperationTypes(String[] keys)
Invokes the identically-named remote S_LibrarySession method.
|
AuditTargetCode |
LibrarySession.DMLookupAuditTargetCode(String className)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewBranchedVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected ContentStreamSerializer |
LibrarySession.DMNewContentStreamSerializer()
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewPublicObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewRevision(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewSchemaObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMNewSearch()
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMNewSearchFromObject(Long srchObjId)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewSimpleObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewSystemObject(S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNewVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNextFolderItem(Long folder_id,
Long classid)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMNextSearchItems(Long id,
int batchCount)
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMNextSelectorBatch(long cursorId,
int batchSize)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectData |
LibrarySession.DMNextSelectorItem(long cursorId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMOpenFolder(Long folder_id,
Long classid,
String folderRelClassname,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMOpenSearch(Long id,
Vector bindValues,
String language,
int timeout)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMOpenSelector(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMOpenWastebasketSelector(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMPersistTokenCredential(TokenCredential credential)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMPostAuditEvent(AuditEvent event,
int mode)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMPostEvent(IfsEvent event)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMProcessEvents()
Invokes the identically-named remote S_LibrarySession method.
|
protected Vector |
LibrarySession.DMProcessEventsInBackground()
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorClose(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorDispose(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMRandomAccessorGetContentObjectId(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected Long |
LibrarySession.DMRandomAccessorGetDocumentId(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMRandomAccessorIsWriteable(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMRandomAccessorLength(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMRandomAccessorRead(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorSetSession(S_RandomAccessorImpl ra)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorTruncate(S_RandomAccessorImpl ra,
long len)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRandomAccessorWrite(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMReassociateLinks(Long oldId,
Long oldClassId,
Long newId,
Long newClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected boolean |
LibrarySession.DMReauthenticate(Credential credential,
ConnectOptions options)
Invokes the identically-named remote S_LibrarySession method.
|
protected int |
LibrarySession.DMRegisterAuditEventOperationType(String opTypeKey,
int targetCode,
String targetClass,
int opCode,
Boolean createOrFree)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMRegisterClassEventHandler(Long classId)
Notify server-side of a registered event handler for the specified
ClassObject.
|
protected int |
LibrarySession.DMRegisterCustomAuditEventOperationCodeKey(String opCodeKey)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMRegisterEventHandler(Long id)
Notify server-side of a registered event handler for the specified
object.
|
protected void |
LibrarySession.DMRegisterServiceEventHandler(IfsEventHandler handler)
Notify server-side of a new registered Service event handler.
|
protected int |
LibrarySession.DMReleaseExpiredLockObject(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRemoveAccessControlEntry(Long id,
Long classId,
Long aceId,
Long aceClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMremoveAllAccessControlEntries(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMRemoveAttributeFromClassObject(Long id,
S_LibraryObjectDefinition def)
Removes an Attribute from an existing ClassObject.
|
protected void |
LibrarySession.DMRemoveAuditEvents(long[] eventIds,
String tableName)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRemoveAuditEventsForTarget(Long specId,
Long targetId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRemoveFromFolder(Long folder_id,
Long classid,
Long rightObj,
Long rightObjClassid,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRemoveMemberFromDirectoryGroup(Long group_id,
Long classid,
Long rightObj,
Long rightObjClassid)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRemoveMembersFromDirectoryGroup(Long group_id,
Long classid,
Long[] rightObjIds,
Long[] rightObjClassids)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRemoveRawAuditEvents(RawAuditEvent[] rawEvents)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRemoveRelationship(Long id,
Long classId,
Long relId,
Long relClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected ContentStreamSerializer |
LibrarySession.DMRender(Long id,
Long classId,
String rendererType,
String rendererName,
Hashtable options,
boolean reader)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMReserveNext(Long id,
Long classId,
String contentPath,
String comment)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMResolveObjects(Long[] ids,
Long[] classIds,
ObjectResolverSpecification spec)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMRollback()
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMSchemaVersionNumber()
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMSchemaVersionString()
Invokes the identically-named remote S_LibrarySession method.
|
protected AttributeValue[] |
LibrarySession.DMSelectAggregateAuditEventColumns(Long auditSpec,
String aggFuncName,
String[] columnNames,
String[] aggColumnNames,
String filterClause,
String sortClause)
Invokes the identically-named remote S_LibrarySession method.
|
protected AuditEvent[] |
LibrarySession.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
protected RawAuditEvent[] |
LibrarySession.DMSelectRawAuditEvents(String filterClause,
int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
protected AuditFolderPath |
LibrarySession.DMSelectSpecificAuditFolderPath(long folderPathId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSendClientVersionInformation(long versionNumber,
String versionString)
Invokes the identically-named remote S_LibrarySession method.
|
protected S_LibraryObjectDefinition |
LibrarySession.DMSetAttributes(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetContentReadByUser(Long id,
Long classId,
boolean readState,
Long refObjId,
Long refObjClassId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetEncryptedRepositoryParameter(String name,
String value)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetExecutionMode(int mode)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetLibrarySession(LibrarySession session)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetRepositoryParameter(String name,
String value)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetSearchSpecification(Long srchId,
SearchSpecification sp)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetServiceTraceLoggerLevels(int[] levels)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMSetSessionTraceLoggerLevels(int[] levels)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMTrace(int channel,
int level,
Long serviceId,
Long sessionId,
Long id,
String classname,
String payload)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMUndelete(Long id,
Long classId,
S_LibraryObjectDefinition def)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMUnregisterAuditEventOperationType(String opTypeKey)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMUnReserve(Long id,
Long classId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMupdateAccessControlEntry(Long id,
Long classId,
Long aceId,
Long aceClassId,
S_LibraryObjectDefinition sdef)
Invokes the identically-named remote S_LibrarySession method.
|
protected RandomAccessor |
LibrarySession.DMUpdateContentByRandomAccess(Long docId,
Long docClassId,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.DMUpdateLocalizer(Hashtable properties)
Updates the S_LibrarySession Localizer to reflect the Localizer
properties specified as name/value pairs.
|
void |
LibrarySession.DMUpdateSessionDefaults(Hashtable properties)
Invokes the identically-named remote S_LibrarySession method.
|
protected long |
LibrarySession.DMVersionNumber()
Invokes the identically-named remote S_LibrarySession method.
|
protected String |
LibrarySession.DMVersionString()
Invokes the identically-named remote S_LibrarySession method.
|
void |
LibrarySession.dropRetainedEventDatabaseObjects(RetainedEvent event)
Drop tables for a RetainedEvent type.
|
void |
LibrarySession.emptyWastebasket()
Empty the wastebasket.
|
void |
AccessControlEntryDefinition.enableGrantToWorld(boolean flag)
Set the 'WORLD' group as the grantee of the ACE being created.
|
void |
Queue.enqueue(oracle.sql.ORAData message)
Enqueues a message.
|
void |
Queue.enqueue(oracle.sql.ORAData message,
String correlation)
Enqueues a message.
|
boolean |
LibraryObject.equals(LibraryObject item)
Compares whether two LibraryObjects are the same
IFS object.
|
void |
Conversation.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who initiated this Conversation.
|
boolean |
Folder.exists(String path)
Checks if the given path refers to a PublicObject.
|
String |
Search.explainPlan(String planTable,
String planName,
boolean clearRows,
AttributeValue[] bindValues)
Generates the Query plan for the Search.
|
protected void |
InterMediaAnnotator.extractAnnotationAttributes(oracle.ord.media.annotator.annotations.Annotation ann,
InterMediaSourceDefinition def)
Extract Annotation attributes from the specified Annotation.
|
protected int |
Folder.fetchItemCount()
Calculates the item count from the item list.
|
protected PrimaryUserProfile |
DirectoryUser.fetchPrimaryUserProfile()
Selects the user's PrimaryUserProfile from the database.
|
protected int |
Folder.fetchSubfolderCount()
Calculates the subfolder count from the item list.
|
void |
Document.filterContent(boolean plaintext)
Generates a HTML or plaintext version of the document, via the
Context INSO filters.
|
void |
ContentObject.filterContent(boolean plaintext,
LibraryObject refObj)
Generates an HTML or plaintext version of the content, via the
InterMedia INSO filters.
|
static PublicObject[] |
FolderPathResolver.filterItems(PublicObject[] pos,
String match)
Performs wildcard filtering of Folder.getItems() wildcard matching
|
static NamedRelationship |
NamedRelationship.find(LibrarySession session,
PublicObject leftObj,
PublicObject rightObj,
String type)
Finds an instance that matches the specified left and right objects,
and the specified type.
|
Object |
ConnectedLibraryObjectCache.find(Object id)
Gets an item from this cache.
|
Object |
LooselyBoundedLibraryObjectCache.find(Object id)
Gets an item from this cache.
|
PublicObject |
Folder.find(String path)
Given a Folder and a path relative to that folder, find the
public object specified by the path.
|
ActorRelation |
ContactList.findActorRelation(Actor actor)
Find an ActorRelation that corresponds to an Actor in this contact list.
|
static AccessControlList[] |
AccessControlList.findAll(LibrarySession session)
Returns the set of defined AccessControlLists.
|
static ActionSpecification[] |
ActionSpecification.findAll(LibrarySession session)
Returns the set of defined ActionSpecifications.
|
static ActivitySpecification[] |
ActivitySpecification.findAll(LibrarySession session)
Returns the set of defined ActivitySpecifications.
|
static ApplicationToken[] |
ApplicationToken.findAll(LibrarySession session)
Returns all ApplicationTokens.
|
static ClassAccessControlList[] |
ClassAccessControlList.findAll(LibrarySession session)
Returns the set of defined ClassAccessControlLists.
|
static ClassDomain[] |
ClassDomain.findAll(LibrarySession session)
Returns the set of defined ClassDomains.
|
static ClassObject[] |
ClassObject.findAll(LibrarySession session)
Returns the set of defined ClassObjects.
|
static CustomMediaDriverSpecification[] |
CustomMediaDriverSpecification.findAll(LibrarySession session)
Gets the set of all CustomMediaDriverSpecifications.
|
static DependentView[] |
DependentView.findAll(LibrarySession session)
Returns the set of defined DependentViews.
|
static DirectoryUser[] |
DirectoryUser.findAll(LibrarySession session)
Returns the set of defined DirectoryUsers.
|
static ExtendedPermission[] |
ExtendedPermission.findAll(LibrarySession session)
Returns the set of defined ExtendedPermissions.
|
static ExtendedUserProfile[] |
ExtendedUserProfile.findAll(LibrarySession session)
Returns the set of defined ExtendedUserProfiles.
|
static RetentionPolicy[] |
ExternalRetentionPolicy.findAll(LibrarySession session)
Returns the set of defined ExternalRetentionPolicy instances.
|
static Format[] |
Format.findAll(LibrarySession session)
Returns the set of defined Formats.
|
static RetentionPolicy[] |
InternalRetentionPolicy.findAll(LibrarySession session)
Returns the set of defined InternalRetentionPolicy instances.
|
static LifecycleDateRuleSpecification[] |
LifecycleDateRuleSpecification.findAll(LibrarySession session)
Returns the set of defined LifecycleDateRuleSpecifications.
|
static LifecyclePolicy[] |
LifecyclePolicy.findAll(LibrarySession session)
Returns the set of defined LifecyclePolicy instances.
|
static LifecyclePolicyActionSpecification[] |
LifecyclePolicyActionSpecification.findAll(LibrarySession session)
Returns the set of defined LifecyclePolicyActionSpecifications.
|
static Media[] |
Media.findAll(LibrarySession session)
Returns the set of defined Medias.
|
static MediaBfile[] |
MediaBfile.findAll(LibrarySession session)
Gets the set of all MediaBfile instances.
|
static MediaBlob[] |
MediaBlob.findAll(LibrarySession session)
Gets the set of all MediaBlob instances.
|
static MediaCustom[] |
MediaCustom.findAll(LibrarySession session)
Gets the set of all MediaCustom instances.
|
static NodeConfiguration[] |
NodeConfiguration.findAll(LibrarySession session)
Returns the set of defined NodeConfiguration instances.
|
static PerformedActivitySpecification[] |
PerformedActivitySpecification.findAll(LibrarySession session)
Returns the set of all PerformedActivitySpecifications.
|
static PermissionBundle[] |
PermissionBundle.findAll(LibrarySession session)
Returns the set of defined PermissionBundles.
|
static Policy[] |
Policy.findAll(LibrarySession session)
Returns the set of defined Policies.
|
static PolicyList[] |
PolicyList.findAll(LibrarySession session)
Returns the set of defined PolicyLists.
|
static Queue[] |
Queue.findAll(LibrarySession session)
Returns the set of defined Queues.
|
static RetentionPolicy[] |
RetentionPolicy.findAll(LibrarySession session)
Returns the set of defined RetentionPolicy instances.
|
static ServerConfiguration[] |
ServerConfiguration.findAll(LibrarySession session)
Returns all ServerConfigurations.
|
static ServiceConfiguration[] |
ServiceConfiguration.findAll(LibrarySession session)
Returns the set of defined ServiceConfiguration instances.
|
static StorageGroup[] |
StorageGroup.findAll(LibrarySession session)
Gets the set of all StorageGroups.
|
static SystemAccessControlList[] |
SystemAccessControlList.findAll(LibrarySession session)
Returns the set of defined SystemAccessControlLists.
|
static SystemLockEntry[] |
SystemLockEntry.findAll(LibrarySession session)
Returns the set of defined SystemLockEntry instances.
|
static SystemLockObject[] |
SystemLockObject.findAll(LibrarySession session)
Returns the set of defined SystemLockObjects.
|
static TrackedActivitySpecification[] |
TrackedActivitySpecification.findAll(LibrarySession session)
Returns the set of defined TrackedActivitySpecifications
The instances will be sorted by name.
|
static ValueDefault[] |
ValueDefault.findAll(LibrarySession session)
Returns the set of defined ValueDefaults.
|
static ValueDomain[] |
ValueDomain.findAll(LibrarySession session)
Returns the set of defined ValueDomains.
|
static ExtendedUserProfile[] |
ExtendedUserProfile.findAllByUser(DirectoryUser user)
Returns the set of ExtendedUserProfile for the specified user.
|
AttachmentRelation |
PublicObject.findAttachmentRelation(Document doc)
Find an AttachmentRelation that corresponds to an attached Document.
|
static DirectoryUser |
DirectoryUser.findByDistinguishedName(LibrarySession session,
String dn)
Gets the DirectoryUser with the specified distinguished name.
|
static Format |
Format.findByExtension(LibrarySession session,
String extension)
Returns the a Format matching the specified extension.
|
static PrimaryUserProfile[] |
PrimaryUserProfile.findByHomeFolder(Folder folder)
Gets all the PrimaryUserProfile objects associated with
a specified Home folder.
|
static AccessControlList |
AccessControlList.findByName(LibrarySession session,
String name)
Returns the a AccessControlList matching the
specified name.
|
static ActionSpecification |
ActionSpecification.findByName(LibrarySession session,
String name)
Returns the a ActionSpecification matching the
specified name.
|
static ActivitySpecification |
ActivitySpecification.findByName(LibrarySession session,
String name)
Returns the a ActivitySpecification matching the
specified name.
|
static ApplicationToken |
ApplicationToken.findByName(LibrarySession session,
String tokenValue)
Finds a ApplicationTokens instance by token value
Returns null if no ApplicationToken with the given token value could
be found.
|
static ClassAccessControlList |
ClassAccessControlList.findByName(LibrarySession session,
String name)
Returns the a ClassAccessControlList matching the
specified name.
|
static ClassDomain |
ClassDomain.findByName(LibrarySession session,
String name)
Returns the a ClassDomain matching the
specified name.
|
static ClassObject |
ClassObject.findByName(LibrarySession session,
String name)
Returns the a ClassObject matching the
specified name.
|
static CustomMediaDriverSpecification |
CustomMediaDriverSpecification.findByName(LibrarySession session,
String name)
Gets the CustomMediaDriverSpecification with the specified name.
|
static DependentView |
DependentView.findByName(LibrarySession session,
String name)
Returns the a DependentView matching the
specified name.
|
static DirectoryUser |
DirectoryUser.findByName(LibrarySession session,
String name)
Returns the a DirectoryUser matching the
specified name.
|
static ExtendedPermission |
ExtendedPermission.findByName(LibrarySession session,
String name)
Returns the a ExtendedPermission matching the
specified name.
|
static ExtendedUserProfile |
ExtendedUserProfile.findByName(LibrarySession session,
String name)
Returns the a ExtendedUserProfile matching the
specified name.
|
static Format |
Format.findByName(LibrarySession session,
String name)
Returns the a Format matching the specified name.
|
static LifecycleDateRuleSpecification |
LifecycleDateRuleSpecification.findByName(LibrarySession session,
String name)
Returns the a LifecycleDateRuleSpecification matching the
specified name.
|
static LifecyclePolicy |
LifecyclePolicy.findByName(LibrarySession session,
String name)
Returns a LifecyclePolicy matching the specified name.
|
static LifecyclePolicyActionSpecification |
LifecyclePolicyActionSpecification.findByName(LibrarySession session,
String name)
Returns the a LifecyclePolicyActionSpecification matching the
specified name.
|
static Media |
Media.findByName(LibrarySession session,
String name)
Returns the a Media matching the specified name.
|
static MediaBfile |
MediaBfile.findByName(LibrarySession session,
String name)
Gets the MediaBfile with the specified name.
|
static MediaBlob |
MediaBlob.findByName(LibrarySession session,
String name)
Gets the MediaBlob with the specified name.
|
static MediaCustom |
MediaCustom.findByName(LibrarySession session,
String name)
Gets the MediaCustom instance with the specified name.
|
static NodeConfiguration |
NodeConfiguration.findByName(LibrarySession session,
String name)
Returns a NodeConfiguration matching the specified name.
|
static PerformedActivitySpecification |
PerformedActivitySpecification.findByName(LibrarySession session,
String name)
Returns the a PerformedActivitySpecification matching the
specified name.
|
static PermissionBundle |
PermissionBundle.findByName(LibrarySession session,
String name)
Returns the a PermissionBundle matching the
specified name.
|
static Policy |
Policy.findByName(LibrarySession session,
String name)
Returns the a Policy matching the
specified name.
|
static PolicyList |
PolicyList.findByName(LibrarySession session,
String name)
Returns the a PolicyList matching the
specified name.
|
static Queue |
Queue.findByName(LibrarySession session,
String name)
Returns the a Queue matching the specified name.
|
static RetentionPolicy |
RetentionPolicy.findByName(LibrarySession session,
String name)
Returns a RetentionPolicy matching the specified name.
|
static ServerConfiguration |
ServerConfiguration.findByName(LibrarySession session,
String uniqueName)
Finds a ServerConfigurations instance by UniqueName value.
|
static ServiceConfiguration |
ServiceConfiguration.findByName(LibrarySession session,
String name)
Returns a ServiceConfiguration matching the specified name.
|
static StorageGroup |
StorageGroup.findByName(LibrarySession session,
String name)
Gets the StorageGroup with the specified name.
|
static SystemAccessControlList |
SystemAccessControlList.findByName(LibrarySession session,
String name)
Returns the a SystemAccessControlList matching the
specified name.
|
static SystemLockEntry |
SystemLockEntry.findByName(LibrarySession session,
String uniqueName)
Returns the SystemLockEntry matching the
specified uniquename.
|
static SystemLockObject |
SystemLockObject.findByName(LibrarySession session,
String name)
Returns the a SystemLockObject matching the
specified name.
|
static TrackedActivitySpecification |
TrackedActivitySpecification.findByName(LibrarySession session,
String name)
Returns the TrackedActivitySpecification matching the
specified name.
|
static ValueDefault |
ValueDefault.findByName(LibrarySession session,
String name)
Returns the a ValueDefault matching the
specified name.
|
static ValueDomain |
ValueDomain.findByName(LibrarySession session,
String name)
Returns the a ValueDomain matching the
specified name.
|
static CompositeGroup |
CompositeGroup.findCompositeGroup(LibrarySession session,
List<DirectoryGroup> members)
Finds CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findCompositeGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Finds CompositeGroup that contains exactly the membership
specified.
|
MessageEntry |
MessageList.findMessageEntryByName(String meName)
Finds a MessageEntry instance defined for this
MessageList by name.
|
ActivityRecord |
PublicObject.findOrAddActivityRecord()
Add an ActivityRecord to the target object if one does not already exist,
and otherwise return the existing instance.
|
ActivityRecord |
PublicObject.findOrAddActivityRecord(ActivityRecordDefinition def)
Add an ActivityRecord to the target object if one does not already exist,
and otherwise return the existing instance.
|
Actor |
PublicObject.findOrAddActor()
Add an Actor to the target object if one does not already exist,
and otherwise return the existing instance.
|
Actor |
PublicObject.findOrAddActor(ActorDefinition def)
Add an Actor to the target object if one does not already exist,
and otherwise return the existing instance.
|
MessageList |
PublicObject.findOrAddMessageList()
Add a MessageList to the target object if one does not already exist,
and otherwise return the existing instance.
|
MessageList |
PublicObject.findOrAddMessageList(MessageListDefinition def)
Add a MessageList to the target object if one does not already exist,
and otherwise return the existing instance.
|
static CompositeGroup |
CompositeGroup.findOrCreateCompositeGroup(LibrarySession session,
List<DirectoryGroup> members)
Find or create a CompositeGroup that contains exactly the membership
specified.
|
static CompositeGroup |
CompositeGroup.findOrCreateCompositeGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Find or create a CompositeGroup that contains exactly the membership
specified.
|
PublicObject |
Folder.findPublicObjectByPath(String path)
Finds an item descending from a Folder, as specified
by a file-system style path.
|
PublicObject |
FolderPathResolver.findPublicObjectByPath(String path)
Returns the PublicObject for which the path specifies.
|
static LibraryService |
LibraryService.findService(String serviceName)
Finds an existing CM SDK service with the specified name.
|
void |
LibrarySession.flushEvents()
Flushes any outgoing events to the database.
|
void |
LibrarySession.forceReadEvents()
Forces a read and processing of incoming events from
other services.
|
void |
Attribute.free()
Permanently removes this Attribute.
|
void |
LibraryObject.free()
Permanently deletes this object.
|
void |
LibrarySession.free(LibraryObject[] items)
Free all the passed objects.
|
void |
Folder.free(LibraryObjectDefinition def)
Permanently removes this object from the repository, with options.
|
void |
LibraryObject.free(LibraryObjectDefinition def)
Permanently removes this object from the repository, with options.
|
void |
PublicObject.free(LibraryObjectDefinition def)
Permanently removes this object from the repository, with options.
|
void |
SchemaObject.free(LibraryObjectDefinition def)
Permanently removes this object from the repository, with options.
|
void |
SimpleObject.free(LibraryObjectDefinition def)
Permanently removes this object from the repository, with options.
|
void |
SystemObject.free(LibraryObjectDefinition def)
Permanently removes this object from the repository, with options.
|
static void |
LibraryObject.freeAll(LibraryObject[] objs)
Permanently deletes the objects in the specified array.
|
protected void |
SystemObject.freeCategories()
Free all existing categories.
|
protected void |
InterMediaAnnotator.freeInterMediaCategories(Document doc)
Frees any InterMedia categories that exist onthe specified document.
|
String |
Document.generateFilename()
Generates a filename which is the objectname plus the format
extension.
|
void |
Document.generateSummary(String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generates one or more summaries for a document by submitting a
request to Context to generate summaries.
|
void |
ContentObject.generateSummary(String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel,
LibraryObject refObj)
Generates one or more summaries for this content by submitting a
request to InterMedia to generate summaries.
|
void |
Document.generateThemes(boolean fullThemes)
Generates the Themes for this Document by submitting a request to
Context to generate Themes.
|
void |
ContentObject.generateThemes(boolean fullThemes,
LibraryObject refObj)
Generates the Themes for this content by submitting a request to
InterMedia Text to generate Themes.
|
protected static String |
SortObject.generateUniqueNameFromDefinition(LibrarySession session,
LibraryObjectDefinition lodef)
Generate the unique name of the sort object using the attributes
in the supplied library object definition.
|
boolean |
FolderCapabilities.GET_CONTENT() |
boolean |
PublicObjectCapabilities.GET_CONTENT()
Performs additional capability check for the GET_CONTENT permission.
|
Object |
LibraryObject.get(String attr_name)
Returns an AttributeValue object
that holds the value of the requested attribute.
|
String |
FolderPathResolver.getAbsolutePath(String relativePath)
Gets the absolute path from a realtive path
|
AccessControlEntry[] |
AccessControlList.getAccessControlEntrys()
Returns an array of AccessControlEntry objects that
are part of this ACL.
|
AccessControlEntry |
AccessControlList.getAccessControlEntrys(int index)
Returns the ACE at specified index in array of ACEs.
|
AccessLevel |
PermissionBundle.getAccessLevel()
Returns the access level represented by this ACE
|
AccessLevel |
PermissionBundleDefinition.getAccessLevel()
Returns the AccessLevel to be associated with this PermissionBundle.
|
static AccessLevel |
PermissionBundle.getAccessLevel(PermissionBundle[] pbs)
Returns the access level represented by the set of specified
PermissionBundles.
|
AccessControlEntryDefinition[] |
AccessControlListDefinition.getAceDefinitions()
returns all the ACE Definitions for this instance.
|
AccessControlList |
AccessControlEntry.getAcl()
Return the ACL object that contains this ACE.
|
AccessControlList |
PublicObject.getAcl()
Returns this object's AccessControlList.
|
Vector |
LibrarySession.getAclIndexDeferredUpdates(int maxItems)
Gets a set of Deferred ACL Resolution Entries
|
int |
ActivityRecord.getActionCount()
Gets the number of Actions that have been executed for this instance.
|
ActionFactory |
ActionSpecification.getActionFactory()
Gets the ActionFactory instance implementation corresponding
to the ActionClassName, that is used as a factory for subsequent
Action instances (pre and post execution).
|
String |
ActionSpecification.getActionFactoryClassName()
Gets the fully-qualified class name of the ActionFactory class.
|
ActionSpecification[] |
ActivitySpecification.getActionSpecifications()
Gets the ActionSpecifications that represent the Actions that can
be posted for ActivityRecords that reference this ActivitySpecification -
effectively defining the allowable activity for this
ActivitySpecification instance.
|
ActionSpecification[] |
ActivitySpecificationDefinition.getActionSpecifications()
Gets the ActionSpecifications that are defined.
|
int |
ActivityRecord.getActivityLevel()
Gets the calculated level of activity for this instance.
|
ActivityProcessor |
ActivityRecord.getActivityProcessor()
Gets the ActivityProcessor of this instance's ActivitySpecification.
|
ActivityProcessor |
ActivitySpecification.getActivityProcessor()
Gets the ActivityProcessor instance implementation corresponding
to the ActivityProcessorClassName, that is used to process
Activity for the activity defined by this instance.
|
String |
ActivitySpecification.getActivityProcessorClassName()
Gets the fully-qualified class name of the ActivityProcessor class.
|
ActivityRecord |
PublicObject.getActivityRecord()
Returns the ActivityRecord category if one exists.
|
ClassObject |
ActivitySpecification.getActivityRecordClass()
Gets the ClassObject to use for newly
created ActivityRecords for activity defined by this instance.
|
ClassObject |
ActivitySpecificationDefinition.getActivityRecordClass()
Gets the PerformedActivitySpecification, if explicitly set.
|
ActivitySpecification |
ActivityRecord.getActivitySpecification()
Gets the ActivitySpecification which defines the relevant activity that will
be tracked by this instance.
|
ActivitySpecification |
ActivityRecordDefinition.getActivitySpecification()
Gets the ActivitySpecification, if explicitly set.
|
ActivitySummary |
ActivityRecord.getActivitySummary()
Gets the ActivitySummary for this instance.
|
Actor |
ActorRelation.getActor()
Gets the related Actor.
|
Actor |
ActorRelationDefinition.getActor()
Gets the related Actor, if explicitly set.
|
Actor |
PublicObject.getActor()
Returns the Actor category if one exists.
|
ActorRelation[] |
ContactList.getActorRelations()
Get the ActorRelations that comprise the list of contacts.
|
static DirectoryUser[] |
Actor.getActorUsers(Actor[] actors)
Gets the array of users that correspond to the set of Actors specified
|
AttributeValue |
PublicObjectDefinition.getAddToFolderOption()
Deprecated.
CM SDK 10gR2: use getAddToFolderValue()
|
AttributeValue |
PublicObjectDefinition.getAddToFolderValue()
returns the Add To Folder Option for the new PublicObject.
|
String |
LifecyclePolicyEntry.getAgentIdentifierProperty()
Returns the identifier of the agent instance that is responsible for
processing this LifecyclePolicyEntry.
|
static String |
PreparedSelector.getAliasFromTarget(AttributeValue target)
Returns the alias name from the specified search target.
|
static String |
PreparedSelector.getAliasFromTarget(LibrarySessionInterface session,
AttributeValue target)
Deprecated.
9.3.3.0 use variant without a session context
|
Long[] |
DirectoryObject.getAllAncestorIds()
Gets the IDs of all ancestors to this DirectoryObject.
|
DirectoryGroup[] |
DirectoryObject.getAllAncestors()
Gets all ancestors to this DirectoryObject.
|
DirectoryGroup |
DirectoryObject.getAllAncestors(int index)
Deprecated.
iFS 9.0.3 Use getAllAncestors() to get entire array
|
String[] |
PublicObject.getAllFolderPaths()
Gets all Folder paths to the target object, starting from the
Root Folder.
|
String[] |
PublicObject.getAllFolderPaths(Folder reference)
Gets all Folder paths to the target object.
|
String[] |
PublicObject.getAllFolderPaths(Folder reference,
FolderPathOptions fpo)
Gets all Folder paths to the target object.
|
Long[] |
DirectoryGroup.getAllMemberIds()
Returns IDs refelcting the list of all members for this instance.
|
DirectoryObject[] |
DirectoryGroup.getAllMembers()
Returns array of DirectoryObject that define the list of all members
for this instance.
|
DirectoryObject[] |
DirectoryObject.getAllMembers()
Gets all members belonging to this DirectoryObject.
|
DirectoryObject |
DirectoryGroup.getAllMembers(int index)
Deprecated.
iFS 9.0.3 Use getAllMembers() and index into the resultant array
|
DirectoryObject |
DirectoryObject.getAllMembers(int index)
Gets a specific memeber at the specified index in array of
DirectoryObject.
|
long |
ContentQuota.getAllocatedStorage()
Gets the amount of allocated storage.
|
DirectoryUser[] |
DirectoryGroup.getAllUserMembers()
Gets the array of DirectoryUser that define the list of all
DirectoryUser members for this instance.
|
DirectoryUser[] |
DirectoryObject.getAllUserMembers()
Gets all DirectoryUser members belonging to this DirectoryObject.
|
DirectoryUser[] |
DirectoryUser.getAllUserMembers()
Gets this DirectoryUser.
|
DirectoryUser |
DirectoryGroup.getAllUserMembers(int index)
Gets the member DirectoryUser at the specified index of this group.
|
DirectoryUser |
DirectoryObject.getAllUserMembers(int index)
Gets a specific DirectoryUser Member at the specified index in array
of DirectoryObject.
|
DirectoryUser |
DirectoryUser.getAllUserMembers(int index)
Gets this DirectoryUser at specified index.
|
VersionSeries[] |
Family.getAllVersionSeries()
Gets an array of all VersionSeries of the current Family.
|
VersionSeries |
Family.getAllVersionSeries(int index)
Gets the specified VersionSeries of the current PublicObject.
|
String |
MediaDefinition.getAlterTableSuffix()
Gets the string appended to the ALTER TABLE statement executed to add a
column to a content table.
|
int |
LibrarySession.getAncestorThreshold()
Gets the threshold for using a temp table to select all (recursive) ancestors
of a directory object.
|
String |
PublicObject.getAnyFolderPath()
Gets any Folder path to the target object, starting from the
Root Folder.
|
String |
PublicObject.getAnyFolderPath(Folder reference)
Gets any Folder path to the target object.
|
String |
PublicObject.getAnyFolderPath(Folder reference,
FolderPathOptions fpo)
Gets any Folder path to the target object.
|
String |
ExtendedUserProfile.getApplication()
Gets the application name associated with this
ExtendedUserProfile.
|
String |
LibrarySession.getApplicationName()
Gets the name of the application that created this session.
|
AttributeValue |
LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
Long priClassId,
int count)
Gets a fully resolved array-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
PublicObject |
Category.getAssociatedPublicObject()
Gets the PublicObject associated with this Category.
|
PublicObject |
ContentQuota.getAssociatedPublicObject()
Gets the PublicObject associated with this ContentQuota object.
|
PublicObject |
Link.getAssociatedPublicObject()
Gets the PublicObject referenced by this Link.
|
PublicObject |
LockEntry.getAssociatedPublicObject()
Gets the PublicObject that this LockEntry is associated with.
|
SchemaObject |
SchemaCategory.getAssociatedSchemaObject()
Gets the SchemaObject associated with this Category.
|
SystemObject |
SystemCategory.getAssociatedSystemObject()
Gets the SystemObject associated with this Category.
|
Document |
AttachmentRelation.getAttachment()
Gets the related attached Document.
|
Document |
AttachmentRelationDefinition.getAttachment()
Gets the related attached Document, if explicitly set.
|
AttachmentRelation |
PublicObject.getAttachmentRelation()
Returns the AttachmentRelation category if one exists.
|
AttachmentRelation[] |
PublicObject.getAttachmentRelations()
Get the AttachmentRelations that comprise the set of attachments.
|
Document[] |
PublicObject.getAttachments()
Get the attached Documents.
|
AttributeValue |
LibraryObject.getAttribute(String attr_name)
Returns an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObjectDefinition.getAttribute(String name)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObjectDefinition.getAttribute(String name,
boolean policyMode)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObject.getAttributeByUpperCaseName(String attr_name)
Returns the attribute value for the specified attribute.
|
AttributeDefinition[] |
ClassObjectDefinition.getAttributeDefinitions()
Gets the Attributes defined for this instance.
|
Attribute |
ClassObject.getAttributeFromLabel(String label)
returns the Attribute, based on the specified Attribute Label.
|
AttributeValue[] |
LibraryObjectDefinition.getAttributes()
Return array of Attribute values that were set for this
new instance.
|
AttributeValue[] |
LibraryObjectDefinition.getAttributes(boolean policyMode)
Return array of Attribute values that were set for this
new instance.
|
AttributeValue[] |
LibraryObject.getAttributes(String[] attrNames)
Returns an array of AttributeValue objects
that holds the values of the requested attributes.
|
AttributeValue[] |
LibraryObject.getAttributesByUpperCaseNames(String[] attrNames)
Returns an array of AttributeValue objects
that holds the values of the requested attributes.
|
String |
LibrarySession.getAttributeSortName(String classname,
String attributename)
return the Database object name that corresponds to
an Attribute of a specified ClassObject.
|
AttributeValue[] |
LibraryObjectDefinition.getAttributesSorted()
Return array of Attribute values sorted by the Attribute
name used for each, so that a predictable ordering occurs.
|
String |
InterMediaAudio.getAudioArtist()
returns the Artist performing audio
|
Integer |
InterMediaAudio.getAudioBitsPerSample()
returns the Number of bits per sound sample
|
String |
InterMediaAudioCdTrack.getAudioCdTrackAlbum()
returns the Name of the containing album
|
Long |
InterMediaAudioCdTrack.getAudioCdTrackCDID()
returns the CDDB ID of the corresponding CD
|
String |
InterMediaAudioCdTrack.getAudioCdTrackDuration()
returns the Track duration (different than sample duration)
|
Integer |
InterMediaAudioCdTrack.getAudioCdTrackFrame()
returns the Starting frame (second/75) of the track
|
Integer |
InterMediaAudioCdTrack.getAudioCdTrackLBA()
returns the Logical Block Address associated
|
Integer |
InterMediaAudioCdTrack.getAudioCdTrackMinute()
returns the Starting minute of the track
|
Integer |
InterMediaAudioCdTrack.getAudioCdTrackSecond()
returns the Starting second of the track
|
Integer |
InterMediaAudio.getAudioNumChannels()
returns the Number of Audio Channels of the media
|
Integer |
InterMediaAudio.getAudioSampleRate()
returns the Audio Sampling Rate
|
AuditCertificate[] |
LibrarySession.getAuditCertificates(Long[] objectIds)
Select AuditCertificates for the specified object IDs.
|
Folder |
LibraryObject.getAuditDomainContext()
Gets the Domain context for auditing.
|
Folder |
LibraryObject.getAuditEventFolderContext()
Gets the folder context to used for events posted on this event.
|
AuditEventTypeDefinition[] |
ActionSpecification.getAuditEventTypeDefinitions()
Gets the set of AuditEventTypeDefinitions for events
that can be created by this action.
|
boolean |
PublicObjectCapabilities.GETAUDITHISTORY()
Performs additional capability check for the GETAUDITHISTORY permission.
|
AttributeValue[] |
LibrarySession.getAuditTypesForClass(String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
LibrarySession.getAuditTypesForCreateOperations()
Gets the audit operation type values that correspond to "CREATED"
operations.
|
AttributeValue[] |
LibrarySession.getAuditTypesForFreeOperations()
Gets the audit operation type values that correspond to "FREE" operations.
|
AutoFolderingActionSpecification |
PublicObjectDefinition.getAutoFolderingActionSpecification()
Gets the option indicating the auto-foldering action specification,
used in document creation operations.
|
AttributeValue[] |
PreparedSelector.getAuxiliarySearchTargets()
Returns the auxiliary search targets.
|
String |
MediaBfile.getBasePath()
Gets the absolute path to the base directory for content stored by this
MediaBfile instance.
|
String |
LifecyclePolicyEntry.getBaseTimeOfDayProperty()
Gets the base time-of-day for computing the time to search for
Documents that are eligible to have this action performed on them.
|
String |
ClassObject.getBeanClasspath()
Gets the fully-qualified name of the Java class instantiated to
represent instances of this ClassObject within a document management
application.
|
Constructor |
ClassObject.getBeansConstructor()
Internal use only: Gets the four-argument constructor for the Java
class returned by
getBeansClasspath . |
AttributeValue[] |
EventNotificationSelector.getBindValues()
Gets the bind values to use in the select statement.
|
AttributeValue[] |
PreparedSelector.getBindValues()
Gets the bind values to use in the select statement.
|
PropertyBundle |
Property.getBundle()
Gets the BUNDLE attribute of this Property.
|
String[] |
PreparedSelector.getBypassSecurityAliases()
Returns the bypass security aliases that were
set using setBypassSecurityAliases().
|
AccessLevel |
PublicObject.getCapabilities()
Returns the enabled capabilities for this object.
|
AccessLevel |
PublicObjectCapabilities.getCapabilities()
Returns the set of enabled capabilities.
|
boolean |
PublicObjectDefinition.getCascadeCopyRelationshipsOption()
Return the value of the CascadeCopyRelationships option.
|
AttributeValue |
PublicObjectDefinition.getCascadeCopyRelationshipsOptionValue()
Return the value of the CascadeCopyRelationships option.
|
Category[] |
PublicObject.getCategories()
Returns an array of categories for this PublicObject.
|
SchemaCategory[] |
SchemaObject.getCategories()
Returns an array of Schemacategories for this schemaObject.
|
SystemCategory[] |
SystemObject.getCategories()
Returns an array of Systemcategories for this systemObject.
|
Category[] |
PublicObject.getCategories(ClassObject classobj)
Returns the associated Category objects that are instances of the
ClassObject (or one of its subclasses) specified.
|
SchemaCategory[] |
SchemaObject.getCategories(ClassObject classobj)
Returns the associated SchemaCategory objects that are instances of the
ClassObject (or one of its subclasses) specified.
|
SystemCategory[] |
SystemObject.getCategories(ClassObject classobj)
Returns the associated SystemCategory objects that are instances of the
ClassObject (or one of its subclasses) specified.
|
Category[] |
PublicObject.getCategories(ClassObject classobj,
SortSpecification sort)
Returns the associated Category objects that are instances of
the specified class or a subclass of the specified class.
|
SchemaCategory[] |
SchemaObject.getCategories(ClassObject classobj,
SortSpecification sort)
Returns the associated SchemaCategory objects that are instances of
the specified class or a subclass of the specified class.
|
SystemCategory[] |
SystemObject.getCategories(ClassObject classobj,
SortSpecification sort)
Returns the associated SystemCategory objects that are instances of
the specified class or a subclass of the specified class.
|
Category |
PublicObject.getCategories(int index)
Returns the Category at specified index
in the array of all Categories.
|
Category[] |
PublicObject.getCategories(SortSpecification sort)
Returns the associated Category objects.
|
SchemaCategory[] |
SchemaObject.getCategories(SortSpecification sort)
Returns the associated SchemaCategory objects.
|
SystemCategory[] |
SystemObject.getCategories(SortSpecification sort)
Returns the associated SystemCategory objects.
|
AttributeValue[] |
SystemObjectDefinition.getCategoriesForDelete()
Get any categories that have been added to this definition
for the purpose of being removed/deleted from this SystemObject.
|
Category |
PublicObject.getCategory(ClassObject classobj)
Returns the associated Category object that is an
instance of the ClassObject (or one of its subclasses) specified.
|
Boolean |
PublicObjectDefinition.getCategoryCopyOption()
Return the CopyCategories copy Option.
|
CategoryDefinition[] |
PublicObjectDefinition.getCategoryDefinitions()
returns all the CategoryDefinitions for this PO Definition
Return an empty array if no Category definitions exist
|
SchemaCategoryDefinition[] |
SchemaObjectDefinition.getCategoryDefinitions()
returns all the Schema CategoryDefinitions for this Definition
Return null if no Schema Category definitions exist
|
SystemCategoryDefinition[] |
SystemObjectDefinition.getCategoryDefinitions()
returns all the System CategoryDefinitions for this Definition
Return null if no System Category definitions exist
|
Hashtable |
SystemObjectDefinition.getCategoryDefinitionsForUpdate()
Get the Hashtable that encapsulates all updates to Categories
on this SystemObject.
|
String |
ContentObject.getCharacterSet()
Gets the Iana character set in which this content is encoded,
or null if the character set is not specified.
|
String |
DirectoryUser.getCharacterSet()
Gets the CharacterSet preference for this DirectoryUser.
|
String |
Document.getCharacterSet()
Returns the Iana character encoding of the content, or
null if not specified.
|
String |
PrimaryUserProfile.getCharacterSet()
Retrieves the default Iana character set setting used when uploading
a document.
|
String |
DocumentDefinition.getCharacterSet(LibrarySession sess)
Deprecated.
CM SDK 10gR2: use getContentObjectDefinition() and use
getAttribute() on it to get Attribute settings
|
BranchRelationship[] |
VersionSeries.getChildBranchRelationships()
Returns an array of BranchRelationships that describe
branch or integrate operations involving this VersionSeries as
a parent (the other series are the child).
|
BranchRelationship[] |
VersionSeries.getChildBranchRelationships(ClassObject relClass,
SortSpecification sortSpec)
Returns an array of BranchRelationships that describe
branch or integrate operations involving this VersionSeries as
a parent (the other series are the child).
|
VersionSeries |
BranchRelationship.getChildVersionSeries()
returns the child version series in this
branch relationship
|
Collection |
LibrarySession.getClassAccessControlListCollection()
Gets a reference to the ClassAccessControlList collection.
|
ClassAccessControlList |
ClassObject.getClassAcl()
Gets the ClassAccessControlList of this ClassObject.
|
ClassDomain |
Attribute.getClassDomain()
Gets the ClassDomain of this Attribute.
|
Collection |
LibrarySession.getClassDomainCollection()
Gets a reference to the ClassDomain collection.
|
ClassObject[] |
ClassDomain.getClasses()
Gets the classes in this ClassDomain.
|
ClassObject |
ClassDomain.getClasses(int index)
Gets the specified class in this ClassDomain.
|
protected String |
PreparedSelector.getClassFromTarget(AttributeValue target)
Deprecated.
9.3.3.0 use
getClassNameFromTarget |
Long |
LibraryObject.getClassId()
Return this object's Class Id.
|
static Long |
AccessControlList.getClassId(LibrarySession session)
Get the ID of the ClassObject representing ACCESSCONTROLLIST.
|
static Long |
ContentObject.getClassId(LibrarySession session)
Get the ID of the ClassObject representing CONTENTOBJECT.
|
static Long |
Document.getClassId(LibrarySession session)
Get the ID of the ClassObject representing DOCUMENT.
|
static Long |
Family.getClassId(LibrarySession session)
Get the ID of the ClassObject representing FAMILY.
|
static Long |
Format.getClassId(LibrarySession session)
Get the ID of the ClassObject representing FORMAT.
|
static Long |
LockEntry.getClassId(LibrarySession session)
Get the ID of the ClassObject representing LOCKENTRY.
|
static Long |
VersionSeries.getClassId(LibrarySession session)
Get the ID of the ClassObject representing VERSIONSERIES.
|
String |
LibraryObject.getClassname()
Returns the name of this object's class.
|
String |
LibraryObject.getClassName()
Returns the name of this object's class.
|
static String |
PreparedSelector.getClassNameFromTarget(AttributeValue target)
Returns the class name from the specified search target.
|
ClassObject |
LibraryObject.getClassObject()
Returns this object's class.
|
ClassObject |
LibraryObjectDefinition.getClassObject()
Return the ClassObject for the new instance.
|
ClassObject |
LibrarySession.getClassObject(Long classid)
Gets the ClassObject for the specified class id.
|
ClassObject |
LibrarySession.getClassObjectByName(String className)
Returns a class object given a class name, throwing an exception
if not found.
|
ClassObject |
LibrarySession.getClassObjectByName(String className,
boolean enforce)
Returns a class object given a class name, optionally returning null
if not found.
|
Collection |
LibrarySession.getClassObjectCollection()
Gets a reference to the ClassObject collection.
|
static ClassObject |
ClassObject.getClassObjectFromLabel(LibrarySession sess,
String label)
returns a ClassObject, based on a specified Label.
|
AttributeValue |
LibraryObjectDefinition.getClassObjectValue()
Return the ClassObject value for the new instance, as an AttributeValue.
|
AttributeValue |
LibrarySession.getClassObjectValueByName(String name)
Gets an AttributeValue representation of a CLASSOBJECT that has the
specified name.
|
PolicyList |
ClassObject.getClassPolicyList()
Gets the ClassPolicyList of this object.
|
Long |
LibrarySession.getClockOffset()
Gets the clock offset, representing the number of milliseconds the
DBMS clock is ahead of this mid tier.
|
LockObject |
LockObject.getClonedLockObject(PublicObject po)
Returns a LockObject that can be used to lock another PublicObject.
|
ColumnDescriptor[] |
PreparedSelector.getColumnDescriptors()
Gets the column descriptors to use in the select statement.
|
String |
Media.getColumnName()
Gets the value of the COLUMNNAME attribute.
|
String |
Attribute.getCommonName()
Returns the common Name of the Attribute, preferably in the
original mixed case that was used to create it.
|
String |
AttributeDefinition.getCommonName()
Get the common name.
|
String |
ClassObject.getCommonName()
Returns the common Name of the ClassObject, preferably in the
original mixed case that was used to create it.
|
String |
LibraryObject.getCommonName()
Returns the common Name of this object, or null of this
object does not have a NAME attribute.
|
static String |
LibraryObject.getCommonNameAndClass(LibraryObject obj)
Return the common name and class of the specified object.
|
String |
PreparedSelector.getCompleteSqlStatement()
Gets the complete SQL statement that will be used.
|
String |
PreparedSelector.getCompleteSqlStatement(String delim)
Gets the complete SQL statement that will be used.
|
AccessControlList[] |
AccessControlList.getComponentAcls()
Returns all AccessControlLists that are components of the target ACL.
|
AccessControlList[] |
AccessControlList.getCompositeAcls()
Gets the set of composite ACLs which reference the target ACL as a
"component".
|
AccessControlList[] |
AccessControlList.getCompositeAcls(SortSpecification sort)
Gets a sorted set of composite ACLs which reference the target ACL as a
"component".
|
ConfigurationCategoryDescriptor |
LibrarySession.getConfigurationCategoryDescriptor(String className)
Gets the ConfigurationCategoryDescriptor for the specified
ConfigurationCategory class name.
|
long |
ContentQuota.getConsumedStorage()
Gets the amount of consumed storage.
|
long |
PublicObject.getConsumedStorage()
Returns the storage (in bytes) consumed by the content of this object.
|
Actor[] |
ContactList.getContacts()
Get the Actors that comprise the list of contacts.
|
String |
ContentObjectDefinition.getContent()
Gets the content String as set in this definition,
or null if the content was not specified as a String.
|
String |
DocumentDefinition.getContent()
Gets the previously set String of content as set in this definition,
or null if no String was specified.
|
String |
ContentObjectDefinition.getContentBfileReferenceFileName()
Deprecated.
11.1+: use
getContentReference |
String |
ContentObjectDefinition.getContentBfileReferenceParentFolderPath()
Deprecated.
11.1+: use
getContentReference |
RandomAccessor |
Document.getContentByRandomAccess()
Gets a RandomAccessor for randomly reading the content of this document.
|
RandomAccessor |
ContentObject.getContentByRandomAccess(Document refObj)
Gets a RandomAccessor for randomly reading the content of this
ContentObject.
|
ContentController |
ContentObject.getContentController()
Gets the ContentController object that describes the storage and state
of the content.
|
ContentController |
ContentVaultEntry.getContentController()
Gets the referencing ContentController.
|
String |
ContentVaultEntry.getContentHash()
Returns the hash value (SHA-1 or SHA-2) of the content if hashing is enabled,
or null otherwise.
|
ContentVaultEntry.ContentHashType |
ContentVaultEntry.getContentHashType()
Gets the current content hash type.
|
int |
ContentVaultEntry.getContentHashTypeCode()
Gets the current content hash type numeric code.
|
String |
Media.getContentIndexProcedure()
Gets the name of the stored procedure called by Oracle Text to retrieve
content, or null for indirect full-text indexing.
|
protected String |
InterMediaAnnotator.getContentMimeType(Document doc)
Returns the mime type from the specified Document, if it has content.
|
Date |
ContentObject.getContentModificationDate()
Returns the date the content associated with this object
was last modified.
|
Date |
Document.getContentModificationDate()
Returns the date on which the CONTENT on this document
was last modified.
|
String |
ContentObjectDefinition.getContentNameOption()
Get the name of the document that will end up using this content.
|
ContentObject |
ContentController.getContentObject()
Gets the referencing ContentObject.
|
ContentObject |
ContentVaultEntry.getContentObject()
Gets the referencing ContentObject.
|
ContentObject |
Document.getContentObject()
Gets the content for this Document.
|
ContentObjectDefinition |
DocumentDefinition.getContentObjectDefinition()
Gets the currently allocated ContentObjectDefinition, whether set
explicitly by setContentObjectDefinition, or allocated by one of the
content convenience methods.
|
String |
ContentObjectDefinition.getContentPath()
Gets the path of the local file content,
or null if no local file was specified.
|
String |
DocumentDefinition.getContentPath()
Gets the path of the local file content,
or null if no local file was specified.
|
ContentQuota |
DirectoryGroup.getContentQuota()
Gets the group's ContentQuota object.
|
ContentQuota |
Document.getContentQuota()
Gets the ContentQuota object being charged by this Document.
|
ContentQuota |
PrimaryUserProfile.getContentQuota()
Gets the DirectoryUser's ContentQuota object.
|
AttributeValue |
PublicObjectDefinition.getContentQuotaCopyOption()
returns the ContentQuota copy Option.
|
Reader |
ContentObjectDefinition.getContentReader()
Gets the Reader from which this content will be loaded.
|
Reader |
Document.getContentReader()
Gets the document content as a Reader
|
Reader |
DocumentDefinition.getContentReader()
Gets the Reader from which this document will be loaded.
|
Reader |
ContentObject.getContentReader(LibraryObject refObj)
Gets the content as an
Reader . |
String |
ContentObjectDefinition.getContentReference()
Gets the content as a string reference that is interpreted by the Media
instance.
|
long |
ContentObject.getContentRowId()
Gets Content row ID.
|
long |
ContentVaultEntry.getContentRowId()
Gets Content row ID.
|
long |
Document.getContentRowId()
Gets Content row ID.
|
Long |
ContentObjectDefinition.getContentRowReference()
Gets the pointer to the explicit row in the content table
to which this contentobject points.
|
long |
ContentObject.getContentSize()
Gets the size of the content.
|
long |
Document.getContentSize()
Gets the size of this document's content.
|
AttributeValue |
ContentObjectDefinition.getContentSizeValue()
Gets the previously set media (of null if none set).
|
ContentStreamSerializer |
LibraryObjectDefinition.getContentSpecification(String name)
Return a Content specification
|
String[] |
LibraryObjectDefinition.getContentSpecificationKeys()
Return array of Content specification keys
|
ContentController.ContentState |
ContentController.getContentState()
Gets the current content state.
|
int |
ContentController.getContentStateCode()
Gets the current content state numeric code.
|
InputStream |
ContentObjectDefinition.getContentStream()
Gets the InputStream from which this content will be loaded.
|
InputStream |
Document.getContentStream()
Gets the document content as an InputStream.
|
InputStream |
DocumentDefinition.getContentStream()
Gets the InputStream from which this document will be loaded.
|
InputStream |
ContentObject.getContentStream(LibraryObject refObj)
Gets the content as an
InputStream . |
ContentVaultEntry |
ContentObject.getContentVaultEntry()
Gets the ContentVaultEntry object that describes the row in content storage
that is currently active.
|
Conversation |
ConversationRelation.getConversation()
Gets the related Conversation.
|
Conversation |
ConversationRelationDefinition.getConversation()
Gets the related Conversation, if explicitly set.
|
AttributeValue |
ContentObjectDefinition.getCopiedContent()
Gets the content as a reference to an existing ContentObject.
|
AttributeValue |
LibraryObjectDefinition.getCopiedObjectValue()
Get the Copied object value option.
|
LibraryObjectDefinition |
LibraryObject.getCopyContext()
Get the context of a copy operation, if a copy is in progress for the
target object.
|
LibraryObjectDefinition |
LibrarySession.getCopyContext(Long id)
Get the context of a copy operation, if a copy is in progress for the
specified object.
|
boolean |
PublicObjectDefinition.getCreateCategoriesServerSideOption()
Return true if the CreateCategoriesServerSideOption
has been set.
|
boolean |
SystemObjectDefinition.getCreateCategoriesServerSideOption()
Return true if the CreateCategoriesServerSideOption
has been set.
|
LibraryObjectDefinition |
LibraryObject.getCreateContext()
Get the context of a create operation, if a create is in progress for the
target object.
|
LibraryObjectDefinition |
LibrarySession.getCreateContext(Long id)
Get the context of a create operation, if a create is in progress for the
specified object.
|
Date |
BranchRelationship.getCreateDate()
return date this object was created.
|
Date |
PublicObject.getCreateDate()
Returns the date this object was created.
|
String |
MediaDefinition.getCreateTableSuffix()
Gets the string appended to the CREATE TABLE statement executed to create
a new content table.
|
DirectoryObject |
BranchRelationship.getCreator()
return the user that created this object.
|
DirectoryUser |
PublicObject.getCreator()
Returns the user that created this object.
|
String |
DirectoryObject.getCredentialManager()
Gets the credential manager of this DirectoryObject.
|
CredentialNameTokenizer |
LibraryService.getCredentialNameTokenizer()
Gets the CredentialNameTokenizer for this CM SDK service.
|
Actor |
LibrarySession.getCurrentActor()
Gets the current Actor in effect for this session.
|
Folder |
DirectoryUser.getCurrentAuditDomainContext()
Gets the current "Audit Domain" context for the session's user.
|
Folder |
LibrarySession.getCurrentAuditDomainContext()
Gets the current "Audit Domain" context for the session's user.
|
Date |
LibrarySession.getCurrentDate()
Gets the current Date, with the clock offset applied.
|
Folder |
FolderPathResolver.getCurrentDirectory()
Get the current directory in effect.
|
LifecyclePolicyEntry |
Document.getCurrentLifecyclePolicyEntry()
Returns the current LifecyclePolicyEntry reflecting the current state of
the document.
|
Folder |
DirectoryUser.getCurrentOrDefaultAuditDomainContext()
Gets the current or default "Audit Domain" context for the session's user.
|
Folder |
LibrarySession.getCurrentOrDefaultAuditDomainContext()
Gets the current or default "Audit Domain" context for the session's user.
|
String |
FolderPathResolver.getCurrentPath()
Get the current file path in effect.
|
long |
LibrarySession.getCurrentTimeMillis()
Gets the current time in milliseconds, with the clock offset applied.
|
AttributeValue[] |
LibrarySession.getCustomAuditTypes()
Gets the custom audit operation type values.
|
String |
CustomMediaDriverSpecification.getCustomMediaDriverClassName()
Gets the fully-qualified class name of the CustomMediaDriver class for
this CustomMediaDriverSpecification.
|
CustomMediaDriverSpecification |
MediaCustom.getCustomMediaDriverSpecification()
Gets the CustomMediaDriverSpecification that identifies the
CustomMediaDriver used by this MediaCustom instance to store content.
|
protected S_LibraryObjectData |
LibraryObject.getData()
Gets the S_LibraryObjectData for this LibraryObject.
|
String |
LibrarySession.getDatabaseCharacterSet()
Returns the Iana character set of the database.
|
String |
Attribute.getDatabaseObjectName()
get the database object name corresponding to this attribute.
|
String |
ClassObject.getDatabaseObjectName()
Returns the Database Object Name.
|
String |
ClassObject.getDatabaseTableName()
Gets the name of the database table of the class.
|
static String |
LibraryService.getDatabaseUrlUsingDomainName(String domainName,
String jdbcDriverType)
Deprecated.
9.2.5: use 3-arg variant of
getDatabaseUrlUsingDomainName |
static String |
LibraryService.getDatabaseUrlUsingDomainName(String databaseType,
String domainName,
String jdbcDriverType)
Resolves a domain name to a database URL.
|
String |
ClassObject.getDatabaseViewName()
Gets the name of the database view of the class.
|
int |
Attribute.getDataLength()
Get the length of the attribute.
|
int |
Attribute.getDataScale()
Get the Data Scale of this Attribute.
|
int |
Attribute.getDataType()
Get the data type of the attribute.
|
int |
Property.getDataType()
Gets the data type of this Property.
|
int |
PropertyDefinition.getDataType()
Gets the data type of the new Property.
|
String |
Attribute.getDataTypeLabel()
Gets the localized String label for the data type set for
this instance.
|
String |
LockEntry.getDavOwner()
Gets the DAV owner for this LockEntry.
|
AccessLevel |
PublicObject.getDefaultAccessLevel()
Returns the access level defined for
"World" access; i.e. the minimum access granted
implicitly to all users.
|
AccessControlList |
PrimaryUserProfile.getDefaultAcl()
Gets the DirectoryUser's default ACL.
|
PropertyBundle |
PrimaryUserProfile.getDefaultAcls()
Gets the PropertyBundle for this profile that
contains name/value pairs keyed by classname of the default
ACL to use when creating an instance of that class.
|
protected ActivitySpecification |
ActivityRecord.getDefaultActivitySpecification()
Gets the default ActivitySpecification to use for a new ActivityRecord.
|
protected AuditSpecification |
ActivityRecord.getDefaultAuditSpecification()
Gets the default AuditSpecification to use for a new ActivityRecord.
|
Media |
LibrarySession.getDefaultContentMedia()
Get the default content Media instance.
|
ContentQuota |
LibrarySession.getDefaultContentQuota()
Gets the session's default ContentQuota, set via setDefaultContentQuota().
|
String |
LibrarySession.getDefaultFolderRelationshipClassname()
Deprecated.
CM SDK 10g: no replacement functionality; FolderPathRelationship
is now used as the class name
|
SortSpecification |
LibrarySession.getDefaultFolderSortSpecification()
get the default SortSpecification
that is used by default for all Folder selection operations.
|
static Format |
Format.getDefaultFormat(LibrarySession session)
Gets the "default" format, to be used when no existing
format matches identification criteria (e.g. file extension
or mime type).
|
protected PerformedActivitySpecification |
Actor.getDefaultPerformedActivitySpecification()
Gets the default PerformedActivitySpecification to use for a new Actor.
|
static PerformedActivitySpecification |
PerformedActivitySpecification.getDefaultPerformedActivitySpecification(LibrarySession session)
Returns the current default PerformedActivitySpecification.
|
protected TrackedActivitySpecification |
Actor.getDefaultTrackedActivitySpecification()
Gets the default TrackedActivitySpecification to use for a new Actor.
|
static TrackedActivitySpecification |
TrackedActivitySpecification.getDefaultTrackedActivitySpecification(LibrarySession session)
Returns the current default TrackedActivitySpecification.
|
VersionDescription |
Family.getDefaultVersionDescription()
Gets the default VersionDescription of this family.
|
VersionDescription |
VersionSeries.getDefaultVersionDescription()
Returns the default version of this version series.
|
protected InterMediaSourceDefinition |
InterMediaAnnotator.getDefFromAnnotation(LibrarySession session,
oracle.ord.media.annotator.annotations.Annotation ann)
Gets an InterMediaSourceDefinition from the specified Annotation.
|
String |
Attribute.getDefiningClass()
Returns the CLASS of which this is an attribute.
|
ClassObject |
DefinitionObject.getDefiningClass()
Returns the ClassObject for which the definition applies.
|
ClassObject |
Attribute.getDefiningClassObject()
Returns the ClassObject that defines this attribute.
|
LibraryObjectDefinition |
LibraryObject.getDefinition()
Creates a LibraryObjectDefinition which represents this object.
|
LibraryObjectDefinition |
LibraryObjectDefinition.getDefinition(String name)
Return a definition value.
|
static String |
LibraryObjectDefinition.getDefinitionClassName(LibrarySessionInterface session,
Long classId)
Return the class name that would be used to construct
a definition instance for the specified class ID.
|
String |
ClassObject.getDefinitionClasspath()
Gets the fully-qualified name of the Java class to use
as the definition class for this type.
|
LibraryObjectDefinition |
LibraryObject.getDefinitionForSimplePropertyUpdates(boolean updateLastModInfo)
Gets the LibraryObjectDefinition to use for adding or removing
SimpleProperties to/from the target object.
|
LibraryObjectDefinition |
PublicObject.getDefinitionForSimplePropertyUpdates(boolean updateLastModInfo)
Gets the LibraryObjectDefinition to use for adding or removing
SimpleProperties to/from the target object.
|
String[] |
LibraryObjectDefinition.getDefinitionKeys()
Return array of Definition keys
|
String[] |
LibraryObjectDefinition.getDefinitionListKeys()
Return array of Definition List keys
|
LibraryObjectDefinition[] |
LibraryObjectDefinition.getDefinitions(String name)
Return a set of definitions for a definition list, identified by the specified name.
|
String |
Attribute.getDefinitionSettingPolicy()
Returns the policy in effect for applying a definition setting
for the Attribute.
|
String |
AttributeDefinition.getDefinitionSettingPolicy()
Gets the policy in effect for applying a definition setting
for the Attribute.
|
boolean |
LifecyclePolicyDefinition.getDeleteAllLifecyclePolicyEntries()
Gets indication as to whether all existing LifecyclePolicyEntries
should be deleted as part of an update operation.
|
DirectoryUser |
PublicObject.getDeletor()
Returns the user that deleted this object, or null if the
object is not marked for deletion.
|
ClassObject[] |
DependentView.getDependentClassObjects()
Gets The ClassObjects this object depends upon.
|
int |
LockEntry.getDepth()
Gets the depth value for locks on folders.
|
String |
ActionSpecification.getDescription()
Gets the description of this ActionSpecification.
|
String |
ActivitySpecification.getDescription()
Gets the description of this ActivitySpecification.
|
String |
Attribute.getDescription()
Returns the description of an Attribute.
|
String |
ClassDomain.getDescription()
Gets the description of this ClassDomain.
|
String |
ClassObject.getDescription()
Returns the description of a Class Object.
|
String |
CustomMediaDriverSpecification.getDescription()
Gets the textual description of this CustomMediaDriverSpecification.
|
String |
ExtendedPermission.getDescription()
Returns the description of this ExtendedPermission.
|
String |
LifecycleDateRuleSpecification.getDescription()
Gets the description of this LifecycleDateRuleSpecification.
|
String |
LifecyclePolicy.getDescription()
Gets the description of this LifecyclePolicy.
|
String |
LifecyclePolicyActionSpecification.getDescription()
Gets the description of this LifecyclePolicyActionSpecification.
|
String |
LifecyclePolicyEntry.getDescription()
Gets the description of this LifecyclePolicyEntry.
|
String |
Media.getDescription()
Returns the description of this object.
|
String |
PerformedActivitySpecification.getDescription()
Returns the description of this PerformedActivitySpecification.
|
String |
PermissionBundle.getDescription()
Returns description of this object
|
String |
PublicObject.getDescription()
Returns the description of this object.
|
String |
RetentionPolicy.getDescription()
Gets the description of this RetentionPolicy.
|
String |
SchemaCategory.getDescription()
Returns the description of this object
|
String |
TrackedActivitySpecification.getDescription()
Returns the description of this TrackedActivitySpecification.
|
String |
ValueDefault.getDescription()
Gets the description of this ValueDefault.
|
String |
ValueDomain.getDescription()
Gets the description of this ValueDomain.
|
SimplePropertyTableListDefinition[] |
SimplePropertyTableListDefinition.getDetailListDefinitions()
Gets all the detail list Definitions for this instance.
|
SimplePropertyTableList[] |
SimplePropertyTableList.getDetailLists()
Gets the SimplePropertyTableLists representing the sublists under
this TableList.
|
DirectoryGroup[] |
DirectoryObject.getDirectAncestors()
Gets the direct ancestors to this DirectoryObject.
|
DirectoryGroup |
DirectoryObject.getDirectAncestors(int index)
Deprecated.
iFS 9.0.3 Use getDirectAncestors() and index into the resultant array
|
Long[] |
DirectoryGroup.getDirectMemberIds()
Returns IDs reflecting the direct members of this instance.
|
DirectoryObject[] |
DirectoryGroup.getDirectMembers()
Gets the direct members of this instance.
|
DirectoryObject[] |
DirectoryObject.getDirectMembers()
Gets the direct members belonging to this DirectoryObject.
|
DirectoryObject |
DirectoryGroup.getDirectMembers(int index)
Gets the direct member at the specified index of this group.
|
DirectoryObject |
DirectoryObject.getDirectMembers(int index)
Gets the specific direct member at the specified index in array of
DirectoryObject.
|
DirectoryObject |
LibrarySession.getDirectoryObject(Long id)
Lookup a DirectoryObject by its id.
|
DirectoryObjectInterface |
LibrarySession.getDirectoryObjectInterface(Long id)
Gets the DirectoryObjectInterface for the specified id.
|
DirectoryObjectInterface[] |
LibrarySession.getDirectoryObjectInterfaces(Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids.
|
DirectoryUser |
LibrarySession.getDirectoryUser()
Return the user associated with the current session.
|
DirectoryUser |
UserProfile.getDirectoryUser()
Gets the DirectoryUser associated with this UserProfile.
|
Collection |
LibrarySession.getDirectoryUserCollection()
Gets a reference to the DirectoryUser collection.
|
ClassObject[] |
ClassObject.getDirectSubclasses()
Gets the direct subclasses of this ClassObject.
|
ClassObject |
ClassObject.getDirectSubclasses(int index)
Gets the specified direct subclass of this ClassObject.
|
String[] |
NodeConfiguration.getDisabledInheritedPropertyNames()
Gets the array of Property names that should not be inherited from the
Super NodeConfiguration.
|
String[] |
NodeConfiguration.getDisabledInheritedServerNames()
Gets the array of Server names that should not be inherited from the
Super NodeConfiguration.
|
Long[] |
LibrarySession.getDiscoverabilityOfPublicObjectsIds(Long[] ids)
Return indication as to which PublicObject objects specified (by ID) the
current user can discover.
|
String |
PrimaryUserProfile.getDisplayName()
Gets the name of the DirectoryUser that is used for display
purposes.
|
AccessLevel |
AccessControlEntry.getDistinctAccessLevel()
Returns the access level represented by this ACE without
considering permission bundles.
|
AccessLevel |
AccessControlEntryDefinition.getDistinctAccessLevel()
get the AccessLevel to be associated with this instance
of ACE without permission bundles.
|
String |
DirectoryObject.getDistinguishedName()
Gets the distinguished name for this DirectoryObject.
|
Document |
PrintJob.getDocument()
Get the Document that contains the content of this PrintJob.
|
DocumentDefinition |
PrintJobDefinition.getDocumentDefinition()
Gets the currently allocated DocumentDefinition.
|
PropertyBundle |
LibrarySession.getDomainPropertyBundle()
Gets the domain PropertyBundle.
|
AttributeValue |
LibrarySession.getDomainPropertyValue(String name)
Gets the value of a domain property, by name.
|
int |
ClassDomain.getDomainType()
Gets the domain type of this ClassDomain.
|
int |
ValueDomainPropertyBundle.getDomainType()
Gets the domain type of this ValueDomainPropertyBundle.
|
String |
ClassDomain.getDomainTypeLabel()
Gets the localized String label for the DomainType set for
this instance.
|
String |
ValueDomainPropertyBundle.getDomainTypeLabel()
Gets the localized String label for the domain type set for
this instance.
|
Double |
SimpleProperty.getDoubleValue()
Gets The value of this Property if the datatype is a Double.
|
Double[] |
SimpleProperty.getDoubleValues()
Gets The value of this Property if the datatype is an array of Doubles.
|
AccessLevel |
PublicObject.getEffectiveAccessLevel()
Get the access level on this object
for the current user.
|
AccessLevel |
AccessControlList.getEffectiveAccessLevel(DirectoryObject obj)
Returns the effective access level
on this object for the specified user.
|
AccessLevel |
PublicObject.getEffectiveAccessLevel(DirectoryObject obj)
Get the access level on this object
for the specified user.
|
int |
ClassObject.getEffectiveClassAttributeIndex(String attributeName)
Gets the index of the specified effective Attribute of this ClassObject.
|
Attribute[] |
ClassObject.getEffectiveClassAttributes()
Gets the effective Attributes of this ClassObject.
|
Attribute |
ClassObject.getEffectiveClassAttributes(int index)
Gets the specified effective Attribute of this ClassObject.
|
Attribute |
ClassObject.getEffectiveClassAttributes(String attributeName)
Gets the specified effective Attribute of this ClassObject.
|
Vector |
ClassObject.getEffectiveClassPolicyListElements(String operation)
Gets the set of policies, as PolicyListElements, implicitly applied
to all instances of this ClassObject for the specified operation.
|
int |
Attribute.getEffectiveDatalength()
Gets the effective data length for the Attribute.
|
Vector |
LibraryObject.getEffectivePolicyListElements(String operation)
Gets the set of policies, as PolicyListElements, applied to this
LibraryObject, either explicitly (through either its PolicyLists)
or implicitly (through the ClassPolicyLists
of its classobject hierarchy) for the specified operation.
|
Property[] |
ServerConfiguration.getEffectiveProperties()
Gets the effective Properties of this ServerConfiguration.
|
Property |
ServerConfiguration.getEffectiveProperty(String name)
Gets an effective Property specified by name.
|
Property |
ServerConfiguration.getEffectivePropertyByUpperCaseName(String name)
Gets an effective Property specified by name, where the name must be
in all uppercase.
|
AttributeValueTable |
NodeConfiguration.getEffectivePropertyTable()
Gets the effective set of properties, combining this instance's properties
with any defined on the super NodeConfiguration.
|
AttributeValue |
ServerConfiguration.getEffectivePropertyValue(String name)
Gets the value of an effective Property specified by name.
|
AttributeValue |
ServerConfiguration.getEffectivePropertyValueByUpperCaseName(String name)
Gets the value of an effective Property specified by name, where the name
must be in all uppercase.
|
AttributeValueTable |
NodeConfiguration.getEffectiveServersTable()
Gets the effective set of servers, combining this instance's servers
with any defined on the super NodeConfiguration.
|
Enumeration |
ConnectedLibraryObjectCache.getElements()
Gets an Enumeration of the LibraryObjects in this cache.
|
Enumeration |
LooselyBoundedLibraryObjectCache.getElements()
Gets an Enumeration of the LibraryObjects in this cache.
|
String |
DirectoryUser.getEmailAddress()
Gets the email address for this DirectoryUser.
|
String |
PrimaryUserProfile.getEmailAddress()
Gets the name of the DirectoryUser that is used for display
purposes.
|
String[] |
NodeConfiguration.getEnabledInheritedPropertyNames()
Gets the array of Property names that should ONLY be inherited from the
Super NodeConfiguration.
|
String[] |
NodeConfiguration.getEnabledInheritedServerNames()
Gets the array of Server names that should ONLY be inherited from the
Super NodeConfiguration.
|
Boolean |
ContentObjectDefinition.getEncrypted()
Gets indication of whether the content should be encrypted.
|
Boolean |
DocumentDefinition.getEncrypted()
Gets indication of whether the content should be encrypted.
|
String |
LibrarySession.getEncryptedRepositoryParameter(String name)
Gets the value of the specified repository parameter.
|
long |
ContentVaultEntry.getEncryptionToken()
Gets the encryption token value.
|
AuditSpecification |
ActivityRecord.getEventHistory()
Gets the AuditSpecification which contains the event history
for this instance.
|
AuditSpecification |
ActivityRecordDefinition.getEventHistory()
Gets the event history, if explicitly set.
|
Long |
ActivityRecord.getEventHistoryId()
Gets the AuditSpecification which contains the event history
for this instance.
|
oracle.ifs.beans.LibrarySessionEventPoller |
LibrarySession.getEventPoller()
Gets the event poller for this LibrarySession.
|
AttributeValue |
LibraryObject.getEventualAttributeByUpperCaseName(String attrName,
LibraryObjectDefinition def)
Gets the attribute value for the specified attribute from either
the target object or from the specified definition.
|
long |
LockEntry.getExceptedSession()
Gets the session for which the restrictions described by this LockEntry
do not apply.
|
DirectoryUser |
LockEntry.getExceptedUser()
Gets the DirectoryUser for which the restrictions described by this LockEntry
do not apply.
|
int |
Policy.getExecutionMode()
Gets the privileged mode (if any) in which this Policy executes.
|
String |
LifecyclePolicyEntry.getExecutionPeriodProperty()
Returns the time period to search for Documents that are eligible to
have this action performed on them.
|
Date |
PublicObject.getExpirationDate()
Returns the expiration date set for this object
|
static LockObject[] |
LockObject.getExpiredTimedLocks(LibrarySession session,
int maxItems,
int offset)
Gets a set of expired timed LockObjects.
|
boolean |
PublicObjectDefinition.getExplicitCreateAndModifyAttributesOption()
Return true if the ExplicitCreateAndModifyAttributesOption
has been set.
|
Date |
PublicObjectDefinition.getExplicitCreateDate()
returns any explicitly specified CreateDate, if specified
via the setExplicitCreateDateOption() method.
|
Date |
PublicObjectDefinition.getExplicitLastModifyDate()
returns any explicitly specified LastModifydate, if specified
via the setExplicitLastModifyDate() method.
|
int |
ClassObject.getExtendedClassAttributeIndex(String attributeName)
Gets the index of the specified extended Attribute of this ClassObject.
|
Attribute[] |
ClassObject.getExtendedClassAttributes()
Gets the extended Attributes of this ClassObject.
|
Attribute[] |
ClassObject.getExtendedClassAttributes(ClassObject superclass)
Gets an array of the Attributes that this ClassObject has and that the
specified superclass does not have.
|
Attribute |
ClassObject.getExtendedClassAttributes(int index)
Gets the specified extended Attribute of this ClassObject.
|
Attribute |
ClassObject.getExtendedClassAttributes(String attributeName)
Gets the specified extended Attribute of this ClassObject.
|
Collection |
LibrarySession.getExtendedPermissionCollection()
Gets a reference to the ExtendedPermission collection.
|
ExtendedPermission[] |
AccessControlEntry.getExtendedPermissions()
Returns extended permissions of this ACE.
|
Collection |
LibrarySession.getExtendedUserProfileCollection()
Gets a reference to the ExtendedUserProfile collection.
|
String |
Format.getExtension()
returns the local file extension associated with this Format.
|
String |
ExternalRetentionPolicy.getExternalDisplayName()
Gets the display name of the corresponding external instance.
|
String |
ExternalRetentionPolicy.getExternalManagerId()
Gets the identify of the external retention manager.
|
String |
ExternalRetentionPolicy.getExternalName()
Gets the name of the corresponding external instance, which may
not be unique.
|
Family |
PublicObject.getFamily()
Returns the Family with which this object is associated.
|
FamilyDefinition |
VersionSeriesDefinition.getFamilyDefinition()
Get the Family definition for the new PublicObject.
|
Reader |
Document.getFilteredContent()
Gets the plaintext or HTML content of the document, previously
generated by a call to filterContent()
|
Reader |
ContentObject.getFilteredContent(LibraryObject refObj)
Gets the plaintext or HTML content of the document, previously
generated by a call to filterContent()
|
String[] |
PolicyListElement.getFilters()
Gets the filters which, if set by a previous policy with a
FILTER SUBSEQUENT outcome, prevent execution of this policy.
|
Category |
PublicObject.getFirstCategory(ClassObject clssObj)
Return the first category of given type, or null.
|
PublicObject |
PublicObject.getFirstVersion()
Returns the PublicObject referenced by the first VersionDescription in the
PrimaryVersionSeries.
|
VersionDescription |
VersionDescription.getFirstVersionDescription()
Cover for
getVersionSeries().getFirstVersionDescription() |
VersionDescription |
VersionSeries.getFirstVersionDescription()
Returns the first VersionDescription of this series.
|
long |
PublicObject.getFlags()
Gets the flags bitmask.
|
protected long |
Category.getFlagUpdatesForCreate(PublicObject assoc,
long flags)
Deprecated.
9.2.4.0: this method is no longer relevant
|
protected long |
Category.getFlagUpdatesForFree(PublicObject assoc,
long flags)
Deprecated.
9.2.4.0: this method is no longer relevant
|
int |
FolderDefinition.getFolderDepthOption()
Gets the Folder depth system option that is set.
|
Vector |
LibrarySession.getFolderIndexDeferredUpdates(int maxItems)
Gets a set of Deferred Folder Index Updates
|
Integer |
FolderDefinition.getFolderIndexLevelOption()
Gets the FolderIndex Level option that was set previously.
|
String |
LibrarySession.getFolderPathDelimiter()
Gets the current session's folder path delimiter.
|
Folder[] |
PublicObject.getFolderReferences()
Returns an array of folders that reference this PublicObject.
|
Folder |
PublicObject.getFolderReferences(int index)
Returns the Folder at specified index
in the array of ReferencingFolders.
|
SortSpecification |
PublicObject.getFolderReferencesSortSpecification()
Returns the current sort specification used
by the getFolderReferences method.
|
protected SortSpecification |
LibrarySession.getFolderSortSpecification(PublicObject po)
get the SortSpecification for a particular object.
|
Format |
ContentObject.getFormat()
Gets the Format object.
|
Format |
Document.getFormat()
Gets the format for this Document.
|
Format |
ContentObjectDefinition.getFormat(LibrarySession sess)
Deprecated.
CM SDK 10gR2: use getAttribute("FORMAT")
|
Format |
DocumentDefinition.getFormat(LibrarySession sess)
Gets the format for this DocumentDefinition.
|
static Format |
Format.getFormatByFilename(LibrarySession session,
String filename)
Derives a format based on the extension of the given filename.
|
Collection |
LibrarySession.getFormatCollection()
Gets a reference to the Format (by name) collection.
|
Collection |
LibrarySession.getFormatExtensionCollection()
Gets a reference to the FormatExtension collection.
|
LibraryObjectDefinition |
LibraryObject.getFreeContext()
Get the context of a free operation, if a free is in progress for the
target object.
|
LibraryObjectDefinition |
LibrarySession.getFreeContext(Long id)
Get the context of a free operation, if a free is in progress for the
specified object.
|
boolean |
PublicObjectDefinition.getFreeIfLastFolderReferenceOption()
return true if the FreeIfLastFolderReferenceOption
has been set.
|
Long |
Folder.getGlobalAuditEventExpirationPeriod()
Gets the expiration period to use for events in the global
AuditSpecification.
|
AuditTypeList |
Folder.getGlobalAuditTypeList()
Gets the global AuditTypeList registered for this domain context.
|
OperationActionSpecification[] |
LibrarySession.getGlobalOperationActionSpecifications()
Gets the "global" OperationActionSpecifications.
|
AccessLevel |
AccessControlList.getGrantedAccessLevel()
Returns the access level on this object for the current user.
|
AccessLevel |
AccessControlList.getGrantedAccessLevel(DirectoryObject obj)
Returns the access level on this object for a specified DirectoryObject.
|
DirectoryObject |
AccessControlEntry.getGrantee()
Returns the directory object (grantee) that is associated with this ACE.
|
DirectoryObject |
AccessControlEntryDefinition.getGrantee()
Deprecated.
CM SDK 10gR2: use getGranteeValue()
|
AttributeValue |
AccessControlEntryDefinition.getGranteeValue()
Returns the grantee value to be associated with this definition.
|
GssApiCredential |
LibraryService.getGssApiCredential(byte[] inputTicket,
Hashtable parameters)
Gets a new GssApiCredential using the supplied ticket.
|
DirectoryUser |
LibrarySession.getGuestUser()
Gets the DirectoryUser who is the guest user.
|
long |
LibrarySession.getHighestAuditId()
Get the highest Audit Id in use.
|
String |
EventNotificationSelector.getHint()
Gets the SQL hint to use for the main select.
|
String |
PreparedSelector.getHint()
Gets the SQL hint to use for the main select.
|
Folder |
DirectoryUser.getHomeFolder()
Gets the Home folder for this DirectoryUser.
|
Folder |
PrimaryUserProfile.getHomeFolder()
Gets the DirectoryUser's home folder.
|
Long |
LibraryObject.getId()
Returns this object's ID (as a Long).
|
Long |
LibraryObjectDefinition.getId()
return the Id, null if not yet specified
|
Long |
LibraryService.getId()
Gets the ID that identifies this service instance.
|
Long |
LibrarySession.getId()
Gets the id of this session.
|
Long |
LibrarySession.getIdForNewObject()
Return an Id that can be used to create a new LibraryObject.
|
Long[] |
LibrarySession.getIdsForNewObjects(int length)
Return a set of Ids that can be used to import a set
of objects.
|
IfsConnection |
LibrarySession.getIfsConnection()
Returns an IfsConnection for this LibrarySession.
|
Integer |
InterMediaImage.getImageBitsPerPixel()
returns The Number of bits per image pixel
|
Integer |
InterMediaImage.getImageCount()
returns The number of images stored in the file
|
Long |
InterMediaImage.getImageHeight()
returns The height of the image
|
Double |
InterMediaImage.getImageHorizontalRes()
returns The Horizontal resolution in pxl/in
|
String |
InterMediaImage.getImagePixelFormat()
returns The color space of the image, including the resolution
|
Double |
InterMediaImage.getImageVerticalRes()
returns The Vertical resolution in pxl/in
|
Long |
InterMediaImage.getImageWidth()
returns The width of the image
|
int |
Policy.getImplementationEnum()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
String |
Policy.getImplementationName()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
PublicObject |
LockEntry.getInfo()
Gets an information object that describes the LockEntry.
|
AttributeValue |
ClassObject.getInheritedPropertyValue(String name)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
AttributeValue |
ClassObject.getInheritedPropertyValue(String name,
boolean bypassNulls)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
ServerConfiguration[] |
ServerConfiguration.getInheritedServerConfigurations()
Gets the ServerConfigurations from which this ServerConfiguration
"inherits" properties.
|
Actor |
ActivityRecord.getInitialActor()
Gets the initial Actor to act upon this instance.
|
Date |
Document.getInitialLifecycleDate()
Returns the initial base date used to manage lifecycle of this document.
|
AccessControlEntry |
AccessControlEntryDefinition.getInsertAfterAccessControlEntry()
Deprecated.
CM SDK 10gR2: use getInsertAfterAccessControlEntryValue()
|
AttributeValue |
AccessControlEntryDefinition.getInsertAfterAccessControlEntryValue()
Returns the reference ACE set using setInsertAfterAccessControlEntryValue.
|
AccessControlEntry |
AccessControlEntryDefinition.getInsertBeforeAccessControlEntry()
Deprecated.
CM SDK 10gR2: use getInsertBeforeAccessControlEntryValue()
|
AttributeValue |
AccessControlEntryDefinition.getInsertBeforeAccessControlEntryValue()
Returns the reference ACE set using setInsertBeforeAccessControlEntryValue.
|
int |
EventNotificationSelector.getItemCount()
Returns the search result count.
|
int |
Folder.getItemCount()
Gets the number of items in this Folder, including both
documents and subfolders.
|
int |
PreparedSelector.getItemCount()
Returns the search result count.
|
int |
Search.getItemCount()
Returns the number of rows in search result.
|
int |
Selector.getItemCount()
Returns the number of items in the search results.
|
int |
Search.getItemCount(AttributeValue[] bindValues)
Returns the number of rows in search result.
|
int |
Search.getItemCount(AttributeValue[] bindValues,
String language)
Returns the number of rows in search result.
|
int |
Search.getItemCount(AttributeValue[] bindValues,
String language,
int timeout)
Returns the number of rows in search result.
|
int |
Search.getItemCount(String language)
Returns the number of rows in search result.
|
PublicObject[] |
Folder.getItems()
Gets an array containing this Folder's items.
|
LibraryObject[] |
PreparedSelector.getItems()
Returns the entire search results as an array.
|
SearchResultObject[] |
Search.getItems()
Returns the all the rows in the Search Result.
|
LibraryObject[] |
Selector.getItems()
Returns the entire search results as an array.
|
SearchResultObject |
Search.getItems(int index)
Returns the ith row in the Search Result.
|
LibraryObject |
Selector.getItems(int index)
Returns a single search result item from the search results
with an index relative the the search sort order.
|
String |
PreparedSelector.getJoinCondition()
Returns the join condition that was set using setJoinCondition().
|
boolean |
PublicObjectDefinition.getKeepLastModifierOption()
return the indication as to whether the last modifier
should remain unchanged as part of an update operation.
|
boolean |
PublicObjectDefinition.getKeepLastModifyDateOption()
return the indication as to whether the last modification date
should remain unchanged as part of an update operation.
|
String |
Attribute.getLabel()
returns the Label for this Attribute, based on the Attribute's name
and class.
|
String |
ClassObject.getLabel()
returns the Label for this Attribute, based on the Attribute's name
and class.
|
String |
LibraryObject.getLabel()
Returns the Label for this object, based on the object's name.
|
String |
ContentObject.getLanguage()
Gets the language of this content,
or null if language not specified.
|
String |
DirectoryUser.getLanguage()
Gets the Language preference for this DirectoryUser.
|
String |
Document.getLanguage()
Gets the Oracle language of the content,
or null if not specified.
|
String |
PrimaryUserProfile.getLanguage()
Retrieve the default language setting used when uploading
a document.
|
String |
DocumentDefinition.getLanguage(LibrarySession sess)
Deprecated.
CM SDK 10gR2: use getContentObjectDefinition() and use
getAttribute() on it to get Attribute settings
|
Date |
ContentObject.getLastAccessDate()
Gets when the content of this ContentObject was most recently written
or read.
|
Date |
ActivityRecord.getLastActionDate()
Returns the Date of the last Action posted on this instance.
|
long |
ActivityRecord.getLastActionId()
Gets the ID of the AuditEvent for the last Action posted
on this instance.
|
int |
ActivityRecord.getLastActionType()
Gets the enumerated value describing the last Action posted
on this instance.
|
Actor |
ActivityRecord.getLastActor()
Gets the last Actor to act upon this instance.
|
DirectoryUser |
PublicObject.getLastModifier()
Returns the user that last modified this object.
|
Date |
PublicObject.getLastModifyDate()
Returns the date this object was last modified
|
PublicObject |
PublicObject.getLastVersion()
Returns the PublicObject referenced by the last VersionDescription in the
PrimaryVersionSeries.
|
VersionDescription |
VersionDescription.getLastVersionDescription()
Cover for
getVersionSeries().getLastVersionDescription() |
VersionDescription |
VersionSeries.getLastVersionDescription()
Returns the last VersionDescription of this series.
|
PublicObject |
Relationship.getLeftObject()
returns the public object of the "left" side of this relationship
|
PublicObject[] |
PublicObject.getLeftwardRelationshipObjects(ClassObject relClass)
Returns all "left side" public objects that are related to this object by
the specied Relationship Class.
|
PublicObject[] |
PublicObject.getLeftwardRelationshipObjects(String relClassName)
Returns all "left side" public objects that are related to this object by
the specied Relationship Class.
|
Relationship[] |
PublicObject.getLeftwardRelationships(ClassObject relClass)
Returns all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
Relationship[] |
PublicObject.getLeftwardRelationships(String relClassName)
Returns all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
long |
PublicObject.getLeftwardRelationshipsCount(ClassObject relClass)
Returns the count of all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
long |
PublicObject.getLeftwardRelationshipsCount(String relClassName)
Returns the count of all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
LibraryObject |
SearchResultObject.getLibraryObject()
Returns the first object in the SearchResult.
|
LibraryObject |
LibrarySession.getLibraryObject(Long id)
Lookup a LibraryObject by its id.
|
LibraryObject |
LibrarySession.getLibraryObject(Long id,
Long classId)
Lookup a LibraryObject by its id and classId.
|
LibraryObject |
LibrarySession.getLibraryObject(S_LibraryObjectData data)
getLibraryObject - lookup a LibraryObject by its data.
|
LibraryObject |
SearchResultObject.getLibraryObject(String className)
Returns the result object for the class.
|
S_LibraryObjectData |
LibrarySession.getLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Gets the S_LibraryObjectData for the specified id and class id.
|
static LibraryObjectLookupCache |
ActionSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ActionSpecification instances by name.
|
static LibraryObjectLookupCache |
ActivitySpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ActivitySpecification instances by name.
|
static LibraryObjectLookupCache |
Queue.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
Queue instances by uniquename.
|
static LibraryObjectLookupCache |
TrackedActivitySpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
AutoFolderingActionSpecification instances by name.
|
static LibraryObjectLookupCache |
AccessControlList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
AccessControlList instances by name.
|
static LibraryObjectLookupCache |
ClassAccessControlList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
ClassAccessControlList instances by name.
|
static LibraryObjectLookupCache |
ClassDomain.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
ClassDomain instances by name.
|
static LibraryObjectLookupCache |
ClassObject.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
ClassObject instances by name.
|
static LibraryObjectLookupCache |
DirectoryUser.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
DirectoryUser instances by name.
|
static LibraryObjectLookupCache |
ExtendedPermission.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
ExtendedPermission instances by name.
|
static LibraryObjectLookupCache |
ExtendedUserProfile.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
ExtendedUserProfile instances by name and by the current
user.
|
static LibraryObjectLookupCache |
Format.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
Format instances by name.
|
static LibraryObjectLookupCache |
Media.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
Media instances by name.
|
static LibraryObjectLookupCache |
PermissionBundle.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
PermissionBundle instances by name.
|
static LibraryObjectLookupCache |
Policy.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
Policy instances by name.
|
static LibraryObjectLookupCache |
PolicyList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
PolicyList instances by name.
|
static LibraryObjectLookupCache |
SystemAccessControlList.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
SystemAccessControlList instances by name.
|
static LibraryObjectLookupCache |
SystemLockObject.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
SystemLockObject instances by name.
|
static LibraryObjectLookupCache |
ValueDefault.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
ValueDefault instances by name.
|
static LibraryObjectLookupCache |
ValueDomain.getLibraryObjectLookupCache(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
ValueDomain instances by name.
|
static LibraryObjectLookupCache |
Format.getLibraryObjectLookupCacheByExtension(LibrarySessionInterface session)
Returns the LibraryObjectLookupCache used by find
Format instances by EXTENSION.
|
LibrarySession |
LibraryObjectDefinition.getLibrarySession()
Get the bean-side session associated with this instance.
|
Date |
Document.getLifecycleDate()
Returns the current base date used to manage lifecycle of this document.
|
LifecycleDateRule |
LifecycleDateRuleSpecification.getLifecycleDateRule()
Gets the LifecycleDateRule instance implementation
corresponding to the LifecycleDateRuleClassName.
|
String |
LifecycleDateRuleSpecification.getLifecycleDateRuleClassName()
Gets the Fully-qualified class name of the LifecycleDateRule class.
|
LifecycleDateRuleSpecification |
LifecyclePolicy.getLifecycleDateRuleSpecification()
Gets the LifecycleDateRuleSpecification which holds the rule
for determining the LifecycleDate for documents under the control of
this LifecyclePolicy.
|
LifecyclePolicy |
Document.getLifecyclePolicy()
Returns the LifecyclePolicy which describes the
lifecycle rules for this document.
|
LifecyclePolicy |
LifecyclePolicyEntry.getLifecyclePolicy()
Gets the LifecyclePolicy that this entry is part of.
|
LifecyclePolicyAction |
LifecyclePolicyActionSpecification.getLifecyclePolicyAction()
Gets the LifecyclePolicyAction instance implementation
corresponding to the LifecyclePolicyActionClassName.
|
String |
LifecyclePolicyActionSpecification.getLifecyclePolicyActionClassName()
Gets the fully-qualified class name of the LifecyclePolicyAction class.
|
LifecyclePolicyActionSpecification |
LifecyclePolicyEntry.getLifecyclePolicyActionSpecification()
Gets the references of the LifecyclePolicyActionSpecification that will be
used to execute the action.
|
LifecyclePolicyEntry[] |
LifecyclePolicy.getLifecyclePolicyEntries()
Returns the set of LifecyclePolicyEntry defined for this
LifecyclePolicy.
|
static LifecyclePolicyEntry[] |
LifecyclePolicyEntry.getLifecyclePolicyEntries(LibrarySession session)
Returns the set of defined LifecyclePolicyEntry instances.
|
LifecyclePolicyEntryDefinition[] |
LifecyclePolicyDefinition.getLifecyclePolicyEntryDefinitions()
Returns all the LifecyclePolicyEntry Definitions defined on this instance.
|
int |
LifecyclePolicyEntry.getLifecycleSequence()
Gets the sequence of this entry within the set of LifecyclePolicyEntries
for the LifecyclePolicy (1-based).
|
int |
Document.getLifecycleState()
Returns the lifecycle state of the Document, derived from the current
LifecyclePolicyEntryId setting.
|
int |
LifecyclePolicyEntry.getLifecycleState()
Gets the lifecycle state that should be used after execution
of the associated action.
|
Link[] |
PublicObject.getLinks()
Gets all Link objects that refer to this PublicObject.
|
Locale |
DirectoryUser.getLocale()
Gets the Locale preference for this DirectoryUser.
|
Locale |
PrimaryUserProfile.getLocale()
Retrieves the user preferred locale.
|
Localizer |
LibrarySession.getLocalizer()
Gets the localizer used by this session.
|
long |
LockObject.getLockedForSession()
Returns the id of the session that is holding a session lock on the
PublicObject (that refer to this lockobject),
or returns 0 if the PublicObject that refers to this LockObject has
no session lock.
|
LockEntry[] |
PublicObject.getLockEntries()
Returns all LockEntry objects associated with this instance.
|
LockEntry[] |
PublicObject.getLockEntries(boolean includeFamily)
Returns the LockEntry instances that have been applied to this object,
optionally including the LockEntry instances that have been applied to
this object's Family, if this object has a Family.
|
LockEntry |
LockObject.getLockEntry()
Returns the LockEntry that corresponds to this LockObject.
|
LockEntryDefinition |
PublicObjectDefinition.getLockEntryDefinition()
Gets the LockEntry definition describing the
type of lock to be created after the PublicObject is created,
set previously via
setLockEntryDefinition |
DirectoryUser |
LockObject.getLockHolder()
Returns the directory user who holds the lock on the PublicObject(s)
(that refer to this lockobject) or null if the lock holder has been
deleted.
|
DirectoryUser |
LockObjectDefinition.getLockHolder()
Deprecated.
CM SDK 10gR2: use getLockHolderValue()
|
AttributeValue |
LockObjectDefinition.getLockHolderValue()
Get the lock holder for lock
|
LockObject |
PublicObject.getLockObject()
Returns the lock object of this object.
|
LockObject |
PublicObjectDefinition.getLockObject()
Deprecated.
CM SDK 10gR2: use getLockObjectValue()
|
LockObjectDefinition |
PublicObjectDefinition.getLockObjectDefinition()
get the LockObject Definition set on this PO
|
AttributeValue |
PublicObjectDefinition.getLockObjectValue()
get the LockObject to be set on this PO
|
AccessLevel |
PublicObject.getLockRestrictions()
Gets the set of lock restrictions for the current user.
|
int |
LockObject.getLockState()
Returns the lock state of this object
|
int |
LockObjectDefinition.getLockState()
Deprecated.
CM SDK 10gR2: use getLockStateValue()
|
String |
LockObject.getLockStateLabel()
Gets the localized String label for the LockState set for
this instance.
|
AttributeValue |
LockObjectDefinition.getLockStateValue()
get the value for the lockstate of this lock
|
Date |
LockObject.getLockTimeOut()
Returns the Lock time value for this LockObject.
|
Date |
LockObjectDefinition.getLockTimeOut()
get the value for the TimeOut of this lock
|
protected AttributeValue[] |
PublicObject.getLockTypeAuditProperties(int lockType)
Gets the audit event properties to add that describe
a Lock type.
|
Map<Long,Long> |
SimpleProperty.getLongLongMapValue()
Gets The value of this Property if the datatype is a Long-Long Map.
|
Map<Long,String> |
SimpleProperty.getLongStringMapValue()
Gets The value of this Property if the datatype is a Long-String Map.
|
Long |
SimpleProperty.getLongValue()
Gets The value of this Property if the datatype is a numeric, date, boolean, or object.
|
Long[] |
SimpleProperty.getLongValues()
Gets The value of this Property if the datatype is an array of numeric, date, boolean, or object.
|
Long |
LibrarySession.getLowestCommonClassObjectIdAncestor(SimpleObjectInterface[] mos)
Gets the lowest common ClassObject ancestor for the specified array
of SimpleObjectInterface, excluding tableless ClassObjects.
|
AttributeValue |
LibrarySession.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified map-type AttributeValue.
|
int |
EventNotificationSelector.getMaxItemCount()
Returns the maximum number of items that will be returned by
getItems . |
int |
PreparedSelector.getMaxItemCount()
Returns the maximum number of items that will be returned by
getItems . |
int |
Selector.getMaxItemCount()
Returns the setting of the maximum number of items that will be returned in a
getItems() invocation.
|
Media |
ContentObject.getMedia()
Gets the Media object.
|
Media |
ContentObjectDefinition.getMedia()
Deprecated.
CM SDK 10gR2: use getAttribute
|
Media |
ContentVaultEntry.getMedia()
Gets the Media object.
|
Media |
Document.getMedia()
Gets the media for this Document.
|
Media |
DocumentDefinition.getMedia()
Gets the previously set media (or null if none set).
|
String |
InterMediaSource.getMediaAuthoringTool()
returns the AuthoringTool used to create content
|
Long |
InterMediaSource.getMediaBitRate()
returns the Bitrate of the media in bits per second
|
String |
InterMediaSource.getMediaCategory()
returns the Category (genre) of the media
|
Collection |
LibrarySession.getMediaCollection()
Gets a reference to the Media collection.
|
String |
InterMediaSource.getMediaContentDate()
returns the Content Date of the media
|
String |
InterMediaSource.getMediaCopyright()
returns the Copyright Information of the media
|
Date |
InterMediaSource.getMediaCreationTime()
returns the Creation Time of the media
|
String |
InterMediaSource.getMediaCredits()
returns The Credits for those who provided the content.
|
String |
InterMediaSource.getMediaDescription()
returns the Description of the media
|
String |
InterMediaSource.getMediaDuration()
returns the Duration of the media
|
String |
InterMediaSource.getMediaFormatEncoding()
returns the Long format of the media encoding
|
String |
InterMediaSource.getMediaFormatEncodingCode()
returns the Short format of the media encoding (four chars)
|
String |
InterMediaSource.getMediaFormatUserData()
returns Misc User Data of the media
|
String |
InterMediaSource.getMediaInformation()
returns the Information of the media
|
String |
InterMediaSource.getMediaLanguage()
returns the Language of the media (may not be the language
of a text track)
|
Date |
InterMediaSource.getMediaModificationTime()
returns the Modification Time of the media
|
AttributeValue[] |
ContentObjectDefinition.getMediaOptions()
Gets name/value pairs whose semantics are specific to the ContentObject's
MEDIA.
|
String |
InterMediaSource.getMediaProducer()
returns the Producer of the media
|
Long |
InterMediaSource.getMediaSize()
returns The size of the media source in bytes
|
String |
InterMediaSource.getMediaSourceDirectory()
returns the Source Directory of the media
|
String |
InterMediaSource.getMediaSourceFileFormat()
returns the Source File Format of the media
|
String |
InterMediaSource.getMediaSourceFileFormatCode()
returns the Source File Format Code of the media
|
String |
InterMediaSource.getMediaSourceFilename()
returns the Source Filename of the media
|
String |
InterMediaSource.getMediaSourceMimeType()
returns the Source Mime Type of the media
|
String |
InterMediaSource.getMediaSourceProtocol()
returns the Source Protocol of the media
|
String |
InterMediaSource.getMediaSourceStreamable()
returns the name of a streaming server for which the
content is optimized, if any.
|
String |
InterMediaSource.getMediaSourceURL()
returns the Source URL of the media
|
Double |
InterMediaSource.getMediaTimeScale()
returns the TimeScale of the media
|
String |
InterMediaSource.getMediaTitle()
returns the Title of the media
|
String |
InterMediaSource.getMediaTrackID()
returns the TrackID of the media
|
AttributeValue |
ContentObjectDefinition.getMediaValue()
Deprecated.
CM SDK 10gR2: use getAttribute
|
int |
CompositeGroup.getMembershipCount()
Returns the number of group members that comprise the composite.
|
long |
CompositeGroup.getMembershipKey()
Returns the key that identifies the distinct membership.
|
int |
LibrarySession.getMemberThreshold()
Gets the threshold for using a temp table to select all (recursive) members
of a group.
|
AccessLevel |
AccessControlEntry.getMergedAccessLevel()
Returns the access level represented by this ACE including permission bundles.
|
AccessLevel |
AccessControlEntryDefinition.getMergedAccessLevel()
get the AccessLevel to be associated with this instance
of ACE with permission bundles.
|
MessageEntry[] |
MessageList.getMessageEntries()
Returns the set of MessageEntry instances defined for this
MessageList.
|
MessageEntryDefinition[] |
MessageListDefinition.getMessageEntryDefinitions()
Returns all the MessageEntry Definitions defined on this instance.
|
MessageList |
MessageEntry.getMessageList()
Gets the encapsulating MessageList.
|
MessageList |
MessageEntryDefinition.getMessageList()
Gets the parent MessageList, if one is set on this instance.
|
MessageList |
PublicObject.getMessageList()
Returns the MessageList category if one exists.
|
String |
Queue.getMessageProcessorClassName()
Returns the name of message processor class of the queue instance.
|
String |
MessageEntry.getMessageText()
Gets the message text.
|
String |
MessageEntryDefinition.getMessageText()
Gets the message text, if a String has been set on this instance.
|
boolean |
DirectoryGroupCapabilities.GETMETADATA() |
boolean |
PublicObjectCapabilities.GETMETADATA()
Performs additional capability check for the GETMETADATA permission.
|
String |
Document.getMimeType()
Returns the MIME type of this Document's Format.
|
String |
Format.getMimeType()
returns the MIME type of this Format
|
String |
InterMediaMovie.getMovieCast()
returns the Movie Casting
|
String |
InterMediaMovie.getMovieDirector()
returns the Director of the movie
|
String |
InterMediaMovie.getMovieEditInformation()
returns the Information about the editing
|
String |
InterMediaMovie.getMovieWarning()
returns the Rating and warning information
|
static String |
Attribute.getMultiValueTableCreateString(int dataType,
int dataLength,
int dataScale,
String tableName)
Gets the CREATE TABLE string for multi-value tables for the specified type
and specified table name.
|
String |
Attribute.getMultiValueTableName()
Gets the table name to use for storing multi-valued
attribute values (maps or arrays).
|
static String |
Attribute.getMultiValueTableName(int dataType,
String suffix)
Gets the table name to use for storing multi-valued
attribute values (maps or arrays), based on the specified
data type and optional custom suffix.
|
String |
Attribute.getMultiValueTableSuffix()
Returns the custom table suffix used to derive the table
for the map or array values used for this Attribute.
|
String |
AttributeDefinition.getMultiValueTableSuffix()
Get the table suffix to use for a map or array type Attribute.
|
String |
LibraryObject.getName()
Returns the Name of this object, or null of this
object does not have a NAME attribute.
|
String |
LibraryObjectDefinition.getName()
Get the Name set on this definition.
|
String |
LibrarySession.getName()
Gets the name of the session.
|
String |
PropertyDefinition.getName()
Gets the Name of the new Property that was set via setName().
|
boolean |
VersionDescriptionDefinition.getNewVersionBasedOn()
Returns the value of the NewVersionBasedOn flag.
|
LifecyclePolicyEntry |
Document.getNextLifecyclePolicyEntry()
Returns the next LifecyclePolicyEntry reflecting the state of
the document once the next Lifecycle state is processed.
|
AttributeValue |
DocumentDefinition.getNextLifecyclePolicyEntryValue()
Gets the next LifecyclePolicyEntry to be used as the state
of the document.
|
PublicObject |
PublicObject.getNextVersion()
Returns the PublicObject referenced by the next VersionDescription in the
PrimaryVersionSeries.
|
PublicObject |
VersionDescription.getNextVersion()
Returns the PublicObject referenced by the next VersionDescription.
|
VersionDescription |
VersionDescription.getNextVersionDescription()
Cover for
getVersionSeries().getNextVersionDescription() |
VersionDescription |
VersionSeries.getNextVersionDescription(VersionDescription version)
Returns the next VersionDescription of this series.
|
Media |
LibrarySession.getNonContentMedia()
Get the non content Media instance.
|
EventNotification[] |
EventNotificationSelector.getNotifications()
Returns the EventNotification array that reflects the search results.
|
LibraryObject |
EventNotificationSelector.getNotifyee()
Sets the notifyed user to include in teh search condition.
|
protected SortSpecification |
LibrarySession.getObjectFolderSortSpecification(PublicObject po)
get the SortSpecification for a particular object.
|
AttributeValueTable |
SimplePropertyTableList.getObjectPropertiesAsTable()
Gets the object properties (SimpleProperty objects) for this object
as an AttributeValueTable.
|
AttributeValue |
SimplePropertyTableList.getObjectPropertyAsValue(String propName)
Gets the object property value for the property name specified.
|
SimplePropertyTable |
SimplePropertyTableList.getObjectPropertyTable()
Gets the SimplePropertyTable representing this object's metadata.
|
SimplePropertyTableDefinition |
SimplePropertyTableListDefinition.getObjectPropertyTableDefinition()
Gets the SimplePropertyTable definition for the object property table.
|
ObjectReferenceAttributeValue |
LibraryObject.getObjectReferenceAttribute(String attrname)
Gets the value of a ObjectReference attribute.
|
PublicObject[] |
LibrarySession.getObjectsLockedForSession()
Gets the array of PublicObjects that the current session
holds session locks on.
|
String |
Policy.getOperation()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
String |
PolicyListElement.getOperation()
Gets the operation to which this PolicyListElement applies.
|
protected OperationActionSpecification |
LibraryObject.getOperationActionSpecificationContext(AuditEvent event,
Folder context)
Gets the OperationActionSpecification context (if any) for the
event that is about to be posted.
|
Object |
LibraryObjectDefinition.getOption(String name)
Return an option value.
|
protected AttributeValue |
LibraryObjectDefinition.getOptionAsAttributeValue(String name) |
String[] |
LibraryObjectDefinition.getOptionKeys()
Return array of option keys
|
ContentObjectDefinition |
DocumentDefinition.getOrCreateContentObjectDefinition()
Gets an existing ContentObjectDefinition or creates a new one if one does
not already exist.
|
SimplePropertyTable |
SimplePropertyTableList.getOrCreateObjectPropertyTable()
Gets or creates the SimplePropertyTable representing this object's metadata.
|
DirectoryUser |
PublicObject.getOwner()
Returns the user that owns the object.
|
boolean |
VersionDescriptionDefinition.getOwnerBasedOnPublicObjectOption()
This returns true if the Owner of this VersionDescription will be same
as owner of PublicObject that is associated with it.
|
boolean |
VersionSeriesDefinition.getOwnerBasedOnPublicObjectOption()
This returns true if the Owner of this VersionSeries will be same
as the owner of PublicObject that is associated with it.
|
BranchRelationship[] |
VersionSeries.getParentBranchRelationships()
Returns an array of BranchRelationships that describe
branch or integrate operations involving this VersionSeries as
a child (the other series are the parent).
|
BranchRelationship[] |
VersionSeries.getParentBranchRelationships(ClassObject relClass,
SortSpecification sortSpec)
Returns an array of BranchRelationships that describe
branch or integrate operations involving this VersionSeries as
a child (the other series are the parent).
|
ConfigurationCategory |
ConfigurationCategory.getParentConfigurationCategory()
Gets the ConfigurationCategory that exists of the same type on
the closest ancestor to the current object's associated
PublicObject.
|
ConfigurationCategory |
ConfigurationCategoryDefinition.getParentConfigurationOption()
Gets the option indicating the parent ConfigurationCategory when it is
necessary to specify one explicitly.
|
PolicyList |
PolicyListElement.getParentPolicyList()
Gets the PolicyList containing this PolicyListElement.
|
VersionSeries |
BranchRelationship.getParentVersionSeries()
returns the parent version series in this
branch relationship
|
DirectoryGroup |
Conversation.getParticipantGroup()
Gets the group representing the DirectoryUsers corresponding to the Actors
who are listed as participants in this Conversation.
|
Actor[] |
Conversation.getParticipants()
Gets the Actors who are listed as participants in this Conversation.
|
Actor[] |
ConversationDefinition.getParticipants()
Gets the participating Actors that were specified on this instance.
|
Long |
ContentObject.getPartitionValue()
Gets the partition value for this ContentObject.
|
long |
ContentVaultEntry.getPartitionValue()
Gets the partition value used in storing the content in the content table.
|
Long |
StorageGroup.getPartitionValue()
Gets the value assigned to the PARTITIONVALUE column of the content table
for new content placed in this StorageGroup.
|
String |
Queue.getPayloadType()
Returns the payload type of the queue instance.
|
PublicObject |
VersionSeries.getPendingPublicObject()
Returns the pending PublicObject that will become the next
version upon a newVersion() invocation.
|
PerformedActivitySpecification |
Actor.getPerformedActivitySpecification()
Gets the PerformedActivitySpecification used by this instance.
|
PerformedActivitySpecification |
ActorDefinition.getPerformedActivitySpecification()
Gets the PerformedActivitySpecification, if explicitly set.
|
Long |
Actor.getPerformedActivitySpecificationId()
Gets the PerformedActivitySpecification ID used by this instance.
|
Collection |
LibrarySession.getPermissionBundleCollection()
Gets a reference to the PermissionBundle collection.
|
PermissionBundle[] |
AccessControlEntry.getPermissionBundles()
Returns all PermissionBundles that were used to define
the set of permissions for this ACE.
|
PermissionBundle[] |
AccessControlEntryDefinition.getPermissionBundles()
Deprecated.
CM SDK 10gR2: use getPermissionBundlesValue()
|
AttributeValue |
AccessControlEntryDefinition.getPermissionBundlesValue()
Returns set of PermissionBundles that are specified.
|
Policy |
PolicyListElement.getPolicy()
Gets the Policy referenced by this PolicyListElement.
|
String |
Policy.getPolicyAction()
Gets the fully-qualified class name of the Java PolicyAction.
|
PolicyPropertyBundle |
PublicObject.getPolicyBundle()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
PolicyPropertyBundle |
SchemaObject.getPolicyBundle()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
PolicyPropertyBundle |
SystemObject.getPolicyBundle()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
Collection |
LibrarySession.getPolicyCollection()
Gets a reference to the Policy collection.
|
Collection |
LibrarySession.getPolicyListCollection()
Gets a reference to the PolicyList collection.
|
PolicyListElementDefinition[] |
PolicyListDefinition.getPolicyListElementDefinitions()
returns all the ACE Definitions for this instance.
|
PolicyListElement[] |
PolicyList.getPolicyListElements()
Returns an array of PolicyListElement objects that
are part of this PolicyList.
|
PolicyList[] |
PublicObject.getPolicyLists()
Gets the PolicyLists for this object.
|
PolicyList[] |
SchemaObject.getPolicyLists()
Gets the PolicyLists for this object.
|
PolicyList[] |
SystemObject.getPolicyLists()
Gets the PolicyLists for this object.
|
protected boolean |
LibraryObjectDefinition.getPolicyMode()
Return indication as to whether or not the session context
is in "policy mode"
|
LifecyclePolicyEntry |
LifecyclePolicyEntry.getPreviousLifecyclePolicyEntry()
Gets the LifecyclePolicyEntry that is immediate before this entry
in the list of LifecyclePolicyEntry objects for the LifecyclePolicy.
|
PublicObject |
PublicObject.getPreviousVersion()
Returns the PublicObject referenced by the previous VersionDescription in the
PrimaryVersionSeries.
|
PublicObject |
VersionDescription.getPreviousVersion()
Returns the PublicObject referenced by the previous VersionDescription.
|
VersionDescription |
VersionDescription.getPreviousVersionDescription()
Cover for
getVersionSeries().getPreviousVersionDescription() |
VersionDescription |
VersionSeries.getPreviousVersionDescription(VersionDescription version)
Returns the Version description previous to the one being passed
by the user.
|
ContactList |
Actor.getPrimaryContactList()
Gets the primary ContactList used by this instance.
|
String |
PublicObject.getPrimaryFolderPath()
Gets the primary path to the object, using the PRIMARYPARENTFOLDER
attribute of the target object and the referencing folders above it
in the folder hierarchy.
|
Folder |
PublicObject.getPrimaryParentFolder()
Gets the primary parent folder for the object.
|
Folder |
PublicObject.getPrimaryParentFolder(boolean useFamily)
Gets the primary parent folder for the object.
|
String |
PreparedSelector.getPrimarySearchAlias()
Returns the alias used for the primary search class.
|
String |
PreparedSelector.getPrimarySearchClass()
Returns the search class that was previously set.
|
AttributeValue |
PreparedSelector.getPrimarySearchTarget()
Returns the primary search target.
|
PrimaryUserProfile |
DirectoryUser.getPrimaryUserProfile()
Gets the PrimaryUserProfile of this DirectoryUser.
|
PrimaryUserProfile |
LibrarySession.getPrimaryUserProfile()
Return the current user's primary UserProfile.
|
PrimaryUserProfile |
LibrarySession.getPrimaryUserProfile(DirectoryUser user)
Return the a specified user's primary UserProfile.
|
PrimaryUserProfileDefinition |
DirectoryUserDefinition.getPrimaryUserProfileDefinition()
Gets the PrimaryUserProfile definition describing the
profile to be added as part of user creation, set previously
via
setPrimaryUserProfileDefinition |
VersionSeries |
Family.getPrimaryVersionSeries()
Gets the PrimaryVersionSeries in this Family.
|
String |
Printer.getPrintClientClassName()
Returns the fully qualified class name of the PrintClient implementation
for this printer.
|
Printer |
PrintJob.getPrinter()
Get the Printer for which this PrintJob is destined.
|
int |
PrintJob.getPriority()
Get the priority of this PrintJob.
|
static AccessControlList |
SystemAccessControlList.getPrivateAcl(LibrarySession session)
Get the ACL used to restrict access to owners and administrators.
|
String |
PerformedActivitySpecification.getPrivateActionTableName()
Returns the table name to use for Private actions performed by the actor.
|
String |
TrackedActivitySpecification.getPrivateActionTableName()
Returns the table name to use for Private actions tracked by the actor.
|
protected InterMediaSourceDefinition |
InterMediaAnnotator.getProperCategoryDef(LibrarySession session,
String descKey)
Gets the proper type of InterMediaSourceDefinition from the specified
Annotation key.
|
Property[] |
PropertyBundle.getProperties()
Gets all the properties in this PropertyBundle.
|
SimpleProperty[] |
SimplePropertyTable.getProperties()
Gets the properties (SimpleProperty objects) for this object.
|
Property |
PropertyBundle.getProperties(int index)
Gets the Property at the specified index.
|
AttributeValueTable |
SimplePropertyTable.getPropertiesAsTable()
Gets the properties (SimpleProperty objects) for this object
as an AttributeValueTable.
|
String |
SimplePropertyTable.getPropertiesAttributeName()
Gets the name of the Attribute that holds the properties for this object.
|
Property |
PropertyBundle.getProperty(String name)
Gets a specified Property by name.
|
SimpleProperty |
SimplePropertyTable.getProperty(String propName)
Gets the property (SimpleProperty object) for the property name specified.
|
AttributeValue |
SimplePropertyTable.getPropertyAsValue(String propName)
Gets the property value for the property name specified.
|
PropertyBundle |
LibraryObject.getPropertyBundle()
Returns this object's PropertyBundle.
|
Property |
PropertyBundle.getPropertyByUpperCaseName(String name)
Gets a specified Property by name, where the name must be in all
uppercase.
|
PropertyDefinition[] |
LibraryObjectDefinition.getPropertyDefinitions()
Gets a list of property definitions that were added to the
definition.
|
PropertyDefinition[] |
PropertyBundleDefinition.getPropertyDefinitions()
Gets all PropertyDefinition in the PropertyBundleDefinition.
|
AttributeValueTable |
ActionSpecification.getPropertyTable()
Gets the AttributeValueTable representing the set of Properties defined
for this instance.
|
AttributeValueTable |
ActivitySpecification.getPropertyTable()
Gets the AttributeValueTable representing the set of Properties defined
for this instance.
|
SimplePropertyTable |
SimplePropertyTableList.getPropertyTable(String tableName)
Gets the SimplePropertyTable for the specified name.
|
SimplePropertyTable[] |
SimplePropertyTableList.getPropertyTables()
Gets the SimplePropertyTable instances comprising this TableList.
|
List<AttributeValueTable> |
SimplePropertyTableList.getPropertyTablesAsList()
Gets the SimplePropertyTable instances comprising this TableList,
as a list of AttributeValueTable.
|
AttributeValue |
ValueDefault.getPropertyValue()
Gets the value of the ValueDefaultPropertyBundle of this ValueDefault.
|
AttributeValue |
ValueDefaultPropertyBundle.getPropertyValue()
Gets the value of this ValueDefaultPropertyBundle, as an AttributeValue.
|
AttributeValue |
ValueDefaultPropertyBundleDefinition.getPropertyValue()
Gets the value of the new ValueDefaultPropertyBundleDefinition,
as an AttributeValue.
|
AttributeValue |
ValueDomain.getPropertyValue()
Gets the value of the ValueDomainPropertyBundle of this ValueDomain.
|
AttributeValue |
ValueDomainPropertyBundle.getPropertyValue()
Gets the values allowed for this ValueDomainPropertyBundle, as an
array-type AttributeValue.
|
AttributeValue |
ValueDomainPropertyBundleDefinition.getPropertyValue()
Gets the values allowed for the new ValueDomainPropertyBundle, as an
array-type AttributeValue.
|
AttributeValue |
LibraryObject.getPropertyValue(String key)
Returns a property from the PropertyBundle associated with this instance.
|
AttributeValue |
PropertyBundle.getPropertyValue(String name)
Gets the value of a specific Property by name.
|
AttributeValue |
PropertyBundle.getPropertyValueByUpperCaseName(String name)
Gets the value of a specific Property by name, where the name must be
in all uppercase.
|
AttributeValue[] |
PropertyBundle.getPropertyValues()
Gets the values of all the properties in this PropertyBundle.
|
PublicObject |
VersionDescription.getPublicObject()
Returns the PublicObject for this
version description.
|
PublicObject |
VersionDescriptionDefinition.getPublicObject()
Deprecated.
CM SDK 10gR2: use getPublicObjectValue()
|
PublicObject |
LibrarySession.getPublicObject(Long id)
Lookup a PublicObject by its id.
|
PublicObject |
LibrarySession.getPublicObject(Long id,
Long classId)
Lookup a PublicObject by its id and classId.
|
PublicObject |
LibraryObject.getPublicObjectAttribute(String attrName,
Long classId)
Gets a PublicObject type attribute from the target object.
|
PublicObjectDefinition |
VersionDescriptionDefinition.getPublicObjectDefinition()
Get the PublicObject definition for the new VersionDescription.
|
PublicObjectInterface |
LibrarySession.getPublicObjectInterface(Long id)
Gets the PublicObjectInterface for the specified id.
|
PublicObjectInterface[] |
LibrarySession.getPublicObjectInterfaces(Long[] ids)
Gets the PublicObjectInterfaces for the specified ids.
|
AttributeValue |
VersionDescriptionDefinition.getPublicObjectValue()
Returns the previously specified PublicObject, or null
if no value was specified.
|
static AccessControlList |
SystemAccessControlList.getPublishedAcl(LibrarySession session)
Get the ACL used to provide discover access to all users, and
restrict all other access to owners and administrators.
|
RandomAccessContentInterface |
Document.getRandomAccessContent(boolean canWrite)
Deprecated.
CM SDK 10gR2: use getContentByRandomAccess or updateContentByRandomAccess
|
RandomAccessContentInterface |
Document.getRandomAccessContent(boolean canWrite,
boolean shouldLock)
Deprecated.
CM SDK 10gR2: use getContentByRandomAccess or updateContentByRandomAccess
|
RandomAccessContentInterface |
ContentObject.getRandomAccessContent(boolean canWrite,
boolean shouldLock,
LibraryObject refObj)
Deprecated.
CM SDK 10gR2: use getContentByRandomAccess or
updateContentByRandomAccess on Document
|
ReferenceAttributeValue[] |
LibraryObjectDefinition.getReferenceAttributes()
Return array of reference attributes.
|
MessageEntry |
MessageEntry.getReferencedMessageEntry()
Gets the MessageEntry referenced by this instance, for example, to indicate
a reply to another MessageEntry within the same MessageList.
|
Long |
SimpleProperty.getReferencingClassObjectId()
Gets The ClassObject of the object which references this property.
|
PublicObject |
Relation.getReferencingObject()
Returns the referencing object.
|
LibraryObject |
SimpleProperty.getReferencingObject()
Gets the object which references this property.
|
Long |
SimpleProperty.getReferencingObjectId()
Gets The ID of the object which references this property.
|
int |
Attribute.getReferentialIntegrityRule()
Gets the Referential Integrity Rule associated with this Attribute.
|
String |
Attribute.getReferentialIntegrityRuleLabel()
Gets the localized String label for the ReferentialIntegrityRule set for
this instance.
|
LibraryObject |
DocumentDefinition.getReferringLibraryObject()
Deprecated.
CM SDK 10gR2: use getReferringLibraryObjectValue()
|
AttributeValue |
DocumentDefinition.getReferringLibraryObjectValue()
Gets the referring LibraryObject through which access is granted to the
shared ContentObject
or null if no existing ContentObject was specified.
|
PublicObject[] |
LockObject.getReferringPublicObjects()
Get the PublicObjects that refer to this LockObject
|
PublicObject[] |
LockObject.getReferringPublicObjects(SortSpecification sort)
Get the PublicObjects that refer to this LockObject, sorted according
to the specified SortSpecification.
|
PublicObject |
Relation.getRelatedObject()
Returns the related object.
|
PublicObject |
RelationDefinition.getRelatedObject()
Gets the the related object, if explicitly set.
|
boolean |
DocumentCapabilities.GETRELATION()
Performs additional capability check for the GETRELATION permission.
|
boolean |
PublicObjectCapabilities.GETRELATION()
Performs additional capability check for the GETRELATION permission.
|
Relation[] |
PublicObject.getRelations()
Gets the set of Relation attached as categories to this object.
|
boolean |
SimplePropertyDefinition.getRemoveOption()
Gets the indication that the SimpleProperty defined
by this instance should be removed.
|
String |
LibrarySession.getRepositoryParameter(String name)
Gets the value of the specified repository parameter.
|
String[] |
LibrarySession.getRepositoryParameterNames(String prefix)
Gets the repository parameter names that start with the specified prefix.
|
String |
PublicObject.getReservationComment()
Returns the reservation comment specified when
this object's primaryVersionSeries was reserved.
|
String |
VersionSeries.getReservationComment()
Returns the comment when this series was reserved,
or null if this series is not reserved.
|
Date |
PublicObject.getReservationDate()
Returns the Date on which this object's primaryVersionSeries was reserved.
|
Date |
VersionSeries.getReservationDate()
Returns the Date that this VersionSeries was reserved,
null if not reserved.
|
DirectoryUser |
PublicObject.getReservor()
Returns the user that has reserved the primaryVersionSeries for this object.
|
DirectoryUser |
VersionSeries.getReservor()
Returns the User that reserved this VersionSeries, null if not reserved
|
S_ClassObjectData |
LibrarySession.getResolvedClassObjectData(Long id)
Gets the fully-resolved S_ClassObjectData.
|
PublicObject[] |
Folder.getResolvedItems()
Returns the items in this Folder, resolving each to a Document or a Link.
|
LibraryObject[] |
Search.getResolvedItems()
Returns the resolved objects for all the rows in the Search Result.
|
LibraryObject |
Search.getResolvedItems(int index)
Returns the resolved object for the ith row in the Search Result.
|
PublicObject |
Link.getResolvedLinkTarget()
Returns the target of this EcmLink, which may be null.
|
PublicObject |
Family.getResolvedPublicObject()
Returns the PublicObject to which this object resolves.
|
PublicObject |
PublicObject.getResolvedPublicObject()
Returns the PublicObject to which this object resolves.
|
PublicObject |
VersionSeries.getResolvedPublicObject()
Return the PublicObject to which this object resolves.
|
long |
LockEntry.getResolvedRestriction(Long userId,
Long sessId)
Gets the resolved permissions restricted on the associated
PublicObject(s) because of this LockEntry, on behalf of a
specified user and session.
|
String |
LibraryObject.getResourceString(String key)
Gets the resource string for the specified key.
|
String |
LibrarySession.getResourceString(String key)
Gets the resource string for the specified key.
|
String |
LibraryObject.getResourceString(String key,
Object[] params)
Gets the resource string for the specified key, and substitutes the
specified parameters into that resource string.
|
String |
LibrarySession.getResourceString(String key,
Object[] params)
Gets the resource string for the specified key, and substitutes the
specified parameters into that resource string.
|
LockEntry[] |
PublicObject.getRestrictingLockEntries(AccessLevel level)
Gets the set of lock entries that result in restricting the specified
access for the current user.
|
long |
LockEntry.getRestriction()
Gets the permissions restricted on the associated
PublicObject(s) because of this LockEntry.
|
RetainedEvent[] |
LibrarySession.getRetainedEvents(RetainedEvent event,
int maxItems)
get a set of RetainedEvents, using a specified RetainedEvent
to indicate the type of RetainedEvent desired.
|
RetentionPolicy |
Document.getRetentionPolicy()
Returns the RetentionPolicy which describes the
retention rules for this document.
|
String |
VersionDescription.getRevisionComment()
Returns the user specified revision comment for this
version description.
|
PublicObject |
Relationship.getRightObject()
returns the public object of the "right" side of this relationship
|
PublicObject[] |
PublicObject.getRightwardRelationshipObjects(ClassObject relClass)
Returns all "right side" public objects that are related to this object by
the specified Relationship Class.
|
PublicObject[] |
PublicObject.getRightwardRelationshipObjects(String relClassName)
Returns all "right side" public objects that are related to this object by
the specified Relationship Class.
|
Relationship[] |
PublicObject.getRightwardRelationships(ClassObject relClass)
Returns all "right side" relationship instances that are used to relate to this object
to other PublicObjects.
|
Relationship[] |
PublicObject.getRightwardRelationships(String relClassName)
Returns all "right side" relationship instances that are used to relate to this object
to other PublicObjects.
|
Folder |
LibrarySession.getRootFolder()
Return the top-most Folder in the CM SDK folder hierarchy.
|
String |
LibrarySession.getSchemaName()
Gets the schema name in effect for the service.
|
static String |
LibraryService.getSchemaName(String domainName)
Resolves a domain name to a schema name.
|
SchemaObject |
LibrarySession.getSchemaObject(Long id)
Lookup a SchemaObject by its id.
|
SchemaObject |
LibrarySession.getSchemaObject(Long id,
Long classId)
Lookup a SchemaObject by its id and classId.
|
SchemaObject |
LibraryObject.getSchemaObjectAttribute(String attrName,
Long classId)
Gets a SchemaObject type attribute from the target object.
|
SchemaObjectInterface |
LibrarySession.getSchemaObjectInterface(Long id)
Gets the SchemaObjectInterface for the specified id.
|
SchemaObjectInterface[] |
LibrarySession.getSchemaObjectInterfaces(Long[] ids)
Gets the SchemaObjectInterfaces for the specified ids.
|
long |
LibrarySession.getSchemaVersionNumber()
Returns the version number for the CM SDK schema on which this session
is connected.
|
String |
LibrarySession.getSchemaVersionString()
Returns the version String for the CM SDK schema on which this session
is connected.
|
int |
SearchResultObject.getScore(String ctxClauseName)
Returns the score associated with a ContextQualification.
|
Search |
SearchObject.getSearch()
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
String |
Selector.getSearchClassname()
Returns the search class.
|
String |
EventNotificationSelector.getSearchCondition()
Returns the search selection that was set using setSearchCondition()
|
String |
PreparedSelector.getSearchLanguage()
Returns the search language in effect.
|
AttributeValueTable[] |
PreparedSelector.getSearchResults()
Returns the search results as an array of AttributeValueTable, with each
AttributeValueTable representing a row from the underlying ResultSet.
|
String |
PreparedSelector.getSearchSelection()
Returns the search selection that was set using setSearchSelection()
|
String |
Selector.getSearchSelection()
Returns the search selection.
|
SearchSpecification |
Search.getSearchSpecification()
Returns the SearchSpecification of this Search.
|
SearchSpecification |
SearchObject.getSearchSpecification()
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
SearchSpecification |
SearchObjectDefinition.getSearchSpecification()
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
VersionSeries |
Family.getSecondaryVersionSeries()
Gets the SecondaryVersionSeries in this Family
|
String |
MediaCustom.getSecureParameter(String name)
Gets the value of the specified secure parameter of this MediaCustom
instance.
|
String[] |
MediaCustom.getSecureParameterNames()
Gets the names of the secure parameters of this MediaCustom instance.
|
String |
MediaCustom.getSecureParameterPrefix()
Gets the prefix automatically applied to the names of the secure
parameters of this MediaCustom instance to make them repository unique.
|
PublicObject |
PublicObject.getSecuringPublicObject()
Returns the Public Object that controls this object's
security.
|
PublicObject |
PublicObjectDefinition.getSecuringPublicObject()
Deprecated.
CM SDK 10gR2: use getSecuringPublicObjectValue()
|
AttributeValue |
PublicObjectDefinition.getSecuringPublicObjectValue()
returns the object responsible for providing security
settings for the target object.
|
String |
SelectorObject.getSelectClassname()
Returns the selector class.
|
Selector |
SelectorObject.getSelector()
Materialize a Selector instance that can be used to perform
the selector operations.
|
Selector |
SelectorObjectDefinition.getSelector()
Returns a Selector instance that can be used to perform
the select operations.
|
String |
ClassObject.getSelectorClasspath()
Returns the SelectorClassPath Attribute of the Library Object.
|
protected int |
Selector.getSelectorItemCount()
Get the search item count.
|
protected int |
WastebasketSelector.getSelectorItemCount() |
String |
SelectorObject.getSelectQualification()
Returns the selector Qualification.
|
String |
PerformedActivitySpecification.getSequenceName()
Returns the sequence name to use for this instance,
for creation of rows in the Summary table.
|
String |
TrackedActivitySpecification.getSequenceName()
Returns the sequence name to use for this instance,
for creation of rows in the Summary table.
|
String |
ClassObject.getServerClasspath()
Returns the ServerClassPath Attribute of the Library Object.
|
S_LibraryObjectDefinition |
LibraryObjectDefinition.getServerDefinition()
Return server-side definition from
a bean definition.
|
String |
LibrarySession.getServerProperty(String key,
String defaultValue)
Gets the String value for the specified key in the server properties
file.
|
PropertyBundle |
NodeConfiguration.getServers()
Gets the Servers property bundle.
|
long |
LibrarySession.getServerVersionNumber()
Returns the CM SDK server-side version number, as a long value.
|
String |
LibrarySession.getServerVersionString()
Returns the version String for the CM SDK server-side software.
|
String |
LibrarySession.getServiceConfigurationName()
Gets the name of the ServiceConfiguration that was used to initialize
the CM SDK service to which this session is connected.
|
static AttributeValue[] |
LibraryService.getServiceConfigurationProperties(String serviceConfigurationName,
DataSource ds)
Gets service configuration properties from a ServiceConfiguration
object.
|
static AttributeValue[] |
LibraryService.getServiceConfigurationProperties(String domainName,
String schemaPassword,
String serviceConfigurationName)
Deprecated.
9.2.5: use
getServiceConfigurationProperties(String, DataSource) |
static AttributeValue[] |
LibraryService.getServiceConfigurationProperties(String schemaPassword,
String serviceConfigurationName,
String databaseUrl,
String schemaName)
Deprecated.
9.2.5: use
getServiceConfigurationProperties(String, DataSource) |
AttributeValue |
LibrarySession.getServiceConfigurationProperty(String name)
Gets the specified service configuration property.
|
boolean |
LibrarySession.getServiceConfigurationProperty(String name,
boolean defaultValue)
Gets the value of the specified service configuration property,
as a boolean.
|
int |
LibrarySession.getServiceConfigurationProperty(String name,
int defaultValue)
Gets the value of the specified service configuration property,
as an integer.
|
String |
LibrarySession.getServiceConfigurationProperty(String name,
String defaultValue)
Gets the value of the specified service configuration property,
as a string.
|
Long |
LibrarySession.getServiceId()
Gets the id of this session's service.
|
String |
LibrarySession.getServiceName()
Gets the name of the CM SDK service to which this session is connected.
|
PropertyBundle |
NodeConfiguration.getServices()
Gets the Services property bundle.
|
int[] |
LibrarySession.getServiceTraceLoggerLevels()
Gets the trace levels of the S_LibraryServiceTraceLogger.
|
LibrarySession |
EventNotificationSelector.getSession()
Returns the session being used by this Selector.
|
LibrarySession |
LibraryObject.getSession()
Returns the LibrarySession in which
this object was instantiated.
|
LibrarySession |
PreparedSelector.getSession()
Returns the session being used by this Selector.
|
LibrarySessionInterface |
LibraryObject.getSessionInterface()
Gets the LibrarySessionInterface for this LibraryObject.
|
Object |
LibrarySession.getSessionState(String key)
Get a session state item.
|
int[] |
LibrarySession.getSessionTraceLoggerLevels()
Gets the trace levels of the S_LibrarySessionTraceLogger.
|
LockObject |
SystemLockObject.getShareableLockObject()
Returns a LockObject that can be used to lock another PublicObject.
|
LockObject |
LockObject.getShareableLockObject(PublicObject po)
Returns a LockObject that can be used to lock another PublicObject.
|
Collection |
LibrarySession.getSharedAccessControlListCollection()
Gets a reference to the SharedAccessControlList collection.
|
AttributeValue |
ContentObjectDefinition.getSharedContent()
Gets the content shared as an existing ContentObject.
|
ContentObject |
DocumentDefinition.getSharedContentObject()
Deprecated.
CM SDK 10gR2: use getSharedContentObjectValue()
|
AttributeValue |
DocumentDefinition.getSharedContentObjectValue()
Gets the existing ContentObject with which this Document will share content.
|
SimpleObject |
LibrarySession.getSimpleObject(Long id)
Lookup a SimpleObject by its id.
|
SimpleObject |
LibrarySession.getSimpleObject(Long id,
Long classId)
Lookup a SimpleObject by its id and classId.
|
SimpleObject |
LibraryObject.getSimpleObjectAttribute(String attrName,
Long classId)
Gets a SimpleObject type attribute from the target object.
|
SimpleObjectInterface |
LibrarySession.getSimpleObjectInterface(Long id,
Long classId)
Gets the SimpleObjectInterface for the specified id.
|
SimpleObjectInterface[] |
LibrarySession.getSimpleObjectInterfaces(Long[] ids)
Gets the SimpleObjectInterfaces for the specified ids.
|
SimpleObjectInterface[] |
LibrarySession.getSimpleObjectInterfaces(Long[] ids,
Long primaryClassId)
Gets the SimpleObjectInterfaces for the specified ids.
|
SimpleProperty[] |
LibraryObject.getSimpleProperties(String attrName)
Gets the SimpleProperty objects for this object,
for the specified attribute.
|
SimpleProperty |
LibraryObject.getSimpleProperty(String attrName,
String propName)
Gets the SimpleProperty for the property name specified,
for the specified attribute.
|
SimplePropertyDefinition[] |
SimplePropertyTableDefinition.getSimplePropertyDefinitions()
Gets all the SimplePropertyDefinition SimpleProperties for this instance.
|
SimplePropertyDefinition[] |
LibraryObjectDefinition.getSimplePropertyDefinitions(String attrName)
Gets all the SimplePropertyDefinition SimpleProperties for this instance.
|
static SimplePropertyTable |
SimplePropertyTable.getSimplePropertyTable(AttributeValue av,
LibrarySession session)
Gets a SimplePropertyTable for the specified AttributeValue.
|
SimplePropertyTableDefinition[] |
SimplePropertyTableListDefinition.getSimplePropertyTableDefinitions()
Gets all the SimplePropertyTableDefinition SimplePropertyTables for this instance.
|
AttributeValue |
LibraryObject.getSimplePropertyValue(String attrName,
String propName)
Gets the SimpleProperty value for the property name specified,
for the specified attribute.
|
protected VersionDescription |
PublicObject.getSingletonVersionDescription() |
protected S_LibrarySession |
LibraryObjectDefinition.getSLibrarySession()
Get the server-side session used in constructing this instance.
|
DirectoryGroup[] |
CompositeGroupDefinition.getSortedMembers()
Gets the sorted direct members.
|
AttributeValue |
CompositeGroupDefinition.getSortedMembersValue()
Gets the sorted direct members value.
|
static SortObject |
SortObject.getSortObject(LibrarySession session,
SortObjectDefinition def)
Given the list of parameters, it returns a sort object from the
collection.
|
long |
AccessControlEntry.getSortSequence()
Returns the Sort Sequence represented by this ACE.
|
long |
PolicyListElement.getSortSequence()
Gets the sort sequence of this PolicyListElement.
|
long |
Relationship.getSortSequence()
Determine the sort sequence.
|
SortSpecification |
Folder.getSortSpecification()
Gets the SortSpecification used for getting items from this folder.
|
SortSpecification |
PreparedSelector.getSortSpecification()
Returns the Sort Specification.
|
SortSpecification |
Selector.getSortSpecification()
Returns the Sort Specification
|
VersionDescription |
BranchRelationship.getSourceVersionDescription()
returns the source version description in this
branch relationship
|
String |
Search.getSQL()
Returns the SQL query generated by the search.
|
String |
EventNotificationSelector.getSqlStatement()
Gets the SQL statement that will be used.
|
String[] |
PreparedSelector.getSqlStatement()
Gets the SQL statement that will be used.
|
Boolean |
AttributeDefinition.getStandardSimplePropertyArray()
Gets the indication as to whether the Attribute should
implement "standard" semantics for a SimpleProperty array.
|
int |
PreparedSelector.getStartingRowNumber()
Returns the starting row number.
|
String |
PreparedSelector.getStatementKey()
Returns the statement key.
|
int |
PrintJob.getStatus()
Get the status of this PrintJob.
|
String |
PrintJob.getStatusLabel()
Gets the localized String label for the Status set for
this instance.
|
StorageGroup |
ContentObject.getStorageGroup()
Gets the StorageGroup used to set the PARTITIONVALUE column of the
content table row.
|
StorageGroup |
ContentVaultEntry.getStorageGroup()
Gets the StorageGroup used to set the PARTITIONVALUE column of the
content table row.
|
Map<String,Double> |
SimpleProperty.getStringDoubleMapValue()
Gets The value of this Property if the datatype is a String-Double Map.
|
Map<String,Long> |
SimpleProperty.getStringLongMapValue()
Gets The value of this Property if the datatype is a String-Long Map.
|
Map<String,String> |
SimpleProperty.getStringStringMapValue()
Gets The value of this Property if the datatype is a String-String Map.
|
String |
SimpleProperty.getStringValue()
Gets The value of this Property if the datatype is a String.
|
String[] |
SimpleProperty.getStringValues()
Gets The value of this Property if the datatype is an array of Strings.
|
ClassObject[] |
ClassObject.getSubclasses()
Gets the subclasses of this ClassObject.
|
ClassObject |
ClassObject.getSubclasses(int index)
Gets the specified subclass of this ClassObject.
|
int |
Folder.getSubfolderCount()
Gets the count of subfolders in this folder.
|
String |
PolicyListElement.getSubOperation()
Gets the sub-operation of this PolicyListElement.
|
Reader |
Document.getSummary(String pointOfView)
Gets a specific summary of a document, previously generated by a
call to generateSummary().
|
Reader |
ContentObject.getSummary(String pointOfView,
LibraryObject refObj)
Gets a specific summary of this content, previously generated by a
call to generateSummary().
|
String |
PerformedActivitySpecification.getSummaryTableName()
Returns the table name to use for ActivitySummary records.
|
String |
TrackedActivitySpecification.getSummaryTableName()
Returns the table name to use for ActivitySummary records.
|
ActionSpecification |
ActionSpecification.getSuperActionSpecification()
Gets the ActionSpecification whose ActionFactory class is the designated
superclass for this instance.
|
ActionSpecification |
ActionSpecificationDefinition.getSuperActionSpecification()
Gets the SuperActionSpecification, if explicitly set.
|
ActivitySpecification |
ActivitySpecification.getSuperActivitySpecification()
Gets the ActivitySpecification whose ActivityProcessor class is the
designated superclass for this instance.
|
ActivitySpecification |
ActivitySpecificationDefinition.getSuperActivitySpecification()
Gets the SuperActivitySpecification, if explicitly set.
|
ClassObject |
ClassObject.getSuperclass()
Gets the superclass of this ClassObject.
|
ClassObject |
ClassObjectDefinition.getSuperclass()
Deprecated.
CM SDK 10gR2: use getAttribute(ClassObject.SUPERCLASS_ATTRIBUTE)
|
NodeConfiguration |
NodeConfiguration.getSuperNodeConfiguration()
Gets the "super" NodeConfiguration - the NodeConfiguration
that this instance extends.
|
Collection |
LibrarySession.getSystemAccessControlListCollection()
Gets a reference to the SystemAccessControlList collection.
|
DirectoryUser |
LibrarySession.getSystemDirectoryUser()
Gets the DirectoryUser who is the permanent admin user.
|
Collection |
LibrarySession.getSystemLockObjectCollection()
Gets a reference to the SystemLockObject collection.
|
SystemObject |
LibrarySession.getSystemObject(Long id)
Lookup a SystemObject by its id.
|
SystemObject |
LibrarySession.getSystemObject(Long id,
Long classId)
Lookup a SystemObject by its id and classId.
|
SystemObject |
LibraryObject.getSystemObjectAttribute(String attrName,
Long classId)
Gets a SystemObject type attribute from the target object.
|
SystemObjectInterface |
LibrarySession.getSystemObjectInterface(Long id)
Gets the SystemObjectInterface for the specified id.
|
SystemObjectInterface[] |
LibrarySession.getSystemObjectInterfaces(Long[] ids)
Gets the SystemObjectInterfaces for the specified ids.
|
Object |
LibraryObjectDefinition.getSystemOption(String name)
Return a system option value.
|
protected AttributeValue |
LibraryObjectDefinition.getSystemOptionAsAttributeValue(String name) |
protected Boolean |
LibraryObjectDefinition.getSystemOptionAsBoolean(String name) |
String[] |
LibraryObjectDefinition.getSystemOptionKeys()
Return array of system option keys
|
Object |
LibrarySession.getSystemUserToken()
Gets the system token that can be used to efficiently clone
system sessions.
|
boolean |
ClassObjectDefinition.getTablelessOption()
Return the indication as to whether the ClassObject will be
created without its own table.
|
String |
Media.getTableName()
Gets the value of the TABLENAME attribute.
|
String |
PerformedActivitySpecification.getTableName()
Returns the table name to use
for this PerformedActivitySpecification.
|
String |
TrackedActivitySpecification.getTableName()
Returns the table name to use
for this TrackedActivitySpecification.
|
String |
PerformedActivitySpecification.getTableNameSuffix()
Returns the table name suffix that identifies the database objects
used for storing performed activity.
|
String |
TrackedActivitySpecification.getTableNameSuffix()
Returns the table name suffix that identifies the database objects
used for storing tracked activity.
|
static Conversation |
Conversation.getTargetConversation(ActivityRecord ar)
Gets the Conversation that is the target of the specified ActivityRecord.
|
LibraryObjectDefinition |
DefinitionObjectDefinition.getTargetDefinition()
get the target definition that this DefinitionObject is to represent.
|
VersionDescription |
BranchRelationship.getTargetVersionDescription()
returns the target version description in this
branch relationship
|
protected String |
InterMediaAnnotator.getTextFromAnnotation(PrintWriter pwriter,
oracle.ord.media.annotator.annotations.Annotation ann)
Gets the language from the Annotation.
|
String |
InterMediaSourceDefinition.getTextLanguage()
gets the language of the text reader, if any
|
Reader |
InterMediaSourceDefinition.getTextReader()
Gets the Reader from which text content will be loaded.
|
ContextTheme[] |
Document.getThemes()
Gets the Themes for a document, previously generated by a call to
generateThemes().
|
ContextTheme[] |
ContentObject.getThemes(LibraryObject refObj)
Gets the Themes for this content, previously generated by a call to
generateThemes().
|
Integer |
LifecyclePolicyEntry.getThreadGroupProperty()
Returns the thread group value to be used to balance the
execution within LifecycleAgent.
|
Date |
LockEntry.getTimeout()
Gets the time at which the LockEntry will timeout.
|
Long |
ApplicationTokenDefinition.getTimeoutPeriodOption()
Gets the timeout period (milliseconds) that has been set.
|
String |
LifecyclePolicyEntry.getTimePeriod()
Gets the time period since the document's LifecycleDate when
this action should be executed.
|
TimeZone |
DirectoryUser.getTimeZone()
Gets the TimeZone preference for this DirectoryUser.
|
TimeZone |
PrimaryUserProfile.getTimeZone()
Retrieves the user preferred time zone.
|
String |
LockEntry.getToken()
Gets the token for this LockEntry.
|
TokenCredential |
LibraryService.getTokenCredential(String token,
Hashtable parameters)
Gets the previously-created TokenCredential for the specified token.
|
String |
ApplicationToken.getTokenInfo()
Returns the token info.
|
String |
ApplicationToken.getTokenValue()
Returns the token value.
|
Folder |
FolderPathResolver.getTopDirectory()
Get the top directory in effect.
|
String |
FolderPathResolver.getTopPath()
Get the top file path in effect.
|
TraceLogger |
LibraryObject.getTraceLogger()
Returns the trace logger of this object's session.
|
TraceLogger |
LibrarySession.getTraceLogger()
Gets the trace logger used by this session.
|
TrackedActivitySpecification |
Actor.getTrackedActivitySpecification()
Gets the TrackedActivitySpecification used by this instance.
|
TrackedActivitySpecification |
ActorDefinition.getTrackedActivitySpecification()
Gets the TrackedActivitySpecification, if explicitly set.
|
Long |
Actor.getTrackedActivitySpecificationId()
Gets the TrackedActivitySpecification ID used by this instance.
|
int |
LockEntry.getType()
Gets the type of lock this LockEntry describes.
|
String |
NamedRelationship.getType()
Get the value of TYPE attribute.
|
String |
Relation.getType()
Gets the type of this Relation.
|
PropertyBundle |
Queue.getTypeMap()
Returns the PropertyBundle used by this Queue to map message types.
|
String |
DirectoryUser.getUniqueName()
Gets the unique name for the user.
|
String |
NodeConfiguration.getUniqueName()
Gets the unique name for this instance.
|
String |
ServerConfiguration.getUniqueName()
Gets the unique name for this instance.
|
String |
ServiceConfiguration.getUniqueName()
Gets the unique name for this instance.
|
String |
SystemLockEntry.getUniqueName()
Gets the unique name for this instance.
|
AttributeValue |
ClassObjectDefinition.getUniqueNameValue()
Get the value set for the UniqueName.
|
boolean |
CategoryDefinition.getUpdateAssociatedObjectOption()
Return the indication as to whether the associated
PublicObject should or should not be updated as a result
of a Category being added or removed.
|
LibraryObjectDefinition |
LibraryObject.getUpdateContext()
Get the context of an update operation, if an update is in progress for the
target object.
|
LibraryObjectDefinition |
LibrarySession.getUpdateContext(Long id)
Get the context of an update operation, if an update is in progress for the
specified object.
|
LockObjectDefinition |
PublicObjectDefinition.getUpdatedLockObjectDefinition()
get the LockObject Definition to be set on this PO to update
its lockobject directly.
|
DirectoryUser |
LibrarySession.getUser()
Return the user associated with the current session.
|
Long |
LibrarySession.getUserId()
Gets the id of the current user.
|
AttributeValue |
Property.getValue()
Gets the value of this Property as an AttributeValue.
|
AttributeValue |
PropertyDefinition.getValue()
Gets the value of the new Property.
|
AttributeValue |
SimpleProperty.getValue()
Gets the value represented as an AttributeValue.
|
ClassObject |
SimpleProperty.getValueClassObject()
Gets the ClassObject of the value of this SimpleProperty,
if it is a SimpleObject or SimpleObject array type.
|
Long |
SimpleProperty.getValueClassObjectId()
Gets The ClassObject ID of the value of this SimpleProperty,
if it is a SimpleObject or SimpleObject array type.
|
int |
SimpleProperty.getValueDataType()
Gets The datatype of the value of this SimpleProperty.
|
ValueDefault |
Attribute.getValueDefault()
Gets the ValueDefault of this Attribute.
|
Collection |
LibrarySession.getValueDefaultCollection()
Gets a reference to the ValueDefault collection.
|
ValueDefaultPropertyBundle |
ValueDefault.getValueDefaultPropertyBundle()
Gets the ValueDefaultPropertyBundle of this ValueDefault.
|
ValueDefaultPropertyBundleDefinition |
ValueDefaultDefinition.getValueDefaultPropertyBundleDefinition()
Gets the ValueDefaultPropertyBundleDefinition for this instance.
|
ValueDomain |
Attribute.getValueDomain()
Gets the ValueDomain of this Attribute.
|
Collection |
LibrarySession.getValueDomainCollection()
Gets a reference to the ValueDomain collection.
|
ValueDomainPropertyBundle |
ValueDomain.getValueDomainPropertyBundle()
Gets the ValueDomainPropertyBundle of this ValueDomain.
|
ValueDomainPropertyBundleDefinition |
ValueDomainDefinition.getValueDomainPropertyBundleDefinition()
Gets the ValueDomainPropertyBundleDefinition for this instance.
|
VersionDescription[] |
VersionSeries.getVersionDescriptions()
Returns an array of all VersionDescriptions in this VersionSeries.
|
VersionDescription |
VersionSeries.getVersionDescriptions(int index)
Returns the specified VersionDescription of this series.
|
VersionDescription[] |
VersionSeries.getVersionDescriptions(PublicObject version)
Returns an array of VersionDescriptions which reference
the versioned public object passed in (more than one
VersionDescription can refer to the same PublicObject).
|
String |
VersionDescription.getVersionLabel()
Returns the user specified version label for this
version description.
|
int |
VersionSeries.getVersionLimit()
Gets the value of the VersionLimit attribute.
|
static long |
LibraryService.getVersionNumber()
Gets the software version as a long.
|
long |
LibrarySession.getVersionNumber()
Returns the CM SDK bean-side software version number, as a long value.
|
long |
PublicObject.getVersionNumber()
returns the sequential number of this revision within the
primary version series.
|
long |
VersionDescription.getVersionNumber()
Returns the linear, system generated version number for this
version description.
|
PublicObject[] |
PublicObject.getVersions()
Returns an array of PublicObjects which are all referenced by
the VersionDescriptions in the primary version series.
|
VersionSeries |
Family.getVersionSeries()
Gets the PrimaryVersionSeries in this Family.
|
VersionSeries |
PublicObject.getVersionSeries()
Returns the Primary VersionSeries with which this object is associated.
|
VersionSeries |
VersionDescription.getVersionSeries()
Returns this version description's version series
|
VersionSeries |
VersionSeries.getVersionSeries()
Override to PublicObject.getVersionSeries(); returns this.
|
VersionSeriesDefinition |
VersionDescriptionDefinition.getVersionSeriesDefinition()
Returns the VersionSeries definition, or null if none specified.
|
static String |
LibraryService.getVersionString()
Gets the software version as a string.
|
String |
LibrarySession.getVersionString()
Returns the version String for the CM SDK bean-side software.
|
Integer |
InterMediaVideo.getVideoDepth()
returns the Number of bits defining the color depth
|
Long |
InterMediaVideo.getVideoFrameRate()
returns the Frames per second
|
Long |
InterMediaVideo.getVideoFrameSize()
returns the Size per Frame
|
Integer |
InterMediaVideo.getVideoHorizontalRes()
returns the Horizontal Resolution in pxl/in
|
boolean |
InterMediaVideo.getVideoIsGrayScale()
returns true if the video contains colors, false otherwise
|
Long |
InterMediaVideo.getVideoSrcHeight()
returns the Video Source Height in pixels
|
Long |
InterMediaVideo.getVideoSrcWidth()
returns the Video Source Width in pixels
|
Integer |
InterMediaVideo.getVideoVerticalRes()
returns the Vertical Resolution in pxl/in
|
String |
DependentView.getViewBody()
Gets the complete SQL statement to create or replace the view.
|
String[] |
DependentView.getViewBodySegments()
Gets the segments of the complete SQL statement to create or replace the view.
|
static String |
PreparedSelector.getViewFromTarget(AttributeValue target)
Returns the overridden view name from the specified search target.
|
static String |
PreparedSelector.getViewFromTarget(LibrarySessionInterface session,
AttributeValue target)
Deprecated.
9.3.3.0 use variant without a session context
|
String |
PerformedActivitySpecification.getViewName()
Returns the view name to use for this PerformedActivitySpecification.
|
String |
TrackedActivitySpecification.getViewName()
Returns the view name to use for this TrackedActivitySpecification.
|
PublicObject |
Family.getWorkingCopy()
Returns the working copy, or null if this Family is not checked out
by the current user.
|
PublicObject |
PublicObject.getWorkingCopy()
Returns the working copy of this object's Family.
|
PublicObject |
VersionSeries.getWorkingCopy()
Returns the "working copy".
|
String |
VersionSeries.getWorkpath()
Returns the value for the local file path specified
when this series was reserved.
|
DirectoryGroup |
LibrarySession.getWorldDirectoryGroup()
Gets the DirectoryGroup that represents World access.
|
static DirectoryGroup |
DirectoryGroup.getWorldDirectoryGroup(LibrarySession session)
Gets the DirectoryGroup that represents World access.
|
LibraryObjectDefinition |
LibraryObjectDefinition.getWriteableInstance()
Returns a a non-readonly instance.
|
AccessControlEntry |
AccessControlList.grantAccess(AccessControlEntryDefinition aceDef)
Add or extend an ACE for this ACL.
|
AccessControlEntry |
PublicObject.grantAccess(AccessControlEntryDefinition def)
Add or extend an AccessControlEntryDefinition for this object.
|
void |
LibrarySession.grantAdministration(DirectoryUser user)
Grant the Administrator Mode state for the specified
Directory User.
|
protected void |
Folder.handleAdminModeChange()
Handles an intra-session admin mode change event.
|
protected void |
LibraryObject.handleAdminModeChange()
Handles an intra-session admin mode change event.
|
void |
LibrarySession.handleAuditEventDispatchRequests(ArrayList reqList,
String tableName)
Handle a list of AuditEvent dispatch requests.
|
protected PublicObject |
PublicObject.handleCopy(LibraryObjectDefinition def)
Handle the low-level repository copy
|
protected PublicObject |
PublicObject.handleCreate(LibraryObjectDefinition lodef)
Handles the low-level creation of the PublicObject
|
protected SchemaObject |
SchemaObject.handleCreate(LibraryObjectDefinition lodef)
Handle the low-level creation of the SchemaObject
|
protected SimpleObject |
SimpleObject.handleCreate(LibraryObjectDefinition lodef)
Handle the low-level creation of the SimpleObject
|
protected SystemObject |
SystemObject.handleCreate(LibraryObjectDefinition lodef)
Handle the low-level creation of the SystemObject
|
protected void |
Folder.handleDefaultFolderOptionChange()
Handles change in the default Folder options.
|
void |
ActionSpecification.handleEvent(IfsEvent event) |
void |
ActivitySpecification.handleEvent(IfsEvent event) |
void |
Folder.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
LibraryObject.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
LibrarySession.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
LifecycleDateRuleSpecification.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
LifecyclePolicyActionSpecification.handleEvent(IfsEvent event) |
void |
Property.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
SearchObject.handleEvent(IfsEvent event)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
protected void |
LibraryObject.handleFree(LibraryObjectDefinition def)
Handle the low-level repository free
|
protected void |
PublicObject.handleUnlockAll()
Provides a template for subclasses to specify additional logic for the
unlockAll() operation.
|
protected void |
LibraryObject.handleUpdate(LibraryObjectDefinition def)
Handle the low-level repository update
|
protected void |
RetentionPolicy.handleUpdate(LibraryObjectDefinition lodef) |
boolean |
PublicObject.hasActivityRecord()
Returns indication as to whether the object has an associated
ActivityRecord category.
|
boolean |
PublicObject.hasActor()
Returns indication as to whether the object has an associated
Actor category.
|
boolean |
PublicObject.hasAttachmentRelation()
Returns indication as to whether the object has an associated
AttachmentRelation category.
|
boolean |
PublicObject.hasCategories()
Returns indication as to whether the object has any associated
Categories.
|
boolean |
PublicObject.hasCategory(ClassObject clssObj)
Check, if any category of given type is present.
|
boolean |
PublicObject.hasConfigurationCategories()
Returns indication as to whether the object has any associated
ConfigurationCategories.
|
boolean |
Folder.hasItems()
Returns true if this Folder has any items.
|
boolean |
PublicObject.hasMessageList()
Returns indication as to whether the object has an associated
MessageList category.
|
boolean |
ActionSpecification.hasNameAttribute() |
boolean |
ActivitySpecification.hasNameAttribute() |
boolean |
CustomMediaDriverSpecification.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
ExtendedPermission.hasNameAttribute()
Override to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
boolean |
Format.hasNameAttribute()
Override to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
boolean |
LibraryObject.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
LifecycleDateRuleSpecification.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
LifecyclePolicy.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
LifecyclePolicyActionSpecification.hasNameAttribute() |
boolean |
LifecyclePolicyEntry.hasNameAttribute() |
boolean |
Media.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
MediaCustom.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
PerformedActivitySpecification.hasNameAttribute() |
boolean |
PermissionBundle.hasNameAttribute()
Override to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
boolean |
Policy.hasNameAttribute()
Override to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
boolean |
Property.hasNameAttribute()
Override to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
boolean |
PublicObject.hasNameAttribute()
Overrides to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
boolean |
Relationship.hasNameAttribute()
Override to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
boolean |
RetentionPolicy.hasNameAttribute() |
boolean |
SchemaObject.hasNameAttribute()
override to return true for any SchemaObject, indicating
that the instance has a NAME attribute.
|
boolean |
SimpleProperty.hasNameAttribute() |
boolean |
SimplePropertyTable.hasNameAttribute() |
boolean |
SimplePropertyTableList.hasNameAttribute() |
boolean |
StorageGroup.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
SystemLockObject.hasNameAttribute()
Override to return true, indicating
that this class has a NAME attribute.
|
boolean |
TrackedActivitySpecification.hasNameAttribute() |
boolean |
LibraryObject.hasPropertyBundleAttribute()
Returns true if this object is an instance of a class
that has a PROPERTYBUNDLE attribute, and false otherwise.
|
boolean |
PublicObject.hasPropertyBundleAttribute()
Overrides to return true for any PublicObject, indicating
that the instance has a PROPERTYBUNDLE attribute.
|
boolean |
SchemaObject.hasPropertyBundleAttribute()
Overrides to return true for any SchemaObject, indicating
that the instance has a PROPERTYBUNDLE attribute.
|
boolean |
SystemObject.hasPropertyBundleAttribute()
Overrides to return true for any SystemObject, indicating
that the instance has a PROPERTYBUNDLE attribute.
|
boolean |
Folder.hasSubfolders()
Gets indication as to whether this folder has any
subfolders in it.
|
void |
LibrarySession.impersonateUser(DirectoryUser newuser)
Assume the identity of another user.
|
protected void |
InterMediaAnnotator.implementAnnotate(Document doc,
boolean trimMetadata)
Internal annotation processing for the specified Document.
|
boolean |
ClassDomain.inClassDomain(ClassObject co)
Determines whether the specified ClassObject is within
this ClassDomain.
|
protected void |
LibrarySession.initialize()
Initializes connection with CM SDK.
|
static void |
Folder.initializeSubfolderIndication(LibrarySession session)
Initializes all Folders' indication as to whether
they have any subfolders.
|
void |
LibrarySession.insertRetainedEvent(RetainedEvent event)
insert a RetainedEvent.
|
void |
VersionDescription.integrateIntoVersionSeries(VersionSeries vs)
Records that this VersionDescription
relates as a source to the latest version of the given
version series.
|
protected void |
Property.invalidate()
Invalidates the cached value, forcing a resolve next time this Property
is accessed.
|
void |
LibraryObject.invalidateState()
Invalidates any information cached for this object.
|
void |
LibraryService.invalidateTokenCredential(String token,
Hashtable parameters)
Invalidates the previously-created TokenCredential for the specified
token.
|
void |
LibrarySession.invalidateTokenCredentials(DirectoryUser user)
Invalidates all the token credentials for the given user.
|
Object |
LibraryObject.invokeOperation(OperationContext op)
Invokes a policy-driven operation.
|
Object |
LibraryObject.invokeOperation(String operationName,
LibraryObjectDefinition def)
Invokes a policy-driven operation.
|
Serializable |
LibraryObject.invokeServerMethod(String methodName,
Serializable payload)
Invokes a custom server-side method.
|
Serializable |
LibrarySession.invokeServerMethod(String methodName,
Serializable payload)
Invokes a custom server-side method.
|
boolean |
ClassObject.isAbstract()
Determines if this is an abstract object.
|
boolean |
ServerConfiguration.isAbstract()
Gets whether this ServerConfiguration is abstract.
|
boolean |
LibrarySession.isAclIndexUpdateModeSynchronous()
Check if ACL Index update mode is synchronous
|
boolean |
NodeConfiguration.isActive()
Returns true if the node is Active.
|
boolean |
SchemaObject.isActive()
Gets whether this SchemaObject is active.
|
boolean |
SystemObject.isActive()
Gets the Active status.
|
boolean |
DirectoryUser.isAdminEnabled()
Checks if this DirectoryUser has admin privileges.
|
boolean |
LibrarySession.isAdministrationDiscoverMode()
Gets whether this LibrarySession is in discover administration mode.
|
boolean |
LibrarySession.isAlwaysCacheSelectedData()
Gets whether the current session always caches selected data from Selectors.
|
boolean |
PreparedSelector.isAlwaysCacheSelectedData()
Gets whether to force caching of selected data.
|
boolean |
LibrarySession.isArrayInputsUsedForAncestorSelection()
Gets whether to use array inputs for selecting "all ancestors"
if size has exceeded threshhold.
|
boolean |
LibrarySession.isArrayInputsUsedForMemberSelection()
Gets whether to use array inputs for selecting "all members"
if size has exceeded threshhold.
|
boolean |
PublicObject.isAttachment(Document doc)
Returns indication as to whether the specified Document is an attachment.
|
boolean |
ClassObject.isAttribute(String attrName)
Gets whether this ClassObject has an Attribute with the specified name.
|
boolean |
ValueDomain.isAttributeValueInValueDomain(AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomain.
|
boolean |
Folder.isAuditAdministrator()
Checks if the current user is an Audit admin for the target domain.
|
boolean |
Format.isBinary()
returns true if this format describes binary content, false if text.
|
boolean |
Document.isBinaryFormat()
Returns indication as to whether the Document's Format
is a binary format.
|
boolean |
Link.isBroken()
Returns true if this Link is broken.
|
boolean |
LibrarySession.isBusy()
Return busy state of this LibrarySession.
|
boolean |
AccessControlList.isComposite()
Returns indication as to whether the target ACL is considered a
"composite ACL", that is if it has one of more component ACLs.
|
protected boolean |
LibraryObject.isConnected()
Indicates the connection state.
|
boolean |
ContactList.isContact(Actor actor)
Returns indication as to whether the specified Actor is a contact.
|
boolean |
ContentObjectDefinition.isContentSpecified()
Return true if content has been specified in any form.
|
boolean |
DocumentDefinition.isContentSpecified()
Return indication as to whether content is specified
in the definition.
|
boolean |
DirectoryUser.isCurrentUser()
Checks if this DirectoryUser is the current user of the session.
|
boolean |
SimpleProperty.isDedicated()
Returns true if the value of this property is dedicated to this property, meaning
it will be freed when the property is freed.
|
boolean |
LibrarySession.isDefinitionCloningRequired()
Gets whether the current session requires user-specified
instances of LibraryObjectDefinition (or one of its subclasses)
to be cloned prior to using it server-side.
|
boolean |
PublicObject.isDeleted()
isDeleted() - returns true if the object is marked for deletion, false otherwise
|
boolean |
DirectoryGroup.isDirectMember(DirectoryObject member)
Determines if the specified DirecotryObject is a direct member of the group.
|
boolean |
ClassObject.isDirectSubclassOf(ClassObject classObject)
Gets whether this ClassObject is a direct subclass of the specified
ClassObject.
|
boolean |
LibrarySession.isDiscoverablePublicObjectId(Long id)
Return indication as to whether the PublicObject ID specified represents
an object that the current user can discover.
|
boolean |
PreparedSelector.isDistinct()
Returns true if distinct searching is enabled with respect to classes.
|
boolean |
DefinitionObject.isEmbedded()
Return indication as to whether this instance is embedded
as part of another DefinitionObject.
|
boolean |
ContentObjectDefinition.isEmptyContent()
Return true if empty content has been specified via the
setEmptyContent() method.
|
boolean |
ConfigurationCategory.isEnabled()
Returns whether or not the options defined by this ConfigurationCategory
are enabled.
|
Boolean |
ConfigurationCategoryDefinition.isEnabled()
Gets whether the configuration is set explicitly to be enabled or
disabled.
|
boolean |
ContentQuota.isEnabled()
Determines whether quota enforcement is enabled.
|
boolean |
LifecyclePolicyEntry.isEnabled()
Returns true if the entry is enabled.
|
boolean |
ContentVaultEntry.isEncrypted()
Gets indication of encryption.
|
boolean |
DirectoryUser.isEquivalentTo(DirectoryUser other)
Returns true if this DirectoryUser is equivalent to
other . |
boolean |
LibrarySession.isExecutionMode(int mode)
Checks whether current session is in at least the execution mode
specified.
|
boolean |
ClassObject.isFinal()
Determines if this is object cannot be sub-classed.
|
boolean |
ConfigurationCategory.isFinal()
Returns whether or not sub-objects may override this ConfigurationCategory.
|
boolean |
LibrarySession.isFolderItemCachingEnabled()
Gets whether the server supports folder item caching.
|
boolean |
LifecyclePolicyEntry.isFrozen()
Returns true if the entry is suspended (frozen).
|
boolean |
LibrarySession.isFullTextIndexingEnabled()
Gets whether full-text indexing is enabled.
|
boolean |
AccessControlEntry.isGrant()
Return indication as to whether this is a grant or a revoke ACE.
|
Boolean |
AccessControlEntryDefinition.isGranted()
Returns the indication as to whether this ACE is a grant or revoke ACE.
|
boolean |
LibrarySession.isGroupMembershipCacheEnabled()
Gets whether the GroupMembershipCache is enabled.
|
boolean |
LibrarySession.isGuestUser()
Returns true if the session's current user is the
guest user.
|
boolean |
LibrarySession.isImplicitTransactionInProgress()
Return indication as to whether there is an implicit transaction
in progress.
|
boolean |
Attribute.isIndexed()
Determine if the current attribute is indexed.
|
boolean |
Format.isIndexed()
Gets whether content is indexed.
|
boolean |
LibrarySession.isInstallationMode()
Gets whether this LibrarySession is in installation mode.
|
boolean |
ClassObject.isInstalledClass()
Gets whether this class was created as part of the base installation.
|
boolean |
LibraryObject.isInstanceOf(ClassObject clss)
Determine if this is an instance of
the specified ClassObject.
|
boolean |
PublicObject.isLatestVersion()
Returns true if this public object is referenced by the lastest
VersionDescription in this object's primaryVersionSeries.
|
boolean |
VersionDescription.isLatestVersionDescription()
Cover for
getVersionSeries().isLatestVersionDescription(this) |
boolean |
VersionSeries.isLatestVersionDescription(VersionDescription version)
Returns true if the specified VersionDescription is the
latest in this series.
|
static boolean |
FolderPathResolver.isLegalDelimiter(String delimiter)
checks to make sure delimiter is a legal delimitier
|
boolean |
PublicObject.isLocked()
Returns true when the lockobject attribute on this PublicObject is not null
|
boolean |
LockObject.isLockedForSession()
Returns true if the PublicObject that refers to this LockObject has a
session lock i.e. the LockState of this object is
LOCKSTATE_SESSIONLOCK and it has a LockedForSession attribute value
that is not 0.
|
boolean |
LockObject.isLockedForSessionByCurrentSession()
Returns true if there is a session lock held by this object, and it is
held by the invoking session.
|
boolean |
LifecyclePolicy.isLockImplied()
Gets the indication of whether document instances
that reference this LifecyclePolicy are implicitly locked.
|
boolean |
DirectoryGroup.isMember(DirectoryObject obj)
Determines if the specified DirecotryObject is a member of the group.
|
boolean |
DirectoryObject.isMemberOf(DirectoryObject parent)
See if the target is the same as or is a member of the specified
object.
|
boolean |
BranchRelationship.isOperationBranch()
returns true if the type of operation described
by this relationship is a branch.
|
boolean |
BranchRelationship.isOperationIntegrate()
returns true if the type of operation described
by this relationship is an integration.
|
boolean |
LibrarySession.isOuterOperation()
Return indication as to whether the outer most operation
(of a potentially nested operation) is currently in progress.
|
boolean |
PublicObject.isOwner(DirectoryObject obj)
Returns true if the specified object is the
owner of this object.
|
boolean |
ClassObject.isPartitioned()
Determines if this is a partitioned object.
|
boolean |
LibrarySession.isPreventSessionTimeouts()
Gets whether the current session prevents any session or operation
timeouts.
|
boolean |
LibrarySession.isPublicObjectIdDiscoverable(Long id)
Return indication as to whether the PublicObject matching the specified object ID
is discoverable.
|
boolean |
Document.isReadByOwner()
Returns true if the owner of the document has read the content via this
document.
|
boolean |
ContentObject.isReadByUser()
Returns true if the current user has read this content.
|
boolean |
Document.isReadByUser()
Returns true if the current user has read the content to
which this document refers.
|
boolean |
PrimaryUserProfile.isReadIndicationEnabled()
Determines whether read indication is enabled.
|
boolean |
ContentObject.isReadOnly()
Returns true if the content is read-only.
|
boolean |
Media.isReadOnly()
Gets the value of the READONLY attribute.
|
boolean |
RetentionPolicy.isRecord()
Gets the indication of whether document instances
that reference this RetentionPolicy are implicitly considered records.
|
boolean |
ExternalRetentionPolicy.isRecordCategory()
Gets the indication of whether this
ExternalRetentionPolicy is considered a "record category".
|
boolean |
ExternalRetentionPolicy.isRecordFolder()
Gets the indication of whether this
ExternalRetentionPolicy is considered a "record folder".
|
boolean |
PreparedSelector.isRecursiveSearch()
Returns true if recursive searching is enabled with respect to classes.
|
boolean |
Selector.isRecursiveSearch()
Returns true if recursive searching is enabled with respect to classes
(i.e., true if this selector will search all subclasses of the
specific class).
|
boolean |
LifecyclePolicy.isReferenced()
Gets the indication of whether any document instances
reference this LifecyclePolicy.
|
boolean |
RetentionPolicy.isReferenced()
Gets the indication of whether any document instances
reference this RetentionPolicy.
|
boolean |
Attribute.isRequired()
Determine if the current attribute is required.
|
boolean |
PublicObject.isReserved()
Returns true if primaryVersionSeries is currently reserved
(by anyone).
|
boolean |
VersionSeries.isReserved()
Returns true if this VersionSeries is reserved by any user.
|
boolean |
PublicObject.isReservedByCurrentUser()
Returns true if primaryVersionSeries is currently reserved
by the current user.
|
boolean |
VersionSeries.isReservedByCurrentUser()
Returns true if this VersionSeries is reserved by the current user.
|
static boolean |
LibraryService.isServiceStarted(String serviceName)
Determines whether there exists an CM SDK service with the specified name.
|
boolean |
Attribute.isSettable()
Determine if the current attribute is Settable.
|
boolean |
AccessControlList.isShared()
Returns indication as to whether this is a shared ACL, meaning more
than one PublicObject refers to it.
|
Boolean |
AccessControlListDefinition.isShared()
Get the indication as to whether this ACL is a shared ACL.
|
boolean |
LockObject.isShared()
Checks if this lockobject is referenced by multiple PublicObjects
|
boolean |
Attribute.isStandardSimplePropertyArray()
Returns identication as to whether the Attribute should
implement "standard" semantics for a SimpleProperty array.
|
boolean |
ClassObject.isSubclassOf(ClassObject classObject)
Gets whether this ClassObject is a subclass of the specified
ClassObject.
|
boolean |
DirectoryUser.isSystemAdminEnabled()
Checks if this DirectoryUser has system admin privileges.
|
boolean |
LibrarySession.isSystemAdministrationMode()
Gets whether this LibrarySession is in system administration mode.
|
boolean |
LibrarySession.isSystemDirectoryUser()
Returns true if the session's current user is the
permanent admin user.
|
boolean |
DirectoryUser.isSystemOrGuest()
Returns true if the target user is "SYSTEM" or "GUEST".
|
boolean |
LibraryObject.isTraced(int channel,
int level)
Gets whether tracing is enabled for the specified channel and level.
|
boolean |
LibrarySession.isTraced(int channel,
int level)
Gets whether tracing is enabled for the specified channel and level.
|
boolean |
LibrarySession.isTransactionInProgress()
Gets whether this LibrarySession is in a transaction, explicit
or implicit.
|
boolean |
Attribute.isUnique()
Determine if the current attribute is unique.
|
boolean |
Attribute.isUpdateable()
Determine if the current attribute is Updateable.
|
boolean |
LibrarySession.isUpgradeInProgress()
See if the session behaves as though an upgrade is in progress.
|
protected boolean |
ActivityRecord.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
ApplicationObject.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Category.isValidEventType(AuditEvent event) |
protected boolean |
DirectoryGroup.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
DirectoryUser.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Document.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Family.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Folder.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
FolderLink.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
LibraryObject.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Link.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
MessageEntry.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
MessageList.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Relation.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
SimpleObject.isValidEventType(AuditEvent event) |
boolean |
Folder.isValidNameForNewObject(String name)
Returns true if the specified name can be used for a new object
in the target folder.
|
boolean |
Attribute.isValueDomainValidated()
Determines if the attribute's value domain has been validated.
|
boolean |
ClassObject.isVersionable()
Gets whether instances of this ClassObject are versionable.
|
boolean |
PublicObject.isVersionable()
Returns true if this class of object is versionable.
|
boolean |
PublicObject.isVersioned()
Returns true if this object is versioned (FAMILY !
|
boolean |
VersionDescription.isVersioned()
Returns false always.
|
boolean |
VersionSeries.isVersioned()
Returns false always.
|
boolean |
PublicObject.isWorkingCopy()
Returns true if this object is a working copy, which is
the PENDINGPUBLICOBJECT of a Family's primary VersionSeries.
|
boolean |
DirectoryGroup.isWorldGroup()
Tests whether this group is the World group (the virtual group that
contains all users).
|
protected Vector |
PublicObject.listLeftwardRelationships(ClassObject relClass,
SortSpecification sortSpec) |
protected Vector |
PublicObject.listRightwardRelationships(ClassObject relClass,
SortSpecification sortSpec) |
protected Vector |
Selector.listSelectorItems()
List the Selector items.
|
protected Vector |
WastebasketSelector.listSelectorItems() |
boolean |
DirectoryGroupCapabilities.LOCK() |
boolean |
PublicObjectCapabilities.LOCK()
Performs additional capability check for the LOCK permission.
|
LockEntry |
PublicObject.lock(LockEntryDefinition ledef)
Locks this object by adding a LockEntry associated with it.
|
void |
PublicObject.lock(LockObject lockobj)
Sets the value of the lockObject attribute of the object.
|
void |
PublicObject.lock(LockObjectDefinition ldef)
Constructs a new lockobject from the definition and sets it as
the value of the lockObject attribute on the PublicObject.
|
void |
Folder.lock(LockObjectDefinition ldef,
FolderDefinition fdef)
Constructs a new lockobject from the definition and sets it as
the value of the LockObject attribute on the PO.
|
void |
Folder.lock(LockObject lobj,
FolderDefinition fdef)
Sets the value of the LockObject attribute of the folder.
|
void |
ConnectedLibraryObjectCache.lock(Object id,
Object value)
Locks an item in this cache.
|
void |
LooselyBoundedLibraryObjectCache.lock(Object id,
Object value)
Locks an item in this cache.
|
void |
PublicObject.lock(SystemLockEntry sle)
Lock the target object by adding an existing SystemLockEntry
associated with it.
|
void |
LibraryObject.lockRows()
Obtain a low-level database lock on the rows of the tables
used to represent this instnace.
|
LibraryObject |
LibraryObjectDefinition.LookupByName.lookup(LibrarySession session,
String name) |
String |
LibrarySession.lookupAuditEventOperationTypeKey(int opType)
Looks up an audit event operation type key by its numeric value,
returning the string key or null if the numeric code is not registered.
|
String[] |
LibrarySession.lookupAuditEventOperationTypeKeys(int[] opTypes)
Looks up audit event operation type keys by their numeric values,
returning the string keys.
|
int[] |
LibrarySession.lookupAuditEventOperationTypes(String[] opTypeKeys)
Looks up audit event operation types by their string key,
returning the corresponding numeric equivalents.
|
AuditTargetCode |
LibrarySession.lookupAuditTargetCode(String className)
Looks up an audit target code structure from the specified Class name or
other registered alias for the desired type.
|
String |
LibraryObject.lookupInstanceLabel()
Lookup the InstanceLabel for this object, and return null
if no value is defined.
|
String |
LibrarySession.lookupInverseInstanceLabel(String classname,
String label)
Gets the name of an uniquely-named instance by its
label.
|
void |
ConnectedLibraryObjectCache.markEntriesAsUntrusted()
Mark all PublicObject entries as untrusted.
|
void |
LooselyBoundedLibraryObjectCache.markEntriesAsUntrusted()
Mark all PublicObject entries as untrusted.
|
void |
ConnectedLibraryObjectCache.markEntryAsUntrusted(Object itemKey)
Mark an entry as untrusted due to security changes for the specified
object.
|
void |
LooselyBoundedLibraryObjectCache.markEntryAsUntrusted(Object id)
Mark an entry as untrusted due to security changes for the specified
object.
|
void |
ConnectedLibraryObjectCache.markFreeCancelled(Long id)
Respond to a FREE event that has been rolled back for the specified object.
|
void |
LooselyBoundedLibraryObjectCache.markFreeCancelled(Long id)
Respond to a FREE event that has been rolled back for the specified object.
|
void |
ConnectedLibraryObjectCache.markFreeInitiated(Long id)
Respond to an uncommitted free operation.
|
void |
LooselyBoundedLibraryObjectCache.markFreeInitiated(Long id)
Respond to an uncommitted free operation.
|
boolean |
DirectoryGroupCapabilities.MOVE() |
boolean |
PublicObjectCapabilities.MOVE()
Performs additional capability check for the MOVE permission.
|
void |
Category.moveCategory(PublicObject targetAssoc)
Remove the Category from the current associated PublicObject,
and re-associate it with the specified PublicObject.
|
void |
ConfigurationCategory.moveConfiguration(PublicObject targetAssoc)
Remove the configuration from the current associated PublicObject,
and establish an equivalent configuration on the specified
target.
|
void |
Folder.moveItems(PublicObject[] objs,
Folder addToFolder)
Moves the specified array of PublicObjects from this
Folder to the passed Folder.
|
ContentStreamSerializer |
LibrarySession.newContentStreamSerializer()
Return the Content stream serializer.
|
PublicObject[] |
Folder.newGetItems()
Gets an array containing this Folder's items.
|
VersionDescription |
PublicObject.newVersion(VersionDescriptionDefinition vddef)
Creates a new VersionDescription at the end of the primary version series.
|
VersionDescription |
VersionSeries.newVersion(VersionDescriptionDefinition vddef)
Creates a new VersionDescription in this series from the
specified VersionDescriptionDefinition.
|
SearchResultObject |
Search.next()
Returns the next result row.
|
LibraryObject |
Selector.nextItem()
Gets the next item using an open cursor on the search.
|
void |
Search.open()
Opens the Search.
|
void |
Search.open(AttributeValue[] bindValues)
Opens the Search.
|
void |
Search.open(AttributeValue[] bindValues,
String language)
Opens the Search.
|
void |
Search.open(AttributeValue[] bindValues,
String language,
int timeout)
Opens the Search.
|
void |
Search.open(String language)
Opens the Search.
|
void |
Search.open(String sqlHint,
AttributeValue[] bindValues)
Another variation of open.
|
void |
Selector.openItems()
Opens a cursor on this Search ready for reading search results.
|
protected void |
Selector.openSelector()
Opens a cursor on this Search ready for reading search results.
|
protected void |
WastebasketSelector.openSelector() |
protected void |
LibraryObject.performPostCreateExtensions(LibraryObjectDefinition def,
ClassObject co)
Perform standard operations for postCreate, for a specific ClassObject
in the target object's class hierarchy.
|
protected void |
LibraryObject.performPostFreeExtensions(LibraryObjectDefinition def)
Perform standard operations for postFree.
|
protected void |
LibraryObject.performPostUpdateExtensions(LibraryObjectDefinition def,
ClassObject co)
Perform standard operations for postUpdate, for a specific ClassObject
in the target object's class hierarchy.
|
protected void |
LibraryObject.performPreCreateExtensions(LibraryObjectDefinition def)
Perform standard operations for preCreate.
|
protected void |
LibraryObject.performPreFreeExtensions(LibraryObjectDefinition def,
ClassObject co)
Perform standard operations for PreFree, for a specific ClassObject
in the target object's class hierarchy.
|
protected void |
LibraryObject.performPreUpdateExtensions(LibraryObjectDefinition def,
ClassObject co)
Perform standard operations for PreUpdate, for a specific ClassObject
in the target object's class hierarchy.
|
protected void |
LibrarySession.postAdminModeChange()
Post intra-session admin mode change.
|
void |
LibrarySession.postAuditEvent(AuditEvent event)
Create a new audit event.
|
void |
LibrarySession.postAuditEvent(AuditEvent event,
int mode)
Create a new audit event.
|
void |
LibrarySession.postAuditEvent(LibraryObject target,
AuditEvent event)
Create a new audit event.
|
void |
LibrarySession.postAuditEvent(LibraryObject target,
AuditEvent event,
int mode)
Create a new audit event.
|
protected void |
DirectoryUser.postConnect()
Perform operations as part of establishing a new LibrarySession.
|
void |
ContentQuota.postConsumptionChangeEvent(long payload)
Post a consumption change event on the ContentQuota.
|
protected void |
PublicObject.postCopy(LibraryObjectDefinition def,
PublicObject clone)
Extensibility point to perform actions after the copy of a object.
|
protected void |
ActionSpecification.postCreate(LibraryObjectDefinition lodef) |
protected void |
ActivityRecord.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
ActivitySpecification.postCreate(LibraryObjectDefinition lodef) |
protected void |
Actor.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
ApplicationObject.postCreate(LibraryObjectDefinition lodef) |
protected void |
ApplicationToken.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
Conversation.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
DefinitionObject.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a DefinitionObject.
|
protected void |
DirectoryGroup.postCreate(LibraryObjectDefinition lodef) |
protected void |
DirectoryUser.postCreate(LibraryObjectDefinition lodef) |
protected void |
Document.postCreate(LibraryObjectDefinition lodef) |
protected void |
Family.postCreate(LibraryObjectDefinition lodef) |
protected void |
Folder.postCreate(LibraryObjectDefinition lodef) |
protected void |
FolderLink.postCreate(LibraryObjectDefinition lodef) |
protected void |
LibraryObject.postCreate(LibraryObjectDefinition def)
Extensibility point to perform actions after the
creation of a object.
|
protected void |
Link.postCreate(LibraryObjectDefinition lodef) |
protected void |
MessageEntry.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
MessageList.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
PerformedActivitySpecification.postCreate(LibraryObjectDefinition lodef) |
protected void |
PublicObject.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
Relation.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
SchemaObject.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a SchemaObject.
|
protected void |
SimplePropertyTable.postCreate(LibraryObjectDefinition lodef) |
protected void |
SimplePropertyTableList.postCreate(LibraryObjectDefinition lodef) |
protected void |
SystemObject.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a SystemObject.
|
protected void |
TrackedActivitySpecification.postCreate(LibraryObjectDefinition lodef) |
void |
LibrarySession.postCustomAuditEvent(AuditEvent event)
Create a new custom audit event.
|
void |
LibrarySession.postCustomAuditEvent(LibraryObject target,
AuditEvent event)
Create a new custom audit event.
|
protected void |
LibrarySession.postDefaultFolderOptionChange()
Post intra-session change to default Folder options, such as
default sort order or FolderRelationship class.
|
protected void |
LibrarySession.postEvent(IfsEvent event)
Post the specified event.
|
void |
LibraryObject.postEvent(int eventType,
int eventStatus)
Posts an event of the specified type and status.
|
void |
LibraryObject.postEvent(int eventType,
int eventSubtype,
int eventStatus,
long longPayload)
Posts an event of the specified type, subtype, and status.
|
protected void |
LibraryObject.postFree(LibraryObjectDefinition def)
Extensibility point to perform actions after the
permanent deletion ("Free") of a object.
|
void |
PublicObject.postSecurityChangedEvent()
Post an event that notes that the security has been changed on an object,
forcing all sessions to re-examine whether the target object should be
discoverable.
|
void |
DirectoryUser.postSystemAuditEvent(AuditEvent event)
Posts a System event.
|
protected void |
ActionSpecification.postUpdate(LibraryObjectDefinition lodef) |
protected void |
ApplicationToken.postUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the update of a PublicObject.
|
protected void |
DefinitionObject.postUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the update of a
DefinitionObject.
|
protected void |
LibraryObject.postUpdate(LibraryObjectDefinition def)
Extensibility point to perform actions after the update of a object.
|
protected void |
MessageList.postUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the update of a PublicObject.
|
protected void |
PublicObject.postUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the update of a PublicObject.
|
protected void |
SchemaObject.postUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the update of a SchemaObject.
|
protected void |
SystemObject.postUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the update of a SystemObject.
|
protected void |
PublicObject.preCopy(LibraryObjectDefinition def)
Extensibility point to perform actions prior to the copy of a object.
|
protected void |
ActivityRecord.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
ActivitySpecification.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
Actor.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
ApplicationToken.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
CompositeGroup.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
Conversation.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
DefinitionObject.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a DefinitionObject.
|
protected void |
Document.preCreate(LibraryObjectDefinition lodef) |
protected void |
LibraryObject.preCreate(LibraryObjectDefinition def)
Extensibility point to perform actions prior to the
creation of a object.
|
protected void |
LifecycleDateRuleSpecification.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
LifecyclePolicy.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
LifecyclePolicyActionSpecification.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
LifecyclePolicyEntry.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
MessageEntry.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
MessageList.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
PerformedActivitySpecification.preCreate(LibraryObjectDefinition lodef) |
protected void |
PublicObject.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
SortObject.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a SortObject.
|
protected void |
SystemObject.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
TrackedActivitySpecification.preCreate(LibraryObjectDefinition lodef) |
protected void |
ValueDefault.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a object.
|
protected void |
ValueDomain.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a object.
|
protected void |
DirectoryUser.preDisconnect()
Perform operations as part of disconnecting a LibrarySession.
|
protected void |
ActionSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
ActivityRecord.preFree(LibraryObjectDefinition lodef) |
protected void |
ActivitySpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
Actor.preFree(LibraryObjectDefinition lodef) |
protected void |
ApplicationObject.preFree(LibraryObjectDefinition lodef) |
protected void |
ApplicationToken.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
protected void |
Conversation.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
protected void |
DefinitionObject.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
permanent deletion of a DefinitionObject.
|
protected void |
DirectoryGroup.preFree(LibraryObjectDefinition lodef) |
protected void |
DirectoryUser.preFree(LibraryObjectDefinition lodef) |
protected void |
Document.preFree(LibraryObjectDefinition lodef) |
protected void |
Family.preFree(LibraryObjectDefinition lodef) |
protected void |
Folder.preFree(LibraryObjectDefinition lodef) |
protected void |
FolderLink.preFree(LibraryObjectDefinition lodef) |
protected void |
LibraryObject.preFree(LibraryObjectDefinition def)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
protected void |
LifecycleDateRuleSpecification.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
protected void |
LifecyclePolicy.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
protected void |
LifecyclePolicyActionSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
LifecyclePolicyEntry.preFree(LibraryObjectDefinition lodef) |
protected void |
Link.preFree(LibraryObjectDefinition lodef) |
protected void |
MessageEntry.preFree(LibraryObjectDefinition lodef) |
protected void |
MessageList.preFree(LibraryObjectDefinition lodef) |
protected void |
NodeConfiguration.preFree(LibraryObjectDefinition lodef) |
protected void |
PerformedActivitySpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
PublicObject.preFree(LibraryObjectDefinition def)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
protected void |
Relation.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
protected void |
RetentionPolicy.preFree(LibraryObjectDefinition lodef) |
protected void |
SimpleProperty.preFree(LibraryObjectDefinition lodef) |
protected void |
SimplePropertyTable.preFree(LibraryObjectDefinition lodef) |
protected void |
SimplePropertyTableList.preFree(LibraryObjectDefinition lodef) |
protected void |
SortObject.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
free of a SortObject.
|
protected void |
TrackedActivitySpecification.preFree(LibraryObjectDefinition lodef) |
void |
DocumentDefinition.prepareForDefinitionObject(LibrarySession sess)
Perform any changes to the definition prior to storing
it into a DefinitionObject.
|
void |
LibraryObjectDefinition.prepareForDefinitionObject(LibrarySession sess)
Perform any changes to the definition prior to storing
it into a DefinitionObject.
|
protected void |
LibraryObject.prePostAuditEvent(AuditEvent event,
int mode)
Extensibility point for creation of a new audit event.
|
protected void |
ActivityRecord.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
ApplicationToken.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
Conversation.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
DefinitionObject.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a DefinitionObject.
|
protected void |
Document.preUpdate(LibraryObjectDefinition lodef) |
protected void |
LibraryObject.preUpdate(LibraryObjectDefinition def)
Extensibility point to perform actions prior to the update of a object.
|
protected void |
LifecycleDateRuleSpecification.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
LifecyclePolicy.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
LifecyclePolicyActionSpecification.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
LifecyclePolicyEntry.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
MessageEntry.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
MessageList.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
PublicObject.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
Relation.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
SimplePropertyTable.preUpdate(LibraryObjectDefinition lodef) |
protected void |
SimplePropertyTableList.preUpdate(LibraryObjectDefinition lodef) |
protected void |
SortObject.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
updation of a SortObject.
|
protected void |
SystemObject.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
void |
LibrarySession.processEvent(IfsEvent event)
Processes the specified event.
|
void |
LibrarySession.processEvents()
Polls the server for any events queued for transport
to this LibrarySession and immediately processes them.
|
protected void |
LibrarySession.processEventsInBackground()
Polls the server for any events queued for transport
to this LibrarySession and immediately processes them.
|
void |
LibraryObjectDefinition.processSimplePropertiesForCreate(LibraryObject lo,
String attrName)
Process SimplePropertyDefinitions specified for an attribute during create.
|
void |
LibraryObjectDefinition.processSimplePropertiesForUpdate(LibraryObject lo,
String attrName)
Process SimplePropertyDefinitions specified for an attribute during update.
|
void |
ConnectedLibraryObjectCache.put(Object id,
Object value)
Puts an item in this cache.
|
void |
LooselyBoundedLibraryObjectCache.put(Object id,
Object value)
Puts an item in this cache.
|
void |
PrimaryUserProfile.putDefaultAcl(String className,
AccessControlList acl)
Sets the default ACL for a specified class.
|
void |
ClassObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PublicObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SchemaObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SystemObject.putPolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
LibraryObject.putProperty(AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
void |
PropertyBundle.putProperty(AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
void |
LibraryObject.putProperty(String name,
AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
void |
PropertyBundle.putPropertyValue(AttributeValue av)
Puts a new value for a Property, replacing any attribute of the
same name (analogous to Hashtable.put()).
|
void |
PropertyBundle.putPropertyValue(String name,
AttributeValue av)
Puts a new value for a Property, replacing any attribute of the
same name (analogous to Hashtable.put()).
|
Object |
LibrarySession.putSessionState(String key,
Object value)
Add a session state item.
|
void |
PublicObject.reassociateLinks(PublicObject newTarget)
Reassociates the Links that are associated with the target object
to the specified new target object.
|
boolean |
LibrarySession.reauthenticate(Credential credential,
ConnectOptions options)
Reauthenticates the DIRECTORYUSER for which this LibrarySession
was originally created (as opposed to the DIRECTORYUSER specified
by a subsequent call to
impersonateUser ). |
protected void |
LibrarySession.recacheObject(LibraryObject obj)
Re-cache the specified object.
|
void |
LibrarySession.reestablishRaciSessionContext(RandomAccessContentInterface raci)
Deprecated.
CMSDK 10gR2: use RandomAccessor
|
void |
ActionSpecification.refresh()
Refresh the event registratons from this instance.
|
void |
ClassObject.refreshDependentViews()
Refresh any views that are dependent upon this ClassObject or any of its subs.
|
void |
DependentView.refreshView()
Create or replace the view decsribed by this instance.
|
int |
LibrarySession.registerAuditEventOperationType(String opTypeKey,
int targetCode,
String targetClass,
int opCode,
Boolean createOrFree)
Register a new audit event operation type.
|
protected void |
ActionSpecification.registerAuditEventTypes()
Register all events defined by this instance's ActionFactory
that are not already registered.
|
void |
LibrarySession.registerClassEventHandler(ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Registers the specified IfsEventHandler to receive events for
all objects in the specified class.
|
void |
LibrarySession.registerCollection(Collection collection,
String classname)
Registers a collection so that it can be automatically reset
by handleEvent as needed when new LibraryObjects are created,
updated, or freed.
|
int |
LibrarySession.registerCustomAuditEventOperationCodeKey(String opCodeKey)
Register a new custom operation code key.
|
void |
LibrarySession.registerCustomAuditEventOperationType(String opTypeKey,
String opCodeKey,
int targetCode,
String targetClass)
Register a new custom audit event operation type.
|
void |
LibrarySession.registerEventHandler(LibraryObject lo,
IfsEventHandler handler)
Registers the specified IfsEventHandler to receive events for the
specified LibraryObject.
|
static void |
LibraryService.registerLibraryObjectLookupCache(LibrarySessionInterface session,
String key,
LibraryObjectLookupCache lolc)
Register a LibraryObjectLookupCache instance by key.
|
void |
LibrarySession.registerServiceEventHandler(IfsEventHandler handler)
Registers the specified IfsEventHandler to receive events for
all committed events processed by the current service.
|
int |
LockObject.release()
Release an expired LockObject.
|
static int |
LockEntry.releaseExpiredLocks(LibrarySession session,
int batchSize)
Release expired LockEntries.
|
void |
ConnectedLibraryObjectCache.remove(Object id)
Removes an item from this cache.
|
void |
LooselyBoundedLibraryObjectCache.remove(Object id)
Removes an item from this cache.
|
void |
AccessControlList.removeAccessControlEntry(AccessControlEntry ace)
Remove an ACE from this ACL.
|
void |
AccessControlListDefinition.removeAceDefinitions()
Removes all ACE definition specifications from this instance.
|
static int |
AccessControlList.removeAcesForFreedGrantees(LibrarySession session,
int batchSize)
Cleanup ACLs that have ACEs for grantees that have been freed.
|
protected void |
AccessControlList.removeAllAccessControlEntries()
Remove all ACEs from this ACL.
|
void |
PrimaryUserProfile.removeAllDefaultAcls()
Removes all the default ACLs.
|
void |
Folder.removeAllItems()
Removes all items from this Folder.
|
void |
SimplePropertyTableList.removeAllObjectProperties()
Removes all object properties.
|
void |
ClassObject.removeAllPolicies()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PublicObject.removeAllPolicies()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SchemaObject.removeAllPolicies()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SystemObject.removeAllPolicies()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
LibraryObject.removeAllProperties()
Removes all Properties from this object's PropertyBundle, leaving
an empty PropertyBundle.
|
void |
PropertyBundle.removeAllProperties()
Removes all Properties from this object's PropertyBundle, leaving
an empty PropertyBundle.
|
void |
SimplePropertyTable.removeAllProperties()
Removes all simple properties.
|
void |
SimplePropertyTableList.removeAllPropertyTables(boolean freeTables)
Removes all property tables.
|
void |
PropertyBundle.removeAllPropertyValues()
Removes all Properties from this PropertyBundle.
|
void |
LibraryObject.removeAllSimpleProperties(String attrName)
Removes all properties (SimpleProperty) for this object, and the specified attribute.
|
void |
LibraryObject.removeAllSimpleProperties(String attrName,
boolean updateLastModInfo)
Removes all properties (SimpleProperty) for this object, and the specified attribute.
|
void |
PublicObject.removeAttachment(Document doc)
Remove an Attachment.
|
void |
ClassObject.removeAttribute(Attribute attribute)
Removes an Attribute from this ClassObject.
|
void |
ClassObject.removeAttribute(Attribute attribute,
AttributeDefinition def)
Removes an attribute from this ClassObject.
|
void |
LibraryObjectDefinition.removeAttribute(String name)
Removes an attribute setting for the
new instance.
|
void |
ClassObjectDefinition.removeAttributeDefinitions()
Removes all Attribute definition specifications from this instance.
|
void |
LibrarySession.removeAuditEvents(long[] eventIds,
String tableName)
Free audit events.
|
void |
LibrarySession.removeAuditEventsForTarget(Long specId,
Long targetId)
Free audit events from a specific Audit history, by target ID.
|
void |
SystemObjectDefinition.removeCategoriesForDelete()
Remove any Categories that have been added to this definition
for the purpose of being removed/deleted from this SystemObject.
|
void |
PublicObjectDefinition.removeCategoryDefinitions()
Removes all CategoryDefinition specifications from this instance.
|
void |
SchemaObjectDefinition.removeCategoryDefinitions()
Removes all Schema CategoryDefinition specifications from this instance.
|
void |
SystemObjectDefinition.removeCategoryDefinitions()
Removes all System CategoryDefinition specifications from this instance.
|
void |
SystemObjectDefinition.removeCategoryDefinitionsForUpdate()
Removes any SystemCategory Definitions from the SystemObject.
|
void |
ContactList.removeContact(Actor actor)
Remove an Actor from the list of contacts.
|
void |
ContentObjectDefinition.removeContent()
Removes any content previously set in this ContentObjectDefinition.
|
void |
LibraryObjectDefinition.removeContentSpecification(String name)
Removes a ContentSpecification setting for the
new instance.
|
void |
DocumentDefinition.removeContentSpecifications()
Remove all content specifications from the definition.
|
void |
PrimaryUserProfile.removeDefaultAcl(String className)
Removes the default ACL to the specified class name.
|
void |
LibraryObjectDefinition.removeDefinition(String name)
Removes a Definition setting for the
new instance.
|
void |
LibraryObjectDefinition.removeDefinitions(String name)
Add definitions to a definition list, which is identified by the specified name.
|
void |
SimplePropertyTableListDefinition.removeDetailListDefinitions()
Removes all detail list Definitions from this instance.
|
static Actor[] |
Actor.removeDuplicateActors(Actor[] actors)
Remove duplicate Actors from the specified array, returning a
shorter array if any duplicates are found, and returning the
same array if no duplicates are found.
|
void |
SimpleProperty.removeFromStringArray(String val)
Removes a String value from the String array.
|
void |
SimpleProperty.removeFromStringArray(String[] val)
Removes String values from the String array.
|
boolean |
FolderCapabilities.REMOVEITEM() |
boolean |
PublicObjectCapabilities.REMOVEITEM()
Performs additional capability check for the REMOVEITEM permission.
|
void |
Folder.removeItem(PublicObject item)
Removes the first reference to an item from this Folder
without altering the item.
|
void |
Folder.removeItem(PublicObject item,
PublicObjectDefinition def)
Removes the first reference to an item from this Folder
without altering the item.
|
void |
Folder.removeItems(PublicObject[] objs)
Removes the passed array of PublicObjects from this Folder.
|
void |
LifecyclePolicyDefinition.removeLifecyclePolicyEntryDefinitions()
Removes all LifecyclePolicyEntry Definition specifications
from this instance.
|
void |
PublicObjectDefinition.removeLockEntryDefinition()
Removes the lockEntryDefinition specification from this instance.
|
boolean |
DirectoryGroupCapabilities.REMOVEMEMBER() |
boolean |
PublicObjectCapabilities.REMOVEMEMBER()
Performs additional capability check for the REMOVEMEMBER permission.
|
void |
DirectoryGroup.removeMember(DirectoryObject member)
Removes a direct member from the group.
|
void |
DirectoryGroup.removeMembers(DirectoryObject[] members)
Removes a set of direct members from the group.
|
void |
MessageListDefinition.removeMessageEntryDefinitions()
Removes all MessageEntry Definition specifications
from this instance.
|
void |
SimplePropertyTableList.removeObjectProperty(String key)
Removes an object property from this object.
|
void |
LibraryObjectDefinition.removeOption(String name)
Removes an option setting for the
new instance.
|
void |
AccessControlEntryDefinition.removePermissionBundles()
Removes all permission bundles specifications from this instance.
|
void |
ClassObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PublicObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SchemaObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SystemObject.removePolicy(Policy policy)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
ClassObject.removePolicy(String opname)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PublicObject.removePolicy(String opname)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SchemaObject.removePolicy(String opname)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SystemObject.removePolicy(String opname)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PolicyListDefinition.removePolicyListElementDefinitions()
Removes all m_PolicyListElement definition specifications
from this instance.
|
void |
LibraryObject.removeProperty(String name)
Removes a Property from this object's PropertyBundle.
|
void |
PropertyBundle.removeProperty(String name)
Removes a Property from this object's PropertyBundle.
|
void |
SimplePropertyTable.removeProperty(String key)
Removes a property (SimpleProperty) from this object.
|
void |
LibraryObjectDefinition.removePropertyDefinitions()
Removes all property definitions from this instance.
|
void |
PropertyBundleDefinition.removePropertyDefinitions()
Removes all Property definition specifications from this instance.
|
void |
SimplePropertyTableList.removePropertyTable(String tableName)
Add a PropertyTable to the list of property tables held by this list.
|
void |
SimplePropertyTableList.removePropertyTable(String tableName,
boolean freeTable)
Add a PropertyTable to the list of property tables held by this list,
and optionally frees the SimplePropertyTable object that was removed.
|
void |
PropertyBundle.removePropertyValue(String name)
Removes a Property, if it exists in this PropertyBundle
(analogous to Hashtable.remove())
|
void |
LibrarySession.removeRawAuditEvents(RawAuditEvent[] rawEvents)
Free raw audit events.
|
void |
LibraryObjectDefinition.removeReferenceAttribute(String name)
Removes a reference attribute setting for the
new instance.
|
boolean |
PublicObjectCapabilities.REMOVERELATIONSHIP()
Performs additional capability check for the REMOVERELATIONSHIP permission.
|
void |
PublicObject.removeRelationship(Relationship rel)
Frees the specified relationship object that relates two PublicObjects.
|
Object |
LibrarySession.removeSessionState(String key)
Remove a session state item.
|
void |
LibraryObject.removeSimpleProperty(String attrName,
String key)
Removes a property (SimpleProperty) for this object, and the specified attribute.
|
void |
LibraryObject.removeSimpleProperty(String attrName,
String key,
boolean updateLastModInfo)
Removes a property (SimpleProperty) for this object, and the specified attribute.
|
void |
SimplePropertyTableDefinition.removeSimplePropertyDefinitions()
Removes all SimplePropertyDefinition SimpleProperties from this instance.
|
void |
LibraryObjectDefinition.removeSimplePropertyDefinitions(String attrName)
Removes all SimplePropertyDefinitions from this instance,
for the specified attribute.
|
void |
SimplePropertyTableListDefinition.removeSimplePropertyTableDefinitions()
Removes all SimplePropertyTableDefinition SimplePropertyTables from this instance.
|
void |
LibraryObjectDefinition.removeSystemOption(String name)
Removes a system option setting for the
new instance.
|
boolean |
FamilyCapabilities.REMOVEVERSIONSERIES()
Performs additional capability check for the REMOVEVERSIONSERIES permission.
|
boolean |
PublicObjectCapabilities.REMOVEVERSIONSERIES()
Performs additional capability check for the REMOVEVERSIONSERIES permission.
|
RandomAccessContentInterface |
LibraryObject.renderAsRandomAccessContent(String rendererType,
String rendererName,
boolean writeable,
Hashtable options)
Deprecated.
CM SDK 10gR2: random access rendering is no longer supported
|
Reader |
LibraryObject.renderAsReader(String rendererType,
String rendererName,
Hashtable options)
Renders this LibraryObject as a Reader.
|
InputStream |
LibraryObject.renderAsStream(String rendererType,
String rendererName,
Hashtable options)
Renders this LibraryObject as an InputStream.
|
protected void |
ApplicationObject.reportApplicationObjectCreated()
Audits a ApplicationObject create operation.
|
protected void |
ApplicationObject.reportApplicationObjectFreed()
Audits a ApplicationObject free operation.
|
protected void |
Document.reportDocumentCreated()
Audits a Document create operation.
|
protected void |
Document.reportDocumentFreed()
Audits a Document free operation.
|
protected void |
Family.reportFamilyCreated()
Audits a Family create operation.
|
protected void |
Family.reportFamilyFreed()
Audits a Family free operation.
|
protected void |
Folder.reportFolderCreated()
Audits a Folder create operation.
|
protected void |
Folder.reportFolderFreed()
Audits a Folder free operation.
|
protected void |
Folder.reportFolderItemAdded(PublicObject item)
Audits a Folder addItem operation.
|
protected void |
Folder.reportFolderItemRemoved(PublicObject item)
Audits a Folder removeItem operation.
|
protected void |
FolderLink.reportFolderLinkCreated()
Audits a FolderLink create operation.
|
protected void |
FolderLink.reportFolderLinkFreed()
Audits a FolderLink free operation.
|
protected void |
DirectoryGroup.reportGroupCreated()
Audits a Group create operation.
|
protected void |
DirectoryGroup.reportGroupFreed()
Audits a Group free operation.
|
protected void |
DirectoryGroup.reportGroupMembershipChanges()
Audits a Group membership change operation.
|
protected void |
Link.reportLinkCreated()
Audits a Link create operation.
|
protected void |
Link.reportLinkFreed()
Audits a Link free operation.
|
protected void |
MessageList.reportMessageAddedEvent(MessageEntry me)
Report a MESSAGE ADDED event.
|
protected void |
MessageList.reportMessageRemovedEvent(MessageEntry me)
Report a MESSAGE REMOVED event.
|
protected void |
DirectoryUser.reportUserCreated()
Audits a User create operation.
|
protected void |
DirectoryUser.reportUserFreed()
Audits a User free operation.
|
void |
ClonedLibrarySessionManager.requestShutdown()
Request a shutdown of this ClonedLibrarySessionManager.
|
LibrarySession |
ClonedLibrarySessionManager.reserveClonedSession()
Reserves a cloned session.
|
LibrarySession |
LibrarySession.reserveClonedSession()
Reserves a cloned session.
|
LibrarySession |
ClonedLibrarySessionManager.reserveClonedSession(long retryDelay)
Reserves a cloned session.
|
void |
PublicObject.reserveNext(String contentPath,
String comment)
Reserves (locks) the primary version series so a new version can be added.
|
void |
VersionSeries.reserveNext(String contentPath,
String comment)
Reserves the right to add the next version.
|
void |
LibraryObjectDefinition.reset()
Clear all updates made to this instance, except for session and
ClassObject value settings.
|
void |
DirectoryObject.resetAllAncestors()
Deprecated.
iFS 9.0.3 No longer has any effect
|
void |
DirectoryObject.resetDirectAncestors()
Deprecated.
iFS 9.0.3 No longer has any effect
|
void |
DirectoryGroup.resetDirectMembers()
Deprecated.
iFS 9.0.3 No longer has any effect
|
void |
PublicObject.resetFolderReferences()
Clears the locally cached list of Referencing Folders.
|
void |
Folder.resetItems()
Clears locally cached item counts.
|
void |
Selector.resetItems()
Clears locally stored search results.
|
void |
PropertyBundle.resetProperties()
Clears the locally cached array of properties.
|
protected void |
VersionSeries.resetVersionDescriptions()
Clear locally cached list of Versions.
|
protected void |
LibraryObjectDefinition.resolve(LibrarySession sess)
Resolve any settings that
are object attributes set by Name.
|
void |
PublicObjectDefinition.resolveAutoFolderingSettings()
Resolves the AutoFoldering settings, if set.
|
protected SortSpecification |
PublicObject.resolveFolderReferenceSortSpecification(LibrarySession session)
Forces the SortSpecification (if specified) to be resolved and
verified.
|
void |
LibrarySession.resolveObjects(LibraryObject[] objs,
ObjectResolverSpecification spec)
Force resolution of a set of LibraryObjects
|
protected SortSpecification |
Folder.resolveSortSpecification(LibrarySession session)
Forces the SortSpecification (if specified) to be resolved and
verified.
|
protected void |
Selector.resolveSortSpecification(LibrarySession session)
Force the SortSpecification (if specified) to be resolved and
verified.
|
AccessControlEntry |
AccessControlList.revokeAccess(AccessControlEntryDefinition aceDef)
Remove or restrict an ACE for this ACL.
|
AccessControlEntry |
PublicObject.revokeAccess(AccessControlEntryDefinition def)
Remove or restrict an AccessControlEntryDefinition for this object.
|
void |
AccessControlList.revokeAllAccess()
Remove all ACEs for this ACL.
|
void |
PublicObject.revokeAllAccess()
Removes all AccessControlEntryDefinitions for this object.
|
void |
LibrarySession.rollback()
Discards all pending changes for all in-progress Transactions for this
LibrarySession.
|
AttributeValue[] |
LibrarySession.selectAggregateAuditEventColumns(Long auditSpec,
String aggFuncName,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
AuditEvent[] |
LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
AuditEvent[] |
LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
String sortClause,
int maxItems)
Select audit events.
|
RawAuditEvent[] |
LibrarySession.selectRawAuditEvents(String filterClause,
int maxItems)
Select raw audit events.
|
AuditFolderPath |
LibrarySession.selectSpecificAuditFolderPath(long folderPathId)
Select the specific AuditFolderPath for a given primary key.
|
boolean |
PublicObjectCapabilities.SET_ATTR()
Performs additional capability check for the SET_ATTR permission.
|
boolean |
DirectoryGroupCapabilities.SET_CONTENT() |
boolean |
FolderCapabilities.SET_CONTENT() |
boolean |
LinkCapabilities.SET_CONTENT() |
boolean |
PublicObjectCapabilities.SET_CONTENT()
Performs additional capability check for the SET_CONTENT permission.
|
void |
ServerConfiguration.setAbstract(boolean abs)
Sets whether this ServerConfiguration is abstract.
|
void |
PermissionBundle.setAccessLevel(AccessLevel al)
Sets the access level.
|
void |
PermissionBundleDefinition.setAccessLevel(AccessLevel level)
Sets the AccessLevel to be associated with this PermissionBundle.
|
void |
AccessControlListDefinition.setAceDefinitions(AccessControlEntryDefinition[] defs)
Defines a set of new ACE Definitions.
|
void |
PublicObject.setAcl(AccessControlList acl)
Sets the AccessControlList for this object.
|
void |
ActivitySpecificationDefinition.setActionSpecifications(ActionSpecification[] anSpecs)
Sets the ActionSpecifications that represent the Actions that can
be posted for the related ActivitySpecification instance.
|
void |
NodeConfiguration.setActive(boolean status)
Sets the value of ACTIVE attribute.
|
void |
SchemaObject.setActive(boolean active)
Specifies whether this SchemaObject is active.
|
void |
SystemObject.setActive(boolean active)
Sets the ACTIVE attribute for this object.
|
void |
ActivitySpecificationDefinition.setActivityRecordClass(ClassObject recordClass)
Sets the ClassObject to use for new ActivityRecords.
|
void |
ActivityRecordDefinition.setActivitySpecification(ActivitySpecification spec)
Sets the ActivitySpecification that defines the activity
that will be recorded for this instance.
|
void |
ActorRelationDefinition.setActor(Actor actor)
Sets the related Actor.
|
void |
PublicObjectDefinition.setAddToFolderOption(Folder folder)
set the Add To Folder Option for the new PublicObject.
|
void |
PublicObjectDefinition.setAddToFolderValue(AttributeValue av)
set the Add To Folder Option for the new PublicObject.
|
void |
DirectoryUser.setAdminEnabled(boolean value)
Sets admin privileges of this DirectoryUser.
|
void |
LibrarySession.setAdministrationMode(boolean mode)
Set the administrator mode state for this session.
|
void |
ContentQuota.setAllocatedStorage(long value)
Sets the amount of allocated storage.
|
void |
MediaDefinition.setAlterTableSuffix(String suffix)
Sets the string appended to the ALTER TABLE statement executed to add a
column to a content table.
|
void |
LibrarySession.setAlwaysCacheSelectedData(boolean value)
Sets whether the current session always caches selected data
from Selectors.
|
void |
PreparedSelector.setAlwaysCacheSelectedData(boolean value)
Sets whether to force caching of selected data.
|
void |
ExtendedUserProfile.setApplication(String app)
Sets the application name associated with this
ExtendedUserProfile.
|
void |
LibrarySession.setApplicationName(String name)
Sets the name of the application that is using this session.
|
void |
Actor.setAsCurrentActorForSession()
Sets this Actor as the effective Actor for the session.
|
void |
Link.setAssociatedPublicObject(PublicObject po)
Sets the PublicObject referenced by this Link.
|
void |
AttachmentRelationDefinition.setAttachment(Document doc)
Sets the related attached Document.
|
void |
LibraryObject.setAttribute(AttributeValue attr_value)
Set this object's attribute to the
specified value.
|
void |
LibraryObjectDefinition.setAttribute(AttributeValue value)
Set an attribute for the new instance.
|
void |
LibraryObjectDefinition.setAttribute(AttributeValue value,
boolean policyMode)
Set an attribute for the new instance.
|
void |
LibraryObject.setAttribute(String attr_name,
AttributeValue attr_value)
Set this object's attribute to the
specified value.
|
void |
LibraryObjectDefinition.setAttribute(String name,
AttributeValue value)
Set an attribute for the new instance.
|
void |
LibraryObjectDefinition.setAttributeByUpperCaseName(String attrkey,
AttributeValue value)
Set an attribute for the new instance.
|
void |
LibraryObjectDefinition.setAttributeByUpperCaseName(String attrkey,
AttributeValue value,
boolean policyMode)
Set an attribute for the new instance.
|
void |
ClassObjectDefinition.setAttributeDefinitions(AttributeDefinition[] defs)
Defines a set of new Attribute Definitions.
|
void |
LibraryObjectDefinition.setAttributePolicyMode(String attrkey,
boolean mode)
Change the policy mode of an existing Attribute setting.
|
void |
LibraryObject.setAttributes(AttributeValue[] attrValues)
Set this object's attributes to the
specified values.
|
void |
LibraryObjectDefinition.setAttributes(AttributeValue[] values)
Set a number of attributes for the new instance.
|
void |
LibraryObject.setAttributes(String[] attrNames,
AttributeValue[] values)
Set the values for a list of Attributes
in the database.
|
void |
PublicObjectDefinition.setAutoFolderingActionSpecification(AutoFolderingActionSpecification value)
Sets the option indicating the auto-foldering action specification,
used in document creation operations.
|
void |
PublicObjectDefinition.setAutoFolderingActionSpecification(String specName)
Sets the option indicating the auto-foldering action specification,
used in document creation operations, where the specification name is
specified.
|
void |
PreparedSelector.setAuxiliarySearchTargets(AttributeValue[] targets)
Sets the auxiliary search targets.
|
void |
ClassObject.setBeanClasspath(String javaClassName)
Sets the fully-qualified name of the Java class instantiated to
represent instances of this ClassObject within a document management
application.
|
void |
Format.setBinary(boolean isBinary)
Marks this format as either binary (true) or text (false)
|
void |
EventNotificationSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values to use in the select statement.
|
void |
PreparedSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values to use in the select statement.
|
void |
LibraryService.setBootstrapClassPolicyActionContexts(HashMap pacs,
String schemaPassword)
Puts the service in "policy bootstrap" mode.
|
void |
PreparedSelector.setBypassSecurityAliases(String[] bypassSecAliases)
Sets the aliases that indicates which PO classes should not have
the security clause applied.
|
void |
ConnectedLibraryObjectCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
LooselyBoundedLibraryObjectCache.setCacheConfiguration(CacheConfiguration config)
Alters the configuration of this cache.
|
void |
PublicObjectDefinition.setCascadeCopyRelationshipsOption(boolean option)
Set or clear the option that indicates that relationships
should be copied.
|
void |
PublicObjectDefinition.setCategoryCopyOption(boolean shouldCopy)
set the CopyCategories copy Option.
|
void |
PublicObjectDefinition.setCategoryDefinitions(CategoryDefinition[] defs)
Defines a set of new Category Definition to the new PublicObject.
|
void |
SchemaObjectDefinition.setCategoryDefinitions(SchemaCategoryDefinition[] defs)
Defines a set of new Schema Category Definition to the new SchemaObject.
|
void |
SystemObjectDefinition.setCategoryDefinitions(SystemCategoryDefinition[] defs)
Defines a set of new System Category Definition to the new SystemObject.
|
void |
Document.setCharacterSet(String charset)
Sets the Iana character set for the document content.
|
void |
DocumentDefinition.setCharacterSet(String charset)
Sets the characterset
of the content.
|
void |
PrimaryUserProfile.setCharacterSet(String charSet)
Sets the default character set setting to use when uploading
a document.
|
void |
ClassObject.setClassAcl(ClassAccessControlList acl)
Sets the ClassAccessControlList of this ClassObject.
|
void |
Attribute.setClassDomain(ClassDomain cd)
Sets the ClassDomain of this Attribute.
|
void |
ClassDomain.setClasses(ClassObject[] cos)
Sets the classes in this ClassDomain.
|
void |
LibraryObjectDefinition.setClassId(Long classid)
set the ClassObject value by Id
|
protected void |
InterMediaAnnotator.setClassMap(AttributeValueTable avt)
Sets the ClassMap based on the specified Annotator properties.
|
void |
LibraryObjectDefinition.setClassname(String className)
Set the ClassObject for the new instance, by using the
class' name.
|
void |
LibraryObjectDefinition.setClassObject(ClassObject clss)
Set the ClassObject for the new instance.
|
void |
LibraryObjectDefinition.setClassObjectValue(AttributeValue av)
Set the ClassObject for the new instance.
|
void |
ClassObject.setClassPolicyList(PolicyList policyList)
Sets the ClassPolicyList of this object.
|
void |
PreparedSelector.setColumnDescriptors(ColumnDescriptor[] colDescs)
Sets the column descriptors to use in the select statement.
|
void |
AttributeDefinition.setCommonName(String commonName)
Set the common name.
|
void |
AccessControlList.setComponentAcls(AccessControlList[] acls)
Sets the AccessControlLists that are components of the target ACL.
|
void |
Document.setContent(DocumentDefinition def)
Sets the content of this Document.
|
void |
ContentObjectDefinition.setContent(String content)
Sets the content as a String.
|
void |
DocumentDefinition.setContent(String content)
Sets the content of the document that will be loaded/created.
|
void |
ContentObjectDefinition.setContentBfileReference(String parentFolderPath,
String fileName,
Long contentSize)
Deprecated.
11.1+: use
setContentReference |
void |
DocumentDefinition.setContentBfileReference(String parentFolderPath,
String fileName,
Long contentSize)
Deprecated.
11.1+: use
ContentObjectDefinition.setContentReference |
void |
ContentObjectDefinition.setContentNameOption(String name)
Set the name of the document that will end up using this content.
|
void |
DocumentDefinition.setContentObjectDefinition(ContentObjectDefinition cod)
Sets the ContentObjectDefinition of the document that will be used to create/update the content
object associated with this document.
|
void |
ContentObjectDefinition.setContentPath(String contentPath)
Sets the path of the local file from which this
content will be loaded/created.
|
void |
DocumentDefinition.setContentPath(String contentPath)
Sets the path of the local file from which this
document will be loaded/created.
|
void |
DirectoryGroup.setContentQuota(ContentQuota quota)
Sets the group's ContentQuota attribute.
|
void |
Document.setContentQuota(ContentQuota quota)
Sets the ContentQuota that will be charged by this Document.
|
void |
PrimaryUserProfile.setContentQuota(ContentQuota quota)
Sets the DirectoryUser's ContentQuota attribute.
|
void |
PublicObjectDefinition.setContentQuotaCopyOption(AttributeValue quota)
set the ContentQuota copy Option.
|
void |
ContentObjectDefinition.setContentReader(Reader contentReader)
Sets the content Reader
from which the content will be loaded/created.
|
void |
DocumentDefinition.setContentReader(Reader contentReader)
Sets the content Reader
from which the document will be loaded/created.
|
void |
ContentObjectDefinition.setContentReference(String contentReference,
Long contentSize)
Sets the content as a string reference that is interpreted by the Media
instance.
|
void |
ContentObjectDefinition.setContentRowReference(Long contentId)
This method indicates to the server that content should be created,
pointing to an existing row in the underlying content tables.
|
void |
ContentObjectDefinition.setContentRowReference(Long contentId,
Format format,
Media media,
long contentSize)
This method indicates to the server that content should be created,
pointing to an existing row in the underlying content tables
This is used internally by the files to ECM upgrade for performance
reasons.
|
void |
LibraryObjectDefinition.setContentSpecification(String name,
ContentStreamSerializer value)
Set a Content specification option for the new instance, identified by a name
which distinguishes it from other Content specification options.
|
void |
ContentObjectDefinition.setContentStream(InputStream contentStream)
Sets the content InputStream
from which the content will be loaded/created.
|
void |
DocumentDefinition.setContentStream(InputStream contentStream)
Sets the content InputStream
from which the document will be loaded/created.
|
protected void |
ContentObjectDefinition.setContentStreamSerializer(ContentStreamSerializer css)
Sets the content as a ContentStreamSerializer.
|
void |
ConversationRelationDefinition.setConversation(Conversation conv)
Sets the related Conversation.
|
void |
ContentObjectDefinition.setCopiedContent(AttributeValue av)
Sets the content as a reference to an existing ContentObject.
|
void |
LibraryObjectDefinition.setCopiedObjectValue(AttributeValue obj)
Set the copied object value option.
|
void |
LibraryObject.setCopyContext(LibraryObjectDefinition def)
Set the context of a copy operation for the target object.
|
void |
LibrarySession.setCopyContext(Long id,
LibraryObjectDefinition def)
Set the context of a copy operation for the specified object.
|
void |
PublicObjectDefinition.setCreateCategoriesServerSideOption(boolean option)
Set or clear the option that indicates that categories
should be created from within S_PublicObject.
|
void |
SystemObjectDefinition.setCreateCategoriesServerSideOption(boolean option)
Set or clear the option that indicates that categories
should be created from within S_SystemObject.
|
void |
LibrarySession.setCreateContext(Long id,
LibraryObjectDefinition def)
Set the context of a create operation for the specified object.
|
void |
MediaDefinition.setCreateTableSuffix(String suffix)
Sets the string appended to the CREATE TABLE statement executed to create
a new content table.
|
void |
DirectoryObject.setCredentialManager(String credentialManager)
Sets the credential manager of this DirectoryObject.
|
void |
LibrarySession.setCurrentActor(Actor actor)
Sets the current Actor in effect for this session.
|
void |
LibrarySession.setCurrentAuditDomainContext(Folder domain)
Sets the current "Audit Domain" context.
|
void |
FolderPathResolver.setCurrentDirectory(Folder folder)
Sets the current path to the specified Folder's path
|
void |
PrimaryUserProfile.setDefaultAcl(AccessControlList acl)
Sets the default ACL for the PUBLICOBJECT class only.
|
void |
PrimaryUserProfile.setDefaultAcls(PropertyBundle props)
Sets the PropertyBundle for this profile that
contains name/value pairs keyed by classname of the default
ACL to use when creating an instance of that class.
|
void |
LibrarySession.setDefaultContentQuota(ContentQuota quota)
Sets the session's default ContentQuota.
|
void |
LibrarySession.setDefaultFolderRelationshipClassName(String classname)
Deprecated.
CM SDK 10g: no replacement functionality; FolderPathRelationship
is now used as the class name
|
void |
LibrarySession.setDefaultFolderSortSpecification(SortSpecification sort)
Sets the default SortSpecification
that is used by default for all Folder selection operations.
|
void |
Family.setDefaultVersionDescription(VersionDescription version)
Sets the default VersionDescription of this Family.
|
void |
VersionSeries.setDefaultVersionDescription(VersionDescription version)
Set the Default Version Description of this series.
|
void |
LibraryObjectDefinition.setDefinition(String name,
LibraryObjectDefinition value)
Set a Definition option for the new instance, identified by a name
which distinguishes it from other definition options.
|
void |
LibrarySession.setDefinitionCloningRequired(boolean option)
Sets whether the current session requires user-specified
instances of LibraryObjectDefinition (or one of its subclasses)
to be cloned prior to using it server-side.
|
void |
LibraryObjectDefinition.setDefinitions(String name,
LibraryObjectDefinition[] values)
Set the definitions of a definition list, which is identified by the specified name.
|
void |
AttributeDefinition.setDefinitionSettingPolicy(String policyName)
Sets the policy in effect for applying a definition setting
for the Attribute.
|
void |
LifecyclePolicyDefinition.setDeleteAllLifecyclePolicyEntries(boolean value)
Sets indication as to whether all existing LifecyclePolicyEntries
should be deleted as part of an update operation.
|
void |
DependentView.setDependentClassObjects(ClassObject[] val)
Sets The ClassObjects this object depends upon.
|
void |
Attribute.setDescription(String description)
Sets the description of this Attribute.
|
void |
ClassDomain.setDescription(String description)
Sets the description of this ClassDomain.
|
void |
ClassObject.setDescription(String description)
Sets the description of this ClassObject.
|
void |
ExtendedPermission.setDescription(String description)
Sets the description of this ExtendedPermission.
|
void |
PermissionBundle.setDescription(String description)
Update the description of this object.
|
void |
PublicObject.setDescription(String description)
Updates the description of this object.
|
void |
SchemaCategory.setDescription(String description)
Updates the description of this object.
|
void |
SchemaCategoryDefinition.setDescription(String description)
Set the description for the new schemacategory being created
through this definition
|
void |
ValueDefault.setDescription(String description)
Sets the description of this ValueDefault.
|
void |
ValueDomain.setDescription(String description)
Sets the description of this ValueDomain.
|
void |
SimplePropertyTableListDefinition.setDetailListDefinitions(SimplePropertyTableListDefinition[] defs)
Replaces the set of new detail list Definitions.
|
void |
PrimaryUserProfile.setDisplayName(String name)
Sets the name of the DirectoryUser that is used for display
purposes.
|
void |
PreparedSelector.setDistinct(boolean distinct)
Sets the indication as to whether a "select distinct" will be
used.
|
void |
AccessControlEntryDefinition.setDistinctAccessLevel(AccessLevel level)
Set the AccessLevel to be associated with this instance
of ACE before permission bundles are accounted for.
|
void |
DirectoryObject.setDistinguishedName(String name)
Sets the distinguished name of this DirectoryObject.
|
void |
PrintJobDefinition.setDocumentDefinition(DocumentDefinition def)
Sets the DocumentDefinition that will be used to store the content of
this PrintJob.
|
void |
ClassDomain.setDomainType(int domainType)
Sets the domain type of this ClassDomain.
|
void |
Folder.setDomainVisibleSecurity(PublicObjectDefinition def)
Set "domain visible" security information in the specified
PublicObjectDefinition.
|
void |
PrimaryUserProfile.setEmailAddress(String email)
Sets the Email address of the DirectoryUser.
|
void |
DefinitionObjectDefinition.setEmbedded(boolean value)
Set the EMBEDDED attribute.
|
void |
ContentObjectDefinition.setEmptyContent()
This method indicates to the server that content should be created,
but with zero length.
|
void |
DocumentDefinition.setEmptyContent()
Creates content of zero length.
|
void |
ConfigurationCategoryDefinition.setEnabled(boolean enabled)
Sets whether or not the options defined by this ConfigurationCategory
are enabled.
|
void |
ContentQuota.setEnabled(boolean enable)
ContentQuota can be enabled or disabled.
|
void |
ContentObjectDefinition.setEncrypted(Boolean encrypt)
Sets indication of whether the content should be encrypted
|
void |
DocumentDefinition.setEncrypted(Boolean encypt)
Sets indication of whether the content should be encrypted.
|
void |
LibrarySession.setEncryptedRepositoryParameter(String name,
String value)
Sets the value of the specified repository parameter.
|
void |
ValueDomain.setEnumeratedValue(AttributeValue value)
Sets the enumerated values of the ValueDomainPropertyBundle
of this ValueDomain.
|
void |
ValueDomainPropertyBundle.setEnumeratedValue(AttributeValue av)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(Date[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(Date[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(DirectoryObject[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(DirectoryObject[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(int[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(int[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(Integer[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(Integer[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(long[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(long[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(Long[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(Long[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(PublicObject[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(PublicObject[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(SchemaObject[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(SchemaObject[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(String[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(String[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setEnumeratedValues(SystemObject[] values)
Sets the allowed values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setEnumeratedValues(SystemObject[] values)
Sets the allowed values for the new ValueDomainPropertyBundle.
|
void |
ActivityRecordDefinition.setEventHistory(AuditSpecification spec)
Sets the event history.
|
void |
LockEntryDefinition.setExceptedUserValue(AttributeValue av)
Set the excepted user to be associated with this instance.
|
void |
ValueDomainPropertyBundle.setExclusiveMaximumValue(Date maximum)
Sets the maximum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMaximumValue(Date maximum)
Sets the maximum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMaximumValue(double maximum)
Sets the maximum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMaximumValue(double maximum)
Sets the maximum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMaximumValue(Double maximum)
Sets the maximum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMaximumValue(Double maximum)
Sets the maximum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMaximumValue(int maximum)
Sets the maximum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMaximumValue(int maximum)
Sets the maximum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMaximumValue(Integer maximum)
Sets the maximum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMaximumValue(Integer maximum)
Sets the maximum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMaximumValue(long maximum)
Sets the maximum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMaximumValue(long maximum)
Sets the maximum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMaximumValue(Long maximum)
Sets the maximum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMaximumValue(Long maximum)
Sets the maximum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMinimumValue(Date minimum)
Sets the minimum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMinimumValue(Date minimum)
Sets the minimum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMinimumValue(double minimum)
Sets the minimum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMinimumValue(double minimum)
Sets the minimum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMinimumValue(Double minimum)
Sets the minimum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMinimumValue(Double minimum)
Sets the minimum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMinimumValue(int minimum)
Sets the minimum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMinimumValue(int minimum)
Sets the minimum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMinimumValue(Integer minimum)
Sets the minimum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMinimumValue(Integer minimum)
Sets the minimum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMinimumValue(long minimum)
Sets the minimum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMinimumValue(long minimum)
Sets the minimum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveMinimumValue(Long minimum)
Sets the minimum (exclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveMinimumValue(Long minimum)
Sets the minimum (exclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveValueRange(Date minimum,
Date maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveValueRange(Date minimum,
Date maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveValueRange(double minimum,
double maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveValueRange(double minimum,
double maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveValueRange(Double minimum,
Double maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveValueRange(Double minimum,
Double maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveValueRange(Integer minimum,
Integer maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveValueRange(Integer minimum,
Integer maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveValueRange(int minimum,
int maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveValueRange(int minimum,
int maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveValueRange(long minimum,
long maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveValueRange(long minimum,
long maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setExclusiveValueRange(Long minimum,
Long maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setExclusiveValueRange(Long minimum,
Long maximum)
Sets the minimum (exclusive) and maximum (exclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
LibrarySession.setExecutionMode(int mode)
Set the execution mode for this LibrarySession.
|
void |
Policy.setExecutionMode(int executionMode)
Sets the privileged mode (if any) in which this Policy executes.
|
void |
PublicObject.setExpirationDate(Date date)
Updates the expiration date set for this object.
|
void |
PublicObjectDefinition.setExplicitCreateAndModifyAttributesOption(boolean option)
Set or clear the option that indicates that create and modify
attributes are set explicitly in the definition.
|
void |
PublicObjectDefinition.setExplicitCreateDate(Date createDate)
sets an explicit CreateDate.
|
void |
PublicObjectDefinition.setExplicitLastModifyDate(Date modDate)
sets an explicit LastModifydate.
|
void |
Format.setExtension(String FileExtension)
Associates a local file extension with this Format.
|
void |
VersionSeriesDefinition.setFamilyDefinition(FamilyDefinition def)
Set the Family definition for the new PublicObject.
|
void |
LibrarySession.setFilterDeletedObjectsEnabled(boolean mode)
Set deleted object filtering state for this session.
|
void |
PolicyListElement.setFilters(String[] filters)
Sets the filters which, if set by a previous policy with a
FILTER SUBSEQUENT outcome, prevent execution of this policy.
|
void |
ConfigurationCategoryDefinition.setFinal(boolean isFinal)
Sets whether or not sub-objects may override this ConfigurationCategory.
|
void |
PublicObject.setFlags(long flags)
Sets the flags bitmask.
|
void |
FolderDefinition.setFolderDepthOption(int depth)
Sets the Folder depth system option.
|
void |
FolderDefinition.setFolderIndexLevelOption(int level)
Sets the FolderIndex Level option.
|
void |
LibrarySession.setFolderPathDelimiter(String delim)
Sets the current session's Folder path delimiter.
|
void |
PublicObject.setFolderReferencesSortSpecification(SortSpecification sort)
Sets the sort specification used
by the getFolderReferences method.
|
void |
ContentObjectDefinition.setFormat(Format format)
Deprecated.
CM SDK 10gR2: use setAttribute(
"FORMAT", AttributeValue.newAttributeValue(format));
|
void |
Document.setFormat(Format format)
Sets the format for this Document.
|
void |
DocumentDefinition.setFormat(Format format)
Sets the format describing the type
of content.
|
void |
LibraryObject.setFreeContext(LibraryObjectDefinition def)
Set the context of a free operation for the target object.
|
void |
LibrarySession.setFreeContext(Long id,
LibraryObjectDefinition def)
Set the context of a free operation for the specified object.
|
void |
PublicObjectDefinition.setFreeIfLastFolderReferenceOption(boolean option)
set or clear the option to free an object if
it has no Folder references after it is explicitly
removed from the last Folder.
|
void |
AccessControlEntryDefinition.setGranted(boolean granted)
Set the indication as to whether this ACE is a grant or revoke ACE.
|
void |
AccessControlEntryDefinition.setGrantee(DirectoryObject dirobject)
Deprecated.
CM SDK 10gR2: use setGranteeValue()
|
void |
AccessControlEntryDefinition.setGranteeValue(AttributeValue dirobject)
Set the grantee to be associated with this ACE.
|
void |
EventNotificationSelector.setHint(String hint)
Sets the SQL hint to use for the main select.
|
void |
PreparedSelector.setHint(String hint)
Sets the SQL hint to use for the main select.
|
void |
FolderPathResolver.setHomeFolder()
Change current folder to a home folder for the current user.
|
void |
FolderPathResolver.setHomeFolder(DirectoryUser user)
Set current folder to the home folder of a specified
directory user
|
void |
PrimaryUserProfile.setHomeFolder(Folder folder)
Sets the DirectoryUser's home folder.
|
void |
FolderPathResolver.setHomeFolder(String username)
Change current folder to a home folder for a specified user.
|
void |
FolderPathResolver.setHomeFolder(String username,
String anonymousUsername,
boolean robust)
Change current folder to a home folder for a specified user.
|
void |
LibraryObjectDefinition.setId(Long id)
set the object Id
|
void |
Policy.setImplementationEnum(int implementation)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
Policy.setImplementationName(String implementation)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
ServerConfiguration.setInheritedServerConfigurations(ServerConfiguration[] scs)
Sets the ServerConfigurations from which this ServerConfiguration
"inherits" properties.
|
void |
AccessControlEntryDefinition.setInsertAfterAccessControlEntry(AccessControlEntry ace)
Deprecated.
CM SDK 10gR2: use setInsertAfterAccessControlEntryValue()
|
void |
AccessControlEntryDefinition.setInsertAfterAccessControlEntryValue(AttributeValue av)
Set a reference ACE, so that the new ACE has a sort sequence greater than
the reference ACE.
|
void |
AccessControlEntryDefinition.setInsertBeforeAccessControlEntry(AccessControlEntry ace)
Deprecated.
CM SDK 10gR2: use setInsertBeforeAccessControlEntryValue()
|
void |
AccessControlEntryDefinition.setInsertBeforeAccessControlEntryValue(AttributeValue av)
Set a reference ACE, so that the new ACE has a sort sequence less than
the reference ACE.
|
void |
LibrarySession.setInstallationMode(boolean mode)
Set the Installation Mode state for this LibrarySession.
|
void |
PreparedSelector.setJoinCondition(String joinCondition)
Sets the join condition.
|
void |
PublicObjectDefinition.setKeepLastModifierOption(boolean option)
set or clear the indication to keep the last modifier unchanged
as part of an update operation.
|
void |
PublicObjectDefinition.setKeepLastModifyDateOption(boolean option)
set or clear the indication to keep the last modification unchanged
as part of an update operation.
|
void |
Document.setLanguage(String language)
Sets the language of the document content.
|
void |
DocumentDefinition.setLanguage(String language)
Sets the language
of the content.
|
void |
PrimaryUserProfile.setLanguage(String language)
Sets the default language setting to use when uploading
a document.
|
void |
Document.setLifecycleDate(Date ldate)
Sets the base date used to manage lifecycle of this document.
|
void |
Document.setLifecyclePolicy(LifecyclePolicy lp)
Sets the LifecyclePolicy which describes the
lifecycle rules for this document.
|
void |
LifecyclePolicyDefinition.setLifecyclePolicyEntryDefinitions(LifecyclePolicyEntryDefinition[] defs)
Defines a set of new LifecyclePolicyEntry Definitions.
|
void |
PrimaryUserProfile.setLocale(Locale locale)
Sets the user preferred locale.
|
void |
PublicObject.setLockEntries(LockEntry[] les)
Sets all LockEntry objects associated with this instance.
|
void |
PublicObjectDefinition.setLockEntryDefinition(LockEntryDefinition def)
Sets the LockEntry definition describing the
type of lock to be created after the PublicObject is created.
|
protected void |
PublicObject.setLockEntrySecurity(LockEntryDefinition def)
Set security for a new LockEntry.
|
void |
LockObjectDefinition.setLockHolder(DirectoryUser du)
Deprecated.
CM SDK 10gR2: use setLockHolderValue(
AttributeValue.newAttributeValue(du));
|
void |
SystemLockObject.setLockHolder(DirectoryUser du)
set the lockholder.
|
void |
LockObjectDefinition.setLockHolderValue(AttributeValue av)
Set the lock holder for lock
|
void |
PublicObjectDefinition.setLockObject(LockObject lobj)
set the LockObject directly on the PO to an existing lockobject
this allows for sharing of lockobject's
|
void |
PublicObjectDefinition.setLockObjectDefinition(LockObjectDefinition ldef)
set the LockObject Definition to be used for the PO
setting this will always construct a new lockobject
for the PO.
|
void |
PublicObjectDefinition.setLockObjectValue(AttributeValue lobj)
set the LockObject directly on the PO to an existing lockobject
this allows for sharing of lockobject's
|
void |
LockObject.setLockState(int lockstate)
Sets the Lock state of the LockObject
|
void |
LockObjectDefinition.setLockState(int lockstate)
Deprecated.
CM SDK 10gR2: use setLockStateValue()
|
void |
LockObjectDefinition.setLockStateValue(AttributeValue av)
Set the LockState for the LockObject
|
void |
LockObject.setLockTimeOut(Date timeout)
Sets the Lock time out of the LockObject.
|
void |
LockObjectDefinition.setLockTimeOut(Date timeout)
Set the LockTime Out for the LockObject
|
void |
ContentObject.setManualTextIndexingStream(Reader reader)
Sets the text reader to use for manual text indexing.
|
void |
ValueDomainPropertyBundle.setMaximumValue(Date maximum)
Sets the maximum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMaximumValue(Date maximum)
Sets the maximum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMaximumValue(double maximum)
Sets the maximum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMaximumValue(double maximum)
Sets the maximum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMaximumValue(Double maximum)
Sets the maximum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMaximumValue(Double maximum)
Sets the maximum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMaximumValue(int maximum)
Sets the maximum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMaximumValue(int maximum)
Sets the maximum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMaximumValue(Integer maximum)
Sets the maximum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMaximumValue(Integer maximum)
Sets the maximum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMaximumValue(long maximum)
Sets the maximum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMaximumValue(long maximum)
Sets the maximum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMaximumValue(Long maximum)
Sets the maximum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMaximumValue(Long maximum)
Sets the maximum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
EventNotificationSelector.setMaxItemCount(int maxItemCount)
Sets the maximum number of items that will be returned by
getItems . |
void |
PreparedSelector.setMaxItemCount(int maxItemCount)
Sets the maximum number of items that will be returned by
getItems . |
void |
Selector.setMaxItemCount(int maxItemCount)
Sets the maximum number of items that will be returned in a
getItems() invocation.
|
void |
ContentObjectDefinition.setMedia(Media media)
Deprecated.
CM SDK 10gR2: use setAttribute
|
void |
DocumentDefinition.setMedia(Media media)
Sets explicitly the media for a new document.
|
void |
ContentObjectDefinition.setMediaOptions(AttributeValue[] avs)
Sets name/value pairs whose semantics are specific to the ContentObject's
MEDIA.
|
void |
ContentObjectDefinition.setMediaValue(AttributeValue av)
Deprecated.
CM SDK 10gR2: use setAttribute
|
void |
MessageListDefinition.setMessageEntryDefinitions(MessageEntryDefinition[] defs)
Defines a set of new MessageEntry Definitions.
|
void |
MessageEntryDefinition.setMessageList(MessageList ml)
Sets the parent MessageList.
|
void |
Queue.setMessageProcessorClassName(String messageProcessorClassName)
Sets the meaasge processor class of the Queue instance.
|
void |
MessageEntryDefinition.setMessageText(String message)
Sets the message text.
|
boolean |
DirectoryGroupCapabilities.SETMETADATA() |
boolean |
PublicObjectCapabilities.SETMETADATA()
Performs additional capability check for the SETMETADATA permission.
|
void |
Format.setMimeType(String mimeType)
Associates MIME type with this Format.
|
void |
ValueDomainPropertyBundle.setMinimumValue(Date minimum)
Sets the minimum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMinimumValue(Date minimum)
Sets the minimum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMinimumValue(double minimum)
Sets the minimum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMinimumValue(double minimum)
Sets the minimum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMinimumValue(Double minimum)
Sets the minimum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMinimumValue(Double minimum)
Sets the minimum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMinimumValue(int minimum)
Sets the minimum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMinimumValue(int minimum)
Sets the minimum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMinimumValue(Integer minimum)
Sets the minimum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMinimumValue(Integer minimum)
Sets the minimum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMinimumValue(long minimum)
Sets the minimum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMinimumValue(long minimum)
Sets the minimum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setMinimumValue(Long minimum)
Sets the minimum (inclusive) values for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setMinimumValue(Long minimum)
Sets the minimum (inclusive) values for the new ValueDomainPropertyBundle.
|
void |
AttributeDefinition.setMultiValueTableSuffix(String tableSuffix)
Set the table suffix to use for a map or array type Attribute.
|
void |
ClassObjectDefinition.setName(String name)
Sets the name of the new ClassObject.
|
void |
LibraryObject.setName(String name)
Set the Name of this object.
|
void |
LibraryObjectDefinition.setName(String name)
Set the Name of the new instance.
|
void |
PropertyDefinition.setName(String name)
Sets the Name of the new Property.
|
void |
VersionDescriptionDefinition.setNewVersionBasedOn(boolean basedOn)
This option specifies whether new Versions are based on
the old Versions (true), or does this definition completely
describe the new Version (false).
|
void |
DocumentDefinition.setNextLifecyclePolicyEntryValue(AttributeValue av)
Sets the next LifecyclePolicyEntry to be used as the state
of the document.
|
void |
EventNotificationSelector.setNotifyee(LibraryObject notifyee)
Sets the notifyed user to include in teh search condition.
|
void |
DocumentDefinition.setNullContent()
Calling this method specifies that the target document should not have content.
|
void |
PublicObjectDefinition.setNullSecurity()
Set a null ACL and the SYSTEM user as the owner.
|
protected void |
LibrarySession.setObjectFolderSortSpecification(PublicObject po,
SortSpecification sort)
Sets an object-level SortSpecification
that is to be used for all Folder selection operations for
a particular object.
|
void |
SimplePropertyTableListDefinition.setObjectPropertyTableDefinition(AttributeValueTable propTable)
Sets the SimplePropertyTable definition for the object property table,
expressed as an AttributeValueTable
|
void |
SimplePropertyTableListDefinition.setObjectPropertyTableDefinition(SimplePropertyTableDefinition def)
Sets the SimplePropertyTable definition for the object property table.
|
void |
Policy.setOperation(String operation)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PolicyListElement.setOperation(String operation)
Sets the operation to which this PolicyListElement applies.
|
void |
LibraryObjectDefinition.setOption(String name,
Object value)
Set an option for the new instance.
|
void |
PublicObject.setOwner(DirectoryUser owner)
Updates the owner of this object.
|
void |
VersionDescriptionDefinition.setOwnerBasedOnPublicObjectOption(boolean value)
This option specifies whether the new VersionDescription should have the same
owner as the PublicObject it is refering to.
|
void |
VersionSeriesDefinition.setOwnerBasedOnPublicObjectOption(boolean value)
This option specifies whether the new VersionSeries should have the same
owner as the PublicObject it is refering to.
|
void |
PublicObject.setOwnerByName(String ownerName)
Updates the Owner of this object.
|
void |
ConfigurationCategoryDefinition.setParentConfigurationOption(ConfigurationCategory value)
Sets the option indicating the parent ConfigurationCategory when it is
necessary to specify one explicitly.
|
void |
ConversationDefinition.setParticipants(Actor[] actors)
Sets the participating Actors.
|
void |
Queue.setPayloadType(String payloadType)
Sets the payload type of the Queue instance.
|
void |
VersionSeries.setPendingPublicObject(PublicObject po)
Sets the pending PublicObject that will become the next
version upon a newVersion() invocation.
|
void |
ActorDefinition.setPerformedActivitySpecification(PerformedActivitySpecification spec)
Sets the PerformedActivitySpecification.
|
void |
AccessControlEntryDefinition.setPermissionBundlesValue(AttributeValue av)
Defines a set of permission bundles to the definition.
|
void |
PolicyListElement.setPolicy(Policy policy)
Sets the Policy referenced by this PolicyListElement.
|
void |
Policy.setPolicyAction(String policyAction)
Sets the fully-qualified class name of the Java PolicyAction.
|
void |
ClassObject.setPolicyBundle(PolicyPropertyBundle bundle)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PublicObject.setPolicyBundle(PolicyPropertyBundle bundle)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SchemaObject.setPolicyBundle(PolicyPropertyBundle bundle)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
SystemObject.setPolicyBundle(PolicyPropertyBundle bundle)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
void |
PolicyListDefinition.setPolicyListElementDefinitions(PolicyListElementDefinition[] defs)
Defines a set of new PolicyListElement Definitions.
|
void |
PublicObject.setPolicyLists(PolicyList[] policyLists)
Sets the PolicyLists for this object.
|
void |
SchemaObject.setPolicyLists(PolicyList[] policyLists)
Sets the PolicyLists for this object.
|
void |
SystemObject.setPolicyLists(PolicyList[] policyLists)
Sets the PolicyLists for this object.
|
void |
LibrarySession.setPreventSessionTimeouts(boolean value)
Sets whether the current session should prevent any session or operation
timeouts.
|
void |
ActorDefinition.setPrimaryContactList(ContactList cl)
Sets the PrimaryContactList.
|
void |
PreparedSelector.setPrimarySearchClass(String className)
Sets the primary search target, specifying the class name only.
|
void |
PreparedSelector.setPrimarySearchTarget(AttributeValue target)
Sets the primary search target.
|
void |
DirectoryUserDefinition.setPrimaryUserProfileDefinition(PrimaryUserProfileDefinition def)
Sets the PrimaryUserProfile definition describing the
profile to be added as part of user creation.
|
void |
Family.setPrimaryVersionSeries(VersionSeries series)
Sets the PrimaryVersionSeries of this Family.
|
void |
PrintJob.setPriority(int priority)
Set the priority of this PrintJob.
|
void |
PublicObjectDefinition.setPrivateSecurity()
Sets private security and the SYSTEM user as the owner.
|
void |
LibraryObject.setPropertyBundle(PropertyBundle bundle)
Sets this object's PropertyBundle.
|
void |
PropertyBundleDefinition.setPropertyDefinitions(PropertyDefinition[] defs)
Sets an explicit set of PropertyDefinitions.
|
void |
LibraryObject.setPropertyValue(String key,
AttributeValue value)
Sets a property on the PropertyBundle associated with this instance.
|
void |
PropertyBundle.setPropertyValue(String key,
AttributeValue value)
Sets a property on the PropertyBundle associated with this instance.
|
void |
VersionDescriptionDefinition.setPublicObject(PublicObject po)
Deprecated.
CM SDK 10gR2: use setPublicObjectValue()
|
void |
VersionDescriptionDefinition.setPublicObjectDefinition(PublicObjectDefinition def)
Set the Public Object definition for the new Version.
|
void |
VersionDescriptionDefinition.setPublicObjectValue(AttributeValue value)
Set the Version Description definition to reference an
exiting PublicObject.
|
void |
PublicObjectDefinition.setPublishedSecurity()
Sets published security and the SYSTEM user as the owner.
|
void |
Document.setReadByUser(boolean readState)
Sets read indication (for the current user) for the content referred to
by this Document.
|
void |
ContentObject.setReadByUser(boolean readState,
LibraryObject refObj)
Sets read indication (for the current user) for this content.
|
void |
PrimaryUserProfile.setReadIndicationEnabled(boolean enable)
Read indication can be enabled or disabled.
|
void |
ContentObject.setReadOnly(boolean readonly)
Sets the read-only state of the content.
|
void |
LibraryObjectDefinition.setReadOnly(boolean readonly)
Sets indication as to whether the current instance cannot be changed.
|
void |
PreparedSelector.setRecursiveSearch(boolean recursive)
Enables/disables recursive searching with respect to classes.
|
void |
Selector.setRecursiveSearch(boolean recursive)
Enables/disables recursive searching with respect to classes.
|
void |
LibraryObjectDefinition.setReferenceAttribute(ReferenceAttributeValue value)
Set a reference attribute for the new instance.
|
void |
LibraryObjectDefinition.setReferenceAttribute(String name,
ReferenceAttributeValue value)
Set a reference attribute
for the new instance.
|
void |
LifecyclePolicy.setReferenced(boolean active)
Sets the REFERENCED attribute for this object.
|
void |
RetentionPolicy.setReferenced(boolean active)
Sets the REFERENCED attribute for this object.
|
void |
MessageEntryDefinition.setReferencedMessageEntry(MessageEntry meRef)
Sets the MessageEntry referenced by this instance, for example, to indicate
a reply to another MessageEntry within the same MessageList.
|
void |
SimplePropertyDefinition.setReferencingObject(LibraryObject refObj)
Set the referencing object.
|
void |
Attribute.setReferentialIntegrityRule(int rule)
Sets the referential Integrity rule associated with this Attribute.
|
void |
RelationDefinition.setRelatedObject(PublicObject obj)
Sets the related object.
|
boolean |
DocumentCapabilities.SETRELATION()
Performs additional capability check for the SETRELATION permission.
|
boolean |
PublicObjectCapabilities.SETRELATION()
Performs additional capability check for the SETRELATION permission.
|
void |
FolderPathResolver.setRelativePath(String path)
Change current folder to relative path
|
void |
SimplePropertyDefinition.setRemoveOption(boolean option)
Sets or clears the indication that the SimpleProperty defined
by this instance should be removed.
|
void |
LibrarySession.setRepositoryParameter(String name,
String value)
Sets the value of the specified repository parameter.
|
void |
LockEntryDefinition.setRestriction(AccessLevel level)
Sets the AccessLevel to be associated with the RESTRICTION attribute
specified by this LockEntryDefinition.
|
void |
Document.setRetentionPolicy(RetentionPolicy rp)
Sets the RetentionPolicy which describes the
retention rules for this document.
|
void |
FolderPathResolver.setRootFolder()
Change current folder to the Root Folder
|
void |
FolderPathResolver.setRootFolder(Folder root)
Change current folder to the Root Folder
|
void |
SearchObject.setSearch(Search srch)
Deprecated.
Specify the contained SearchSpecification using a Search.
|
void |
SearchObjectDefinition.setSearch(Search srch)
Deprecated.
Set the SearchSpecification to be contained in the SearchObject, using a Search Object.
|
void |
PreparedSelector.setSearchClassname(String searchClass)
Deprecated.
11.1.1.1 use
setPrimarySearchClass |
void |
Selector.setSearchClassname(String searchClass)
Sets the search class.
|
void |
EventNotificationSelector.setSearchCondition(String searchCondition)
Sets the search condition.
|
void |
PreparedSelector.setSearchLanguage(String language)
Sets the search language.
|
void |
PreparedSelector.setSearchSelection(String searchSelection)
Sets the search selection.
|
void |
Selector.setSearchSelection(String searchSelection)
Sets the search selection.
|
void |
Search.setSearchSpecification(SearchSpecification sp)
Set the SearchSpecification.
|
void |
SearchObject.setSearchSpecification(SearchSpecification spec)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
void |
SearchObjectDefinition.setSearchSpecification(SearchSpecification sp)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
void |
Family.setSecondaryVersionSeries(VersionSeries series)
Sets the SecondaryVersionSeries of this Family.
|
void |
MediaCustom.setSecureParameter(String name,
String value)
Sets the value of the specified secure parameter of this MediaCustom
instance.
|
void |
PublicObject.setSecuringPublicObject(PublicObject pubobj)
Sets the Public Object that controls our security.
|
void |
PublicObjectDefinition.setSecuringPublicObject(PublicObject obj)
set the object responsible for providing security
settings for the target object.
|
void |
PublicObjectDefinition.setSecuringPublicObjectValue(AttributeValue av)
set the object responsible for providing security
settings for the target object.
|
void |
SelectorObject.setSelectClassname(String className)
Sets the persistent select class.
|
void |
SelectorObject.setSelectCriteria(String className,
String qual)
Sets the both the persistent select class and qualification.
|
void |
SelectorObjectDefinition.setSelectCriteria(String className,
String qual)
Sets the both the persistent select class and qualification.
|
void |
ClassObject.setSelectorClasspath(String path)
Sets the Selector Class Path attribute.
|
void |
SelectorObject.setSelectQualification(String qual)
Sets the persistent selector Qualification.
|
void |
ClassObject.setServerClasspath(String path)
Sets the Server Class Path attribute.
|
void |
NodeConfiguration.setServers(PropertyBundle servers)
Sets the Servers Property bundle.
|
void |
NodeConfiguration.setServices(PropertyBundle services)
Sets the Services Property bundle.
|
void |
LibrarySession.setServiceTraceLoggerLevels(int[] levels)
Sets the trace levels of the S_LibraryServiceTraceLogger.
|
void |
LibraryObjectDefinition.setSession(LibrarySessionInterface session)
Set or reset the session used in constructing this instance.
|
void |
LibrarySession.setSessionTraceLoggerLevels(int[] levels)
Sets the trace levels of the S_LibrarySessionTraceLogger.
|
void |
AccessControlListDefinition.setShared(boolean isShared)
Set the indication as to whether this ACL is shared.
|
void |
ContentObjectDefinition.setSharedContent(AttributeValue av)
Sets the content by sharing an existing ContentObject.
|
void |
DocumentDefinition.setSharedContentObject(ContentObject contentObject,
LibraryObject refObj)
Deprecated.
CM SDK 10gR2: use setSharedContentObjectValue()
|
void |
DocumentDefinition.setSharedContentObjectValue(AttributeValue contentObjectValue,
AttributeValue refObjValue)
Shares the content of an existing object.
|
void |
SimplePropertyTableDefinition.setSimplePropertyDefinitions(SimplePropertyDefinition[] defs)
Replaces the set of new SimplePropertyDefinitions for multiple SimpleProperties.
|
void |
LibraryObjectDefinition.setSimplePropertyDefinitions(String attrName,
SimplePropertyDefinition[] defs)
Replaces the set of new SimplePropertyDefinitions,
for the specified attribute.
|
void |
SimplePropertyTableListDefinition.setSimplePropertyTableDefinitions(SimplePropertyTableDefinition[] defs)
Replaces the set of new SimplePropertyTableDefinitions for multiple SimplePropertyTables.
|
void |
EventNotificationSelector.setSortClause(String sort)
Sets the Sort clause.
|
void |
CompositeGroupDefinition.setSortedMembers(DirectoryGroup[] sortedMems)
Set the sorted direct members.
|
void |
CompositeGroupDefinition.setSortedMembersValue(AttributeValue av)
Set the sorted direct members value.
|
void |
PolicyListElement.setSortSequence(long sortSequence)
Sets the sort sequence of this PolicyListElement.
|
void |
Folder.setSortSpecification(SortSpecification sort)
Sets the SortSpecification used for getting items from this folder.
|
void |
PreparedSelector.setSortSpecification(SortSpecification sort)
Sets the Sort Specification.
|
void |
Selector.setSortSpecification(SortSpecification spec)
Sets the Sort Specification
|
void |
PreparedSelector.setSortSpecification(String sortCondition)
Sets the Sort Specification for the specified string.
|
void |
AttributeDefinition.setStandardSimplePropertyArray(Boolean isStandard)
Sets the indication as to whether the Attribute should
implement "standard" semantics for a SimpleProperty array.
|
void |
PreparedSelector.setStartingRowNumber(int rowNumber)
Sets the starting row number.
|
void |
PreparedSelector.setStatementKey(String key)
Sets the statement key.
|
void |
PrintJob.setStatus(int status)
Set the status of this PrintJob.
|
void |
PolicyListElement.setSubOperation(String subOperation)
Sets the sub-operation of this PolicyListElement.
|
void |
ActionSpecificationDefinition.setSuperActionSpecification(ActionSpecification spec)
Sets the SuperActionSpecification.
|
void |
ActivitySpecificationDefinition.setSuperActivitySpecification(ActivitySpecification spec)
Sets the SuperActivitySpecification.
|
void |
ClassObjectDefinition.setSuperclass(ClassObject superclass)
Deprecated.
CM SDK 10gR2: use setAttribute(ClassObject.SUPERCLASS_ATTRIBUTE,
AttributeValue.newAttributeValue(superclass));
|
void |
NodeConfiguration.setSuperNodeConfiguration(NodeConfiguration nc)
Sets the "super" NodeConfiguration - the NodeConfiguration
that this instance extends.
|
void |
DirectoryUser.setSystemAdminEnabled(boolean value)
Sets system admin privileges of this DirectoryUser.
|
void |
LibrarySession.setSystemAdministrationMode(boolean mode)
Set the System admin Mode state for this LibrarySession.
|
void |
LibraryObjectDefinition.setSystemOption(String name,
Object value)
Set a system option for the new instance.
|
void |
ClassObjectDefinition.setTablelessOption(boolean option)
Set or clear the indication to create the ClassObject without its own table.
|
void |
DefinitionObjectDefinition.setTargetDefinition(LibraryObjectDefinition lodef)
Set the target definition that this DefinitionObject is to represent.
|
void |
InterMediaSourceDefinition.setTextLanguage(String language)
sets the language of the text reader, if any
|
void |
InterMediaSourceDefinition.setTextReader(Reader textReader)
Sets the content Reader
from which text content will be loaded/created.
|
void |
ApplicationTokenDefinition.setTimeoutPeriodOption(long timeout)
Sets the timeout period (milliseconds) for the ApplicationToken.
|
void |
PrimaryUserProfile.setTimeZone(TimeZone timeZone)
Sets the user preferred time zone.
|
void |
ApplicationTokenDefinition.setTokenInfo(String tokenInfo)
Set the Token Info.
|
void |
ApplicationTokenDefinition.setTokenValue(String tokenValue)
Set the Token value.
|
void |
ActorDefinition.setTrackedActivitySpecification(TrackedActivitySpecification spec)
Sets the TrackedActivitySpecification.
|
void |
NamedRelationship.setType(String type)
Set the TYPE attribute
|
void |
ClassObjectDefinition.setUniqueNameValue(AttributeValue av)
Set the value set for the UniqueName.
|
void |
CategoryDefinition.setUpdateAssociatedObjectOption(boolean option)
Set or clear the indication as to whether the associated
PublicObject should or should not be updated as a result
of a Category being added or removed.
|
void |
LibraryObject.setUpdateContext(LibraryObjectDefinition def)
Set the context of an update operation for the target object.
|
void |
LibrarySession.setUpdateContext(Long id,
LibraryObjectDefinition def)
Set the context of an update operation for the specified object.
|
void |
PublicObjectDefinition.setUpdatedLockObjectDefinition(LockObjectDefinition ldef)
set the LockObject Definition to be used for
updating the lockobject of this PO.
|
void |
LibrarySession.setUpgradeInProgress(boolean value)
Sets indication of whether the session behaves as though an upgrade
is in progress.
|
void |
Property.setValue(AttributeValue av)
Sets the value and data type of this Property.
|
void |
PropertyDefinition.setValue(AttributeValue av)
Sets the value and data type of the new Property.
|
void |
SimpleProperty.setValue(AttributeValue val)
Updates the property value.
|
void |
SimplePropertyDefinition.setValue(AttributeValue value)
Set the SimpleProperty's value.
|
void |
ValueDefaultPropertyBundle.setValue(AttributeValue av)
Sets the value and data type of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(AttributeValue av)
Sets the value and data type of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(boolean value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(boolean value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Boolean value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Boolean value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(boolean[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(boolean[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Boolean[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Boolean[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Date value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Date value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Date[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Date[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(DirectoryObject value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(DirectoryObject value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(DirectoryObject[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(DirectoryObject[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(double value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(double value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Double value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Double value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(double[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(double[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Double[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Double[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(int value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(int value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(int[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(int[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Integer value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Integer value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Integer[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Integer[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(long value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(long value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Long value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Long value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(long[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(long[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(Long[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(Long[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(PublicObject value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(PublicObject value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(PublicObject[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(PublicObject[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(SchemaObject value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(SchemaObject value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(SchemaObject[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(SchemaObject[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(String value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(String value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(String[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(String[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(SystemObject value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(SystemObject value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundle.setValue(SystemObject[] value)
Sets the value of this ValueDefaultPropertyBundle.
|
void |
ValueDefaultPropertyBundleDefinition.setValue(SystemObject[] value)
Sets the value of the new ValueDefaultPropertyBundle.
|
void |
Attribute.setValueDefault(ValueDefault vde)
Sets the ValueDefault of this Attribute.
|
void |
ValueDefault.setValueDefaultPropertyBundle(ValueDefaultPropertyBundle bundle)
Sets the ValueDefaultPropertyBundle of this ValueDefault.
|
void |
ValueDefaultDefinition.setValueDefaultPropertyBundleDefinition(ValueDefaultPropertyBundleDefinition def)
Sets the ValueDefaultPropertyBundleDefinition for this instance.
|
void |
Attribute.setValueDomain(ValueDomain vd)
Sets the ValueDomain of this Attribute.
|
void |
ValueDomain.setValueDomainPropertyBundle(ValueDomainPropertyBundle bundle)
Sets the ValueDomainPropertyBundle of this ValueDomain.
|
void |
ValueDomainDefinition.setValueDomainPropertyBundleDefinition(ValueDomainPropertyBundleDefinition def)
Sets the ValueDomainPropertyBundleDefinition for this instance.
|
void |
Attribute.setValueDomainValidated(boolean value)
Marks the attribute as ValueDomainValidated.
|
void |
ValueDomainPropertyBundle.setValueRange(Date minimum,
Date maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValueRange(Date minimum,
Date maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setValueRange(double minimum,
double maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValueRange(double minimum,
double maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setValueRange(Double minimum,
Double maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValueRange(Double minimum,
Double maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setValueRange(Integer minimum,
Integer maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValueRange(Integer minimum,
Integer maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setValueRange(int minimum,
int maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValueRange(int minimum,
int maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setValueRange(long minimum,
long maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValueRange(long minimum,
long maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundle.setValueRange(Long minimum,
Long maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for this ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValueRange(Long minimum,
Long maximum)
Sets the minimum (inclusive) and maximum (inclusive) allowed values
for the new ValueDomainPropertyBundle.
|
void |
ValueDomainPropertyBundleDefinition.setValues(int domainType,
AttributeValue av)
Sets the domain type, data type, and values of the new
ValueDomainPropertyBundle.
|
void |
VersionDescription.setVersionLabel(String label)
Sets the user specified version label for this
version description.
|
void |
VersionSeries.setVersionLimit(int limit)
Sets the value of the VersionLimit attribute.
|
void |
VersionDescriptionDefinition.setVersionSeriesDefinition(VersionSeriesDefinition def)
Set the Version Series definition for the new PublicObject.
|
void |
DependentView.setViewBody(String val)
Sets The complete SQL statement to create or replace the view.
|
void |
DependentViewDefinition.setViewBody(String val)
Sets The complete SQL statement to create or replace the view.
|
static LibraryService |
LibraryService.startService(String serviceName,
String schemaPassword,
String serviceConfigurationName,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String domainName,
String databaseType)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String domainDisplayName,
String databaseUrl,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String domainDisplayName,
String databaseUrl,
String domainName)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startService(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String domainDisplayName,
String databaseUrl,
String domainName,
String databaseType)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startServiceUsingDatabaseUrl(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String databaseUrl)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startServiceUsingDatabaseUrl(String serviceName,
String nodeName,
String schemaPassword,
String serviceConfigurationName,
String schemaName,
String databaseUrl,
String databaseType)
Starts a new CMSDK service.
|
static LibraryService |
LibraryService.startServiceUsingDataSource(String serviceName,
String nodeName,
String serviceConfigurationName,
DataSource ds)
Deprecated.
9.2.5: use 5-arg variant of
startServiceUsingDataSource |
static LibraryService |
LibraryService.startServiceUsingDataSource(String serviceName,
String nodeName,
String serviceConfigurationName,
DataSource ds,
String databaseType)
Starts a new CMSDK service.
|
LibrarySession |
DirectoryUser.switchSessionMode(int mode)
Switches the current session into the specified mode.
|
protected boolean |
PublicObjectCapabilities.testBit(long capBit)
Test one of the capability bits.
|
static ActionSpecificationDefinition |
ActionSpecificationDefinition.toActionSpecificationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ActionSpecificationDefinition.
|
static ActionSpecificationDefinition |
ActionSpecificationDefinition.toActionSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ActionSpecificationDefinition.
|
static ActivityRecordDefinition |
ActivityRecordDefinition.toActivityRecordDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ActivityRecordDefinition.
|
static ActivityRecordDefinition |
ActivityRecordDefinition.toActivityRecordDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ActivityRecordDefinition.
|
static ActivitySpecificationDefinition |
ActivitySpecificationDefinition.toActivitySpecificationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ActivitySpecificationDefinition.
|
static ActivitySpecificationDefinition |
ActivitySpecificationDefinition.toActivitySpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ActivitySpecificationDefinition.
|
static ActorDefinition |
ActorDefinition.toActorDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ActorDefinition.
|
static ActorDefinition |
ActorDefinition.toActorDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a ActorDefinition.
|
static ActorRelationDefinition |
ActorRelationDefinition.toActorRelationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ActorRelationDefinition.
|
static ActorRelationDefinition |
ActorRelationDefinition.toActorRelationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ActorRelationDefinition.
|
static ApplicationTokenDefinition |
ApplicationTokenDefinition.toApplicationTokenDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ApplicationTokenDefinition.
|
static ApplicationTokenDefinition |
ApplicationTokenDefinition.toApplicationTokenDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ApplicationTokenDefinition.
|
static AttachmentRelationDefinition |
AttachmentRelationDefinition.toAttachmentRelationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a AttachmentRelationDefinition.
|
static AttachmentRelationDefinition |
AttachmentRelationDefinition.toAttachmentRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a AttachmentRelationDefinition.
|
static AttributeDefinition |
AttributeDefinition.toAttributeDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a AttributeDefinition.
|
static AttributeDefinition |
AttributeDefinition.toAttributeDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a AttributeDefinition.
|
static CategoryDefinition |
CategoryDefinition.toCategoryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a CategoryDefinition.
|
static CategoryDefinition |
CategoryDefinition.toCategoryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a CategoryDefinition.
|
static CompositeGroupDefinition |
CompositeGroupDefinition.toCompositeGroupDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a CompositeGroupDefinition.
|
static CompositeGroupDefinition |
CompositeGroupDefinition.toCompositeGroupDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a CompositeGroupDefinition.
|
static ConfigurationCategoryDefinition |
ConfigurationCategoryDefinition.toConfigurationCategoryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ConfigurationCategoryDefinition.
|
static ConfigurationCategoryDefinition |
ConfigurationCategoryDefinition.toConfigurationCategoryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ConfigurationCategoryDefinition.
|
static ContactListDefinition |
ContactListDefinition.toContactListDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ContactListDefinition.
|
static ContactListDefinition |
ContactListDefinition.toContactListDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ContactListDefinition.
|
static ContentControllerDefinition |
ContentControllerDefinition.toContentControllerDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ContentControllerDefinition.
|
static ContentControllerDefinition |
ContentControllerDefinition.toContentControllerDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ContentControllerDefinition.
|
static ContentObjectDefinition |
ContentObjectDefinition.toContentObjectDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a ContentObjectDefinition.
|
static ContentObjectDefinition |
ContentObjectDefinition.toContentObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to a ContentObjectDefinition.
|
static ContentVaultEntryDefinition |
ContentVaultEntryDefinition.toContentVaultEntryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ContentVaultEntryDefinition.
|
static ContentVaultEntryDefinition |
ContentVaultEntryDefinition.toContentVaultEntryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ContentVaultEntryDefinition.
|
static ConversationDefinition |
ConversationDefinition.toConversationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ConversationDefinition.
|
static ConversationDefinition |
ConversationDefinition.toConversationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ConversationDefinition.
|
static ConversationRelationDefinition |
ConversationRelationDefinition.toConversationRelationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ConversationRelationDefinition.
|
static ConversationRelationDefinition |
ConversationRelationDefinition.toConversationRelationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ConversationRelationDefinition.
|
static CustomMediaDriverSpecificationDefinition |
CustomMediaDriverSpecificationDefinition.toCustomMediaDriverSpecificationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
CustomMediaDriverSpecificationDefinition.
|
static CustomMediaDriverSpecificationDefinition |
CustomMediaDriverSpecificationDefinition.toCustomMediaDriverSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to a
CustomMediaDriverSpecificationDefinition.
|
static int |
Attribute.toDataType(String stype)
Gets the integer data type value for the specified data type label.
|
static String |
Attribute.toDataTypeLabel(int dataType)
Converts the specified data type constant to a
localized label.
|
static String |
Attribute.toDataTypeLabel(int dataType,
LibrarySession session)
Converts the specified data type constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
Attribute.toDataTypeLabel(int dataType,
Localizer localizer)
Converts the specified data type constant to a
localized label, using the specified Localizer.
|
static DefinitionObjectDefinition |
DefinitionObjectDefinition.toDefinitionObjectDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a DefinitionObjectDefinition.
|
static DefinitionObjectDefinition |
DefinitionObjectDefinition.toDefinitionObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a DefinitionObjectDefinition.
|
static DependentViewDefinition |
DependentViewDefinition.toDependentViewDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
DependentViewDefinition.
|
static DependentViewDefinition |
DependentViewDefinition.toDependentViewDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
DependentViewDefinition.
|
static DirectoryUser[] |
DirectoryUser.toDirectoryUserArray(DirectoryObject[] dos)
Convert an array of DirectoryObject to an array of DirectoryUser.
|
static DirectoryUserDefinition |
DirectoryUserDefinition.toDirectoryUserDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a DirectoryUserDefinition.
|
static DirectoryUserDefinition |
DirectoryUserDefinition.toDirectoryUserDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a DirectoryUserDefinition.
|
static DocumentDefinition |
DocumentDefinition.toDocumentDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a DocumentDefinition.
|
static DocumentDefinition |
DocumentDefinition.toDocumentDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a DocumentDefinition.
|
static String |
ClassDomain.toDomainTypeLabel(int domainType)
Converts the specified DomainType constant to a
localized label.
|
static String |
ClassDomain.toDomainTypeLabel(int domainType,
LibrarySession session)
Converts the specified DomainType constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
ClassDomain.toDomainTypeLabel(int domainType,
Localizer localizer)
Converts the specified DomainType constant to a
localized label, using the specified Localizer.
|
static String |
Policy.toExecutionModeLabel(int executionMode)
Gets a localized String label for the specified ExecutionMode value,
using the default Localizer.
|
static String |
Policy.toExecutionModeLabel(int executionMode,
LibrarySession session)
Gets a localized String label for the specified ExecutionMode value,
using the Localizer for the specified session.
|
static String |
Policy.toExecutionModeLabel(int executionMode,
Localizer localizer)
Gets a localized String label for the specified ExecutionMode value,
using the specified Localizer.
|
static ExternalRetentionPolicyDefinition |
ExternalRetentionPolicyDefinition.toExternalRetentionPolicyDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ExternalRetentionPolicyDefinition.
|
static ExternalRetentionPolicyDefinition |
ExternalRetentionPolicyDefinition.toExternalRetentionPolicyDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ExternalRetentionPolicyDefinition.
|
static FolderDefinition |
FolderDefinition.toFolderDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a FolderDefinition.
|
static FolderDefinition |
FolderDefinition.toFolderDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a FolderDefinition.
|
static FormatDefinition |
FormatDefinition.toFormatDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a FormatDefinition.
|
static FormatDefinition |
FormatDefinition.toFormatDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a FormatDefinition.
|
static InterMediaSourceDefinition |
InterMediaSourceDefinition.toInterMediaSourceDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a InterMediaSourceDefinition.
|
static InterMediaSourceDefinition |
InterMediaSourceDefinition.toInterMediaSourceDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a InterMediaSourceDefinition.
|
static InternalRetentionPolicyDefinition |
InternalRetentionPolicyDefinition.toInternalRetentionPolicyDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a
InternalRetentionPolicyDefinition.
|
static InternalRetentionPolicyDefinition |
InternalRetentionPolicyDefinition.toInternalRetentionPolicyDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a
InternalRetentionPolicyDefinition.
|
static LifecycleDateRuleSpecificationDefinition |
LifecycleDateRuleSpecificationDefinition.toLifecycleDateRuleSpecificationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a LifecycleDateRuleSpecificationDefinition.
|
static LifecycleDateRuleSpecificationDefinition |
LifecycleDateRuleSpecificationDefinition.toLifecycleDateRuleSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a LifecycleDateRuleSpecificationDefinition.
|
static LifecyclePolicyActionSpecificationDefinition |
LifecyclePolicyActionSpecificationDefinition.toLifecyclePolicyActionSpecificationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a
LifecyclePolicyActionSpecificationDefinition.
|
static LifecyclePolicyActionSpecificationDefinition |
LifecyclePolicyActionSpecificationDefinition.toLifecyclePolicyActionSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a
LifecyclePolicyActionSpecificationDefinition.
|
static LifecyclePolicyDefinition |
LifecyclePolicyDefinition.toLifecyclePolicyDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a LifecyclePolicyDefinition.
|
static LifecyclePolicyDefinition |
LifecyclePolicyDefinition.toLifecyclePolicyDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a LifecyclePolicyDefinition.
|
static LifecyclePolicyEntryDefinition |
LifecyclePolicyEntryDefinition.toLifecyclePolicyEntryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a
LifecyclePolicyEntryDefinition.
|
static LifecyclePolicyEntryDefinition |
LifecyclePolicyEntryDefinition.toLifecyclePolicyEntryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a
LifecyclePolicyEntryDefinition.
|
static LockEntryDefinition |
LockEntryDefinition.toLockEntryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a LockEntryDefinition.
|
static LockEntryDefinition |
LockEntryDefinition.toLockEntryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a LockEntryDefinition.
|
static String |
LockObject.toLockStateLabel(int lockState)
Converts the specified LockState constant to a
localized label.
|
static String |
LockObject.toLockStateLabel(int lockState,
LibrarySession session)
Converts the specified LockState constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
LockObject.toLockStateLabel(int lockState,
Localizer localizer)
Converts the specified LockState constant to a
localized label, using the specified Localizer.
|
static MediaBfileDefinition |
MediaBfileDefinition.toMediaBfileDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a MediaBfileDefinition.
|
static MediaBfileDefinition |
MediaBfileDefinition.toMediaBfileDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to a MediaBfileDefinition.
|
static MediaCustomDefinition |
MediaCustomDefinition.toMediaCustomDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a MediaCustomDefinition.
|
static MediaCustomDefinition |
MediaCustomDefinition.toMediaCustomDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to a MediaCustomDefinition.
|
static MediaDefinition |
MediaDefinition.toMediaDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a MediaDefinition.
|
static MediaDefinition |
MediaDefinition.toMediaDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to a MediaDefinition.
|
static MessageEntryDefinition |
MessageEntryDefinition.toMessageEntryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a MessageEntryDefinition.
|
static MessageEntryDefinition |
MessageEntryDefinition.toMessageEntryDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a MessageEntryDefinition.
|
static MessageListDefinition |
MessageListDefinition.toMessageListDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a MessageListDefinition.
|
static MessageListDefinition |
MessageListDefinition.toMessageListDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a MessageListDefinition.
|
static PerformedActivitySpecificationDefinition |
PerformedActivitySpecificationDefinition.toPerformedActivitySpecificationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a PerformedActivitySpecificationDefinition.
|
static PerformedActivitySpecificationDefinition |
PerformedActivitySpecificationDefinition.toPerformedActivitySpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a PerformedActivitySpecificationDefinition.
|
PropertyBundleDefinition |
PropertyBundleDefinition.toPropertyBundleDefinition(LibrarySession session,
Map map)
Creates a PropertyBundleDefinition from a Map.
|
static PublicObject[] |
PublicObject.toPublicObjectArray(LibrarySession sess,
Long[] ids,
PublicObject[] objs)
Constructs a PublicObject array from an array of object IDs.
|
static PublicObjectDefinition |
PublicObjectDefinition.toPublicObjectDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a PublicObjectDefinition.
|
static PublicObjectDefinition |
PublicObjectDefinition.toPublicObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a PublicObjectDefinition.
|
static int |
Attribute.toReferentialIntegrityRule(String label)
Gets the integer referential integrity rule value for the specified
referential integrity rule label.
|
static String |
Attribute.toReferentialIntegrityRuleLabel(int riRule)
Converts the specified ReferentialIntegrityRule constant to a
localized label.
|
static String |
Attribute.toReferentialIntegrityRuleLabel(int riRule,
LibrarySession session)
Converts the specified ReferentialIntegrityRule constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
Attribute.toReferentialIntegrityRuleLabel(int riRule,
Localizer localizer)
Converts the specified ReferentialIntegrityRule constant to a
localized label, using the specified Localizer.
|
static RelationDefinition |
RelationDefinition.toRelationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a RelationDefinition.
|
static RelationDefinition |
RelationDefinition.toRelationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a RelationDefinition.
|
static RetentionPolicyDefinition |
RetentionPolicyDefinition.toRetentionPolicyDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a RetentionPolicyDefinition.
|
static RetentionPolicyDefinition |
RetentionPolicyDefinition.toRetentionPolicyDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a RetentionPolicyDefinition.
|
static SchemaObjectDefinition |
SchemaObjectDefinition.toSchemaObjectDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SchemaObjectDefinition.
|
static SchemaObjectDefinition |
SchemaObjectDefinition.toSchemaObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a SchemaObjectDefinition.
|
static SimpleObjectDefinition |
SimpleObjectDefinition.toSimpleObjectDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SimpleObjectDefinition.
|
static SimpleObjectDefinition |
SimpleObjectDefinition.toSimpleObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a SimpleObjectDefinition.
|
static SimplePropertyDefinition |
SimplePropertyDefinition.toSimplePropertyDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
SimplePropertyDefinition.
|
static SimplePropertyDefinition |
SimplePropertyDefinition.toSimplePropertyDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
SimplePropertyDefinition.
|
static SimplePropertyTableDefinition |
SimplePropertyTableDefinition.toSimplePropertyTableDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
SimplePropertyTableDefinition.
|
static SimplePropertyTableDefinition |
SimplePropertyTableDefinition.toSimplePropertyTableDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
SimplePropertyTableDefinition.
|
static SimplePropertyTableListDefinition |
SimplePropertyTableListDefinition.toSimplePropertyTableListDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
SimplePropertyTableListDefinition.
|
static SimplePropertyTableListDefinition |
SimplePropertyTableListDefinition.toSimplePropertyTableListDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
SimplePropertyTableListDefinition.
|
static SortObjectDefinition |
SortObjectDefinition.toSortObjectDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SortObjectDefinition.
|
static SortObjectDefinition |
SortObjectDefinition.toSortObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a SortObjectDefinition.
|
static String |
PrintJob.toStatusLabel(int status)
Converts the specified Status constant to a
localized label.
|
static String |
PrintJob.toStatusLabel(int status,
LibrarySession session)
Converts the specified Status constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
PrintJob.toStatusLabel(int status,
Localizer localizer)
Converts the specified Status constant to a
localized label, using the specified Localizer.
|
static StorageGroupDefinition |
StorageGroupDefinition.toStorageGroupDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a StorageGroupDefinition.
|
static StorageGroupDefinition |
StorageGroupDefinition.toStorageGroupDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to a StorageGroupDefinition.
|
static SystemLockEntryDefinition |
SystemLockEntryDefinition.toSystemLockEntryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SystemLockEntryDefinition.
|
static SystemLockEntryDefinition |
SystemLockEntryDefinition.toSystemLockEntryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a SystemLockEntryDefinition.
|
static SystemObjectDefinition |
SystemObjectDefinition.toSystemObjectDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SystemObjectDefinition.
|
static SystemObjectDefinition |
SystemObjectDefinition.toSystemObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a SystemObjectDefinition.
|
static TrackedActivitySpecificationDefinition |
TrackedActivitySpecificationDefinition.toTrackedActivitySpecificationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a TrackedActivitySpecificationDefinition.
|
static TrackedActivitySpecificationDefinition |
TrackedActivitySpecificationDefinition.toTrackedActivitySpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a TrackedActivitySpecificationDefinition.
|
static ValueDefaultDefinition |
ValueDefaultDefinition.toValueDefaultDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ValueDefaultDefinition.
|
static ValueDefaultDefinition |
ValueDefaultDefinition.toValueDefaultDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ValueDefaultDefinition.
|
static ValueDefaultPropertyBundleDefinition |
ValueDefaultPropertyBundleDefinition.toValueDefaultPropertyBundleDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ValueDefaultPropertyBundleDefinition.
|
static ValueDefaultPropertyBundleDefinition |
ValueDefaultPropertyBundleDefinition.toValueDefaultPropertyBundleDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ValueDefaultPropertyBundleDefinition.
|
static ValueDomainDefinition |
ValueDomainDefinition.toValueDomainDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ValueDomainDefinition.
|
static ValueDomainDefinition |
ValueDomainDefinition.toValueDomainDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ValueDomainDefinition.
|
static ValueDomainPropertyBundleDefinition |
ValueDomainPropertyBundleDefinition.toValueDomainPropertyBundleDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ValueDomainPropertyBundleDefinition.
|
static ValueDomainPropertyBundleDefinition |
ValueDomainPropertyBundleDefinition.toValueDomainPropertyBundleDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ValueDomainPropertyBundleDefinition.
|
static String |
ValueDomain.toValueDomainTypeLabel(int valueDomainType)
Converts the specified ValueDomainType constant to a
localized label.
|
static String |
ValueDomain.toValueDomainTypeLabel(int valueDomainType,
LibrarySession session)
Converts the specified ValueDomainType constant to a
localized label, using the Localizer from the specified
LibrarySession.
|
static String |
ValueDomain.toValueDomainTypeLabel(int valueDomainType,
Localizer localizer)
Converts the specified ValueDomainType constant to a
localized label, using the specified Localizer.
|
void |
PublicObject.undelete()
cancel "mark delete" status for an object.
|
void |
LibrarySession.undelete(PublicObject[] items)
Undeletes all the passed PublicObjects.
|
void |
PublicObject.unlock()
Releases the lock on the object.
|
void |
Folder.unlock(FolderDefinition fdef)
Releases the lock on the object.
|
void |
PublicObject.unlock(LockEntry le)
Release the specified lock on the target object.
|
void |
PublicObject.unlockAll()
Removes all of this object's LockEntry instances.
|
void |
LibrarySession.unlockForSession(PublicObject[] items)
Release session locks on a set of PublicObjects.
|
void |
LibrarySession.unregisterAuditEventOperationType(String opTypeKey)
Unregister an audit event operation type.
|
void |
LibrarySession.unregisterCustomAuditEventOperationType(String opTypeKey)
Unregister a custom audit event operation type.
|
void |
PublicObject.unReserve()
Cancels the reservation on the primary version series.
|
void |
VersionSeries.unReserve()
Cancels the reservation.
|
protected void |
LibraryObjectDefinition.unresolve(LibrarySession sess)
Unresolve any settings from a resolved instance.
|
void |
LibraryObject.update(LibraryObjectDefinition def)
Updates this object from the attributes and options set in
the specified LibraryObjectDefinition.
|
void |
AccessControlList.updateAccessControlEntry(AccessControlEntry ace,
AccessControlEntryDefinition aceDef)
Update an ACE in this ACL.
|
protected LibraryObjectDefinition |
LibraryObject.updateAndExposeDefinition(LibraryObjectDefinition def)
Updates this object from the attributes and options set in
the specified LibraryObjectDefinition, returning the definition
that was used server-side.
|
RandomAccessor |
Document.updateContentByRandomAccess(DocumentDefinition docdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
this document.
|
void |
PublicObject.updateFlags(long updatedFlags)
Update flags without causing the modification attributes to change.
|
void |
PublicObject.updateLock(LockObjectDefinition lodef)
Updates the lockobject of this PublicObject with the information in
the LockObjectdefinition.
|
void |
ValueDefault.updatePropertyValue(AttributeValue value)
Sets the value of the ValueDefaultPropertyBundle of this ValueDefault.
|
protected void |
CompositeGroup.validateCompositeGroupMembers(DirectoryGroup[] mems)
Validate the membership.
|
protected void |
LibraryObject.validatePropertyValues(PropertyDefinition[] propDefs)
Validates Properties specified during create or update operations.
|
protected void |
LifecyclePolicyEntry.validatePropertyValues(PropertyDefinition[] propDefs)
Validates Properties specified during create or update operations.
|
void |
DirectoryUser.validateSessionMode(int mode)
Checks if the specified "session mode" is valid for the target user.
|
static String |
ValueDomain.valueDomainTypeResourceBundleKey(int valueDomainType)
Gets resource bundle key for the specified ValueDomain type.
|
protected static ExtendedUserProfile |
ExtendedUserProfile.vectorExtendedUserProfileElement(Vector vector,
int index)
Returns a ExtendedUserProfile element from the Vector of ExtendedUserProfile
objects at the specified index.
|
protected static Policy |
Policy.vectorPolicyElement(Vector vector,
int index)
Returns a specific Policy from a Vector of Policy at the specified index.
|
protected static AttributeDefinition[] |
AttributeDefinition.vectorToAttributeDefinitionArray(Vector vector)
Internal use only: Converts a vector of AttributeDefinitions to an AttributeDefinition
array.
|
protected static DirectoryGroup[] |
DirectoryGroup.vectorToDirectoryGroupArray(Vector vector)
Converts a Vector of DirectoryGroup to an array of DirectoryGroup.
|
protected static DirectoryObject[] |
DirectoryObject.vectorToDirectoryObjectArray(Vector vector)
Converts a Vector of DirectoryObject to an array of DirectoryObject.
|
protected static DirectoryUser[] |
DirectoryUser.vectorToDirectoryUserArray(Vector vector)
Converts a Vector of DirectoryUser to an array of DirectoryUser.
|
protected static ExtendedUserProfile[] |
ExtendedUserProfile.vectorToExtendedUserProfileArray(Vector vector)
Constructs an array of ExtendedUserProfile objects from a Vector.
|
protected static Policy[] |
Policy.vectorToPolicyArray(Vector vector)
Constructs an array of Policy from a Vector of Policy.
|
protected void |
ActivityRecord.verifyActor(Actor actor)
Verify that a valid Actor is specified.
|
protected void |
Folder.verifyAddItemCapability()
Verify the ability to add item.
|
protected void |
DirectoryGroup.verifyAddMemberCapability()
Verify the ability to add member.
|
protected void |
PublicObject.verifyAddRelationshipCapability()
Verify the ability to add a relationship.
|
protected void |
VersionSeries.verifyAddVersionCapability()
Verify the ability to add a version.
|
protected void |
Family.verifyAddVersionSeriesCapability()
Verify the ability to add a VersionSeries.
|
protected void |
LibraryObject.verifyAdministrationMode()
Verifies the administration mode for the session.
|
void |
LibrarySession.verifyAdministrationMode()
Verify that the effective execution mode for the session is
at least administration mode.
|
void |
PublicObject.verifyCapabilities(AccessLevel capabilities)
Verifies that every capability specified by the given AccessLevel is
enabled; throws an exception if any of the capabilities are not enabled.
|
void |
PublicObjectCapabilities.verifyCapabilities(AccessLevel capabilities)
Verifies that every capability specified by the given AccessLevel is
enabled; throws an exception if any of the capabilities are not enabled.
|
void |
PublicObject.verifyCapability(long capability)
Verifies that the given capability is enabled; throws an exception if the
capability is not enabled.
|
void |
PublicObjectCapabilities.verifyCapability(long capability)
Verifies that the given capability is enabled; throws an exception if the
capability is not enabled.
|
protected void |
Category.verifyCategoryFlagNotSet(long flags,
long flagValue,
String className)
Deprecated.
9.2.4.0: this method is no longer relevant
|
protected LibrarySession |
LibraryObject.verifyConnected()
Returns the current LibrarySession if
the session is connected; otherwise raise
a "not connected" exception.
|
protected LibrarySession |
PreparedSelector.verifyConnected()
Return the current LibrarySession if
the session is connected; otherwise raise
a "not connected" exception.
|
protected LibrarySession |
Search.verifyConnected()
Ensure LibrarySession of this Search is valid.
|
LibrarySession |
Selector.verifyConnected()
Return the current LibrarySession if
the session is connected; otherwise raise
a "not connected" exception.
|
protected ContentObject |
Document.verifyContentObject()
Verifies the ContentObject of this Document is set.
|
protected void |
PublicObject.verifyDeleteCapability()
Verify the ability to delete.
|
void |
LibrarySession.verifyExecutionMode(int mode)
Verify that the effective execution mode for the session is
at least the mode specified.
|
protected void |
LibrarySession.verifyInstallationMode()
Verify that the effective execution mode for the session is
at least installation mode.
|
protected void |
PublicObject.verifyLockCapability(int lockType)
Verify the ability to obtain a lock.
|
protected boolean |
CompositeGroup.verifyMatchingMembership(DirectoryGroup[] mems)
Verify that the specified membership matches the membership
of this instance.
|
void |
LibraryObject.verifyPersistent()
Verifies that the target object represents an object that is still
persistent in the repository.
|
protected void |
Folder.verifyRemoveItemCapability()
Verify the ability to remove item.
|
protected void |
DirectoryGroup.verifyRemoveMemberCapability()
Verify the ability to remove member.
|
protected void |
PublicObject.verifyRemoveRelationshipCapability()
Verify the ability to remove a relationship.
|
protected void |
Family.verifyRemoveVersionSeriesCapability()
Verify the ability to remove a VersionSeries.
|
protected LibrarySessionInterface |
LibraryObjectDefinition.verifySession()
Throws if a session has not been specified.
|
void |
LibraryObject.verifySystemUserAccess(LibrarySession session)
Verifies that the specified session hasnot discovered the target object
illegally.
|
protected void |
LibraryObject.verifyTargetObject()
Verifies that the target object represents an object that is still
persistent in the repository.
|
protected void |
PublicObject.verifyUnlockCapability(LockEntry le)
Verify the ability to release a lock.
|
void |
Folder.verifyValidAuditDomain()
Verifies that the target object is a valid Audit Domain.
|
protected VersionSeries |
PublicObject.verifyVersionSeries() |
Constructor and Description |
---|
AccessControlEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a AccessControlEntry object.
|
AccessControlEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
AccessControlEntryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
AccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a AccessControlList object - standard variant.
|
AccessControlListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
AccessControlListDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActionSpecification object.
|
ActionSpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ActionSpecificationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActivityRecord object.
|
ActivityRecordDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ActivityRecordDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActivitySpecification object.
|
ActivitySpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ActivitySpecificationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Actor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Actor.
|
ActorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ActorDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
ActorRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ActorRelation object.
|
ActorRelationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ActorRelationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ApplicationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an ApplicationObject object of the standard variant.
|
ApplicationObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ApplicationObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ApplicationToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct an ApplicationToken object.
|
ApplicationTokenDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ApplicationTokenDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
AttachmentRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a AttachmentRelation.
|
AttachmentRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
AttachmentRelationDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
Attribute(LibrarySession session,
Long id,
Long classId,
S_AttributeData data)
Internal use only: Constructs an Attribute.
|
Attribute(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs an Attribute.
|
AttributeDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
AttributeDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
BranchRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BranchRelationship object - standard variant.
|
BranchRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
BranchRelationshipDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Category(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Category object - standard variant.
|
CategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the session.
|
CategoryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ClassAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ClassAccessControlList object - standard variant.
|
ClassAccessControlListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ClassAccessControlListDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ClassDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ClassDomain.
|
ClassDomainDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ClassDomainDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ClassObject(LibrarySession session,
Long id,
Long classId,
S_ClassObjectData data)
Internal use only: Constructs a ClassObject.
|
ClassObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ClassObject.
|
ClassObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ClassObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ClonedLibrarySessionInfo(ClonedLibrarySessionManager mgr)
Construct a ClonedLibrarySessionInfo.
|
ClonedLibrarySessionManager(LibrarySession session)
Construct a ClonedLibrarySessionManager.
|
CompositeGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CompositeGroup object.
|
CompositeGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
CompositeGroupDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ConfigurationCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ConfigurationCategory object.
|
ConfigurationCategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ConfigurationCategoryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ContactList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContactList object.
|
ContactListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ContactListDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ContentController(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentController object.
|
ContentControllerDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ContentControllerDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentObject object - standard variant.
|
ContentObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ContentObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ContentQuota(LibrarySession session,
Long id,
Long classid,
S_LibraryObjectData data)
Construct a ContentQuota object - standard variant.
|
ContentQuotaDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ContentQuotaDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ContentVaultEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ContentVaultEntry object.
|
ContentVaultEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ContentVaultEntryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Conversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Conversation object.
|
ConversationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ConversationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ConversationRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ConversationRelation object.
|
ConversationRelationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ConversationRelationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
CustomMediaDriverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a CustomMediaDriverSpecification object.
|
CustomMediaDriverSpecificationDefinition(LibrarySessionInterface session)
Constructs a CustomMediaDriverSpecificationDefinition.
|
CustomMediaDriverSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a CustomMediaDriverSpecificationDefinition.
|
DefinitionObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DefinitionObject object.
|
DefinitionObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
DefinitionObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
DependentView(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DependentView object.
|
DependentViewDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
DependentViewDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
DirectoryGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a DirectoryGroup object - standard variant.
|
DirectoryGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
DirectoryGroupDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
DirectoryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a DirectoryObject object.
|
DirectoryObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
DirectoryObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
DirectoryUser(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DirectoryUser object.
|
DirectoryUserDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
DirectoryUserDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Document(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Document object - standard variant.
|
DocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
DocumentDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
DummyAuditExecutor()
Constructs a DummyAuditExecutor.
|
EventNotificationSelector(LibrarySession session)
Constructs a EventNotificationSelector.
|
ExtendedPermission(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ExtendedPermission object - standard variant.
|
ExtendedPermissionDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ExtendedPermissionDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ExtendedUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ExtendedUserProfile object.
|
ExtendedUserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ExtendedUserProfileDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ExternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ExternalRetentionPolicy object.
|
ExternalRetentionPolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ExternalRetentionPolicyDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Family(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Family object - standard variant.
|
FamilyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
FamilyDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Folder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Folder object - standard variant.
|
FolderDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
FolderDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
FolderLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderLink object - standard variant.
|
FolderLinkDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
FolderLinkDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
FolderPathRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderPathRelationship object - standard variant.
|
FolderPathRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
FolderPathRelationshipDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
FolderPathResolver(LibrarySession session)
default constructor.
|
FolderRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a FolderRelationship object - standard variant.
|
FolderRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
FolderRelationshipDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Format(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Format object - standard variant.
|
FormatDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
FormatDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
GroupMemberRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a GroupMemberRelationship.
|
GroupMemberRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
GroupMemberRelationshipDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
InterMediaAudio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaAudio object - standard variant.
|
InterMediaAudioCdTrack(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaAudioCdTrack object - standard variant.
|
InterMediaAudioCdTrackDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
InterMediaAudioCdTrackDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
InterMediaAudioDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
InterMediaAudioDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
InterMediaImage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaImage object - standard variant.
|
InterMediaImageDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
InterMediaImageDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
InterMediaMovie(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaMovie object - standard variant.
|
InterMediaMovieDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
InterMediaMovieDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
InterMediaSource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaSource object - standard variant.
|
InterMediaSourceDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
InterMediaSourceDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
InterMediaVideo(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InterMediaVideo object - standard variant.
|
InterMediaVideoDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
InterMediaVideoDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
InternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InternalRetentionPolicy object.
|
InternalRetentionPolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
InternalRetentionPolicyDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LibraryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an IFS object - standard variant.
|
LibraryObjectDefinition(LibrarySessionInterface session)
Construct a definition.
|
LibraryObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LibrarySession(S_LibrarySessionInterface ssess,
Credential credential,
ConnectOptions options,
String serviceName)
Construct a LibrarySession object.
|
LifecycleDateRuleSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecycleDateRuleSpecification object.
|
LifecycleDateRuleSpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
LifecycleDateRuleSpecificationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LifecyclePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicy object.
|
LifecyclePolicyActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicyActionSpecification object.
|
LifecyclePolicyActionSpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
LifecyclePolicyActionSpecificationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LifecyclePolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
LifecyclePolicyDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LifecyclePolicyEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LifecyclePolicyEntry object.
|
LifecyclePolicyEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
LifecyclePolicyEntryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Link(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Link object - standard variant.
|
LinkDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
LinkDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a LockEntry object.
|
LockEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
LockEntryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a LockObject object.
|
LockObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
LockObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
LooselyBoundedLibraryObjectCache(BoundedCacheConfiguration config,
LibrarySession session)
Construct a LooselyBoundedLibraryObjectCache.
|
Media(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Media object.
|
MediaBfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaBfile object.
|
MediaBfileDefinition(LibrarySessionInterface session)
Constructs a MediaBfileDefinition.
|
MediaBfileDefinition(LibrarySessionInterface session,
String className)
Constructs a MediaBfileDefinition.
|
MediaBlob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaBlob object.
|
MediaBlobDefinition(LibrarySessionInterface session)
Constructs a MediaBlobDefinition.
|
MediaBlobDefinition(LibrarySessionInterface session,
String className)
Constructs a MediaBlobDefinition.
|
MediaCustom(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaCustom object.
|
MediaCustomDefinition(LibrarySessionInterface session)
Constructs a MediaCustomDefinition.
|
MediaCustomDefinition(LibrarySessionInterface session,
String className)
Constructs a MediaCustomDefinition.
|
MediaDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
MediaDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
MediaLob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MediaLob object.
|
MediaLobDefinition(LibrarySessionInterface session)
Constructs a MediaLobDefinition.
|
MediaLobDefinition(LibrarySessionInterface session,
String className)
Constructs a MediaLobDefinition.
|
MessageEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MessageEntry.
|
MessageEntryDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
MessageEntryDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
MessageList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MessageList.
|
MessageListDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
MessageListDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
MountPoint(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a MountPoint object - standard variant.
|
MountPointDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
MountPointDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
NamedRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a NamedRelationship object - standard variant.
|
NamedRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
NamedRelationshipDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
NodeConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a NodeConfiguration.
|
NodeConfigurationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
NodeConfigurationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PerformedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PerformedActivitySpecification object.
|
PerformedActivitySpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PerformedActivitySpecificationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PermissionBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PermissionBundle object - standard variant.
|
PermissionBundleDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PermissionBundleDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Policy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Policy.
|
PolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PolicyDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PolicyList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PolicyList object - standard variant.
|
PolicyListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PolicyListDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PolicyListElement(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PolicyListElement object - standard variant.
|
PolicyListElementDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PolicyListElementDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PolicyPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Constructs a PolicyPropertyBundle.
|
PolicyPropertyBundleDefinition(LibrarySessionInterface session)
Deprecated.
Construct a definition explicitly capturing the
session.
|
PolicyPropertyBundleDefinition(LibrarySessionInterface session,
String className)
Deprecated.
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PreparedSelector(LibrarySession session)
Constructs a PreparedSelector.
|
PrimaryUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a PrimaryUserProfile.
|
PrimaryUserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PrimaryUserProfileDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Printer(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Printer object - standard variant.
|
PrinterDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PrinterDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PrintJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PrintJob object - standard variant.
|
PrintJobDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PrintJobDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Property(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Property.
|
PropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PropertyBundle.
|
PropertyBundleDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PropertyBundleDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PropertyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PropertyDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PublicObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a PublicObject object - standard variant.
|
PublicObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PublicObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Queue(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Queue object - standard variant.
|
QueueDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
QueueDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Relation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Relation object.
|
RelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
RelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
Relationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Relationship object - standard variant.
|
RelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
RelationshipDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
RetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a RetentionPolicy object.
|
RetentionPolicyDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
RetentionPolicyDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SchemaCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a Schema Category object - standard variant.
|
SchemaCategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SchemaCategoryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SchemaObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a SchemaObject.
|
SchemaObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SchemaObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Search(LibrarySession sess,
Long searchObjectId)
Constructs a Search object.
|
Search(LibrarySession sess,
SearchSpecification sp)
Constructs a Search object.
|
SearchObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Construct a Search Object, standard variant.
|
SearchObjectDefinition(LibrarySessionInterface session)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
SearchObjectDefinition(LibrarySessionInterface session,
String className)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
SearchResultObject(LibrarySession sess,
S_SearchResultObjectData sData)
Constructs a SearchResultObject from SearchResultObjectData.
|
Selector(LibrarySession session)
Construct a Selector object.
|
SelectorObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SelectorObject object - standard variant.
|
SelectorObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SelectorObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ServerConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServerConfiguration.
|
ServerConfigurationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ServerConfigurationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ServiceConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServiceConfiguration.
|
ServiceConfigurationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ServiceConfigurationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SimpleObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimpleObject object.
|
SimpleObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SimpleObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SimpleProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimpleProperty object.
|
SimplePropertyDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
SimplePropertyDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
SimplePropertyTable(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimplePropertyTable object.
|
SimplePropertyTableDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
SimplePropertyTableDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and property the initial ClassObject.
|
SimplePropertyTableList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SimplePropertyTableList object.
|
SimplePropertyTableListDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
SimplePropertyTableListDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and property the initial ClassObject.
|
SortObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SortObject object.
|
SortObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SortObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
StorageGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a StorageGroup object.
|
StorageGroupDefinition(LibrarySessionInterface session)
Constructs a StorageGroupDefinition.
|
StorageGroupDefinition(LibrarySessionInterface session,
String className)
Constructs a StorageGroupDefinition.
|
SystemAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SystemAccessControlList object - standard variant.
|
SystemAccessControlListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SystemAccessControlListDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SystemCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a System Category object - standard variant.
|
SystemCategoryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SystemCategoryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SystemLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a SystemLockEntry object.
|
SystemLockEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SystemLockEntryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SystemLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a SystemLockObject object - standard variant.
|
SystemLockObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SystemLockObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SystemObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SystemObject object - standard variant.
|
SystemObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
SystemObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
TieAccessControlEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAccessControlEntry.
|
TieAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAccessControlList.
|
TieActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActionSpecification.
|
TieActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActivityRecord.
|
TieActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActivitySpecification.
|
TieActor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActor.
|
TieActorRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieActorRelation.
|
TieApplicationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieApplicationObject.
|
TieApplicationToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieApplicationToken.
|
TieAttachmentRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAttachmentRelation.
|
TieAuditHandlerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAuditHandlerSpecification.
|
TieAuditSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAuditSpecification.
|
TieAuditTargetSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTargetSpecification.
|
TieAuditTypeEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTypeEntry.
|
TieAuditTypeList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieAuditTypeList.
|
TieAutoFolderingActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieAutoFolderingActionSpecification.
|
TieBranchRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieBranchRelationship.
|
TieCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCategory.
|
TieClassAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieClassAccessControlList.
|
TieClassDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieClassDomain.
|
TieCompositeGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieCompositeGroup.
|
TieConfigurationCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieConfigurationCategory.
|
TieContactList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContactList.
|
TieContentController(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContentController.
|
TieContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieContentObject.
|
TieContentQuota(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieContentQuota.
|
TieContentVaultEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieContentVaultEntry.
|
TieControllerAlert(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerAlert.
|
TieControllerJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerJob.
|
TieControllerLoadRatio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerLoadRatio.
|
TieControllerPlan(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerPlan.
|
TieControllerPlanExecution(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerPlanExecution.
|
TieControllerReply(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerReply.
|
TieControllerRequest(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieControllerRequest.
|
TieControllerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieControllerState.
|
TieConversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieConversation.
|
TieConversationRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieConversationRelation.
|
TieCustomMediaDriverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCustomMediaDriverSpecification.
|
TieDefinitionObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDefinitionObject.
|
TieDependentView(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDependentView.
|
TieDirectoryGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryGroup.
|
TieDirectoryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryObject.
|
TieDirectoryUser(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDirectoryUser.
|
TieDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDocument.
|
TieExtendedPermission(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieExtendedPermission.
|
TieExtendedUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieExtendedUserProfile.
|
TieExternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieExternalRetentionPolicy.
|
TieFamily(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFamily.
|
TieFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolder.
|
TieFolderLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderLink.
|
TieFolderPathRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderPathRelationship.
|
TieFolderRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFolderRelationship.
|
TieFormat(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieFormat.
|
TieGroupMemberRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieGroupMemberRelationship.
|
TieHandlerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieHandlerState.
|
TieInterMediaAudio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaAudio.
|
TieInterMediaAudioCdTrack(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaAudioCdTrack.
|
TieInterMediaImage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaImage.
|
TieInterMediaMovie(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaMovie.
|
TieInterMediaSource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaSource.
|
TieInterMediaVideo(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInterMediaVideo.
|
TieInternalRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieInternalRetentionPolicy.
|
TieLibraryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLibraryObject.
|
TieLibrarySession(S_LibrarySessionInterface ssess,
Credential credential,
ConnectOptions options,
String serviceName)
Construct a TieLibrarySession object.
|
TieLifecycleDateRuleSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecycleDateRuleSpecification.
|
TieLifecyclePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicy.
|
TieLifecyclePolicyActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicyActionSpecification.
|
TieLifecyclePolicyEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLifecyclePolicyEntry.
|
TieLink(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLink.
|
TieLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieLockEntry.
|
TieLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieLockObject.
|
TieMedia(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMedia.
|
TieMediaBfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaBfile.
|
TieMediaBlob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaBlob instance.
|
TieMediaCustom(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaCustom instance.
|
TieMediaLob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMediaLob instance.
|
TieMessageEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessageEntry.
|
TieMessageList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessageList.
|
TieMountPoint(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieMountPoint.
|
TieNamedRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNamedRelationship.
|
TieNodeConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNodeConfiguration.
|
TieNodeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieNodeState.
|
TieOperationActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieOperationActionSpecification.
|
TiePerformedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TiePerformedActivitySpecification.
|
TiePermissionBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePermissionBundle.
|
TiePolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicy.
|
TiePolicyList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicyList.
|
TiePolicyListElement(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePolicyListElement.
|
TiePolicyPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
Constructs a TiePolicyPropertyBundle.
|
TiePreparedSelector(LibrarySession session)
Constructs a TiePreparedSelector.
|
TiePrimaryUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrimaryUserProfile.
|
TiePrinter(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrinter.
|
TiePrintJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePrintJob.
|
TieProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieProperty.
|
TiePropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePropertyBundle.
|
TiePublicObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TiePublicObject.
|
TieQueue(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieQueue.
|
TieRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRelation.
|
TieRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieRelationship.
|
TieRetentionPolicy(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRetentionPolicy.
|
TieRuntimeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieRuntimeState.
|
TieSchemaCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSchemaCategory.
|
TieSchemaObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSchemaObject.
|
TieSearchObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
TieSelectorObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSelectorObject.
|
TieServerConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerConfiguration.
|
TieServerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerSpecification.
|
TieServerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServerState.
|
TieServiceConfiguration(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServiceConfiguration.
|
TieServiceState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieServiceState.
|
TieSimpleObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimpleObject.
|
TieSimpleProperty(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimpleProperty.
|
TieSimplePropertyTable(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimplePropertyTable.
|
TieSimplePropertyTableList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSimplePropertyTableList.
|
TieSortObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSortObject.
|
TieStorageGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieStorageGroup.
|
TieSystemAccessControlList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemAccessControlList.
|
TieSystemCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemCategory.
|
TieSystemLockEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieSystemLockEntry.
|
TieSystemLockObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemLockObject.
|
TieSystemObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieSystemObject.
|
TieTrackedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieTrackedActivitySpecification.
|
TieUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieUserProfile.
|
TieValueDefault(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDefault.
|
TieValueDefaultPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDefaultPropertyBundle.
|
TieValueDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDomain.
|
TieValueDomainPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieValueDomainPropertyBundle.
|
TieVersionDescription(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieVersionDescription.
|
TieVersionSeries(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieVersionSeries.
|
TrackedActivitySpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TrackedActivitySpecification object.
|
TrackedActivitySpecificationDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
TrackedActivitySpecificationDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
UserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a UserProfile object - standard variant.
|
UserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
UserProfileDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ValueDefault(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ValueDefault.
|
ValueDefaultDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ValueDefaultDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ValueDefaultPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDefaultPropertyBundle.
|
ValueDefaultPropertyBundleDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ValueDefaultPropertyBundleDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ValueDomain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ValueDomain.
|
ValueDomainDefinition()
OBSOLETE: Construct a definition explicitly capturing the
session.
|
ValueDomainDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ValueDomainDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
ValueDomainPropertyBundle(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Internal use only: Constructs a ValueDomainPropertyBundle.
|
ValueDomainPropertyBundleDefinition(LibrarySessionInterface session)
Constructs a Definition explicitly capturing the
session.
|
ValueDomainPropertyBundleDefinition(LibrarySessionInterface session,
String className)
Constructs a Definition, explicitly capturing the
session and setting the initial classobject.
|
VersionDescription(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a VersionDescription object - standard variant.
|
VersionDescriptionDefinition(LibrarySessionInterface session)
Constructs a Definition explicitly capturing the
session.
|
VersionDescriptionDefinition(LibrarySessionInterface session,
String className)
Constructs a Definition, explicitly capturing the
session and setting the initial classobject.
|
VersionSeries(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a VersionSeries object - standard variant.
|
VersionSeriesDefinition()
OBSOLETE: Construct a definition explicitly capturing the
session.
|
VersionSeriesDefinition(LibrarySessionInterface session)
Constructs a Definition explicitly capturing the
session.
|
VersionSeriesDefinition(LibrarySessionInterface session,
String className)
Constructs a Definition, explicitly capturing the
session and setting the initial classobject.
|
WastebasketSelector(LibrarySession session)
Construct a WastebasketSelector object.
|
Modifier and Type | Method and Description |
---|---|
LifecyclePolicyActionOutcome |
FreeLifecyclePolicyAction.execute(LifecyclePolicyEntry lpe,
Document doc) |
LifecyclePolicyActionOutcome |
LifecyclePolicyAction.execute(LifecyclePolicyEntry lpe,
Document doc)
Execute the action for the specified document.
|
LifecyclePolicyActionOutcome |
LifecyclePolicyActionAdapter.execute(LifecyclePolicyEntry lpe,
Document doc)
Execute the action for the specified document.
|
LifecyclePolicyActionOutcome |
StorageChangeLifecyclePolicyAction.execute(LifecyclePolicyEntry lpe,
Document doc)
Execute the action for the specified document.
|
Date |
DailyLifecycleDateRule.getLifecycleDate(Date createDate) |
Date |
LifecycleDateRule.getLifecycleDate(Date createDate)
Determine the LifecycleDate based on a creation date
and the specified LifecyclePolicy.
|
Date |
LifecycleDateRuleAdapter.getLifecycleDate(Date createDate) |
Date |
MonthlyLifecycleDateRule.getLifecycleDate(Date createDate) |
Date |
LifecycleDateRule.getLifecycleDate(Document doc)
Determine the LifecycleDate for the specified document
and the specified LifecyclePolicy.
|
Date |
LifecycleDateRuleAdapter.getLifecycleDate(Document doc) |
LifecyclePolicySearchCondition |
LifecyclePolicyAction.getSearchCondition(LifecyclePolicyEntry lpe)
Gets the search condition to be used to select documents eligible for
processing.
|
LifecyclePolicySearchCondition |
LifecyclePolicyActionAdapter.getSearchCondition(LifecyclePolicyEntry lpe)
Gets the search condition to be used to select documents eligible for
processing.
|
void |
DailyLifecycleDateRule.initialize(LifecycleDateRuleSpecification ldrs) |
void |
LifecycleDateRule.initialize(LifecycleDateRuleSpecification ldrs)
Initialize this instance.
|
void |
LifecycleDateRuleAdapter.initialize(LifecycleDateRuleSpecification ldrs) |
void |
MonthlyLifecycleDateRule.initialize(LifecycleDateRuleSpecification ldrs) |
void |
LifecyclePolicyAction.initialize(LifecyclePolicyActionSpecification lpas)
Initialize this instance.
|
void |
LifecyclePolicyActionAdapter.initialize(LifecyclePolicyActionSpecification lpas)
Initialize this instance.
|
void |
StorageChangeLifecyclePolicyAction.initialize(LifecyclePolicyActionSpecification lpas)
Initialize this instance.
|
LifecyclePolicyActionOutcome |
LifecyclePolicyAction.notify(LifecyclePolicyEntry lpe,
Document doc)
Notify action that the specified document has advanced to the lifecycle
state as indicated by the specified LifecyclePolicyEntry.
|
LifecyclePolicyActionOutcome |
LifecyclePolicyActionAdapter.notify(LifecyclePolicyEntry lpe,
Document doc)
Notify action that the specified document has advanced to the lifecycle
state as indicated by the specified LifecyclePolicyEntry.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserCallback.signalException(IfsException exception)
Signals a parsing-related exception.
|
protected void |
SimpleXmlParserImpl.signalException(IfsException e)
Calls CallBack.signalException() if a Callback is defined.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
SimpleXmlParserImpl.checkAction(Element element)
Checks to see if the element represents an Add or Remove action.
|
protected Document |
ClassSelectionParser.createDocument(Folder parent,
DocumentDefinition def,
String name,
String classname,
ParserCallback callback)
Deprecated.
Encapsulates document creation given a parent folder, a name, Document subclass classname,
and an stream/reader;
will not update a prior existing object in parent,
will throw an IfsException simply because an object already exists in parent with name
|
Document |
LiteralDocumentParser.createDocument(Folder parent,
InputStream in,
Reader reader,
String name,
AccessControlList acl,
boolean takeAclFromParent) |
Document |
IfsXmlParser.createDOM(InputStream stream,
boolean validate)
Creates the DOM object from an InputStream, using the Oracle DOM Parser.
|
Document |
IfsXmlParser.createDOM(Reader reader,
boolean validate)
Creates the DOM object from a Reader, using the Oracle DOM Parser.
|
protected LibraryObject |
SimpleXmlParserImpl.createObject(DefinitionHolder dh,
DefinitionHolder parentDh)
Creates an object given a LibraryObjectDefinition.
|
protected LibraryObject |
SimpleXmlParserImpl.createObject(Element parent,
DefinitionHolder parentDh,
AttributeDescription attribute)
Creates a libraryObject based on an DOM element.
|
protected LibraryObject |
SimpleXmlParserImpl.createObjectWithClass(DefinitionHolder parentDh,
Element element,
AttributeDescription attribute)
Creates an object from an XMLElement
|
protected void |
SimpleXmlParserImpl.ensureLegalPublicObjectDefinition(PublicObjectDefinition pod,
LibrarySession session,
PublicObject objectForUpdate)
Ensure that the specified PublicObjectDefinition is legal, and fix
if possible.
|
protected static int |
SimpleXmlParserImpl.getDatatypeFromName(String type)
Returns the integer datatype number (defined in Attribute.java) for
the given String datatype descriptor.
|
protected LibraryObjectDefinition |
SimpleXmlParserImpl.getDefinitionInstance(String name)
Creates the instance of the passed in definition classname
|
protected DocumentDefinition |
LiteralDocumentParser.getDocDef(Folder parent,
InputStream in,
Reader reader,
String name,
AccessControlList acl,
boolean takeAclFromParent) |
protected DocumentDefinition |
ClassSelectionParser.getDocDef(Folder parent,
InputStream in,
String name)
Deprecated.
Defines what it means to be a plain non versioned doc
|
protected DocumentDefinition |
ClassSelectionParser.getDocDef(Folder parent,
Reader reader,
String name)
Deprecated.
Defines what it means to be a plain non versioned doc
|
protected static Element |
SimpleXmlParserImpl.getFirstElementChild(Node element)
Returns the first non-comment, non-processingIntruction child of the
passed in Node.
|
protected SimpleXmlParserImpl |
IfsSimpleXmlParser.getImplementation(ParserCallback callback,
Hashtable options)
Creates a SimpleXmlParserImpl to parse the document with.
|
protected static Element |
SimpleXmlParserImpl.getNextElementSibling(Node element)
Returns the next non-comment, non-processingIntruction sibling of the
passed in Node.
|
protected LibraryObject |
SimpleXmlParserImpl.handleExistingRef(DefinitionHolder dh,
AttributeDescription attribute)
Reads an existing object out of an object which is being updated.
|
protected LibraryObject |
SimpleXmlParserImpl.handleIdRef(Element element,
int datatype)
Finds an object by Object Id
|
protected PublicObject |
SimpleXmlParserImpl.handlePathRef(Element element,
AttributeDescription attribute)
Finds an object by path
|
protected LibraryObject |
SimpleXmlParserImpl.handleRef(DefinitionHolder dh,
Element element,
AttributeDescription attribute)
Finds an object by reference.
|
protected LibraryObject |
SimpleXmlParserImpl.handleRefType(DefinitionHolder dh,
Element element,
String refType,
AttributeDescription attribute)
Finds an object by reference.
|
protected LibraryObject |
SimpleXmlParserImpl.handleSearchRef(Element element,
AttributeDescription attribute,
String searchAttributeName)
Reads an existing object out of an object which is being updated.
|
LibraryObject |
SimpleUserTagHandler.handleTag(Element root,
SimpleXmlParserImpl sxpi)
Deprecated.
|
LibraryObject |
TopLevelTagHandler.handleTag(Element root,
SimpleXmlParserImpl sxpi)
Deprecated.
The SimpleXmlParserImpl will call this function when a top-level
tag which matches tagName() is encountered.
|
protected LibraryObjectDefinition |
IfsSimpleXmlParser.handleUnknownTag(Element unknownElement,
LibraryObjectDefinition lod)
Handles an unknown tag.
|
protected LibraryObject |
SimpleXmlParserImpl.handleValueDefaultRef(Element element,
AttributeDescription attribute)
Finds an object referenced by a named ValueDefault
|
boolean |
IfsXmlParser.isRoundtripEnabled()
Returns true if Roundtrip functionality is enabled, false otherwise.
|
protected String |
SimpleXmlParserImpl.lookupDefinitionName(ClassObject co)
Looks up the definition classname for the ClassObject.
|
LibraryObject |
IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options) |
LibraryObject |
LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options) |
LibraryObject |
XmlParserInterface.parse(IfsXmlParser ifsxmlparser,
InputStream stream,
ParserCallback callback,
Hashtable options)
Parses the specified InputStream representing an XML document.
|
LibraryObject |
IfsSimpleXmlParser.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options) |
LibraryObject |
LiteralDocumentParser.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options) |
LibraryObject |
XmlParserInterface.parse(IfsXmlParser ifsxmlparser,
Reader reader,
ParserCallback callback,
Hashtable options)
Parses the specified Reader representing an XML document.
|
LibraryObject |
ClassSelectionParser.parse(InputStream stream,
ParserCallback callback,
Hashtable options)
Deprecated.
Use the stream as the content of a Document subclass based on the
Parser.CURRENT_NAME_OPTION.
|
LibraryObject |
IfsXmlParser.parse(InputStream stream,
ParserCallback callback,
Hashtable options)
Inherited from Parser
|
LibraryObject |
Parser.parse(InputStream stream,
ParserCallback callback,
Hashtable options)
Parses the specified InputStream.
|
LibraryObject |
ClassSelectionParser.parse(Reader reader,
ParserCallback callback,
Hashtable options)
Deprecated.
Use the reader as the content of a Document subclass based on the
Parser.CURRENT_NAME_OPTION.
|
LibraryObject |
IfsXmlParser.parse(Reader reader,
ParserCallback callback,
Hashtable options)
Inherited from Parser
|
LibraryObject |
Parser.parse(Reader reader,
ParserCallback callback,
Hashtable options)
Parses the specified Reader.
|
void |
ParserCallback.postOperation(LibraryObject libobj)
Invoked immediately after performing an operation on a LibraryObject.
|
LibraryObjectDefinition |
ParserCallback.preOperation(LibraryObject libobj,
LibraryObjectDefinition lodef)
Invoked immediately prior to performing an operation on a LibraryObject.
|
protected void |
SimpleXmlParserImpl.processChildTag(DefinitionHolder dh,
ClassObject co,
Element currentChild)
Process a node, using the classObject for the document and altering
the current definition if neccessary.
|
protected DefinitionHolder |
SimpleXmlParserImpl.processDefinition(String definitionName,
ClassObject co,
DefinitionHolder parentDh,
AttributeDescription attribute,
Element parent)
Create DefinitionHolder given the name of the Definition class to use and
the ClassObject of the object being created.
|
protected PublicObject |
ClassSelectionParser.putPublicObjectWithVersioning(Folder parent,
DocumentDefinition def,
String name,
String classname,
ParserCallback callback)
Deprecated.
Encapsulates the ftpish notion of a put given a parent folder, a name, and an stream/reader;
will create or update existing PO depending prior existence of an object in parent,
if creating an object of class classname is created.
|
protected LibraryObject |
SimpleXmlParserImpl.readLibraryObject(DefinitionHolder dh,
Element element,
AttributeDescription attribute)
Reads in a LibraryObject from an XMLElement.
|
protected void |
SimpleUserTagHandler.readOption(Element optionElement,
Hashtable options,
UserManager userManager,
SimpleXmlParserImpl sxpi)
Deprecated.
|
protected Hashtable |
SimpleUserTagHandler.readOptions(Element optionsRoot,
UserManager userManager,
SimpleXmlParserImpl sxpi)
Deprecated.
|
protected Object |
SimpleXmlParserImpl.readValue(DefinitionHolder dh,
Element currentChild,
AttributeDescription attribute)
Reads a value from a DOM element, assuming the value has the
specified datatype.
|
void |
ParserInputStream.resetStream(boolean bufferingMode)
Resets the stream such that it can be re-read.
|
void |
ParserReader.resetStream(boolean bufferingMode)
Resets the reader such that it can be re-read.
|
static LibraryObjectDefinition |
LiteralDocumentParser.setAcl(LibraryObjectDefinition def,
AccessControlList acl,
Folder parent,
boolean takeAclFromParent) |
void |
ParserCallback.signalException(IfsException exception)
Signals a parsing-related exception.
|
protected void |
SimpleXmlParserImpl.signalException(IfsException e)
Calls CallBack.signalException() if a Callback is defined.
|
protected LibraryObject |
IfsSimpleXmlParser.traverseTree(Document doc,
ParserCallback callback,
Hashtable options)
Traverses the DOM tree and creates the appropriate LibraryObjects.
|
protected Document |
ClassSelectionParser.updateFolderedPublicObjectWithVersioning(Folder parent,
DocumentDefinition def,
String name,
String classname,
ParserCallback callback)
Deprecated.
encapsulates the item update given a parent folder, a name, and an stream/reader;
will update a prior existing object in parent,
will throw an IfsException simply because an object doesn't exist in parent
|
Document |
LiteralDocumentParser.updateFolderedPublicObjectWithVersioning(Folder parent,
InputStream in,
Reader reader,
String name,
AccessControlList acl,
boolean takeAclFromParent) |
Constructor and Description |
---|
ClassSelectionParser(LibrarySession session)
Deprecated.
Constructs a ClassSelectionParser
|
Modifier and Type | Method and Description |
---|---|
IfsException |
IfsException.fillInRemoteStackTrace()
Sets the remote backtrace of this IfsException.
|
IfsException |
IfsException.getNestedIfsException(int errorCode)
Gets a nested IfsException that matches the specified error code.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
LibrarySessionPool.acquireSession()
Acquires a session from the session pool.
|
void |
AccessLevel.add(AccessLevel level,
LibrarySessionInterface sess)
Add permissions specified in another AccessLevel
to this AccessLevel
|
static void |
ClusteringUtilities.addDeclaredAgentNode(LibrarySession session,
String nodeName)
Deprecated.
Adds the specified node to the list of declared agent nodes.
|
void |
Localizer.addExtendedResourceBundle(String bundleName)
Adds a resource bundle to the vector if it is not there already.
|
protected static void |
ClusteringUtilities.addNodeTokenInfo(List list,
ApplicationToken token)
Deprecated.
Adds info for a node token to the specified list, including
the servers associated with it also.
|
void |
SortSpecification.addSortQualifier(SortQualifier sortqual)
Add a SortQualifier.
|
void |
SortSpecification.addSortQualifier(String sortAttribute,
boolean sortOrder)
Add a simple SortQualifier.
|
static Hashtable |
AttributeValue.arrayToHashtable(AttributeValue[] attrVals)
Converts an array of AttributeValues to a hashtable, hashed by name.
|
static Long |
DateUtilities.calculateInitialDelay(long period,
String baseTimeVal,
SimpleDateFormat df)
Computes the number of milliseconds for the initial delay, from
a BaseTimeOfDay setting, which may include a date.
|
boolean |
AttributeValue.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
AuditCertificate.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
AuditFolderPath.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
LooselyBoundedCacheable.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
LooselyBoundedCacheableAdapter.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
RandomAccessContentInterface.canWrite()
Deprecated.
returns true if this RandomAccessContent object was created with
"read-write" mode enabled.
|
protected boolean |
ClusteringToken.challengeNode(LibrarySession session,
String nodeId)
Deprecated.
Challenge the node token for the specified Node ID.
|
protected void |
ClusteringToken.challengeNodes(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Challenge one of the nodes holding either registree or standby.
|
Object |
CachedCollection.checkItemByUpperCaseName(String name)
Gets the specified item in this Collection by uppercase name,
and returns null if not found.
|
Object |
Collection.checkItemByUpperCaseName(String name)
Gets the specified item in this Collection by the uppercase name,
*and returns null if the item is not found.
|
Object |
LibraryObjectLookupCacheCollection.checkItemByUpperCaseName(String upperCaseName)
Gets the specified item in this Collection by the uppercase name,
*and returns null if the item is not found.
|
Object |
UncachedPreparedSelectorCollection.checkItemByUpperCaseName(String upperCaseName)
Gets the specified item in this Collection by uppercase name,
and returns null if not found.
|
Object |
UncachedSelectorCollection.checkItemByUpperCaseName(String upperCaseName)
Gets the specified item in this Collection by uppercase name, and
returns null if not found.
|
boolean |
ClusteringToken.checkRegistration(LibrarySession session,
Long appTokenId)
Deprecated.
Checks the registration for this Server.
|
void |
AccessLevel.clearAllPermissions()
Clear all permission flags - standard and extended.
|
void |
AccessLevel.clearAllStandardPermissions()
Clear all standard permission flags.
|
void |
RandomAccessContentInterface.close()
Deprecated.
releases all resources used by this object and commits
(if needed) any write operations.
|
void |
RandomAccessor.close()
Closes this RandomAccessor, saving any changes to the document.
|
int |
ClusteringToken.RegistrationTypeCalculator.computeRegistrationType(LibrarySession session)
Computes the registration type for the current token in its running
context.
|
LibrarySession |
BaseApp.connect()
Create a LibrarySession.
|
protected void |
BaseApp.Connect()
Create a LibrarySession.
|
LibrarySession |
BaseApp.connect(Credential credential,
ConnectOptions options)
Create a LibrarySession, from the specified Credential and ConnectOptions.
|
protected void |
BaseApp.Connect(Credential credential,
ConnectOptions options)
Create a LibrarySession, from the specified Credential and ConnectOptions.
|
protected void |
BaseApp.Connect(Credential credential,
ConnectOptions options,
String server)
Create a LibrarySession, from the specified Credential and ConnectOptions.
|
protected void |
BaseApp.Connect(Credential credential,
ConnectOptions options,
String serviceName,
String password)
Create a LibrarySession, from the specified Credential and ConnectOptions.
|
LibrarySession |
BaseApp.connect(String username,
String password,
String server)
Create a LibrarySession.
|
protected void |
BaseApp.Connect(String username,
String password,
String server)
Create a LibrarySession.
|
LibrarySession |
BaseApp.connect(String username,
String password,
String server,
String serverPassword)
Create a LibrarySession.
|
protected void |
BaseApp.Connect(String username,
String password,
String server,
String serverPassword)
Create a LibrarySession.
|
static DataSource |
DatabaseUtilities.constructDataSource(String databaseType,
String databaseUrl,
String schemaName,
String schemaPassword)
Constructs the data source.
|
static boolean |
PathHelper.containsOnlyValidCharacters(String path)
Check to see if an path contains only valid characters.
|
static Long |
DateUtilities.convertTimerInterval(String value)
Computes the number of milliseconds in a period of time specified
as a string.
|
static Long |
DateUtilities.convertTimerInterval(String value,
String daySuffix,
String hourSuffix,
String minuteSuffix,
String secondSuffix)
Computes the number of milliseconds in a period of time specified
as a string.
|
protected boolean |
AttributeValue.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean.
|
protected boolean |
AttributeValueBooleanArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean.
|
protected boolean |
AttributeValueDoubleArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean.
|
protected boolean |
AttributeValueIntegerArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean.
|
protected boolean |
AttributeValueLongArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean.
|
protected boolean |
AttributeValueStringArray.convertToBoolean(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a boolean.
|
protected boolean[] |
AttributeValue.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans.
|
protected boolean[] |
AttributeValueBooleanArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans.
|
protected boolean[] |
AttributeValueDoubleArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans.
|
protected boolean[] |
AttributeValueIntegerArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans.
|
protected boolean[] |
AttributeValueLongArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans.
|
protected boolean[] |
AttributeValueStringArray.convertToBooleanArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of booleans.
|
protected Boolean |
AttributeValue.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean.
|
protected Boolean |
AttributeValueBooleanArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean.
|
protected Boolean |
AttributeValueDoubleArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean.
|
protected Boolean |
AttributeValueIntegerArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean.
|
protected Boolean |
AttributeValueLongArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean.
|
protected Boolean |
AttributeValueStringArray.convertToBooleanObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Boolean.
|
protected Boolean[] |
AttributeValue.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans.
|
protected Boolean[] |
AttributeValueBooleanArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans.
|
protected Boolean[] |
AttributeValueDoubleArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans.
|
protected Boolean[] |
AttributeValueIntegerArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans.
|
protected Boolean[] |
AttributeValueLongArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans.
|
protected Boolean[] |
AttributeValueStringArray.convertToBooleanObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Booleans.
|
protected Date |
AttributeValue.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date.
|
protected Date |
AttributeValueDateArray.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date.
|
protected Date |
AttributeValueStringArray.convertToDate(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Date.
|
protected Date[] |
AttributeValue.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates.
|
protected Date[] |
AttributeValueDateArray.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates.
|
protected Date[] |
AttributeValueStringArray.convertToDateArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Dates.
|
protected DirectoryObjectInterface |
AttributeValue.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject.
|
protected DirectoryObjectInterface |
AttributeValueDirectoryObjectArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject.
|
protected DirectoryObjectInterface |
AttributeValueLongArray.convertToDirectoryObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a DirectoryObject.
|
protected DirectoryObjectInterface[] |
AttributeValue.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects.
|
protected DirectoryObjectInterface[] |
AttributeValueDirectoryObjectArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects.
|
protected DirectoryObjectInterface[] |
AttributeValueLongArray.convertToDirectoryObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of DirectoryObjects.
|
protected double |
AttributeValue.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double.
|
protected double |
AttributeValueBooleanArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double.
|
protected double |
AttributeValueDoubleArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double.
|
protected double |
AttributeValueIntegerArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double.
|
protected double |
AttributeValueLongArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double.
|
protected double |
AttributeValueStringArray.convertToDouble(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a double.
|
protected double[] |
AttributeValue.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles.
|
protected double[] |
AttributeValueBooleanArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles.
|
protected double[] |
AttributeValueDoubleArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles.
|
protected double[] |
AttributeValueIntegerArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles.
|
protected double[] |
AttributeValueLongArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles.
|
protected double[] |
AttributeValueStringArray.convertToDoubleArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of doubles.
|
protected Double |
AttributeValue.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double.
|
protected Double |
AttributeValueBooleanArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double.
|
protected Double |
AttributeValueDoubleArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double.
|
protected Double |
AttributeValueIntegerArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double.
|
protected Double |
AttributeValueLongArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double.
|
protected Double |
AttributeValueStringArray.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double.
|
protected Double |
AttributeValueStringDoubleMap.convertToDoubleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Double.
|
protected Double[] |
AttributeValue.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles.
|
protected Double[] |
AttributeValueBooleanArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles.
|
protected Double[] |
AttributeValueDoubleArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles.
|
protected Double[] |
AttributeValueIntegerArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles.
|
protected Double[] |
AttributeValueLongArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles.
|
protected Double[] |
AttributeValueStringArray.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles.
|
protected Double[] |
AttributeValueStringDoubleMap.convertToDoubleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Doubles.
|
protected int |
AttributeValue.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int.
|
protected int |
AttributeValueBooleanArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int.
|
protected int |
AttributeValueDoubleArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int.
|
protected int |
AttributeValueIntegerArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int.
|
protected int |
AttributeValueLongArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int.
|
protected int |
AttributeValueStringArray.convertToInteger(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an int.
|
protected int[] |
AttributeValue.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints.
|
protected int[] |
AttributeValueBooleanArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints.
|
protected int[] |
AttributeValueDoubleArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints.
|
protected int[] |
AttributeValueIntegerArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints.
|
protected int[] |
AttributeValueLongArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints.
|
protected int[] |
AttributeValueStringArray.convertToIntegerArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of ints.
|
protected Integer |
AttributeValue.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer.
|
protected Integer |
AttributeValueBooleanArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer.
|
protected Integer |
AttributeValueDoubleArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer.
|
protected Integer |
AttributeValueIntegerArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer.
|
protected Integer |
AttributeValueLongArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer.
|
protected Integer |
AttributeValueStringArray.convertToIntegerObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to an Integer.
|
protected Integer[] |
AttributeValue.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers.
|
protected Integer[] |
AttributeValueBooleanArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers.
|
protected Integer[] |
AttributeValueDoubleArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers.
|
protected Integer[] |
AttributeValueIntegerArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers.
|
protected Integer[] |
AttributeValueLongArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers.
|
protected Integer[] |
AttributeValueStringArray.convertToIntegerObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Integers.
|
protected long |
AttributeValue.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueBooleanArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueDateArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueDirectoryObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueDoubleArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueIntegerArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueLongArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValuePublicObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueSchemaObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueSimpleObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueStringArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long |
AttributeValueSystemObjectArray.convertToLong(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a long.
|
protected long[] |
AttributeValue.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueBooleanArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueDateArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueDirectoryObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueDoubleArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueIntegerArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueLongArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValuePublicObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueSchemaObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueSimpleObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueStringArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected long[] |
AttributeValueSystemObjectArray.convertToLongArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of longs.
|
protected Long |
AttributeValue.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueBooleanArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueDateArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueDirectoryObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueDoubleArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueIntegerArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueLongArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueLongLongMap.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValuePublicObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueSchemaObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueSimpleObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueStringArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueStringLongMap.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long |
AttributeValueSystemObjectArray.convertToLongObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a Long.
|
protected Long[] |
AttributeValue.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueBooleanArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueDateArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueDirectoryObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueDoubleArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueIntegerArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueLongArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueLongLongMap.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValuePublicObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueSchemaObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueSimpleObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueStringArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueStringLongMap.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Long[] |
AttributeValueSystemObjectArray.convertToLongObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Longs.
|
protected Map |
AttributeValue.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map.
|
protected Map |
AttributeValueLongLongMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map.
|
protected Map |
AttributeValueLongStringMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map.
|
protected Map |
AttributeValueStringDoubleMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map.
|
protected Map |
AttributeValueStringLongMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map.
|
protected Map |
AttributeValueStringStringMap.convertToMap(LibrarySessionInterface session)
Converts this AttributeValue to a Map.
|
protected PublicObjectInterface |
AttributeValue.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject.
|
protected PublicObjectInterface |
AttributeValueLongArray.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject.
|
protected PublicObjectInterface |
AttributeValuePublicObjectArray.convertToPublicObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a PublicObject.
|
protected PublicObjectInterface[] |
AttributeValue.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects.
|
protected PublicObjectInterface[] |
AttributeValueLongArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects.
|
protected PublicObjectInterface[] |
AttributeValuePublicObjectArray.convertToPublicObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of PublicObjects.
|
protected SchemaObjectInterface |
AttributeValue.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject.
|
protected SchemaObjectInterface |
AttributeValueLongArray.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject.
|
protected SchemaObjectInterface |
AttributeValueSchemaObjectArray.convertToSchemaObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SchemaObject.
|
protected SchemaObjectInterface[] |
AttributeValue.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects.
|
protected SchemaObjectInterface[] |
AttributeValueLongArray.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects.
|
protected SchemaObjectInterface[] |
AttributeValueSchemaObjectArray.convertToSchemaObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SchemaObjects.
|
protected SimpleObjectInterface |
AttributeValue.convertToSimpleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SimpleObject.
|
protected SimpleObjectInterface |
AttributeValueLongArray.convertToSimpleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SimpleObject.
|
protected SimpleObjectInterface |
AttributeValueSimpleObjectArray.convertToSimpleObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SimpleObject.
|
protected SimpleObjectInterface[] |
AttributeValue.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects.
|
protected SimpleObjectInterface[] |
AttributeValueLongArray.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects.
|
protected SimpleObjectInterface[] |
AttributeValueSimpleObjectArray.convertToSimpleObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SimpleObjects.
|
protected String |
AttributeValue.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueBooleanArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueDateArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueDirectoryObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueDoubleArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueIntegerArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueLongArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueLongStringMap.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValuePublicObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueSchemaObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueSimpleObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueStringArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueStringStringMap.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String |
AttributeValueSystemObjectArray.convertToString(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a String.
|
protected String[] |
AttributeValue.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueBooleanArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueDateArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueDirectoryObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueDoubleArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueIntegerArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueLongArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueLongStringMap.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValuePublicObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueSchemaObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueSimpleObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueStringArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueStringStringMap.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected String[] |
AttributeValueSystemObjectArray.convertToStringArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of Strings.
|
protected SystemObjectInterface |
AttributeValue.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject.
|
protected SystemObjectInterface |
AttributeValueLongArray.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject.
|
protected SystemObjectInterface |
AttributeValueSystemObjectArray.convertToSystemObject(LibrarySessionInterface session,
int index)
Converts this AttributeValue to a SystemObject.
|
protected SystemObjectInterface[] |
AttributeValue.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects.
|
protected SystemObjectInterface[] |
AttributeValueLongArray.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects.
|
protected SystemObjectInterface[] |
AttributeValueSystemObjectArray.convertToSystemObjectArray(LibrarySessionInterface session)
Converts this AttributeValue to an array of SystemObjects.
|
void |
RetainedEvent.createDatabaseObjects(LibrarySessionInterface session)
Create the database objects associated with the retained event type.
|
void |
LibrarySessionPool.deactivatePool()
De-activates the session pool, by disconnecting all sessions.
|
void |
RetainedEvent.delete(LibrarySessionInterface session)
Delete a RetainedEvent.
|
void |
AccessLevel.disableExtendedPermission(AttributeValue av,
LibrarySessionInterface sess)
Disable an extended perrmission, specified as an AttributeValue
|
void |
AccessLevel.disableExtendedPermission(ExtendedPermissionInterface perm)
Disable an extended perrmission.
|
void |
AccessLevel.disableExtendedPermission(ExtendedPermissionInterface[] perms)
Disable a set of extended perrmissions.
|
void |
AccessLevel.disableStandardPermission(long permission)
Disable a standard perrmission.
|
protected void |
BaseApp.Disconnect()
Disconnect the last session connected with a
connect
method. |
void |
CredentialNameTokenizer.dispose()
Called by the iFS service to dispose this CredentialNameTokenizer.
|
void |
IfsCredentialNameTokenizer.dispose()
Called by the iFS service to dispose this IfsCredentialNameTokenizer.
|
void |
RandomAccessContentInterface.dispose()
Deprecated.
releases all resources used by this object and rolls back
(if needed) any uncommitted write operations.
|
void |
RandomAccessor.dispose()
Disposes this RandomAccessor, discarding any changes to the document.
|
void |
RetainedEvent.dropDatabaseObjects(LibrarySessionInterface session)
Drop the database objects associated with the retained event type.
|
void |
AccessLevel.enableAllStandardPermissions()
Set all standard permission flags.
|
void |
AccessLevel.enableExtendedPermission(AttributeValue av,
LibrarySessionInterface sess)
Enable an extended perrmission, specified as an AttributeValue
|
void |
AccessLevel.enableExtendedPermission(ExtendedPermissionInterface perm)
Enable an extended perrmission
|
void |
AccessLevel.enableExtendedPermission(ExtendedPermissionInterface[] perms)
Enable a set of extended perrmissions.
|
void |
AccessLevel.enableStandardPermission(long permission)
Enable a standard perrmission.
|
void |
AttributeValue.ensureUpperCaseName()
Ensures the name of this AttributeValue (if any) is uppercase.
|
boolean |
AccessLevel.equals(AccessLevel level)
Check if the specified accesslevel is equal
to this AccessLevel
|
void |
TraceLogger.finalize()
Deprecated.
Finalizes this TraceLogger.
|
abstract Object |
Cache.find(Object id)
Gets an item from this cache.
|
Object |
LooselyBoundedCache.find(Object id)
Gets an item from this cache.
|
Object |
UnboundedCache.find(Object id)
Gets an item from this cache.
|
LibraryObjectInterface[] |
LibraryObjectLookupCache.findAll(LibrarySessionInterface session)
Finds all qualifying objects.
|
LibraryObjectInterface |
LibraryObjectLookupCache.findByName(LibrarySessionInterface session,
String name)
Finds an object with the specified name.
|
static ApplicationToken |
ClusteringUtilities.findOrCreateToken(LibrarySession session,
String tokenValue,
String tokenInfo,
String tokenDesc)
Deprecated.
Finds or creates the token matching the specified Token value.
|
static ApplicationToken |
ClusteringUtilities.findToken(LibrarySession session,
String tokenValue)
Deprecated.
Finds the token matching the specified Token value.
|
void |
RandomAccessContentInterface.flush()
Deprecated.
commits any write operations.
|
void |
TraceLogger.flush()
Deprecated.
Flushes the stream to which the local trace log is written.
|
static String[] |
AccessLevel.getAllDefinedStandardPermissionNames(LibrarySessionInterface session)
return the array of all defined standard permission localized
labels.
|
static String[] |
AccessLevel.getAllDefinedStandardPermissionNames(Localizer localizer)
return the array of all defined standard permission localized
labels.
|
static long[] |
AccessLevel.getAllDefinedStandardPermissions()
return the array of all defined standard permission numeric
values.
|
int |
TokenCredential.getAllowedAuthenticationCount()
Gets the total number of times this TokenCredential can be used to
authenticate.
|
static List |
ClusteringUtilities.getAllServerTokenInfoByNode(LibrarySession session)
Deprecated.
Selects a list of strings that reflects the set of all server tokens,
grouped by the registered node.
|
String |
ConnectOptions.getApplicationName()
Gets the name of the application creating the session.
|
static String |
AttributeValueArray.getArrayTableCreateString(String tableName,
String valueType)
Gets the CREATE TABLE string for multi-value tables for the
specified table name and SQL data type for the value.
|
AttributeValue |
LibrarySessionInterface.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
Long priClassId,
int count)
Gets a fully resolved array-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
AttributeValue |
CredentialManagerUser.getAttribute(String attrKey)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
LibraryObjectInterface.getAttributeByUpperCaseName(String attr_name)
Gets the attribute value for the specified attribute.
|
Long |
ColumnDescriptor.getAttributeId()
Gets the associated attribute ID for the selected column.
|
String |
SortQualifier.getAttributeName()
Gets the Attribute name.
|
AttributeValue[] |
CredentialManagerUser.getAttributes()
Return array of all Attribute values that were set for this
new instance.
|
String |
LibrarySessionInterface.getAttributeSortName(String classname,
String attributename)
return the Database object name that corresponds to
an Attribute of a specified ClassObject.
|
AttributeValue |
OperationContext.getAttributeValueReturnValue()
Get the AttributeValue result from the operation state.
|
static String |
PathHelper.getBaseName(String path,
String delimiter)
Given a String which specifies a path return the name of the file
or folder denoted by the path.
|
boolean |
AttributeValue.getBoolean(LibrarySessionInterface session)
Gets this AttributeValue's representation as a boolean.
|
boolean[] |
AttributeValue.getBooleanArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of booleans.
|
boolean |
AttributeValue.getBooleanArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of booleans.
|
protected static boolean |
ClusteringUtilities.getBooleanClusteringProperty(LibrarySession session,
String key,
boolean defVal)
Deprecated.
Gets the value of a boolean clustering property.
|
Boolean |
AttributeValue.getBooleanObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Boolean.
|
Boolean[] |
AttributeValue.getBooleanObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Booleans.
|
Boolean |
AttributeValue.getBooleanObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of Booleans.
|
boolean |
OperationContext.getBooleanReturnValue()
Get the boolean result from the operation state.
|
static String |
BaseApp.getCachePerformanceString(LibrarySession session)
Get the cache performance, as a String.
|
Calendar |
Localizer.getCalendar()
Gets the Calendar of this Localizer.
|
byte[] |
ChallengeResponseCredential.getChallenge()
Gets the challenge.
|
String |
HttpDigestCredential.getChallenge()
Gets the challenge.
|
int |
TraceLogger.getChannelCount()
Deprecated.
Gets the number of channels.
|
String |
Localizer.getCharEncoding()
Gets the Iana character set of this Localizer.
|
Collection |
LibrarySessionInterface.getClassAccessControlListCollection()
Gets a reference to the ClassAccessControlList collection.
|
String |
SortQualifier.getClassAlias()
Get the alias for the sort attribute's class
|
Collection |
LibrarySessionInterface.getClassDomainCollection()
Gets a reference to the ClassDomain collection.
|
Long |
ColumnDescriptor.getClassId()
Gets Class ID for the selected column.
|
Long |
LibraryObjectInterface.getClassId()
Gets the class id of this LibraryObject.
|
String |
SortQualifier.getClassName()
Gets the sort attribute's class name.
|
Collection |
LibrarySessionInterface.getClassObjectCollection()
Gets a reference to the ClassObject collection.
|
AttributeValue |
LibrarySessionInterface.getClassObjectValueByName(String name)
Gets an AttributeValue representation of a CLASSOBJECT that has the
specified name.
|
protected CleartextCredential |
BaseApp.getCleartextCredential()
create CleartextCredential using username/password information
in the Parametertable.
|
protected CleartextCredential |
BaseApp.getCleartextCredential(String username,
String password)
create CleartextCredential using specified username/password.
|
static AttributeValue |
ClusteringUtilities.getClusteringProperty(LibrarySession session,
String key)
Deprecated.
Gets a clustering property by key.
|
static PropertyBundle |
ClusteringUtilities.getClusteringPropertyBundle(LibrarySession session)
Deprecated.
Gets the PropertyBundle used to hold the clustering properties.
|
String |
HttpDigestCredential.getCnonce()
Gets the cnonce.
|
String |
ColumnDescriptor.getColumnAlias()
Gets the column alias name (used in AS clause).
|
protected String |
SortQualifier.getColumnName()
Gets the column name that will be used for
this qualifier.
|
static String |
BaseApp.getConnectionPoolPerformanceString(LibrarySession session)
Get the connection pool performance, as a String.
|
protected ConnectOptions |
BaseApp.getConnectOptions()
create ConnectOptions using server information
in the Parametertable.
|
protected ConnectOptions |
BaseApp.getConnectOptions(String server)
create ConnectOptions using specified server and other information
in the Parametertable.
|
protected ConnectOptions |
BaseApp.getConnectOptions(String server,
String dbPassword)
create ConnectOptions using specified server & server password,
and other information in the Parametertable.
|
Long |
RandomAccessor.getContentObjectId()
Gets the id of the ContentObject being accessed by this RandomAccessor.
|
String |
ContentStreamSerializer.getContentReference()
Gets the content as a string reference that is interpreted by the Media
instance.
|
String |
LocalContentStream.getContentReference()
Gets the content as a string reference that is interpreted by the Media
instance.
|
InputStream |
ContentStreamSerializer.getContentStream()
Get the content as a stream.
|
InputStream |
LocalContentStream.getContentStream()
Get the content as a stream.
|
GSSContext |
GssApiCredential.getContext()
Returns the GSS context if one exists.
|
String |
IndexSpecification.getCreateStatement(String tableName,
boolean tabIsPartitioned) |
String |
RetainedEvent.getCreateTableStatementSql()
Get the SQL statement string used to create the Retained event table
|
static String |
DatabaseUtilities.getDatabaseUrl(String databaseType,
String domainName,
String jdbcDriverType)
Resolves a database type and domain name to a database URL.
|
static String |
DatabaseUtilities.getDatabaseUrlSuffix(String databaseType,
String domainName)
Resolves a domain name to the suffix to use for a database URL.
|
int |
AttributeValue.getDataType()
Gets the data type of this AttributeValue.
|
int |
ColumnDescriptor.getDataType()
Gets the data type to use for the selected column.
|
Date |
AttributeValue.getDate(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Date.
|
Date[] |
AttributeValue.getDateArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Dates.
|
Date |
AttributeValue.getDateArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of Dates.
|
DateFormat |
Localizer.getDateFormatter()
Gets the date formatter of this Localizer.
|
static String[] |
ClusteringUtilities.getDeclaredAgentIdentifiers(LibrarySession session)
Deprecated.
Gets the set of declared agent identifiers.
|
static String[] |
ClusteringUtilities.getDeclaredAgentNodes(LibrarySession session)
Deprecated.
Gets the set of declared nodes that will service agents.
|
String |
SortSpecification.getDefaultAlias()
Return the Default alias setting.
|
String |
SortSpecification.getDefaultClass()
Return the Default Class setting.
|
protected static PublicObject |
ClusteringUtilities.getDefaultDomain(LibrarySession session)
Deprecated.
Gets the default domain for the instance.
|
protected Locale |
Localizer.getDefaultLocale()
Gets the default locale, first looks in the properties file, second
looks at the JavaVM.
|
LibraryObjectDefinition |
OperationContext.getDefinition()
Returns the definition containing the detials of the
operation to be performed.
|
DirectoryObjectInterface |
AttributeValue.getDirectoryObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a DirectoryObject.
|
DirectoryObjectInterface[] |
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of DirectoryObjects.
|
DirectoryObjectInterface |
AttributeValue.getDirectoryObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of DirectoryObjects.
|
DirectoryObjectInterface |
LibrarySessionInterface.getDirectoryObjectInterface(Long id)
Gets the DirectoryObjectInterface for the specified id.
|
DirectoryObjectInterface[] |
LibrarySessionInterface.getDirectoryObjectInterfaces(Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids.
|
Collection |
LibrarySessionInterface.getDirectoryUserCollection()
Gets a reference to the DirectoryUser collection.
|
static String[] |
ClusteringUtilities.getDisabledAgentIdentifiers(LibrarySession session)
Deprecated.
Gets the set of disabled agent identifiers.
|
String |
CredentialManagerUser.getDistinguishedName()
Returns the Credential manager distinguished name for which this
user is associated.
|
Long |
RandomAccessor.getDocumentId()
Gets the id of the Document being accessed by this RandomAccessor.
|
double |
AttributeValue.getDouble(LibrarySessionInterface session)
Gets this AttributeValue's representation as a double.
|
double[] |
AttributeValue.getDoubleArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of doubles.
|
double |
AttributeValue.getDoubleArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of doubles.
|
Double |
AttributeValue.getDoubleObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Double.
|
Double[] |
AttributeValue.getDoubleObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Doubles.
|
Double |
AttributeValue.getDoubleObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of Doubles.
|
int |
AttributeValue.getElementCount()
Gets the number of elements in an array-type AttributeValue.
|
Enumeration |
Cache.getElements()
Gets an Enumeration of the items in this cache.
|
Enumeration |
LooselyBoundedCache.getElements()
Gets an Enumeration of the LooselyBoundedCacheable objects
in this cache.
|
Enumeration |
UnboundedCache.getElements()
Gets Enumeration of items in this cache.
|
String |
CredentialManagerUser.getEmailAddress()
Returns the email address for which this
user is associated.
|
String[] |
AccessLevel.getEnabledStandardPermissionNames(LibrarySessionInterface session)
return the array of the names of all standard permission
enabled in this instance.
|
String[] |
AccessLevel.getEnabledStandardPermissionNames(Localizer localizer)
return the array of the names of all standard permission
enabled in this instance.
|
long[] |
AccessLevel.getEnabledStandardPermissions()
return the array of all enabled standard permissions, using the
numeric values (defined as static long constants in this class)
to represent each permission.
|
String |
ConnectOptions.getEventPollerClassname()
Gets the classname of the event poller for the new session.
|
int |
OperationContext.getExecutionStatus()
Gets the execution status on the Operation context.
|
Collection |
LibrarySessionInterface.getExtendedPermissionCollection()
Gets a reference to the ExtendedPermission collection.
|
AttributeValue |
AccessLevel.getExtendedPermissions()
Get all ExtendedPermissions, as an AttributeValue of type
SystemObjectArray.
|
String[] |
Localizer.getExtendedResourceBundles()
Gets the extended resource bundles for this Localizer.
|
Collection |
LibrarySessionInterface.getExtendedUserProfileCollection()
Gets a reference to the ExtendedUserProfile collection.
|
protected String |
LibraryObjectLookupCache.getExtraQualification(LibrarySessionInterface session)
Gets the extra search qualification to use, if any.
|
protected String |
LibraryObjectLookupCache.getFindAllStatementKey(LibrarySessionInterface session)
Gets the key to use for caching the "find all" statement.
|
protected String |
LibraryObjectLookupCache.getFindStatementKey(LibrarySessionInterface session)
Gets the key to use for caching the "find" statement.
|
String |
CredentialManagerUser.getFirstName()
Returns the First (given) name for which this
user is associated.
|
Collection |
LibrarySessionInterface.getFormatCollection()
Gets a reference to the Format collection.
|
Collection |
LibrarySessionInterface.getFormatExtensionCollection()
Gets a reference to the FormatExtension collection.
|
Long |
LibraryObjectInterface.getId()
Gets the id of this LibraryObject.
|
byte[] |
GssApiCredential.getInputTicket()
Returns the input ticket.
|
static LibraryObjectLookupCache |
LibraryObjectLookupCache.getInstance(LibrarySessionInterface session,
String key)
Gets a registered instance by key, using the service context associated
with the specified session.
|
int |
AttributeValue.getInteger(LibrarySessionInterface session)
Gets this AttributeValue's representation as an int.
|
int[] |
AttributeValue.getIntegerArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of ints.
|
int |
AttributeValue.getIntegerArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of ints.
|
protected static int |
ClusteringUtilities.getIntegerClusteringProperty(LibrarySession session,
String key,
int defVal)
Deprecated.
Gets the value of a integer clustering property.
|
Integer |
AttributeValue.getIntegerObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as an Integer.
|
Integer[] |
AttributeValue.getIntegerObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Integers.
|
Integer |
AttributeValue.getIntegerObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of Integers.
|
Object |
CachedCollection.getItemByUpperCaseName(String upperCaseName)
Gets the specified item in this Collection by uppercase name.
|
Object |
Collection.getItemByUpperCaseName(String name)
Gets the specified item in this Collection by the uppercase name.
|
Object |
LibraryObjectLookupCacheCollection.getItemByUpperCaseName(String upperCaseName)
Gets the specified item in this Collection by the uppercase name.
|
Object |
UncachedPreparedSelectorCollection.getItemByUpperCaseName(String upperCaseName)
Gets the specified item in this Collection by uppercase name.
|
Object |
UncachedSelectorCollection.getItemByUpperCaseName(String upperCaseName)
Gets the specified item in this Collection by uppercase name.
|
int |
CachedCollection.getItemCount()
Gets the number of items in this Collection.
|
int |
Collection.getItemCount()
Gets the number of items in this Collection.
|
int |
LibraryObjectLookupCacheCollection.getItemCount()
Gets the number of items in this Collection.
|
int |
UncachedPreparedSelectorCollection.getItemCount()
Gets the number of items in this Collection.
|
int |
UncachedSelectorCollection.getItemCount()
Gets the number of items in this Collection.
|
Object[] |
CachedCollection.getItems()
Gets an array containing the items in this Collection.
|
Object[] |
Collection.getItems()
Gets an array containing the items in this Collection.
|
Object[] |
LibraryObjectLookupCacheCollection.getItems()
Gets an array containing the items in this Collection.
|
Object[] |
UncachedPreparedSelectorCollection.getItems()
Gets an array containing the items in this Collection.
|
Object[] |
UncachedSelectorCollection.getItems()
Gets an array containing the items in this Collection.
|
Object |
CachedCollection.getItems(int index)
Gets the specified item in this Collection.
|
Object |
Collection.getItems(int index)
Gets the specified item in this Collection.
|
Object |
LibraryObjectLookupCacheCollection.getItems(int index)
Gets the specified item in this Collection.
|
Object |
UncachedPreparedSelectorCollection.getItems(int index)
Gets the specified item in this Collection.
|
Object |
UncachedSelectorCollection.getItems(int index)
Gets the specified item in this Collection.
|
Object |
CachedCollection.getItems(String name)
Gets the specified item in this Collection.
|
Object |
Collection.getItems(String name)
Gets the specified item in this Collection.
|
Object |
LibraryObjectLookupCacheCollection.getItems(String name)
Gets the specified item in this Collection.
|
Object |
UncachedPreparedSelectorCollection.getItems(String name)
Gets the specified item in this Collection.
|
Object |
UncachedSelectorCollection.getItems(String name)
Gets the specified item in this Collection.
|
Vector |
CachedCollection.getItemsVector()
Gets a vector containing the items in this Collection.
|
Vector |
Collection.getItemsVector()
Gets a vector containing the items in this Collection.
|
Vector |
LibraryObjectLookupCacheCollection.getItemsVector()
Gets a vector containing the items in this Collection.
|
Vector |
UncachedPreparedSelectorCollection.getItemsVector()
Gets a vector containing the items in this Collection.
|
Vector |
UncachedSelectorCollection.getItemsVector()
Gets a vector containing the items in this Collection.
|
String |
CredentialManagerUser.getLanguage()
Returns the preferred language for which this
user is associated.
|
String |
Localizer.getLanguage()
Returns the language for this LibrarySession
in English.
|
String |
CredentialManagerUser.getLastName()
Returns the Last name (surname) for which this
user is associated.
|
long |
RandomAccessContentInterface.getLength()
Deprecated.
returns the length of this content object.
|
int |
TraceLogger.getLevel(int channel)
Deprecated.
Gets the level of the specified channel.
|
int[] |
TraceLogger.getLevels()
Deprecated.
Gets the levels of all channels.
|
LibraryObjectInterface |
AttributeValue.getLibraryObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a scalar LibraryObject.
|
protected Locale |
BaseApp.getLocale()
Gets the the Locale from ParameterTable settings
|
Locale |
ConnectOptions.getLocale()
Gets the Locale of the new session.
|
Locale |
Localizer.getLocale()
Gets the locale of this Localizer.
|
Localizer |
LibrarySessionInterface.getLocalizer()
Gets the localizer of this session.
|
Localizer |
TraceLogger.getLocalizer()
Deprecated.
Gets the Localizer of this TraceLogger.
|
long |
AttributeValue.getLong(LibrarySessionInterface session)
Gets this AttributeValue's representation as a long.
|
long[] |
AttributeValue.getLongArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of longs.
|
long |
AttributeValue.getLongArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of longs.
|
protected static long |
ClusteringUtilities.getLongClusteringProperty(LibrarySession session,
String key,
long defVal)
Deprecated.
Gets the value of a Long clustering property.
|
Long |
AttributeValue.getLongObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Long.
|
Long[] |
AttributeValue.getLongObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Longs.
|
Long |
AttributeValue.getLongObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of Longs.
|
Long |
LibrarySessionInterface.getLowestCommonClassObjectIdAncestor(SimpleObjectInterface[] mos)
Gets the lowest common ClassObject ancestor for the specified array
of SimpleObjectInterface, excluding tableless ClassObjects.
|
Map |
AttributeValue.getMap(LibrarySessionInterface session)
Gets this AttributeValue's representation as a Map.
|
AttributeValue |
LibrarySessionInterface.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified map-type AttributeValue.
|
Collection |
LibrarySessionInterface.getMediaCollection()
Gets a reference to the Media collection.
|
String |
HttpDigestCredential.getMethod()
Gets the method.
|
static String |
AttributeValueBooleanArray.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueDoubleArray.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueIntegerArray.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueLongArray.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueLongLongMap.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueLongStringMap.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueStringArray.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueStringDoubleMap.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueStringLongMap.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
static String |
AttributeValueStringStringMap.getMultiValueTableCreateString(String tableName,
int dataLen,
int dataScale)
Gets the CREATE TABLE string for multi-value tables for the
specified table name.
|
String |
AttributeValue.getName()
Gets the name of this AttributeValue.
|
String |
ChallengeResponseCredential.getName()
Gets the name of the user.
|
String |
CleartextCredential.getName()
Gets the name of the user.
|
String |
Credential.getName()
Gets the name of the user.
|
String |
CredentialManagerUser.getName()
Returns the Credential manager Name for which this
user is associated.
|
String |
GssApiCredential.getName()
Returns the user name.
|
String |
HttpDigestCredential.getName()
Gets the name of the user.
|
String |
ReferenceAttributeValue.getName()
get the Name of the ReferenceAttributeValue.
|
String |
SystemUserCredential.getName() |
String |
TokenCredential.getName()
Gets the name of the user.
|
String |
TrustedSessionCredential.getName()
Gets the name of the user.
|
String |
HttpDigestCredential.getNc()
Gets the nc.
|
protected static String |
ClusteringUtilities.getNodeTokenString(ApplicationToken token,
String indent)
Deprecated.
Gets a string that reflects the specified node token.
|
static String |
PathHelper.getNormalizedPath(String path,
String delimiter)
Given a path remove all relative path references and multiple path
delimiters returning a path based upon a base folder.
|
NumberFormat |
Localizer.getNumberFormatter()
Gets the number formatter of this Localizer.
|
Object |
AttributeValue.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueBooleanArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueDateArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueDirectoryObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueDoubleArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueIntegerArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueLongArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueLongLongMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueLongStringMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValuePublicObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueSchemaObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueSimpleObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueStringArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueStringDoubleMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueStringLongMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueStringStringMap.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
Object |
AttributeValueSystemObjectArray.getObject(LibrarySessionInterface session)
Gets the default object representation of this AttributeValue.
|
long |
ColumnDescriptor.getObjectId(AttributeValueTable rowTable)
Gets the object ID for the specified row, using this
object's Object ID alias.
|
String |
ColumnDescriptor.getObjectIdAlias()
Gets the alias for the ColumnDescriptor that references the object ID
for the same search target as this column uses.
|
String |
OperationContext.getOperation()
Returns the operation to be performed.
|
OperationState |
OperationContext.getOperationState()
Gets the pre-10g OperationState, to be forwarded to
some methods have not yet been converted to the new
operation methodology.
|
String |
SortSpecification.getOrderByClause(LibrarySessionInterface sess)
Returns the SQL order by clause that corresponds to this
SortSpecification.
|
String |
ColumnDescriptor.getOriginalAttributeName()
Gets the original attribute name (specified during construction) to use
for the selected column.
|
String |
ColumnDescriptor.getOriginalClassName()
Gets the original class name (specified during construction) to use
for the selected column.
|
String |
ColumnDescriptor.getOriginalDataTypeString()
Gets the original data type label (specified during construction) to use
for the selected column.
|
String |
ColumnDescriptor.getOriginalQualifiedColumn()
Gets the original Column name (specified during construction)
qualified with the table/view alias, e.g.
|
String |
ColumnDescriptor.getOriginalSearchTargetAlias()
Gets the original search target alias (specified during construction) to use
for the selected column.
|
byte[] |
GssApiCredential.getOutputTicket()
Returns the output ticket.
|
Serializable |
TokenCredential.getParameter(String name)
Gets the value of the specified parameter.
|
Hashtable |
TokenCredential.getParameters(boolean required)
Gets the specified parameters.
|
static String |
PathHelper.getParentPath(String path,
String delimiter)
Returns the parent part of the pathname of the path provided.
|
String |
CleartextCredential.getPassword()
Gets the password.
|
Collection |
LibrarySessionInterface.getPermissionBundleCollection()
Gets a reference to the PermissionBundle collection.
|
Collection |
LibrarySessionInterface.getPolicyCollection()
Gets a reference to the Policy collection.
|
Long |
ColumnDescriptor.getPrimaryClassId()
Gets the class ID reflecting a ClassDomain setting (for SimpleObjects).
|
Object |
OperationContext.getProperty(String name)
Return a Property value.
|
PublicObjectInterface |
AttributeValue.getPublicObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a PublicObject.
|
PublicObjectInterface[] |
AttributeValue.getPublicObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of PublicObjects.
|
PublicObjectInterface |
AttributeValue.getPublicObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of PublicObjects.
|
PublicObjectInterface |
LibrarySessionInterface.getPublicObjectInterface(Long id)
Gets the PublicObjectInterface for the specified id.
|
PublicObjectInterface[] |
LibrarySessionInterface.getPublicObjectInterfaces(Long[] ids)
Gets the PublicObjectInterfaces for the specified ids.
|
String |
HttpDigestCredential.getQop()
Gets the qop.
|
String |
ColumnDescriptor.getQualifiedColumn()
Gets the column name qualified with the table/view alias,
e.g.
|
String |
CredentialManagerUser.getRealm()
Returns the Credential manager realm for which this
user is associated.
|
String |
HttpDigestCredential.getRealm()
Gets the realm.
|
static String |
ClusteringUtilities.getRegistrationPeriod(LibrarySession session)
Deprecated.
Gets the period that servers should recheck their registrations.
|
static long |
ClusteringUtilities.getRegistrationPeriodValue(LibrarySession session)
Deprecated.
Gets the numeric value of the registration period, in
milliseconds.
|
BoundedCacheConfiguration |
ConnectOptions.getRemoteDataCacheConfiguration()
Gets the configuration of the new session's remote data cache.
|
String |
Localizer.getResourceString(String key)
Gets the resource string for the specified key.
|
String |
Localizer.getResourceString(String key,
Object[] params)
Gets the resource string for the specified key, and substitutes the
specified parameters into that resource string.
|
byte[] |
ChallengeResponseCredential.getResponse()
Gets the response.
|
String |
HttpDigestCredential.getResponse()
Gets the response.
|
Object |
OperationContext.getReturnValue()
Gets the "result" of the operation.
|
static String |
DatabaseUtilities.getSchemaName(String domainName)
Resolves a domain name to a schema name.
|
SchemaObjectInterface |
AttributeValue.getSchemaObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SchemaObject.
|
SchemaObjectInterface[] |
AttributeValue.getSchemaObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SchemaObjects.
|
SchemaObjectInterface |
AttributeValue.getSchemaObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of SchemaObjects.
|
SchemaObjectInterface |
LibrarySessionInterface.getSchemaObjectInterface(Long id)
Gets the SchemaObjectInterface for the specified id.
|
SchemaObjectInterface[] |
LibrarySessionInterface.getSchemaObjectInterfaces(Long[] ids)
Gets the SchemaObjectInterfaces for the specified ids.
|
protected static String |
ClusteringUtilities.getServerTokenString(ApplicationToken token,
String indent)
Deprecated.
Gets a string that reflects the specified server token.
|
LibrarySessionInterface |
RandomAccessor.getSession()
Gets the session associated with this RandomAccessor.
|
LibrarySessionInterface |
LibraryObjectInterface.getSessionInterface()
Gets the LibrarySessionInterface for this LibraryObject.
|
Hashtable |
ConnectOptions.getSessionState()
Gets the initial session to use for the session.
|
SimpleObjectInterface |
AttributeValue.getSimpleObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SimpleObject.
|
SimpleObjectInterface[] |
AttributeValue.getSimpleObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SimpleObjects.
|
SimpleObjectInterface |
AttributeValue.getSimpleObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of SimpleObjects.
|
SimpleObjectInterface |
LibrarySessionInterface.getSimpleObjectInterface(Long id,
Long classId)
Gets the SimpleObjectInterface for the specified id.
|
SimpleObjectInterface[] |
LibrarySessionInterface.getSimpleObjectInterfaces(Long[] ids)
Gets the SimpleObjectInterfaces for the specified ids.
|
SimpleObjectInterface[] |
LibrarySessionInterface.getSimpleObjectInterfaces(Long[] ids,
Long primaryClassId)
Gets the SimpleObjectInterfaces for the specified ids.
|
boolean |
SortQualifier.getSortOrder()
Gets the sort order.
|
SortQualifier[] |
SortSpecification.getSortQualifiers()
Returns the current set of SortQualifers as an array.
|
protected String |
SortQualifier.getSqlFunction()
Get the SQL function to apply on this qualifier.
|
String |
AttributeValue.getString(LibrarySessionInterface session)
Gets this AttributeValue's representation as a String.
|
String[] |
AttributeValue.getStringArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of Strings.
|
String |
AttributeValue.getStringArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of Strings.
|
protected static String[] |
ClusteringUtilities.getStringArrayClusteringProperty(LibrarySession session,
String key,
String[] defVal)
Deprecated.
Gets the value of a String[] clustering property.
|
protected static String |
ClusteringUtilities.getStringClusteringProperty(LibrarySession session,
String key,
String defVal)
Deprecated.
Gets the value of a String clustering property.
|
String |
CredentialNameTokenizer.getSubscriberName(String userName)
Gets the subscriber name for the specified username.
|
String |
IfsCredentialNameTokenizer.getSubscriberName(String userName)
Gets the subscriber name for the specified username.
|
Collection |
LibrarySessionInterface.getSystemAccessControlListCollection()
Gets a reference to the SystemAccessControlList collection.
|
SystemObjectInterface |
AttributeValue.getSystemObject(LibrarySessionInterface session)
Gets this AttributeValue's representation as a SystemObject.
|
SystemObjectInterface[] |
AttributeValue.getSystemObjectArray(LibrarySessionInterface session)
Gets this AttributeValue's representation as an array of SystemObjects.
|
SystemObjectInterface |
AttributeValue.getSystemObjectArray(LibrarySessionInterface session,
int index)
Get the specified element of this AttributeValue's representation
as an array of SystemObjects.
|
SystemObjectInterface |
LibrarySessionInterface.getSystemObjectInterface(Long id)
Gets the SystemObjectInterface for the specified id.
|
SystemObjectInterface[] |
LibrarySessionInterface.getSystemObjectInterfaces(Long[] ids)
Gets the SystemObjectInterfaces for the specified ids.
|
String |
ColumnDescriptor.getTargetAlias()
Gets the target alias name.
|
LibraryObjectInterface |
OperationContext.getTargetObject(LibrarySessionInterface session)
Returns the object that is the target of the operation.
|
AttributeValue |
OperationContext.getTargetObjectValue()
Returns the object that is the target of the operation.
|
String |
ContextTheme.getTheme() |
int |
ContextTheme.getThemeWeight() |
DateFormat |
Localizer.getTimeFormatter()
Gets the time formatter of this Localizer.
|
int |
TokenCredential.getTimeoutPeriod()
Gets the period of time for which this TokenCredential is valid.
|
String |
CredentialManagerUser.getTimezone()
Returns the preferred timezone for which this
user is associated.
|
TimeZone |
Localizer.getTimeZone()
Gets the time zone of this Localizer.
|
String |
TokenCredential.getToken()
Gets the token.
|
int |
TokenCredential.getTokenLength()
Gets the length of the token.
|
TraceLogger |
Traceable.getTraceLogger()
Gets the TraceLogger.
|
int |
TraceLogger.getTraceType()
Deprecated.
Gets the trace type.
|
int |
ChallengeResponseCredential.getType()
Gets the type of the response.
|
String |
HttpDigestCredential.getUri()
Gets the URI.
|
String |
CredentialNameTokenizer.getUserid(String userName)
Gets the userid for the specified username.
|
String |
IfsCredentialNameTokenizer.getUserid(String userName)
Gets the userid for the specified username.
|
String |
CredentialNameTokenizer.getUserName(String userid,
String subscriberName)
Gets the username for the specified userid and subscriber name.
|
String |
IfsCredentialNameTokenizer.getUserName(String userid,
String subscriberName)
Gets the username for the specified userid and subscriber name.
|
Serializable |
ObjectReferenceAttributeValue.getValue()
get the Serializable value of the ObjectReferenceAttributeValue.
|
Collection |
LibrarySessionInterface.getValueDefaultCollection()
Gets a reference to the ValueDefault collection.
|
Collection |
LibrarySessionInterface.getValueDomainCollection()
Gets a reference to the ValueDomain collection.
|
AttributeValue[] |
RetainedEvent.getValues()
Gets the column values for this instance
|
void |
CachedCollection.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
IfsEventHandler.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
LibraryObjectLookupCacheCollection.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
UncachedPreparedSelectorCollection.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
UncachedSelectorCollection.handleEvent(IfsEvent event)
Handles the specified event.
|
boolean |
AccessLevel.hasExtendedPermissions()
Returns true is this AccessLevel has (or may have) ExtendedPermissions
defined.
|
static AttributeValue[] |
AttributeValue.hashtableToArray(Hashtable hashtable)
Converts a hashtable of AttributeValues to an array.
|
void |
IfsException.ignoreObjectNotFoundException()
Re-throw the target exception unless it reflects
an "object not found" condition.
|
protected void |
TraceLogger.initialize(int channelCount)
Deprecated.
Initializes this TraceLogger.
|
void |
ConfigurationCategoryDescriptorMap.initialize(LibrarySession session)
Initialize this map using the specified session context.
|
void |
CredentialNameTokenizer.initialize(S_LibraryService service)
Called by the iFS service to initialize this CredentialNameTokenizer.
|
void |
IfsCredentialNameTokenizer.initialize(S_LibraryService service)
Called by the iFS service to initialize this IfsCredentialNameTokenizer.
|
static void |
ClusteringUtilities.initializeClusteringPropertyBundle(LibrarySession session)
Deprecated.
Initializes the Clustering PropertyBundle with the default set of the
clustering properties and their default values.
|
void |
RetainedEvent.insert(LibrarySessionInterface session)
Insert a RetainedEvent.
|
void |
TrustedSessionCredential.invalidate()
Invalidates this TrustedSessionCredential.
|
static boolean |
PathHelper.isAbsolutePath(String path,
String delimiter)
Given a String which specifies a path check to see if the path
starts with folder path delimiter.
|
static boolean |
SessionUtilities.isAccessCheckIgnored(LibrarySession session)
Check to see if the "access checks ignored" mode is enabled
in the application execution mode state.
|
static boolean |
ClusteringUtilities.isAgentIdentifierDisabled(LibrarySession session,
String agentId)
Deprecated.
Checks the specified agent ID to see if it is on the disabled list.
|
boolean |
AttributeValue.isArrayType()
Gets whether this AttributeValue is an array-type AttributeValue.
|
boolean |
TraceLogger.isAutoFlushed()
Deprecated.
Gets whether the stream to which the local trace log is written is
automatically flushed each time a trace is written to it.
|
static boolean |
SessionUtilities.isCapabilityCheckIgnored(LibrarySession session)
Check to see if the "type/configuration capability checks ignored"
mode is enabled in the application execution mode state.
|
boolean |
SystemUserCredential.isDataSourceBased()
Returns true if the Credentiual is based on a DataSource.
|
static boolean |
ClusteringUtilities.isDeclaredAgentNode(LibrarySession session,
String nodeName)
Deprecated.
Returns indication as to whether the specified node is in the
current list of declared nodes.
|
boolean |
CredentialManagerUser.isEnabled()
Returns the indication as to whether this user is enabled, meaning that
the user can authenticate with the Credential manager.
|
static boolean |
ClusteringUtilities.isEventNotificationEnabled(LibrarySession session)
Deprecated.
Gets indication as to whether event notifications
are enabled.
|
boolean |
AccessLevel.isExtendedPermissionEnabled(ExtendedPermissionInterface perm)
Is a extended permission enabled?
|
boolean |
ConnectOptions.isForSchemaUpgrade()
Gets whether the session is being established to upgrade the iFS schema.
|
boolean |
AttributeValue.isLibraryObjectArrayType()
Gets whether this AttributeValue is an array LibraryObject type
AttributeValue.
|
boolean |
AttributeValue.isLibraryObjectScalarType()
Gets whether this AttributeValue is a scalar LibraryObject type
AttributeValue.
|
boolean |
AttributeValue.isLibraryObjectType()
Gets whether this AttributeValue is a LibraryObject type AttributeValue,
either scalar or array.
|
boolean |
ColumnDescriptor.isLiteralQualifiedColumnSpecified()
Gets whether the qualified Column name was specified literally.
|
static boolean |
SessionUtilities.isLockCheckIgnored(LibrarySession session)
Check to see if the "lock checks ignored"
mode is enabled in the application execution mode state.
|
boolean |
AttributeValue.isMapType()
Gets whether this AttributeValue is a map-type AttributeValue.
|
boolean |
AttributeValue.isNullValue()
Gets whether this AttributeValue is null.
|
boolean |
ColumnDescriptor.isSelectLibaryObjectSpecified()
Gets whether the column represents a selected LibraryObject.
|
boolean |
SystemUserCredential.isServiceTokenBased()
Returns true if the Credentiual is based on a service token.
|
boolean |
AccessLevel.isStandardPermissionEnabled(long permission)
Is a standard perrmission enabled?
|
boolean |
AccessLevel.isSufficientlyEnabled(AccessLevel level,
LibrarySessionInterface sess)
check to see if specified permissions are enabled on the
target AccessLevel.
|
boolean |
Traceable.isTraced(int channel,
int level)
Gets whether tracing is enabled for the specified channel
and level.
|
boolean |
TraceLogger.isTraced(int channel,
int level)
Deprecated.
Gets whether tracing is enabled for the specified channel and level.
|
boolean |
GssApiCredential.isValid()
Returns true if the input ticket has been validated.
|
boolean |
RandomAccessor.isWriteable()
Gets whether this RandomAccessor is writeable.
|
long |
RandomAccessor.length()
Gets the content length.
|
void |
LooselyBoundedCache.lock(Object id,
LooselyBoundedCacheable lbc)
Locks an item in this cache.
|
abstract void |
BoundedCache.lock(Object id,
Object value)
Locks an item in this cache.
|
void |
LooselyBoundedCache.lock(Object id,
Object value)
Locks an item in this cache.
|
abstract void |
LibraryObjectCache.markEntriesAsUntrusted()
Mark all PublicObject entries as untrusted.
|
abstract void |
LibraryObjectCache.markEntryAsUntrusted(Object itemKey)
Mark an entry as untrusted due to security changes for the specified
object.
|
abstract void |
LibraryObjectCache.markFreeCancelled(Long id)
Respond to a FREE event that has been rolled back for the specified object.
|
abstract void |
LibraryObjectCache.markFreeInitiated(Long id)
Respond to an uncommitted free operation.
|
static AttributeValue |
AttributeValue.newAttributeValue()
Constructs a null AttributeValue of an unknown data type.
|
static AttributeValue |
AttributeValue.newAttributeValue(AttributeValue av)
Constructs a new AttributeValue identical to the specified
AttributeValue except with no name.
|
static AttributeValue |
AttributeValue.newAttributeValue(boolean value)
Constructs a new boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Boolean value)
Constructs a new boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(boolean[] values)
Constructs a new array-type boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Boolean[] values)
Constructs a new array-type boolean AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Date value)
Constructs a new date AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Date[] values)
Constructs a new array-type date AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface value)
Constructs a new DirectoryObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(DirectoryObjectInterface[] values)
Constructs a new array-type DirectoryObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(double value)
Constructs a new double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Double value)
Constructs a new double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(double[] values)
Constructs a new array-type double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Double[] values)
Constructs a new array-type double AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(int value)
Constructs a new integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(int[] values)
Constructs a new array-type integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Integer value)
Constructs a new integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Integer[] values)
Constructs a new array-type integer AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(int attributeDataType,
long objectId,
Long attributeId,
int count)
Internal use only: Constructs an AttributeValue of specified map-type
data type.
|
static AttributeValue |
AttributeValue.newAttributeValue(int attributeDataType,
long objectId,
Long attributeId,
Long priClassId,
int count)
Internal use only: Constructs an AttributeValue of specified array-type
data type.
|
static AttributeValue |
AttributeValue.newAttributeValue(long value)
Constructs a new long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Long value)
Constructs a new long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(long[] values)
Constructs a new array-type long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Long[] values)
Constructs a new array-type long AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(Long[] ids,
int attributeDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified array of ids.
|
static AttributeValue |
AttributeValue.newAttributeValue(Long[] ids,
Long primaryClassId,
int attributeDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified array of ids.
|
static AttributeValue |
AttributeValue.newAttributeValue(long id,
int attributeDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified id.
|
static AttributeValue |
AttributeValue.newAttributeValue(Long id,
int attributeDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified id.
|
static AttributeValue |
AttributeValue.newAttributeValue(long id,
Long primaryClassId,
int attrDataType)
Internal use only: Constructs a new AttributeValue of the specified data
type for the specified id and primary Class ID.
|
static AttributeValue |
AttributeValue.newAttributeValue(Map map,
int attributeDataType)
Constructs a new Map AttributeValue for the specified data type.
|
static AttributeValue |
AttributeValue.newAttributeValue(Object value)
Constructs a new AttributeValue for the specified object.
|
static AttributeValue |
AttributeValue.newAttributeValue(PublicObjectInterface value)
Constructs a new PublicObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(PublicObjectInterface[] values)
Constructs a new array-type PublicObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SchemaObjectInterface value)
Constructs a new SchemaObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SchemaObjectInterface[] values)
Constructs a new array-type SchemaObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SimpleObjectInterface value)
Constructs a new SimpleObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SimpleObjectInterface[] values)
Constructs a new array-type SimpleObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(String value)
Constructs a new string AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(String[] values)
Constructs a new array-type string AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SystemObjectInterface value)
Constructs a new SystemObject AttributeValue.
|
static AttributeValue |
AttributeValue.newAttributeValue(SystemObjectInterface[] values)
Constructs a new array-type SystemObject AttributeValue.
|
static AttributeValue |
AttributeValue.newNullAttributeValue(int attributeDataType)
Constructs a null AttributeValue of the specified data type.
|
LibrarySession |
LibrarySessionProvider.obtainLibrarySession()
Provides a LibrarySession to the caller, authenticated as system.
|
static AttributeValue |
AttributeValue.overrideName(String name,
AttributeValue av)
Overrides the name set for this AttributeValue by cloning
the AttributeValue if the name is already set.
|
void |
ColumnDescriptor.overwriteQualifiedColumn(String qualColumn)
Overwrite the column name qualified with the specified String.
|
void |
ClusteringToken.TokenState.parseDescription(String desc)
Parse the description of an ApplicationToken
|
protected boolean |
ClusteringToken.performTokenUpdates(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Perform any appropriate updates to the ApplicationToken.
|
static void |
SessionUtilities.popMode(LibrarySession session,
SessionMode mode)
Pop from a custom execution mode.
|
static void |
ClusteringUtilities.postAgentTokenFreed(LibrarySession session,
String agentId,
String execNodeId)
Deprecated.
Posts an audit event reflecting an agent token being freed.
|
static void |
ClusteringUtilities.postAgentTokenHolderAdded(LibrarySession session,
String agentId,
String nodeId,
String regTypeStr,
boolean isRegistree)
Deprecated.
Posts an audit event reflecting an agent token having its
registree or standby set.
|
static void |
ClusteringUtilities.postAgentTokenHolderExpired(LibrarySession session,
String agentId,
String nodeId,
String execNodeId,
String regTypeStr,
boolean isRegistree)
Deprecated.
Posts an audit event reflecting an agent token having its
registree or standby expired, due to its token being expired.
|
static void |
ClusteringUtilities.postAgentTokenHolderRemoved(LibrarySession session,
String agentId,
String nodeId,
String regTypeStr,
boolean isRegistree)
Deprecated.
Posts an audit event reflecting an agent token having its
registree or standby cleared.
|
static void |
ClusteringUtilities.postClusteringChangeNotification(LibrarySession session)
Deprecated.
Posts a notification of a clustering change to all agents.
|
static void |
ClusteringUtilities.postClusteringChangeNotification(LibrarySession session,
ApplicationToken appToken)
Deprecated.
Posts a notification of a clustering change to all agents.
|
static void |
ClusteringUtilities.postNodeTokenExpired(LibrarySession session,
String tokenValue,
String tokenInfo,
String execNodeId)
Deprecated.
Posts an audit event reflecting a node token expiration.
|
static void |
ClusteringUtilities.postTokenCreation(LibrarySession session,
String tokenValue,
String tokenInfo)
Deprecated.
Posts an audit event reflecting a token creation.
|
void |
RetainedEvent.process(LibrarySession session)
Process this retained event.
|
int |
RetainedEvent.processAll(LibrarySession session,
int batchSize,
boolean purgeOnly)
Process all pending RetainedEvents.
|
static void |
SessionUtilities.pushMode(LibrarySession session,
SessionMode mode)
Push into a custom execution mode.
|
void |
LooselyBoundedCache.put(Object id,
LooselyBoundedCacheable lbc)
Puts an item in this cache.
|
abstract void |
Cache.put(Object id,
Object value)
Puts an item in this cache.
|
void |
LooselyBoundedCache.put(Object id,
Object value)
Puts an item in this cache.
|
void |
UnboundedCache.put(Object id,
Object value)
Puts an item in this cache.
|
int |
RandomAccessContentInterface.read(long fOffset,
byte[] buf,
int bOffset,
int length)
Deprecated.
read length bytes from file offset, filling buffer starting at boffset.
|
int |
RandomAccessor.read(long pos,
byte[] b,
int off,
int len)
Reads bytes from content into a byte array.
|
void |
ClusteringToken.refreshRegistrationType(LibrarySession session)
Deprecated.
Refreshes the registration type (responsibility) for this token.
|
void |
LibraryObjectLookupCache.registerInstance(LibrarySessionInterface session,
String key)
Register an instance by key, using the service context associated
with the specified session.
|
void |
ClusteringToken.releaseRegistration(LibrarySession session)
Deprecated.
Releases the registration for the token.
|
protected void |
ClusteringToken.releaseToken(LibrarySession session,
String agentId,
ApplicationToken token)
Deprecated.
Releases the token.
|
abstract void |
Cache.remove(Object id)
Removes an item from this cache.
|
void |
LooselyBoundedCache.remove(Object id)
Removes an item from this cache.
|
void |
UnboundedCache.remove(Object id)
Removes an item from this cache.
|
void |
Localizer.removeAllExtendedResourceBundles()
Removes all extended resource bundles.
|
void |
CredentialManagerUser.removeAttribute(String attrKey)
Removes an attribute setting for the
new instance.
|
void |
Localizer.removeExtendedResourceBundle(String bundleName)
Removes a resource bundle from the vector.
|
void |
OperationContext.removeProperty(String name)
Removes a property setting.
|
void |
CachedCollection.reset()
Resets this Collection.
|
void |
Collection.reset()
Resets this Collection.
|
void |
LibraryObjectLookupCacheCollection.reset()
Resets this Collection.
|
void |
UncachedPreparedSelectorCollection.reset()
Resets this Collection.
|
void |
UncachedSelectorCollection.reset()
Resets this Collection.
|
static void |
Localizer.resetDefaultLocalizerExtendedResourceBundles(LibrarySession session)
Initialize the default Localizer's set of Extended resource bundles
|
protected void |
CachedCollection.resolve()
Ensures the items in this Collection are resolved.
|
protected void |
UncachedPreparedSelectorCollection.resolve()
Ensures the items in this Collection are resolved.
|
protected void |
UncachedSelectorCollection.resolve()
Ensures the items in this Collection are resolved.
|
protected void |
AttributeValue.resolve(LibrarySessionInterface session)
Ensures that the AttributeValue can be converted to a Java type.
|
protected void |
AttributeValueArray.resolve(LibrarySessionInterface session)
Ensures that the elements of this AttributeValue have been loaded from
the database.
|
protected void |
AttributeValueMap.resolve(LibrarySessionInterface session)
Ensures that the elements of this AttributeValue have been loaded from
the database.
|
protected void |
AttributeValueScalar.resolve(LibrarySessionInterface session)
Ensures that the AttributeValue can be converted to a Java type.
|
void |
SortSpecification.resolve(LibrarySessionInterface sess)
Resolve the SortSpecificaton and verify that the setting are legal
for the specified classes.
|
protected void |
SortQualifier.resolve(LibrarySessionInterface sess,
SortSpecification sortspec)
Resolve the column name to be used for this sort qualifier.
|
void |
CollectionResolver.resolveCollection(CachedResolverCollection collection)
Resolves the specified CachedResolverCollection.
|
protected void |
CachedCollection.resolveNow()
Resolves the items in this Collection.
|
protected void |
CachedResolverCollection.resolveNow()
Resolves the items in this Collection.
|
protected void |
CachedSelectorCollection.resolveNow()
Resolves the items in this Collection.
|
static String |
PathHelper.resolveUpDirectoryRefs(String path,
String delimiter)
Given a String which specifies a path resolve upDirectory, and
currentDirectory references, and remove extra path delimiters.
|
RetainedEvent[] |
RetainedEvent.select(LibrarySessionInterface session,
int maxItems)
Select a set of RetainedEvents.
|
static ApplicationToken[] |
ClusteringUtilities.selectAllNodeTokens(LibrarySession session)
Deprecated.
Selects all ApplicationToken instances that reflect a node
registration.
|
static ApplicationToken[] |
ClusteringUtilities.selectAllServerTokens(LibrarySession session)
Deprecated.
Selects all ApplicationToken instances that reflect server
(agent or handler) registrations.
|
protected static ApplicationToken[] |
ClusteringUtilities.selectAllTokensByPattern(LibrarySession session,
String stmtKey,
String searchQual,
AttributeValue[] bindValues)
Deprecated.
Selects all ApplicationToken instances that reflect a server
registration.
|
static ApplicationToken[] |
ClusteringUtilities.selectServerTokensByNode(LibrarySession session,
String info)
Deprecated.
Selects all ApplicationToken instances that reflect a server
registration and match a specified TokenInfo value, which reflects
the node registration.
|
protected void |
TraceLogger.sendToStream(int channel,
int level,
Long serviceId,
Long sessionId,
Long id,
String classname,
String payload)
Deprecated.
Writes the trace request to the local trace log.
|
void |
TokenCredential.setAllowedAuthenticationCount(int count)
Sets the total number of times this TokenCredential can be used to
authenticate.
|
void |
ConnectOptions.setApplicationName(String name)
Sets the name of the application creating the session.
|
void |
AttributeValue.setArrayAppendOption(boolean opt)
Sets an option to indicate that this AttributeValue will be used to
append to an existing array value, when an update is performed
using this instance.
|
void |
AttributeValue.setArrayPreventDuplicateValuesOption(boolean opt)
Sets an option to indicate that this AttributeValue will be used to
insert, append or replace an existing array value, ensuring that
no duplicate values are added.
|
void |
AttributeValue.setArrayRemoveOption(boolean opt)
Sets an option to indicate that this AttributeValue will be used to
remove values from an existing array value whose values match
the values defined in this instance, when an update is performed
using this instance.
|
void |
CredentialManagerUser.setAttribute(AttributeValue value)
Set an attribute for the new instance.
|
void |
CredentialManagerUser.setAttribute(String attrKey,
AttributeValue value)
Set an attribute for the new instance.
|
void |
CredentialManagerUser.setAttributes(AttributeValue[] values)
Set a number of attributes for the new instance.
|
void |
TraceLogger.setAutoFlushed(boolean autoFlushed)
Deprecated.
Sets whether the stream to which the local trace log is written is
automatically flushed each time a trace is written to it.
|
abstract void |
Cache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
LooselyBoundedCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
UnboundedCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
ChallengeResponseCredential.setChallenge(byte[] challenge)
Sets the challenge.
|
void |
HttpDigestCredential.setChallenge(String challenge)
Sets the challenge.
|
void |
Localizer.setCharEncoding(String charEncoding)
Sets the Iana character set of this Localizer.
|
static void |
ClusteringUtilities.setClusteringProperty(LibrarySession session,
String key,
AttributeValue value)
Deprecated.
Sets the value of a clustering property.
|
void |
HttpDigestCredential.setCnonce(String cnonce)
Sets the cnonce.
|
void |
IndexSpecification.setColumns(String[] columns) |
void |
ContentStreamSerializer.setContentReference(LibrarySessionInterface session,
String reference)
Sets the content as a string reference that is interpreted by the Media
instance.
|
void |
LocalContentStream.setContentReference(LibrarySessionInterface session,
String contentReference)
Sets the content as a string reference that is interpreted by the Media
instance.
|
void |
ContentStreamSerializer.setContentRowReference(LibrarySessionInterface session,
Long content)
Set the content as a content row ID reference.
|
void |
LocalContentStream.setContentRowReference(LibrarySessionInterface session,
Long content)
Set the content as a content row ID reference.
|
void |
ContentStreamSerializer.setContentString(String content)
Set the content as an explicit String.
|
void |
LocalContentStream.setContentString(String content)
Set the content as an explicit String.
|
void |
Localizer.setDateFormatter(DateFormat dateFormatter)
Sets the date formatter of this Localizer.
|
static void |
ClusteringUtilities.setDeclaredAgentIdentifiers(LibrarySession session,
String[] value)
Deprecated.
Sets the set of declared agent identifiers.
|
static void |
ClusteringUtilities.setDeclaredAgentNodes(LibrarySession session,
String[] value)
Deprecated.
Sets the set of declared nodes that will service agents.
|
void |
SortSpecification.setDefaultAlias(String defAlias)
Set the Default Alias.
|
void |
SortSpecification.setDefaultClass(String defClass)
set the Default Class.
|
void |
Localizer.setDefaultExtendedResourceBundles()
Sets the default set of extended resource bundle names to be
used.
|
void |
OperationContext.setDefinition(LibraryObjectDefinition def)
Sets the definition containing the details of the
operation to be performed.
|
void |
OperationContext.setDefinition(S_LibraryObjectDefinition def)
Sets the definition containing the details of the
operation to be performed.
|
static void |
ClusteringUtilities.setDisabledAgentIdentifiers(LibrarySession session,
String[] value)
Deprecated.
Sets the set of disabled agent identifiers.
|
void |
CredentialManagerUser.setDistinguishedName(String value)
Sets the Credential manager distinguished name for which this
user is associated.
|
void |
CredentialManagerUser.setEmailAddress(String value)
Sets the email address for which this
user is associated.
|
void |
CredentialManagerUser.setEnabled(boolean value)
Sets the indication as to whether this user is enabled, meaning that
the user can authenticate with the Credential manager.
|
static void |
ClusteringUtilities.setEventNotificationEnabled(LibrarySession session,
Boolean value)
Deprecated.
Sets indication as to whether event notifications
are enabled.
|
void |
ConnectOptions.setEventPollerClassname(String classname)
Sets the classname of the event poller for the new session.
|
void |
OperationContext.setExecutionStatus(int status)
Internal use only: set the execution status on the
Operation context.
|
void |
Localizer.setExtendedResourceBundles(String[] baseNames)
Sets the extended resource bundles for this Localizer.
|
void |
CredentialManagerUser.setFirstName(String value)
Sets the First (given) name for which this
user is associated.
|
void |
ConnectOptions.setForSchemaUpgrade(boolean forSchemaUpgrade)
Sets whether the session is being established to upgrade the iFS schema.
|
void |
GssApiCredential.setInputTicket(byte[] inputTicket)
Sets up the input ticket.
|
void |
CachedResolverCollection.setItems(String[] names,
Object[] items)
Sets the items in this Collection.
|
void |
CredentialManagerUser.setLanguage(String value)
Sets the preferred language for which this
user is associated.
|
void |
Localizer.setLanguage(String language)
Sets the language to be used by context search.
|
void |
CredentialManagerUser.setLastName(String value)
Sets the Last name (surname) for which this
user is associated.
|
void |
TraceLogger.setLevel(int channel,
int level)
Deprecated.
Sets the level of the specified channel.
|
void |
TraceLogger.setLevels(int level)
Deprecated.
Sets the level of each channel.
|
void |
TraceLogger.setLevels(int[] levels)
Deprecated.
Sets the levels of all channels.
|
void |
AttributeValue.setLiteralArrayBindValueOption(boolean opt)
Sets an option to indicate that this AttributeValue will be used to
represent a literal array to be used as a bind value.
|
void |
ContentStreamSerializer.setLocalContentPath(String path)
Set the content as a path to a file in the local file system.
|
void |
LocalContentStream.setLocalContentPath(String path)
Set the content as a path to a file in the local file system.
|
void |
ConnectOptions.setLocale(Locale locale)
Sets the Locale of the new session.
|
void |
Localizer.setLocale(Locale locale)
Sets the locale of this Localizer.
|
void |
TraceLogger.setLocalStream(File file)
Deprecated.
Sets the stream to which the local trace log is written.
|
void |
TraceLogger.setLocalStream(PrintWriter writer)
Deprecated.
Sets the stream to which the local trace log is written.
|
void |
AttributeValue.setMapPutOption(boolean opt)
Sets an option to indicate that this AttributeValue will be used
to add to or modify an existing map value, when an update is performed
using this instance.
|
void |
AttributeValue.setMapRemoveOption(boolean opt)
Sets an option to indicate that this AttributeValue will be used to
to remove from an existing map value, when an update is performed
using this instance.
|
void |
HttpDigestCredential.setMethod(String method)
Sets the Method.
|
void |
AttributeValue.setName(String name)
Sets the name of this AttributeValue.
|
void |
ChallengeResponseCredential.setName(String name)
Sets the name of the user.
|
void |
CleartextCredential.setName(String name)
Sets the name of the user.
|
void |
Credential.setName(String name)
Sets the name of the user.
|
void |
CredentialManagerUser.setName(String value)
Sets the Credential manager Name for which this
user is associated.
|
void |
GssApiCredential.setName(String userName)
Sets the user name for this credential.
|
void |
HttpDigestCredential.setName(String name)
Sets the name of the user.
|
void |
IndexSpecification.setName(String name) |
void |
ReferenceAttributeValue.setName(String name)
set the Name of the ReferenceAttributeValue.
|
void |
SystemUserCredential.setName(String name) |
void |
TokenCredential.setName(String name)
Sets the name of the user.
|
void |
TrustedSessionCredential.setName(String name)
Sets the name of the user.
|
void |
HttpDigestCredential.setNc(String nc)
Sets the nc.
|
void |
Localizer.setNumberFormatter(NumberFormat numberFormatter)
Sets the number formatter of this Localizer.
|
void |
OperationContext.setOperation(String operation)
Sets the operation to be performed.
|
void |
OperationContext.setOperationState(OperationState opState)
Sets the pre-10g OperationState, to be forwarded to
some methods have not yet been converted to the new
operation methodology.
|
void |
TokenCredential.setParameter(String name,
Serializable value,
boolean required)
Sets an application-defined parameter for this TokenCredential.
|
void |
CleartextCredential.setPassword(String password)
Sets the password.
|
void |
OperationContext.setProperty(String name,
Object value)
Set a property.
|
void |
HttpDigestCredential.setQop(String qop)
Sets the Qop.
|
void |
CredentialManagerUser.setRealm(String value)
Sets the Credential manager realm for which this
user is associated.
|
void |
HttpDigestCredential.setRealm(String realm)
Sets the realm.
|
static void |
ClusteringUtilities.setRegistrationPeriod(LibrarySession session,
String value)
Deprecated.
Sets the period that servers should recheck their registrations.
|
void |
ConnectOptions.setRemoteDataCacheConfiguration(BoundedCacheConfiguration cacheConfiguration)
Sets the configuration of the new session's remote data cache.
|
void |
ChallengeResponseCredential.setResponse(byte[] response)
Sets the response.
|
void |
HttpDigestCredential.setResponse(String response)
Sets the response.
|
void |
OperationContext.setReturnValue(Object returnValue)
Sets the value to be returned as the "result" of the operation.
|
void |
GssApiCredential.setServerPrincipalName(String serverPrincipalName)
Sets the name of the principal that is acting as
the acceptor of the credentials.
|
void |
CredentialManagerUser.setSession(LibrarySessionInterface session)
Set or reset the session used in constructing this instance.
|
void |
RandomAccessor.setSession(LibrarySessionInterface session)
Sets the session associated with this RandomAccessor.
|
void |
ConnectOptions.setSessionState(Hashtable state)
Sets the initial session to use for the session.
|
void |
OperationContext.setTargetObject(LibraryObjectInterface target)
Sets the object that is the target of the operation.
|
void |
OperationContext.setTargetObjectValue(AttributeValue target)
Sets the object that is the target of the operation.
|
void |
Localizer.setTimeFormatter(DateFormat timeFormatter)
Sets the time formatter of this Localizer.
|
void |
TokenCredential.setTimeoutPeriod(int period)
Sets the period of time for which this TokenCredential is valid.
|
void |
CredentialManagerUser.setTimezone(String value)
Sets the preferred timezone for which this
user is associated.
|
void |
Localizer.setTimeZone(TimeZone timeZone)
Sets the time zone of this Localizer.
|
void |
TokenCredential.setTokenLength(int length)
Sets the length of the token.
|
void |
TraceLogger.setTraceType(int traceType)
Deprecated.
Sets the trace type.
|
void |
AttributeValue.setTransientOption(boolean opt)
Sets an option to indicate that this AttributeValue
is transient, and should not be resolved.
|
void |
ChallengeResponseCredential.setType(int type)
Sets the type of the response.
|
void |
HttpDigestCredential.setUri(String uri)
Sets the URI.
|
void |
ObjectReferenceAttributeValue.setValue(Serializable value)
set the Serializable value of the ObjectReferenceAttributeValue.
|
protected void |
RetainedEvent.setValues(AttributeValue[] values)
Set the values for this instance.
|
void |
BaseApp.showCachePerformance(LibrarySession session)
Display the cache performance.
|
void |
BaseApp.showConnectionPoolPerformance(LibrarySession session)
Display the connection pool performance.
|
static void |
SortSpecification.sortByClassId(LibraryObjectDefinition[] sort) |
static void |
SortSpecification.sortByClassId(LibraryObjectInterface[] sort) |
static void |
SortSpecification.sortById(LibraryObjectInterface[] sort) |
void |
AccessLevel.subtract(AccessLevel level,
LibrarySessionInterface sess)
Remove permissions specified in another AccessLevel
to this AccessLevel.
|
protected Boolean |
AttributeValue.toBoolean(Double value,
Localizer localizer)
Converts a Double to a Boolean.
|
protected Boolean |
AttributeValue.toBoolean(Integer value,
Localizer localizer)
Converts an Integer to a Boolean.
|
protected Boolean |
AttributeValue.toBoolean(Long value,
Localizer localizer)
Converts a Long to a Boolean.
|
protected Boolean |
AttributeValue.toBoolean(String value,
Localizer localizer)
Converts a String to a Boolean.
|
protected Date |
AttributeValue.toDate(Date value,
Localizer localizer)
Converts a Date to a Date (creates a clone).
|
protected Date |
AttributeValue.toDate(String value,
Localizer localizer)
Converts a String to a Date.
|
protected Double |
AttributeValue.toDouble(Boolean value,
Localizer localizer)
Converts a Boolean to a Double.
|
protected Double |
AttributeValue.toDouble(Number value,
Localizer localizer)
Converts a Number to a Double.
|
protected Double |
AttributeValue.toDouble(String value,
Localizer localizer)
Converts a String to a Double.
|
protected Integer |
AttributeValue.toInteger(Boolean value,
Localizer localizer)
Converts a Boolean to an Integer.
|
protected Integer |
AttributeValue.toInteger(Number value,
Localizer localizer)
Converts a Number to an Integer.
|
protected Integer |
AttributeValue.toInteger(String value,
Localizer localizer)
Converts a String to an Integer.
|
long |
AccessLevel.toLong()
toLong - return the long representation of the
access level.
|
protected Long |
AttributeValue.toLong(Boolean value,
Localizer localizer)
Converts a Boolean to a Long.
|
protected Long |
AttributeValue.toLong(Date value,
Localizer localizer)
Converts a Date to a Long.
|
protected Long |
AttributeValue.toLong(Number value,
Localizer localizer)
Converts a Number to a Long.
|
protected Long |
AttributeValue.toLong(String value,
Localizer localizer)
Converts a String to a Long.
|
protected String |
AttributeValue.toString(Boolean value,
Localizer localizer)
Converts a Boolean to a String.
|
protected String |
AttributeValue.toString(Date value,
Localizer localizer)
Converts a Date to a String.
|
protected String |
AttributeValue.toString(Double value,
Localizer localizer)
Converts a Double to a String.
|
protected String |
AttributeValue.toString(Integer value,
Localizer localizer)
Converts an Integer to a String.
|
String |
AccessLevel.toString(Localizer localizer)
convert AccessLevel to a String, representing
the set of permissions for a specified Localizer; for example "{Discover,GetContent}".
|
protected String |
AttributeValue.toString(Long value,
Localizer localizer)
Converts a Long to a String.
|
void |
TraceLogger.trace(int channel,
int level,
Long serviceId,
Long sessionId,
Long id,
String classname,
String payload)
Deprecated.
Processes a trace request.
|
void |
Traceable.trace(int channel,
int level,
String payload)
Issues a trace request to the trace logger.
|
void |
RandomAccessContentInterface.truncate(long offset)
Deprecated.
truncate content to the desired length
|
void |
RandomAccessor.truncate(long len)
Truncates the content to exactly
len bytes in length. |
void |
ClusteringToken.TokenState.updateToken(LibrarySession session,
ApplicationToken appToken)
Update the specified ApplicationToken based on information contained
in this instance.
|
protected boolean |
ClusteringToken.updateTokenClearNodeRegistration(LibrarySession session,
ApplicationToken token,
String nodeId,
long expirePeriod)
Deprecated.
Updates the specified node token, in an attempt to expire it.
|
protected boolean |
ClusteringToken.updateTokenClearRegistration(LibrarySession session,
String agentId,
ApplicationToken appToken,
String nodeId)
Deprecated.
Updates the specified ApplicationToken,
in an attempt to clear its registraton.
|
void |
GssApiCredential.validate()
Attempts to validate the inputTicket.
|
protected void |
LooselyBoundedCache.validateCacheConfiguration(CacheConfiguration configuration)
Validates cache configuration information.
|
protected LibraryObjectInterface |
LibraryObjectLookupCache.validateObject(LibrarySessionInterface session,
String name,
LibraryObjectInterface obj)
Validate the specified object, making sure that it is still persistent
and matches the specified name.
|
static boolean |
PathHelper.verifyPath(String path,
boolean relativePath,
String delimiter)
Given a String which specifies a path validate that is is a valid
path.
|
protected static boolean |
PathHelper.verifyPath(String path,
String delim)
Given a String which specifies a path validate that is is a valid
path.
|
Object |
OperationContext.verifyReturnValue()
Verify that a non-null return value exists for this
Operation state.
|
static void |
DateUtilities.verifyTimeOfDayString(String value)
Verified a specification of a time-of-day.
|
void |
TrustedSessionCredential.verifyValid()
Verifies this TrustedSessionCredential is valid.
|
void |
RandomAccessContentInterface.write(long fOffset,
byte[] buf,
int bOffset,
int length)
Deprecated.
write length bytes at file offset, starting from buffer offset.
|
void |
RandomAccessor.write(long pos,
byte[] b,
int off,
int len)
Writes bytes from a byte array.
|
Constructor and Description |
---|
AccessLevel()
default Constructor for an AccessLevel.
|
AccessLevel(AccessLevel level)
Clone an AccessLevel
|
AccessLevel(String[] stringLevels)
constructor to initialize set of permissions, specified
by an array of Strings.
|
AccessLevel(String[] stringLevels,
LibrarySessionInterface session)
constructor to initialize set of permissions, specified
by an array of Strings and a specific LibrarySessionInterface.
|
AccessLevel(String[] stringLevels,
Localizer localizer)
constructor to initialize set of permissions, specified
by an array of Strings and a specific Localizer.
|
AttributeValueArray()
Constructs an AttrbuteValueArray.
|
AttributeValueArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an AttributeValueArray.
|
AttributeValueBooleanArray(boolean[] values)
Constructs an array-type boolean AttributeValue.
|
AttributeValueBooleanArray(Boolean[] values)
Constructs an array-type boolean AttributeValue.
|
AttributeValueBooleanArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type boolean AttributeValue.
|
AttributeValueDateArray(Date[] values)
Constructs an array-type date AttributeValue.
|
AttributeValueDateArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type date AttributeValue.
|
AttributeValueDirectoryObjectArray(DirectoryObjectInterface[] values)
Constructs an array-type DirectoryObject AttributeValue.
|
AttributeValueDirectoryObjectArray(Long[] values)
Constructs an array-type DirectoryObject AttributeValue.
|
AttributeValueDirectoryObjectArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type DirectoryObject AttributeValue.
|
AttributeValueDoubleArray(double[] values)
Constructs an array-type double AttributeValue.
|
AttributeValueDoubleArray(Double[] values)
Constructs an array-type double AttributeValue.
|
AttributeValueDoubleArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type double AttributeValue.
|
AttributeValueIntegerArray(int[] values)
Constructs an array-type integer AttributeValue.
|
AttributeValueIntegerArray(Integer[] values)
Constructs an array-type integer AttributeValue.
|
AttributeValueIntegerArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type integer AttributeValue.
|
AttributeValueLongArray(long[] values)
Constructs an array-type long AttributeValue.
|
AttributeValueLongArray(Long[] values)
Constructs an array-type long AttributeValue.
|
AttributeValueLongArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type long AttributeValue.
|
AttributeValueLongLongMap()
Constructs an AttributeValueLongLongMap.
|
AttributeValueLongLongMap(long objectId,
Long attributeId,
int count)
Constructs a long-long map-type AttributeValue.
|
AttributeValueLongLongMap(Map map)
Constructs a long-long map-type AttributeValue.
|
AttributeValueLongStringMap()
Constructs an AttributeValueLongStringMap.
|
AttributeValueLongStringMap(long objectId,
Long attributeId,
int count)
Constructs a long-string map-type AttributeValue.
|
AttributeValueLongStringMap(Map map)
Constructs a long-string map-type AttributeValue.
|
AttributeValueMap()
Constructs an AttrbuteValueArray.
|
AttributeValueMap(long objectId,
Long attributeId,
int count)
Constructs an AttributeValueMap.
|
AttributeValuePublicObjectArray(Long[] values)
Constructs an array-type PublicObject AttributeValue.
|
AttributeValuePublicObjectArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type PublicObject AttributeValue.
|
AttributeValuePublicObjectArray(PublicObjectInterface[] values)
Constructs an array-type PublicObject AttributeValue.
|
AttributeValueSchemaObjectArray(Long[] values)
Constructs an array-type SchemaObject AttributeValue.
|
AttributeValueSchemaObjectArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type SchemaObject AttributeValue.
|
AttributeValueSchemaObjectArray(SchemaObjectInterface[] values)
Constructs an array-type SchemaObject AttributeValue.
|
AttributeValueSimpleObjectArray(Long[] values,
Long primaryClassId)
Constructs an array-type SimpleObject AttributeValue.
|
AttributeValueSimpleObjectArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type SimpleObject AttributeValue.
|
AttributeValueSimpleObjectArray(SimpleObjectInterface[] values)
Constructs an array-type SimpleObject AttributeValue.
|
AttributeValueStringArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type string AttributeValue.
|
AttributeValueStringArray(String[] values)
Constructs an array-type string AttributeValue.
|
AttributeValueStringDoubleMap()
Constructs an AttributeValueStringDoubleMap.
|
AttributeValueStringDoubleMap(long objectId,
Long attributeId,
int count)
Constructs a string-double map-type AttributeValue.
|
AttributeValueStringDoubleMap(Map map)
Constructs a string-double map-type AttributeValue.
|
AttributeValueStringLongMap()
Constructs an AttributeValueStringLongMap.
|
AttributeValueStringLongMap(long objectId,
Long attributeId,
int count)
Constructs a string-long map-type AttributeValue.
|
AttributeValueStringLongMap(Map map)
Constructs a string-long map-type AttributeValue.
|
AttributeValueStringStringMap()
Constructs an AttributeValueStringStringMap.
|
AttributeValueStringStringMap(long objectId,
Long attributeId,
int count)
Constructs an string-string map-type AttributeValue.
|
AttributeValueStringStringMap(Map map)
Constructs a string-string map-type AttributeValue.
|
AttributeValueSystemObjectArray(Long[] values)
Constructs an array-type SystemObject AttributeValue.
|
AttributeValueSystemObjectArray(long objectId,
Long attributeId,
Long priClassId,
int count)
Constructs an array-type SystemObject AttributeValue.
|
AttributeValueSystemObjectArray(SystemObjectInterface[] values)
Constructs an array-type SystemObject AttributeValue.
|
AuditCertificate(long targetId,
long targetClassId,
boolean objectFreed,
long createDate,
long creatorId,
long domainId,
boolean secured,
long freeDate,
long deletorId,
String targetName,
String targetClassName)
Constructs an AuditCertificate.
|
AuditEvent(String opTypeKey,
LibraryObjectInterface target,
LibraryObjectInterface domain,
LibraryObjectInterface[] auxObjects,
AttributeValue[] properties)
Constructs an AuditEvent in preparation for saving into the repository.
|
AuditEvent(String opTypeKey,
LibraryObjectInterface target,
LibraryObjectInterface domain,
LibraryObjectInterface[] auxObjects,
String auxString,
Long auxNumber,
AttributeValue[] properties)
Constructs an AuditEvent in preparation for saving into the repository.
|
CachedCollection()
Constructs a CachedCollection.
|
CachedResolverCollection(CollectionResolver resolver,
String className)
Constructs a CachedResolverCollection.
|
CachedSelectorCollection(S_Selector selector,
String className)
Constructs a collection of S_LibraryObjects.
|
CachedSelectorCollection(Selector selector,
String className)
Constructs a collection of LibraryObjects.
|
ChallengeResponseCredential()
Constructs a ChallengeResponseCredential.
|
ChallengeResponseCredential(String name,
byte[] challenge,
byte[] response,
int type)
Constructs a ChallengeResponseCredential.
|
CleartextCredential()
Constructs a CleartextCredential.
|
CleartextCredential(String name,
String password)
Constructs a CleartextCredential.
|
ColumnDescriptor(AttributeValueTable avt,
LibrarySession session)
Constructs a ColumnDescriptor using a table containing the definitions.
|
ColumnDescriptor(LibrarySession session,
String colAlias,
String targAlias,
String className,
String attrName)
Constructs a ColumnDescriptor using
column alias, target (table) alias, ClassObject name, and Attribute name.
|
ColumnDescriptor(LibrarySession session,
String colAlias,
String targAlias,
String className,
String attrName,
String objIdAlias)
Constructs a ColumnDescriptor using
column alias, target (table) alias, ClassObject name, and Attribute name,
and an optional Object ID alias.
|
ColumnDescriptor(String colAlias,
String targAlias,
Attribute attr)
Constructs a ColumnDescriptor using
column alias, target (table) alias, and Attribute.
|
ColumnDescriptor(String colAlias,
String targAlias,
Attribute attr,
String objIdAlias)
Constructs a ColumnDescriptor using
column alias, target (table) alias, and Attribute,
and an optional Object ID alias.
|
ColumnDescriptor(String colAlias,
String qualColumn,
int dataType)
Constructs a ColumnDescriptor using
column alias, qualified column name, and data type.
|
ConnectOptions()
Constructs a ConnectOptions.
|
ContextTheme(String theme,
int weight) |
CredentialManagerUser(LibrarySessionInterface session)
Construct a CredentialManagerUser
|
EventNotification(AuditEvent event,
LibraryObjectInterface notifyee)
Constructs an EventNotification in preparation for saving
into the repository.
|
EventNotification(AuditEvent event,
Long notifyeeId,
Long notifyeeClassId,
Date notifyDate,
int status)
Constructs an EventNotification in preparation for saving
into the repository.
|
GssApiCredential()
Constructs a GssApiCredential.
|
GssApiCredential(byte[] inputTicket)
Constructs a GssApiCredential.
|
HttpDigestCredential()
Constructs a HttpDigestCredential.
|
HttpDigestCredential(String name,
String challenge,
String response,
String realm,
String uri,
String method)
Constructs a HttpDigestCredential.
|
HttpDigestCredential(String name,
String challenge,
String response,
String realm,
String uri,
String method,
String qop,
String cnonce,
String nc)
Constructs a HttpDigestCredential.
|
IfsCredentialNameTokenizer()
Constructs an IfsCredentialNameTokenizer.
|
IndexSpecification()
default constructor.
|
IndexSpecification(String name,
String[] columns) |
IndexSpecification(String name,
String[] columns,
boolean isUniq,
boolean isPartitioned) |
LibraryObjectLookupCacheCollection(LibrarySessionInterface session,
LibraryObjectLookupCache lolc,
String className)
Constructs a LibraryObjectLookupCacheCollection.
|
Localizer()
Constructs a Localizer.
|
Localizer(Locale locale)
Constructs a Localizer for the specified locale.
|
Localizer(Locale locale,
LibrarySession session)
Constructs a Localizer for the specified locale.
|
LooselyBoundedCache(BoundedCacheConfiguration configuration)
Constructs an loosely bounded cache.
|
ObjectReferenceAttributeValue()
Construct a new ObjectReferenceAttributeValue.
|
ObjectReferenceAttributeValue(String name)
Constructs a new ObjectReferenceAttributeValue with the name set.
|
ObjectReferenceAttributeValue(String name,
Serializable value)
Constructs a new ObjectReferenceAttributeValue with the name
and value set.
|
OperationContext()
Construct an OperationContext.
|
OperationContext(LibrarySessionInterface session,
AttributeValue target)
Construct an OperationContext on a specified initial object, on
behalf of a session.
|
OperationContext(OperationContext context)
Construct an OperationContext based on another OperationContext.
|
ReferenceAttributeValue()
Construct a new ReferenceAttributeValue.
|
ReferenceAttributeValue(String name)
Constructs a new ReferenceAttributeValue with the name set.
|
SortQualifier(String sortAttr,
boolean sortOrder)
Constructs a SortQualifier for a simple qualifier of Attribute and
sort direction.
|
SortQualifier(String sortAttr,
boolean sortOrder,
String sortClass,
String sortAlias,
String sqlFunction)
Construct a SortQualifier for complex qualifiers.
|
SystemUserCredential(DataSource dataSource)
Constructs a SystemUserCredential.
|
SystemUserCredential(Object serviceToken)
Constructs a SystemUserCredential.
|
SystemUserCredential(String password)
Constructs a SystemUserCredential.
|
TieLibraryObjectLookupCacheCollection(LibrarySessionInterface session,
LibraryObjectLookupCache lolc,
String className)
Constructs a TieLibraryObjectLookupCacheCollection.
|
TieLooselyBoundedCache(BoundedCacheConfiguration configuration)
Constructs a TieLooselyBoundedCache.
|
TokenCredential(LibrarySession session)
Constructs a new TokenCredential.
|
TokenState(ApplicationToken token)
Construct a TokenState.
|
TraceLogger(Localizer localizer)
Deprecated.
Constructs a new TraceLogger.
|
TrustedSessionCredential(LibrarySession session)
Constructs a TrustedSessionCredential.
|
UncachedPreparedSelectorCollection(PreparedSelector sel,
String className,
String getItemsClause,
int maxRecentItems)
Constructs a collection of LibraryObjects.
|
UncachedPreparedSelectorCollection(S_PreparedSelector sel,
String className,
String getItemsClause,
int maxRecentItems)
Constructs a collection of S_LibraryObjects.
|
UncachedSelectorCollection(S_Selector selector,
String nameExpression,
String className,
int maximumRecentItems)
Constructs a collection of S_LibraryObjects.
|
UncachedSelectorCollection(Selector selector,
String nameExpression,
String className,
int maximumRecentItems)
Constructs a collection of LibraryObjects.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityOperations.addActionSpecification(AttributeValueTable avt)
Adds an existing ActionSpecification referenced by its TAG or NAME to an existing ActivitySpecification
referenced by its TAG or NAME.
|
void |
ActivityOperations.addActivityRecord(AttributeValueTable avt)
Add a ActivityRecord to a PublicObject.
|
void |
ActivitySummary.addActivitySummaryDelta(ActivitySummary deltaSumm)
Add a summary delta to this ActivitySummary.
|
void |
ActivityOperations.addActor(AttributeValueTable avt)
Add a Actor to a user or other PublicObject.
|
void |
ActionSelector.addActorQualification(Actor actor)
Adds a search qualification for the Actor, so that the results are to be
filtered to only include Actions performed by that Actor.
|
void |
MessageAction.addAttachment(Document doc)
Adds an attachment, prior to execution.
|
void |
ActionSelector.addAuditEventTypeQualification(AuditEventTypeDefinition eventDef)
Adds a search qualification for an event type.
|
void |
ActionSelector.addAuditEventTypeQualifications(AuditEventTypeDefinition[] eventDefs)
Adds a search qualification for a set of event types.
|
void |
PerformedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
PrivatePerformedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
PrivateTrackedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
TrackedActivitySelector.addBindValue(AttributeValue bindValue)
Add a bind value.
|
void |
ActivityOperations.addContact(AttributeValueTable avt)
Add a contact to an Actor's primary ContactList.
|
void |
ActivityOperations.addConversationMessage(AttributeValueTable avt)
Create a new message on a Conversation, by executing a ConverseAction.
|
void |
ActionSelector.addEventIdQualification(long eventId,
String operator)
Adds a search qualification for an event ID along with a logical operator
(e.g. "="), so that the results are to be
filtered to include the Action whose IDs meet the qualification.
|
void |
ActionSelector.addFreeFormQualification(String qual)
Adds a free form search qualification.
|
void |
PerformedActivitySelector.addFreeFormQualification(String qual)
Adds a free form search qualification.
|
void |
PrivatePerformedActivitySelector.addFreeFormQualification(String qual)
Adds a free form search qualification.
|
void |
PrivateTrackedActivitySelector.addFreeFormQualification(String qual)
Adds a free form search qualification.
|
void |
TrackedActivitySelector.addFreeFormQualification(String qual)
Adds a free form search qualification.
|
void |
ActionSelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
PerformedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
PrivatePerformedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
PrivateTrackedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
TrackedActivitySelector.addFreeFormQualification(String qual,
AttributeValue[] bindValues)
Adds a free form search qualification.
|
void |
IncludeActorAction.addIncludedActor(Actor actor)
Adds an included Actor, prior to execution.
|
void |
MessageAction.addMessage(MessageEntry me)
Adds a new message, prior to execution.
|
void |
MessageAction.addMessage(MessageEntry me,
MessageEntry meRef)
Adds a new message, prior to execution.
|
void |
RecommendAction.addRecommendation(Actor actor)
Adds a recommendation, prior to execution.
|
void |
ActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
void |
ConversationActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
static ActivitySummary |
ActivitySummary.calculateActivitySummaryDelta(ActivitySummary leftSumm,
ActivitySummary rightSumm)
Calculate a summary delta from two ActivitySummary objects.
|
protected void |
ActivityProcessor.calculateCompositeActivityLevel(TrackedActivityRecord tar,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Deprecated.
9.2.3: include calculation in other pre-Update overrides
|
protected void |
ActivityProcessor.calculateDeltaActivityLevel(TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary deltaSumm,
TrackedActivityRecordLevels levels)
Deprecated.
9.2.3: use
preUpdateDeltaTrackedActivityRecord |
protected void |
ActivityProcessor.calculateInclusionActivityLevel(TrackedActivityRecord tar,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Deprecated.
9.2.3: use
preUpdateInclusionTrackedActivityRecord |
protected void |
ActivityProcessor.calculateOverallActivityLevel(ActivityRecord ar,
ActivitySummary asumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Calculate and apply the overall Activity Level to be used as one
of the components of TrackedActivityRecords, and to be stored as part
of the ActivityRecord, using Attribute ACTIVITYLEVEL.
|
protected void |
ActivityProcessor.calculatePerformedActivityLevel(PerformedActivityRecord par,
TrackedActivityRecord tar,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Deprecated.
9.2.3: use
preUpdatePerformingTrackedActivityRecord |
void |
ActionSelector.clearAllSearchQualifications()
Clears all search qualifications.
|
void |
PerformedActivitySelector.clearAllSearchQualifications()
Clears all search qualifications.
|
void |
PrivatePerformedActivitySelector.clearAllSearchQualifications()
Clears all search qualifications.
|
void |
PrivateTrackedActivitySelector.clearAllSearchQualifications()
Clears all search qualifications.
|
void |
TrackedActivitySelector.clearAllSearchQualifications()
Clears all search qualifications.
|
void |
ActionSelector.clearSortQualification()
Clears the sort qualification, forcing it to assume the default value.
|
void |
PerformedActivitySelector.clearSortQualification()
Clears the sort qualification, forcing it to assume the default value.
|
void |
PrivatePerformedActivitySelector.clearSortQualification()
Clears the sort qualification, forcing it to assume the default value.
|
void |
PrivateTrackedActivitySelector.clearSortQualification()
Clears the sort qualification, forcing it to assume the default value.
|
void |
TrackedActivitySelector.clearSortQualification()
Clears the sort qualification, forcing it to assume the default value.
|
abstract Action |
ActionFactory.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
ConverseAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateConversationAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
DeleteAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
IncludeActorAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
MessageAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
RecommendAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
UpdateAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
abstract Action |
ActionFactory.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
ConverseAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateConversationAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
DeleteAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
IncludeActorAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
MessageAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
RecommendAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
UpdateAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
void |
ActivityOperations.createActionSpecification(AttributeValueTable avt)
Creates a ActionSpecification.
|
void |
ActivityOperations.createActivityHierarchyTables(AttributeValueTable avt)
Creates the auxiliary tables used to manage activity hierarchy information.
|
void |
ActivityOperations.createActivitySpecification(AttributeValueTable avt)
Creates a ActivitySpecification.
|
void |
ActivityOperations.createConversation(AttributeValueTable avt)
Creates a Conversation.
|
void |
ActivityOperations.createPerformedActivitySpecification(AttributeValueTable avt)
Creates a PerformedActivitySpecification.
|
void |
ActivityOperations.createTrackedActivitySpecification(AttributeValueTable avt)
Creates a TrackedActivitySpecification.
|
void |
PrivatePerformedActivityRecord.delete()
Deletes the PrivatePerformedActivityRecord represented in this instance.
|
void |
PrivateTrackedActivityRecord.delete()
Deletes the PrivateTrackedActivityRecord represented in this instance.
|
void |
ActivityOperations.deletePrivatePerformedActivityRecords(AttributeValueTable avt)
Deletes the PrivatePerformedActivityRecords
associated with a specific PerformedActivityRecord, indicated explicitly
by tag, or implied from the specified Actor and ActivityRecord.
|
void |
ActivityOperations.deleteTrackedActivityRecord(AttributeValueTable avt)
Delete a TrackedActivityRecord for the current Actor for the specified
ActivityRecord.
|
void |
ActivityProcessor.deleteTrackedActivityRecord(TrackedActivityRecord tar)
Delete the specified TrackedActivityRecord.
|
static ActivitySummary |
ActivitySummary.derivePreviousActivitySummary(ActivityRecord ar,
ActionAdapter lastAction)
Derive a previous ActivitySummary state for the specified ActivityRecord
for Actions up to and including the specified Action.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor)
Dispatch an activity event.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor,
LibraryObject auxObj2)
Dispatch an activity event.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor,
LibraryObject auxObj2,
LibraryObject auxObj3)
Dispatch an activity event.
|
protected void |
ActionAdapter.dispatchEvent(AuditEventTypeDefinition eventType,
ActivityRecord ar,
Actor actor,
LibraryObject auxObj2,
LibraryObject auxObj3,
String auxString,
AttributeValue[] properties)
Dispatch an activity event.
|
void |
MessageAction.editMessage(MessageEntry me)
Edits an existing message, prior to execution.
|
void |
ConverseAction.editMessage(MessageEntry me,
String message)
Edits an existing message, prior to execution.
|
protected abstract void |
ActionAdapter.execute()
Perform the Action execution.
|
void |
CreateAction.execute()
Perform the Action execution.
|
void |
DeleteAction.execute()
Perform the Action execution.
|
void |
IncludeActorAction.execute()
Perform the Action execution.
|
void |
MessageAction.execute()
Perform the Action execution.
|
void |
RecommendAction.execute()
Perform the Action execution.
|
void |
UpdateAction.execute()
Perform the Action execution.
|
void |
Action.execute(ActivityRecord ar)
Execute the action described by this instance,
on the target ActivityRecord.
|
void |
ActionAdapter.execute(ActivityRecord ar)
Execute the action described by this instance,
on the target ActivityRecord.
|
void |
Action.execute(PublicObject po)
Execute the action described by this instance,
on the target PublicObject - using this PublicObject's
existing ActivityRecord context.
|
void |
ActionAdapter.execute(PublicObject po)
Execute the action described by this instance,
on the target PublicObject, using this PublicObject's
existing ActivityRecord context.
|
void |
ActivityOperations.freeActionSpecification(AttributeValueTable avt)
Frees a ActionSpecification.
|
void |
ActivityOperations.freeActivitySpecification(AttributeValueTable avt)
Frees a ActivitySpecification.
|
void |
ActivityOperations.freePerformedActivitySpecification(AttributeValueTable avt)
Frees a PerformedActivitySpecification.
|
void |
ActivityOperations.freeTrackedActivitySpecification(AttributeValueTable avt)
Frees a TrackedActivitySpecification.
|
Long |
ActionSelector.getActionId(int pos)
Deprecated.
9.2.4: use
getActionIdAfterPosition |
Long |
ActionSelector.getActionIdAfterPosition(int pos)
Returns Action ID on the specified "slider" position.
|
ActivityRecord |
ExecutedActionRetainedEvent.getActivityRecord(LibrarySession session)
Returns the ActivityRecord that was the target of the executed Action.
|
protected Actor[] |
ActivityOperations.getActorsFromArrayToken(String token,
boolean inclCurrent,
boolean removeDups)
Get an array of Actors from the specified token array of actor tags,
optionally including the current Actor and optionally removing
duplicates.
|
protected Actor[] |
ActivityOperations.getActorsFromTags(String[] actorTags,
boolean inclCurrent,
boolean removeDups)
Get an array of Actors from the specified array of actor tags,
optionally including the current Actor and optionally removing
duplicates.
|
long |
ExecutedActionRetainedEvent.getAuditEventId()
Gets the AuditEvent ID that corresponds to the Action that was executed.
|
static Actor[] |
ActivityUtilities.getDistinctActors(LibrarySession session,
Action[] actions,
AuditEventTypeDefinition addDef,
AuditEventTypeDefinition remDef)
Gets the set of Actors that have performed more "add" actions than
"remove" actions in the set of Actions that are specified.
|
AttributeValue[] |
RecommendAction.getEventProperties()
Gets any event properties to post with the AuditEvents.
|
ActionAdapter |
PrivatePerformedActivityRecord.getExecutedAction()
Gets the previously-executed Action reflecting the AuditEvent
corresponding to this PrivatePerformedActivityRecord, if any.
|
ActionAdapter |
PrivateTrackedActivityRecord.getExecutedAction()
Gets the previously-executed Action reflecting the AuditEvent
corresponding to this PrivateTrackedActivityRecord, if any.
|
protected void |
ActivityProcessor.getIncludedActors(Action action,
LinkedHashMap map)
For a previously-executed committed Action, get the set of Actors that
have become included in the specified activity as a result of this Action,
and add to the specified map.
|
protected void |
ActivityProcessor.getIncludedActors(PerformedActivityRecord par,
Action action,
LinkedHashMap map)
During the execution of the specified Action, get the set of Actors that
have become included in the specified activity as a result of this Action,
and add to the specified map.
|
protected void |
ConversationActivityProcessor.getIncludedActors(PerformedActivityRecord par,
Action action,
LinkedHashMap map)
Get the set of Actors that have become included in the specified
activity as a result of this Action, and add to the specified map.
|
static Action |
ActionAdapter.getInstance(LibrarySession session,
AuditEvent event)
Constructs a previously executed Action, using the AuditEvent as
the data source.
|
static Action |
ActionAdapter.getInstance(LibrarySession session,
String specName)
Constructs a pending Action, properly constructed by the factory
instance for the ActionSpecification (indicated by the specified name)
associated with this type of Action.
|
static ActivityProcessor |
ActivityProcessor.getInstance(LibrarySession session,
String specName)
Gets the ActivityProcessor for the specified ActivitySpecification
(identified by name and session) associated with this type of
ActivityProcessor.
|
int |
TrackedActivityRecordLevels.getOverallActivityComponentLevel(TrackedActivityRecord tar)
Gets the Overall Activity Component level, which is the
level representing how much overall activity has occurred.
|
PerformedActivityRecord |
PrivatePerformedActivityRecord.getPerformedActivityRecord()
Gets the PerformedActivityRecord for which this PrivatePerformedActivityRecord
is associated.
|
TrackedActivityRecord |
PrivateTrackedActivityRecord.getTrackedActivityRecord()
Gets the TrackedActivityRecord for which this PrivateTrackedActivityRecord
is associated.
|
void |
ActivityOperations.identifyActionSpecification(String tag,
String name)
Identify a ActionSpecification.
|
void |
ActivityOperations.identifyActivityRecord(AttributeValueTable avt)
Identify an ActivityRecord for a PublicObject that has a ActivityRecord.
|
void |
ActivityOperations.identifyActivitySpecification(String tag,
String name)
Identify a ActivitySpecification.
|
void |
ActivityOperations.identifyActor(AttributeValueTable avt)
Identify a Actor for a specified PublicObject.
|
void |
ActivityOperations.identifyPerformedActivityRecord(AttributeValueTable avt)
Select and identify a PerformedActivityRecord for a specific Actor and
ActivityRecord.
|
void |
ActivityOperations.identifyPerformedActivitySpecification(String tag,
String name)
Identify a PerformedActivitySpecification.
|
void |
ActivityOperations.identifyTrackedActivityRecord(AttributeValueTable avt)
Select and identify a TrackedActivityRecord for a specific Actor and
ActivityRecord.
|
void |
ActivityOperations.identifyTrackedActivitySpecification(String tag,
String name)
Identify a TrackedActivitySpecification.
|
void |
ActionFactory.initialize(ActionSpecification spec)
Initialize this instance.
|
void |
ActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
ConversationActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
ActivityOperations.initializeExecutedActionRetainedEvents(AttributeValueTable avt)
Initializes handling of ExecutedActionRetainedEvents.
|
void |
PrivatePerformedActivityRecord.insert()
Inserts the PrivatePerformedActivityRecord defined in this instance.
|
void |
PrivateTrackedActivityRecord.insert()
Inserts the PrivateTrackedActivityRecord defined in this instance.
|
protected void |
ActivitySummary.insert(IfsConnection conn)
Inserts a summary record into the summary table specified at construction
time, using the summary ID value specified at construction time.
|
protected boolean |
ActivityProcessor.isCommittedActionProcessingRequired(ActivityRecord ar,
ActionAdapter action)
Returns indication as to whether the specified Action (which is in the
process of being executed) requires additional processing after the
Action is committed.
|
protected boolean |
ConversationActivityProcessor.isCommittedActionProcessingRequired(ActivityRecord ar,
ActionAdapter action)
Returns indication as to whether the specified Action (which is in the
process of being executed) requires additional processing after the
Action is committed.
|
PrivatePerformedActivityRecord |
PrivatePerformedActivityRecord.lock()
Establishes a row-level lock on the target PrivatePerformedActivityRecord,
in preparation to update or delete it.
|
PrivateTrackedActivityRecord |
PrivateTrackedActivityRecord.lock()
Establishes a row-level lock on the target PrivateTrackedActivityRecord,
in preparation to update or delete it.
|
protected ActionSpecification |
ActivityOperations.lookupActionSpecification(LibrarySession sess,
String tagOrName)
Lookup a ActionSpecification by the specified name.
|
protected ActivityRecord |
ActivityOperations.lookupActivityRecord(String tag)
Lookup an ActivityRecord by a specified ActivityRecord or
associated PublicObject tag.
|
protected ActivityRecord |
ActivityOperations.lookupActivityRecord(String tag,
boolean mustExist)
Lookup an ActivityRecord by a specified ActivityRecord or
associated PublicObject tag.
|
protected ActivitySpecification |
ActivityOperations.lookupActivitySpecification(LibrarySession sess,
String tagOrName)
Lookup a ActivitySpecification by the specified name.
|
protected Actor |
ActivityOperations.lookupActor(String tag)
Lookup an Actor by the specified tag that identifies either an Actor or
the Actor's associated PublicObject.
|
protected Actor |
ActivityOperations.lookupActor(String tag,
boolean mustExist)
Lookup an Actor by the specified tag that identifies either an Actor or
the Actor's associated PublicObject.
|
protected ActorRelation |
ActivityOperations.lookupActorRelation(String tag)
Lookup a ActorRelation by the specified tag.
|
protected Conversation |
ActivityOperations.lookupConversation(String tag)
Lookup a Conversation by tag.
|
protected PerformedActivitySpecification |
ActivityOperations.lookupPerformedActivitySpecification(LibrarySession sess,
String tagOrName)
Lookup a PerformedActivitySpecification by the specified name.
|
protected TrackedActivitySpecification |
ActivityOperations.lookupTrackedActivitySpecification(LibrarySession sess,
String tagOrName)
Lookup a TrackedActivitySpecification by the specified name.
|
TrackedActivityRecord |
ActivityProcessor.markLastViewedActivitySummaryAsPartiallyRead(TrackedActivityRecord tar,
ActionAdapter lastAction)
Refresh the LastViewed delta ActivitySummary for the specified
TrackedActivityRecord, marking it as partially viewed up to (and including)
the specified Action.
|
TrackedActivityRecord |
ActivityProcessor.markLastViewedActivitySummaryAsRead(TrackedActivityRecord tar)
Refresh the LastViewed delta ActivitySummary for the specified
TrackedActivityRecord, marking it as completely viewed (matching the
current state of the ActivityRecord).
|
void |
ActivitySummary.overwriteActivitySummary(ActivitySummary sourceSumm)
Overwrite the target with values from the specified ActivitySummary.
|
protected void |
ActionAdapter.postExecute()
Handle anything after executing the Action.
|
protected void |
ActivityProcessor.postPrivateRecords(TrackedActivityRecord tar,
ActionAdapter action)
Deprecated.
9.2.3: include actions in other pre-Update overrides
|
protected void |
ActionAdapter.preExecute()
Handle anything prior to executing the Action.
|
protected void |
ActivityProcessor.preUpdateDeltaTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter lastAction,
ActivitySummary deltaSumm,
TrackedActivityRecordLevels levels)
Perform any pre-update operations before a TAR update,
that is triggered by an operation that marks activity
as fully or partially read by the tracking Actor.
|
protected void |
ActivityProcessor.preUpdateInclusionTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary lastDeltaSumm,
boolean prevExecuted,
TrackedActivityRecordLevels levels,
Object inclActorPayload)
Perform any pre-update operations before a TAR update,
that is triggered by a newly executed action or a previously
executed one.
|
protected void |
ActivityProcessor.preUpdatePerformedActivityRecord(PerformedActivityRecord par,
ActionAdapter action,
ActivitySummary parSumm)
Perform any pre-update operations before a PAR update,
that is triggered by a newly executed action.
|
protected void |
ActivityProcessor.preUpdatePerformingTrackedActivityRecord(PerformedActivityRecord par,
TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary lastDeltaSumm,
TrackedActivityRecordLevels levels)
Perform any pre-update operations before a TAR update,
that is triggered by a newly executed action.
|
void |
ExecutedActionRetainedEvent.process(LibrarySession session)
Process this retained event.
|
protected void |
ActivityProcessor.processCommittedAction(ActivityRecord ar,
ActionAdapter action)
Perform additional processing of a committed previously-executed Action.
|
void |
ActivityOperations.processExecutedActionRetainedEvents(AttributeValueTable avt)
Processes all of the currently queued ExecutedActionRetainedEvents.
|
void |
ActivityOperations.refreshActionSpecification(AttributeValueTable avt)
Refreshed an existing ActionSpecification in order to register any new events
that are defined by the ActionSpecification's ActionFactory.
|
void |
ActivityOperations.refreshAllDeltaSummaries(AttributeValueTable avt)
Refresh the last viewed ActivitySummary for all Actors that have
a TAR for the specified ActivityRecord.
|
TrackedActivityRecord |
ActivityProcessor.refreshDeltaActivitySummary(TrackedActivityRecord tar)
Refresh the LastViewed delta ActivitySummary for the specified
TrackedActivityRecord.
|
void |
ActivityOperations.refreshDeltaSummary(AttributeValueTable avt)
Refresh the delta ActivitySummary for the specified Actor
and ActivityRecord, without changing the last viewed ActivitySummary.
|
void |
ActivityOperations.removeActionSpecification(AttributeValueTable avt)
Removes an ActionSpecification referenced by its TAG or NAME from an existing ActivitySpecification
referenced by its TAG or NAME.
|
void |
ActivityOperations.removeActivityRecord(AttributeValueTable avt)
Remove an ActivityRecord from a PublicObject.
|
void |
ActivityOperations.removeAllContacts(AttributeValueTable avt)
Removes all contacts from an Actor's primary ContactList.
|
void |
ActivityOperations.removeContact(AttributeValueTable avt)
Remove a contact from an Actor's primary ContactList.
|
void |
IncludeActorAction.removeIncludedActor(Actor actor)
Removes an included Actor, prior to execution.
|
void |
ConverseAction.removeMessage(MessageEntry me)
Removes an existing message, prior to execution.
|
void |
MessageAction.removeMessage(MessageEntry me)
Removes an existing message, prior to execution.
|
void |
RecommendAction.removeRecommendation(Actor actor)
Removes a recommendation, prior to execution.
|
Action[] |
ActionSelector.selectActions()
Returns the entire search results as an array of Actions.
|
Action[] |
ActionSelector.selectAllActionsAfterPosition(int pos)
Returns all Actions that were posted after the specified "slider" position.
|
AuditEvent[] |
ActionSelector.selectAuditEvents()
Returns the entire search results as an array of the
AuditEvents that reflect each previously executed Action.
|
PerformedActivityRecord |
PerformedActivitySelector.selectPerformedActivityRecord()
Returns the PerformedActivityRecord that matches the current
specifications in this instance.
|
PerformedActivityRecord |
PerformedActivitySelector.selectPerformedActivityRecord(boolean lock)
Returns the PerformedActivityRecord that matches the current
specifications in this instance.
|
PerformedActivityRecord[] |
PerformedActivitySelector.selectPerformedActivityRecords()
Returns the PerformedActivityRecords that match the current
specifications in this instance.
|
PrivatePerformedActivityRecord |
PrivatePerformedActivitySelector.selectPrivatePerformedActivityRecord(long id)
Returns the PrivatePerformedActivityRecord for the ID specified,
for the Actor specified during construction.
|
PrivatePerformedActivityRecord |
PrivatePerformedActivitySelector.selectPrivatePerformedActivityRecord(long id,
boolean lock)
Returns the PrivatePerformedActivityRecord for the ID specified,
for the Actor specified during construction, optionally
selecting with a row-level lock.
|
PrivatePerformedActivityRecord[] |
PrivatePerformedActivitySelector.selectPrivatePerformedActivityRecords()
Returns the PrivatePerformedActivityRecords that match the current
specifications in this instance.
|
PrivateTrackedActivityRecord |
PrivateTrackedActivitySelector.selectPrivateTrackedActivityRecord(long id)
Returns the PrivateTrackedActivityRecord for the ID specified,
for the tracking Actor specified during construction.
|
PrivateTrackedActivityRecord |
PrivateTrackedActivitySelector.selectPrivateTrackedActivityRecord(long id,
boolean lock)
Returns the PrivateTrackedActivityRecord for the ID specified,
for the tracking Actor specified during construction, optionally
selecting with a row-level lock.
|
PrivateTrackedActivityRecord[] |
PrivateTrackedActivitySelector.selectPrivateTrackedActivityRecords()
Returns the PrivateTrackedActivityRecords that match the current
specifications in this instance.
|
TrackedActivityRecord |
TrackedActivitySelector.selectTrackedActivityRecord()
Returns the TrackedActivityRecord that matches the current
specifications in this instance.
|
TrackedActivityRecord |
TrackedActivitySelector.selectTrackedActivityRecord(boolean lock)
Returns the TrackedActivityRecord that matches the current
specifications in this instance.
|
TrackedActivityRecord[] |
TrackedActivitySelector.selectTrackedActivityRecords()
Returns the TrackedActivityRecords that match the current
specifications in this instance.
|
void |
PerformedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
void |
PrivatePerformedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
void |
PrivateTrackedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
void |
TrackedActivitySelector.setActivityRecord(ActivityRecord ar)
Sets the target ActivityRecord.
|
void |
PerformedActivitySelector.setExcludeNullActivityRecords(boolean ind)
Sets indication as to whether to exclude records whose ActivityRecord
cannot be obtained, either because the ActivityRecord is freed
or because it cannot be discovered by the selecting session.
|
void |
PrivatePerformedActivitySelector.setExcludeNullActivityRecords(boolean ind)
Sets indication as to whether to exclude records whose ActivityRecord
cannot be obtained, either because the ActivityRecord is freed
or because it cannot be discovered by the selecting session.
|
void |
PrivateTrackedActivitySelector.setExcludeNullActivityRecords(boolean ind)
Sets indication as to whether to exclude records whose ActivityRecord
cannot be obtained, either because the ActivityRecord is freed
or because it cannot be discovered by the selecting session.
|
void |
TrackedActivitySelector.setExcludeNullActivityRecords(boolean ind)
Sets indication as to whether to exclude records whose ActivityRecord
cannot be obtained, either because the ActivityRecord is freed
or because it cannot be discovered by the selecting session.
|
void |
PrivateTrackedActivitySelector.setExcludeNullPerformingActors(boolean ind)
Sets indication as to whether to exclude records whose performing Actor
cannot be obtained, either because the performing Actor is freed
or because it cannot be discovered by the selecting session.
|
void |
PrivatePerformedActivitySelector.setExcludeNullTrackingActors(boolean ind)
Sets indication as to whether to exclude records whose tracking Actor
cannot be obtained, either because the tracking Actor is freed
or because it cannot be discovered by the selecting session.
|
void |
ActivityOperations.setSessionActor(AttributeValueTable avt)
Sets the Actor designation to be in effect for the current session.
|
void |
ActionSelector.setSortQualification(String sortQual)
Set the sort qualification.
|
void |
PerformedActivitySelector.setSortQualification(String sortQual)
Set the sort qualification.
|
void |
PrivatePerformedActivitySelector.setSortQualification(String sortQual)
Set the sort qualification.
|
void |
PrivateTrackedActivitySelector.setSortQualification(String sortQual)
Set the sort qualification.
|
void |
TrackedActivitySelector.setSortQualification(String sortQual)
Set the sort qualification.
|
void |
PerformedActivityRecord.setValuesForInsert(IfsPreparedStatement stmt)
Set the values for a prepared Insert statement for a new
PerformedActivityRecord.
|
void |
TrackedActivityRecord.setValuesForInsert(IfsPreparedStatement stmt)
Set the values for a prepared Insert statement for a new
TrackedActivityRecord.
|
void |
ActivityOperations.showActionSpecification(String name)
Show details about a ActionSpecification.
|
void |
ActivityOperations.showActivity(AttributeValueTable avt)
Show the activity events for a PublicObject with a ActivityRecord context.
|
protected void |
ActivityOperations.showActivityRecord(ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates)
Show details about an ActivityRecord.
|
void |
ActivityOperations.showActivityRecord(AttributeValueTable avt)
Show ActivityRecord information for a PublicObject.
|
void |
ActivityOperations.showActivitySpecification(String name)
Show details about a ActivitySpecification.
|
protected void |
ActivityOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
void |
ActivityOperations.showActivitySummary(AttributeValueTable avt)
Show the activity summary for an ActivityRecord.
|
void |
ActivityOperations.showActor(AttributeValueTable avt)
Show Actor information for a PublicObject.
|
void |
ActivityOperations.showAllActionSpecifications()
Shows all of the ActionSpecifications.
|
void |
ActivityOperations.showAllActivitySpecifications()
Shows all of the ActivitySpecifications.
|
void |
ActivityOperations.showAllConversations(AttributeValueTable avt)
Shows all of the Conversations the current Actor is engaged in.
|
void |
ActivityOperations.showAllPerformedActivitySpecifications()
Shows all of the PerformedActivitySpecifications.
|
void |
ActivityOperations.showAllTrackedActivitySpecifications()
Shows all of the TrackedActivitySpecifications.
|
void |
ActivityOperations.showConversation(AttributeValueTable avt)
Show details about a Conversation.
|
protected void |
ActivityOperations.showConversation(Conversation conv,
String prefix,
boolean verbose)
Show the details of a Conversation.
|
protected void |
ActivityOperations.showExecutedAction(Action action,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a previously-executed Action.
|
void |
ActivityOperations.showLastAction(AttributeValueTable avt)
Show the last Action performed on an ActivityRecord.
|
void |
ActivityOperations.showPerformedActivityRecord(AttributeValueTable avt)
Show a PerformedActivityRecord that was either previously identified
or from a specified Actor and ActivityRecord.
|
protected void |
ActivityOperations.showPerformedActivityRecord(PerformedActivityRecord par,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a PerformedActivityRecord.
|
void |
ActivityOperations.showPerformedActivityRecords(AttributeValueTable avt)
Show all PerformedActivityRecords for an Actor.
|
void |
ActivityOperations.showPerformedActivitySpecification(String name)
Show details about a PerformedActivitySpecification.
|
void |
ActivityOperations.showPrimaryContactList(AttributeValueTable avt)
Show details about an Actor's primary ContactList.
|
protected void |
ActivityOperations.showPrivatePerformedActivityRecord(PrivatePerformedActivityRecord ppar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a PrivatePerformedActivityRecord.
|
protected void |
ActivityOperations.showPrivateTrackedActivityRecord(PrivateTrackedActivityRecord ptar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a PrivateTrackedActivityRecord.
|
void |
ActivityOperations.showSessionActor(AttributeValueTable avt)
Show the Actor designation in effect for the current session.
|
void |
ActivityOperations.showTrackedActivityRecord(AttributeValueTable avt)
Show a TrackedActivityRecord that was either previously identified
or from a specified Actor and ActivityRecord.
|
protected void |
ActivityOperations.showTrackedActivityRecord(TrackedActivityRecord tar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a TrackedActivityRecord.
|
void |
ActivityOperations.showTrackedActivityRecords(AttributeValueTable avt)
Show all TrackedActivityRecords for an Actor.
|
void |
ActivityOperations.showTrackedActivitySpecification(String name)
Show details about a TrackedActivitySpecification.
|
void |
ActivityProcessor.synchronizeOverallActivityLevel(ActivityRecord ar,
TrackedActivityRecord tar,
TrackedActivityRecordLevels levels)
Synchronize the overall activity setting in the ActivityRecord on the
specified TrackedActivityRecord if the values are different.
|
void |
PrivatePerformedActivityRecord.update(String comment,
Integer reasonType)
Updates the PrivatePerformedActivityRecord represented in this instance.
|
void |
PrivateTrackedActivityRecord.update(String comment,
Integer reasonType,
Integer readInd)
Updates the PrivateTrackedActivityRecord represented in this instance.
|
void |
ActivityProcessor.updateActivityRecord(ActivityRecord ar,
ActivitySummary arSumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Update the ActivityRecord to reflect updates that
were made to its ActivitySummary.
|
void |
ActivityProcessor.updateInclusionTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary arSumm,
boolean prevExecuted,
TrackedActivityRecordLevels levels,
Object inclActorPayload)
Update the TrackedActivityRecord specified, which
represents an Actor that is included in the specified Action or activity.
|
void |
ActivityProcessor.updateInclusionTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary arSumm,
TrackedActivityRecordLevels levels,
Object inclActorPayload)
Update the TrackedActivityRecord specified, which
represents an Actor that is included in the specified Action or activity.
|
void |
ActivityOperations.updateLastViewedSummary(AttributeValueTable avt)
Update the ActivitySummary for the specified Actor and ActivityRecord.
|
void |
ActivityProcessor.updatePerformedActivityRecord(PerformedActivityRecord par,
ActivitySummary asumm,
ActionAdapter action)
Update the PerformedActivityRecord to reflect updates that
were made to its ActivitySummary as a result of executing an Action.
|
void |
ActivityProcessor.updatePerformingTrackedActivityRecord(PerformedActivityRecord par,
TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary arSumm,
TrackedActivityRecordLevels levels)
Update the TrackedActivityRecord specified, which
represents an Actor that is performing the action.
|
void |
ActivityOperations.updatePrivateTrackedActivityRecords(AttributeValueTable avt)
Update the read indication for PrivateTrackedActivityRecords
associated with a specific TrackedActivityRecord, indicated explicitly
by tag, or implied from the specified Actor and ActivityRecord.
|
TrackedActivityRecord |
ActivityProcessor.updateSpecifiedCompositeLevel(TrackedActivityRecord tar,
int compLevel,
boolean clearLevel)
Update the specified composite level for a TrackedActivityRecord.
|
void |
ActivityOperations.updateTrackedActivityRecord(AttributeValueTable avt)
Update a TrackedActivityRecord that was either previously identified
or from a specified Actor and ActivityRecord.
|
void |
ActivityProcessor.updateTrackedActivityRecordLevels(TrackedActivityRecord tar,
TrackedActivityRecordLevels levels)
Update the TrackedActivityRecordLevels.
|
void |
ActivityProcessor.validate()
Validate this instance.
|
void |
ActivityProcessor.verifyAllowableAction(ActionSpecification anSpec)
Verify that the specified ActionSpecification is allowed for this
Activity type.
|
Constructor and Description |
---|
ActionAdapter(ActionFactory factory)
Constructs a ActionAdapter to be used to execute a new Action.
|
ActionAdapter(ActionFactory factory,
AuditEvent event)
Constructs a FollowAction reflecting a previously executed Action.
|
ActionSelector(ActivityRecord ar)
Constructs a ActionSelector.
|
ConverseAction(ActionFactory factory)
Constructs a "pending" ConverseAction, to be used to execute a new Action.
|
ConverseAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" ConverseAction, reflecting a previously
executed Action.
|
CreateAction(ActionFactory factory)
Constructs a "pending" CreateAction, to be used to execute a new Action.
|
CreateAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateAction, reflecting a previously
executed Action.
|
CreateConversationAction(ActionFactory factory)
Constructs a "pending" CreateConversationAction, to be used to execute a new Action.
|
CreateConversationAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateConversationAction, reflecting a previously
executed Action.
|
DeleteAction(ActionFactory factory)
Constructs a "pending" DeleteAction, to be used to execute a new Action.
|
DeleteAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" DeleteAction, reflecting a previously
executed Action.
|
ExecutedActionRetainedEvent(ActivityRecord ar,
long eventId)
Construct a ExecutedActionRetainedEvent that reflects an executed Action.
|
IncludeActorAction(ActionFactory factory)
Constructs a "pending" IncludeActorAction, to be used to execute a new Action.
|
IncludeActorAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" IncludeActorAction, reflecting a previously
executed Action.
|
MessageAction(ActionFactory factory)
Constructs a "pending" MessageAction, to be used to execute a new Action.
|
MessageAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" MessageAction, reflecting a previously
executed Action.
|
PerformedActivityRecord(Actor actor,
ActivityRecord ar,
ActivitySummary asumm)
Construct a PerformedActivityRecord, for an initial insert.
|
PerformedActivityRecord(Actor actor,
ActivityRecord ar,
ResultSet rset)
Construct a PerformedActivityRecord.
|
PerformedActivityRecord(Actor actor,
ResultSet rset)
Construct a PerformedActivityRecord.
|
PerformedActivitySelector(Actor actor)
Constructs a PerformedActivitySelector.
|
PrivatePerformedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action)
Construct a PrivatePerformedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivatePerformedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment)
Construct a PrivatePerformedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivatePerformedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment,
int reasonType)
Construct a PrivatePerformedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivatePerformedActivityRecord(Actor perfActor,
ActivityRecord ar,
Actor trckActor)
Construct a PrivatePerformedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivatePerformedActivityRecord(Actor perfActor,
ActivityRecord ar,
Actor trckActor,
Date recDate,
int opType,
String comment,
int reasonType)
Construct a PrivatePerformedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivatePerformedActivityRecord(Actor perfActor,
ActivityRecord ar,
Actor trckActor,
ResultSet rset)
Construct a PrivatePerformedActivityRecord that has been selected.
|
PrivatePerformedActivitySelector(Actor actor)
Constructs a PrivatePerformedActivitySelector.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action)
Construct a PrivateTrackedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment)
Construct a PrivateTrackedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
ActionAdapter action,
String comment,
int reasonType,
int readInd)
Construct a PrivateTrackedActivityRecord from an executing Action,
in preparation for an initial insert.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
Actor perfActor)
Construct a PrivateTrackedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
Actor perfActor,
Date recDate,
int opType,
String comment,
int reasonType,
int readInd)
Construct a PrivateTrackedActivityRecord,
in preparation for an initial insert - without a triggering Action.
|
PrivateTrackedActivityRecord(Actor trckActor,
ActivityRecord ar,
Actor perfActor,
ResultSet rset)
Construct a PrivateTrackedActivityRecord that has been selected.
|
PrivateTrackedActivitySelector(Actor actor)
Constructs a PrivateTrackedActivitySelector.
|
RecommendAction(ActionFactory factory)
Constructs a "pending" RecommendAction, to be used to execute a new Action.
|
RecommendAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" RecommendAction, reflecting a previously
executed Action.
|
TrackedActivityRecord(Actor actor,
ActivityRecord ar,
ActivitySummary lastViewedSumm,
ActivitySummary lastViewedDeltaSumm)
Construct a TrackedActivityRecord, for an initial insert.
|
TrackedActivityRecord(Actor actor,
ActivityRecord ar,
ResultSet rset)
Construct a TrackedActivityRecord.
|
TrackedActivityRecord(Actor actor,
ResultSet rset)
Construct a TrackedActivityRecord.
|
TrackedActivitySelector(Actor actor)
Constructs a TrackedActivitySelector.
|
TrackedActivitySelector(TrackedActivitySpecification tas,
ActivityRecord ar)
Constructs a TrackedActivitySelector to select TARs for all Actors
that for the specified ActivityRecord.
|
UpdateAction(ActionFactory factory)
Constructs a "pending" UpdateAction, to be used to execute a new Action.
|
UpdateAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" UpdateAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentAction.addComment(MessageEntry me)
Adds a new comment, prior to execution.
|
void |
CommentAction.addComment(MessageEntry me,
MessageEntry meRef)
Adds a new comment, prior to execution.
|
void |
SocialActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
Action |
CommentAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
FollowAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
LikeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CommentAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
FollowAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
LikeAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
void |
CommentAction.editComment(MessageEntry me)
Edits an existing comment, prior to execution.
|
void |
FollowAction.execute()
Perform the Action execution.
|
void |
LikeAction.execute()
Perform the Action execution.
|
void |
SocialActivityOperations.executeCommentAction(AttributeValueTable avt)
Execute a CommentAction, on the specified target object.
|
void |
SocialActivityOperations.executeFollowAction(AttributeValueTable avt)
Execute a FollowAction, on the specified target object.
|
void |
SocialActivityOperations.executeLikeAction(AttributeValueTable avt)
Execute a LikeAction, on the specified target object.
|
void |
SocialActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
CommentAction.removeComment(MessageEntry me)
Removes an existing comment, prior to execution.
|
protected void |
SocialActivityOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
protected void |
SocialActivityOperations.showExecutedAction(Action action,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a previously-executed Action.
|
void |
SocialActivityOperations.showFilteredActivity(AttributeValueTable avt)
Show the activity actions filtered to show only a certain
kind of social action (like, follow, or comment).
|
Constructor and Description |
---|
CommentAction(ActionFactory factory)
Constructs a "pending" CommentAction, to be used to execute a new Action.
|
CommentAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CommentAction, reflecting a previously
executed Action.
|
FollowAction(ActionFactory factory)
Constructs a "pending" FollowAction, to be used to execute a new Action.
|
FollowAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" FollowAction, reflecting a previously
executed Action.
|
LikeAction(ActionFactory factory)
Constructs a "pending" LikeAction, to be used to execute a new Action.
|
LikeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" LikeAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
EventHandlerAgent.InternalHandler.acquireAuxiliarySession() |
protected void |
EventHandlerAgent.InternalHandler.acquireSession()
Acquire a LibrarySession from the LibrarySession pool.
|
protected void |
BaseAgent.activate()
Dummy action must be overridden by subclasses
|
protected void |
ContentAgent.activate()
Handle timer expired.
|
protected void |
DanglingObjectAVCleanupAgent.activate()
Perform garbage collection.
|
protected void |
EventExchangerAgent.activate()
Purges old events.
|
protected void |
ExpirationAgent.activate()
Deletes undeleted expired PublicObjects.
|
protected void |
FolderIndexAnalyzerAgent.activate()
handle the timer expired request.
|
protected void |
GarbageCollectionAgent.activate()
Perform garbage collection.
|
protected void |
MultipleTimerAgent.activate()
Dummy implementation for activate.
|
protected void |
QuotaAgent.activate()
handle the timer expired request.
|
protected void |
BaseAgent.addToProperty(String name,
int number)
Add number to an existing int property.
|
protected void |
EventHandlerAgent.InternalHandler.alert(long minEventId)
Handles alert for new history for the registered AuditSpecification.
|
static int |
DanglingObjectAVCleanupAgent.cleanupAllArrayReferences(LibrarySession session,
String[] exclusions,
int batchSize,
boolean bestEffort)
Fix broken array references for all array LibraryObject type Attributes.
|
static int |
DanglingObjectAVCleanupAgent.cleanupAllScalarReferences(LibrarySession session,
String[] exclusions,
int batchSize,
boolean bestEffort)
Fix broken scalar references for all scalar LibraryObject type Attributes.
|
static int |
DanglingObjectAVCleanupAgent.cleanupArrayReferences(LibrarySession session,
Attribute attr,
Long attrId,
int batchSize)
Fix broken array references for the specified Attribute.
|
static int |
DanglingObjectAVCleanupAgent.cleanupScalarReferences(LibrarySession session,
Attribute attr,
int batchSize)
Fix broken scalar references for the specified Attribute.
|
protected void |
EventHandlerAgent.InternalHandler.deactivate()
De-activates the handler, as result of
the referenced AuditSpecification being deleted or
invalidated.
|
void |
AclIndexAgent.disableEventListening()
Disable listening for events on the ACL Index propertybundle.
|
void |
ContentAgent.disableEventListening()
Disable listening for events.
|
void |
EventHandlerAgent.disableEventListening()
Disable listening for events on AuditSpecification instances.
|
void |
ExecutedActionRetainedEventAgent.disableEventListening()
Disable listening for events on the ActivityRecord class.
|
void |
FolderIndexAgent.disableEventListening()
Disable listening for events on the FolderIndex propertybundle
|
void |
LifecycleAgent.disableEventListening()
Disable listening for events on LifecyclePolicyEntry instances.
|
void |
ManualTextIndexingAgent.disableEventListening()
Disable listening for events on the ContentObject class.
|
void |
QuotaAgent.disableEventListening()
Disable listening for ContentQuota object events.
|
void |
RetainedEventAgent.disableEventListening()
Disable listening for events on the event target propertybundle
|
void |
AclIndexAgent.enableEventListening()
Enable listening events on the ACL Index propertyBundle.
|
void |
ContentAgent.enableEventListening()
Enable listening events on any ContentVaultEntry.
|
void |
EventHandlerAgent.enableEventListening()
Enable listening events on any AuditSpecification.
|
void |
ExecutedActionRetainedEventAgent.enableEventListening()
Enable listening events on ActivityRecord class.
|
void |
FolderIndexAgent.enableEventListening()
Enable listening events on the Folder Index propertyBundle
|
void |
LifecycleAgent.enableEventListening()
Enable listening events on any LifecyclePolicyEntry.
|
void |
ManualTextIndexingAgent.enableEventListening()
Enable listening events on ContentObject class.
|
void |
QuotaAgent.enableEventListening()
Enable listening for ContentQuota object events
|
void |
RetainedEventAgent.enableEventListening()
Enable listening events on the QuotaUpdateIndex propertyBundle
|
void |
DatabaseManagementAgent.AnalyzeTask.execute(LibrarySession session)
Execute the ANALYZE action.
|
abstract void |
MultipleTimerAgent.MultipleTimerTask.execute(LibrarySession session)
Execute the action associated with a TimerTask that is ready for execution.
|
AuditSpecification |
EventHandlerAgent.InternalHandler.getAuditSpecification() |
protected AuditSpecification |
EventHandlerAgent.InternalHandler.getAuditSpecification(LibrarySession session)
Gets the AuditSpecification
|
AttributeValue |
EventHandlerAgent.InternalHandler.getHandlerProperty(String key) |
long |
EventHandlerAgent.InternalHandler.getMinimumDispatchedEventId() |
long |
EventHandlerAgent.InternalHandler.getNextSequenceId() |
AttributeValue |
EventHandlerAgent.InternalHandler.getNodeProperty(String key) |
AttributeValue |
EventHandlerAgent.InternalHandler.getServerProperty(String key) |
protected AttributeValueTable |
EventHandlerAgent.getTimerConfiguration() |
void |
AclIndexAgent.handleEvent(IfsEvent event)
Handles events.
|
void |
ContentAgent.handleEvent(IfsEvent event)
Handles events.
|
void |
EventHandlerAgent.handleEvent(IfsEvent event)
Handles events.
|
void |
FolderIndexAgent.handleEvent(IfsEvent event)
Handles events.
|
void |
LifecycleAgent.handleEvent(IfsEvent event)
Handles events.
|
void |
QuotaAgent.handleEvent(IfsEvent event)
Handles events on ContentQuota objects.
|
void |
RetainedEventAgent.handleEvent(IfsEvent event)
Handles events.
|
protected void |
EventHandlerAgent.handleRequest(IfsServer.ServerRequest request)
Handles the specified pending request.
|
protected void |
LifecycleAgent.handleRequest(IfsServer.ServerRequest request)
Handles the specified pending request.
|
protected void |
MultipleTimerAgent.handleRequest(IfsServer.ServerRequest request)
Handles the specified pending request.
|
protected void |
BaseAgent.handleResumeRequest()
handle the resume request.
|
protected void |
BaseAgent.handleSuspendRequest()
handle the suspend request.
|
protected void |
BaseAgent.handleTimerExpired()
handle the timer expired request.
|
protected void |
BaseAgent.incrementProperty(String name)
Increment an int property and publish it
|
protected void |
EventHandlerAgent.InternalHandler.initialize(LibrarySession session)
Initializes a InternalHandler.
|
boolean |
AclIndexAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
AuditEventDispatchAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
BaseAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
EventHandlerAgent.isAgent() |
boolean |
FolderIndexAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
LifecycleAgent.isAgent() |
boolean |
LockExpirationAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
RetainedEventAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
ServiceWarmupAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
StatisticsAgent.isAgent()
Gets whether this Server is an agent.
|
boolean |
AuditEventDispatchAgent.isPropertyReadonly(String name)
Returns true if the property name specified is readonly.
|
boolean |
DatabaseManagementAgent.isPropertyReadonly(String name)
Returns indication as to whether the specified property is readonly.
|
boolean |
ExecutedActionRetainedEventAgent.isPropertyReadonly(String name)
Returns true if the property name specified is readonly.
|
boolean |
FolderIndexAnalyzerAgent.isPropertyReadonly(String name)
Returns true or false based on the property name and server status.
|
boolean |
LifecycleAgent.isPropertyReadonly(String name)
Returns true if the property name specified is readonly.
|
boolean |
LockExpirationAgent.isPropertyReadonly(String name)
Returns true if the property name specified is readonly.
|
boolean |
RetainedEventAgent.isPropertyReadonly(String name)
Returns true if the property name specified is readonly.
|
boolean |
StatisticsAgent.isPropertyReadonly(String name)
Returns true if the property name specified is readonly.
|
protected void |
EventHandlerAgent.InternalHandler.markDisposed()
De-activates the handler, as result of
the referenced AuditSpecification being deleted or
invalidated.
|
void |
DatabaseManagementAgent.performAnalyze(LibrarySession session)
Execute the ANALYZE action.
|
protected void |
LifecycleAgent.ProcessingChannel.postProcessingAction(LifecycleAgent.RegisteredPolicyEntry rpe,
Long[] docIds)
Post a task to process the action in the thread
of this channel's executor.
|
protected void |
RetainedEventAgent.postProcessRetainedEvents()
Called after all retained events have been processed
|
protected void |
LifecycleAgent.SelectingChannel.postSelectingAction(LifecycleAgent.RegisteredPolicyEntry rpe)
Post a task to perform candidate document selection for the specified
RPE using this channel's executor.
|
protected void |
RetainedEventAgent.preBatchProcessing()
Called before a batch of Retained Events are processed.
|
void |
AclIndexAgent.processEvent(IfsEvent event)
Process the next event.
|
void |
ContentAgent.processEvent(IfsEvent event)
Process the next event.
|
void |
EventHandlerAgent.processEvent(IfsEvent event)
Process the next event.
|
void |
FolderIndexAgent.processEvent(IfsEvent event)
Process the next event
|
void |
LifecycleAgent.processEvent(IfsEvent event)
Process the next event.
|
void |
QuotaAgent.processEvent(IfsEvent event)
Process the next event
|
void |
RetainedEventAgent.processEvent(IfsEvent event)
Process the next event
|
protected void |
ExecutedActionRetainedEventAgent.processRetainedEvent(LibrarySession session,
RetainedEvent re)
Process a retained event.
|
protected void |
RetainedEventAgent.processRetainedEvent(LibrarySession session,
RetainedEvent re)
Process a retained event.
|
protected void |
BaseAgent.processWithinRun()
Process within the run loop.
|
protected void |
ContentAgent.processWithinRun()
Process within the run loop.
|
protected void |
QuotaAgent.publishProperties() |
protected void |
BaseAgent.publishProperty(String name,
AttributeValue av)
Publish a property for the world to see
|
void |
EventHandlerAgent.InternalHandler.purgeEvent(AuditEvent event) |
void |
EventHandlerAgent.InternalHandler.purgeEvents(AuditEvent[] events) |
protected void |
DatabaseManagementAgent.registerTasks()
Register the timer tasks.
|
protected abstract void |
MultipleTimerAgent.registerTasks()
Perform Initialization at start of run method.
|
protected void |
MultipleTimerAgent.registerTimerTask(MultipleTimerAgent.MultipleTimerTask task,
String execPeriod,
String baseTimeOfDay,
String timeFormat)
Registers a MultipleTimerTask.
|
protected void |
EventHandlerAgent.InternalHandler.releaseSession()
Release a LibrarySession back to the LibrarySession pool.
|
void |
EventHandlerAgent.InternalHandler.removeHandlerProperty(String key) |
void |
EventHandlerAgent.InternalHandler.restartAuditEventHandler() |
protected PublicObject[] |
ExpirationAgent.selectExpiredObjectBatch(int batchSize)
Select the next batch of expired PublicObjects.
|
protected GarbageCollectionAgent.PublicObjectInfo[] |
GarbageCollectionAgent.selectIdBatch(LibrarySession session,
String attrName,
long lastId,
int batchSize)
Select a batch of PublicObject IDs that reference a non-existent user
via one of the PublicObject attributes.
|
void |
EventHandlerAgent.InternalHandler.setDomainId(long domainId) |
void |
EventHandlerAgent.InternalHandler.setHandlerProperty(String key,
AttributeValue value) |
protected void |
LifecycleAgent.SelectingChannel.shutdown()
Shutdown the channel.
|
protected void |
LifecycleAgent.ProcessingChannel.shutdown()
Shutdown the channel.
|
protected void |
LifecycleAgent.SelectingChannel.start()
Start the channel.
|
protected void |
LifecycleAgent.ProcessingChannel.start()
Start the channel.
|
boolean |
BaseAgent.supportsSuspendResume()
Gets whether this Server supports suspend/resume.
|
protected void |
EventHandlerAgent.InternalHandler.timerExpired()
Handles timer expiration for the registered AuditSpecification.
|
Constructor and Description |
---|
AclIndexAgent()
Constructs the AclIndexAgent.
|
AuditEventDispatchAgent()
Constructs a AuditEventDispatchAgent.
|
BaseAgent()
Constructs the BaseAgent.
|
ContentAgent()
Constructs the ContentAgent.
|
DanglingObjectAVCleanupAgent()
Constructs the DanglingObjectAVCleanupAgent.
|
DatabaseManagementAgent()
Constructs the DatabaseManagementAgent.
|
EventExchangerAgent()
Constructs the EventExchangerAgent.
|
EventHandlerAgent()
Constructs a EventHandlerAgent.
|
ExecutedActionRetainedEventAgent()
Constructs the ExecutedActionRetainedEventAgent.
|
ExpirationAgent()
Constructs the ExpirationAgent.
|
FolderIndexAgent()
Constructs the FolderIndexAgent.
|
FolderIndexAnalyzerAgent()
Constructs the FolderIndexAnalyzerAgent.
|
GarbageCollectionAgent()
Constructs the GarbageCollectionAgent.
|
InternalHandler(EventHandlerAgent.RegisteredAuditSpecification ras)
Constructs an InternalHandler, without a handler.
|
InternalHandler(EventHandlerAgent.RegisteredAuditSpecification ras,
AuditEventHandler handler)
Constructs a InternalHandler.
|
LifecycleAgent()
Constructs a LifecycleAgent.
|
LockExpirationAgent()
Constructs a LockExpirationAgent.
|
ManualTextIndexingAgent()
Constructs the ManualTextIndexingAgent.
|
MultipleTimerAgent()
Constructs the MultipleTimerAgent.
|
ProcessingChannel(int threadNum)
Constructs a ProcessingChannel.
|
QuotaAgent()
Constructs the QuotaAgent.
|
RetainedEventAgent()
Constructs the RetainedEventAgent.
|
SelectingChannel()
Constructs a SelectingChannel.
|
ServiceWarmupAgent()
Constructs the Agent.
|
StatisticsAgent()
Constructs a StatisticsAgent.
|
Modifier and Type | Method and Description |
---|---|
void |
ControllerState.acknowledgeChallenger()
Acknowledge as Challenger.
|
void |
ControllerState.acknowledgeController()
Acknowledge as Controller.
|
void |
AuditSpecification.activate()
Activates this instance.
|
void |
ServerSpecification.activate()
Activates this instance.
|
void |
AuditSpecification.activateHandler()
Activates the handler associated with this instance.
|
void |
ControllerPlan.addAssignment(AttributeValueTable assignment)
Adds an assignment to the map.
|
void |
AuditTypeListDefinition.addAuditTypeEntryValue(AuditTypeEntryValue atev)
Adds an AuditTypeEntryValue to the list of AuditTypeEntryValues.
|
void |
AuditTypeListDefinition.addAuditTypeEntryValues(AuditTypeEntryValue[] atevs)
Adds a set of AuditTypeEntryValues to the list of AuditTypeEntryValues.
|
void |
AuditTypeListDefinition.addEventDefinition(AttributeValueTable eventsTable)
Adds a set of event declarations from a table entry.
|
void |
AuditTypeListDefinition.addEventDefinitions(List<AttributeValueTable> eventsList)
Adds a set of event declarations via a table list.
|
void |
NodeState.addExplicitlyIdleServerName(String serverName)
Adds the specified managed Server name to the list of
explicitly idle Server names.
|
void |
ControllerPlanExecution.addRunningNodeState(NodeState newNode)
Add a new NodeState to the set of available NodeStates
managed by this instance.
|
void |
AuditHandlerSpecification.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
ControllerJob.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
ServerSpecification.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
RuntimeState.addStateProperty(String key,
AttributeValue val)
Adds (or replaces) a state property.
|
void |
AuditHandlerSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
AuditSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
AuditTargetSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
AuditTypeListDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
AutoFolderingActionSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ControllerAlertDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ControllerJobDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ControllerLoadRatioDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ControllerPlanDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ControllerReplyDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ControllerRequestDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
OperationActionSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
ServerSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
AuditSpecification.auditAuditSpecificationGlobalAuditTypeListChanged()
Audits a change to the Global AuditTypeList.
|
protected void |
AuditSpecification.auditUpdated(LibraryObjectDefinition lodef) |
void |
ControllerState.checkControllerActions(RuntimeState rs)
Checks the specified RuntimeState for any required Controller actions.
|
void |
ControllerAlert.clear()
Clears an instance, by updating all elements to null.
|
void |
ControllerReply.clear()
Clears this instance, by updating all elements to null.
|
void |
ControllerRequest.clear()
Clears this instance, by updating all elements to null.
|
protected void |
ControllerState.clearChallenger()
Clear the current Challenger.
|
void |
ControllerState.clearController()
Clear the Controller.
|
void |
ControllerPlanExecution.clearRecoveryBeginDate()
Clears the recovery begin Date.
|
void |
ControllerPlanExecution.clearStartupBeginDate()
Clears the startup begin Date.
|
void |
ControllerJob.complete()
Mark the job as completed, by setting ACTIVE to false.
|
void |
ControllerJob.complete(String compDesc)
Mark the job as completed, by setting ACTIVE to false
and adding the specified completion description.
|
static ComplexControllerJob |
ControllerJob.constructComplexControllerJob(LibrarySession session,
String classPath)
Constucts the ComplexControllerJob instance implementation
corresponding to the specified class path.
|
static HandlerState |
HandlerState.create(AuditSpecification spec,
NodeState ns,
boolean assigned,
String classif)
Create a HandlerState based on the specified inputs.
|
static ControllerPlanExecution |
ControllerPlanExecution.create(ControllerPlan cplan)
Create a simple ControllerPlanExecution from a ControllerPlan.
|
static ControllerJob |
ControllerJob.create(int code,
RuntimeState rs)
Create a simple ControllerJob.
|
static ControllerAlert |
ControllerAlert.create(LibrarySession session)
Creates an empty instance.
|
static ControllerReply |
ControllerReply.create(LibrarySession session)
Creates an empty instance.
|
static ControllerRequest |
ControllerRequest.create(LibrarySession session)
Creates an empty instance.
|
static ControllerState |
ControllerState.create(LibrarySession sess,
String name,
List<AttributeValueTable> propsList)
Create a ControllerState based on the specified inputs.
|
static NodeState |
NodeState.create(NodeConfiguration nc,
ServiceState serviceState,
String nodeName,
Long newNodeStateId)
Create a NodeState based on the specified inputs.
|
static ServiceState |
ServiceState.create(ServiceConfiguration svc,
String serviceName,
Long serviceId,
Long newNodeStateId)
Create a ServiceState based on the specified inputs.
|
static ServerState |
ServerState.create(String name,
String scName,
ServerSpecification spec,
NodeState ns,
boolean assigned,
String classif)
Create a ServerState based on the specified inputs.
|
HandlerState |
ControllerPlanExecution.createAssignedHandlerState(AuditSpecification spec)
Get an available NodeState to assign for the specified Handler.
|
ServerState |
ControllerPlanExecution.createAssignedServerState(ServerSpecification spec)
Get an available NodeState to assign for the specified ServerSpecification
and if found, create a ServerState the Controller can request to start new.
|
static AuditTypeList |
AuditTypeList.createAuditTypeList(LibrarySession session,
AuditTypeListDefinition def)
Create a new AuditTypeList.
|
HandlerState |
HandlerState.createCopy(NodeState ns)
Create a HandlerState based on the target object,
using the specified NodeState as the managing Node.
|
ServerState |
ServerState.createCopy(NodeState ns)
Create a ServerState based on the target object,
using the specified NodeState as the managing Node.
|
static ControllerJob |
ControllerJob.createReconfigure(RuntimeState rs,
AttributeValueTable settingsTable)
Create a job to Reconfigure a RuntimeState object.
|
void |
AuditSpecification.deactivate()
Deactivates this instance.
|
void |
ServerSpecification.deactivate()
Deactivates this instance.
|
void |
AuditSpecification.deactivateHandler()
Deactivates the handler associated with this instance.
|
static AuditSpecification |
AuditSpecification.find(LibrarySession session,
String name)
Finds an AuditSpecification instance by name, or null if
no AuditSpecification with the given name could be found.
|
static AuditTypeList |
AuditTypeList.find(LibrarySession session,
String name)
Finds a AuditTypeList instance by name, or null if no AuditTypeList
with the given name could be found.
|
static AutoFolderingActionSpecification[] |
AutoFolderingActionSpecification.findAll(LibrarySession session)
Returns the set of defined AutoFolderingActionSpecifications.
|
static ControllerLoadRatio[] |
ControllerLoadRatio.findAll(LibrarySession session)
Returns the set of defined ControllerLoadRatios.
|
static ControllerPlan[] |
ControllerPlan.findAll(LibrarySession session)
Returns the set of defined ControllerPlans.
|
static OperationActionSpecification[] |
OperationActionSpecification.findAll(LibrarySession session)
Returns the set of defined OperationActionSpecifications.
|
static ServerSpecification[] |
ServerSpecification.findAll(LibrarySession session)
Returns the set of defined ServerSpecifications.
|
static AutoFolderingActionSpecification |
AutoFolderingActionSpecification.findByName(LibrarySession session,
String name)
Returns the a AutoFolderingActionSpecification matching the
specified name.
|
static ControllerLoadRatio |
ControllerLoadRatio.findByName(LibrarySession session,
String name)
Returns the a ControllerLoadRatio matching the
specified name.
|
static ControllerPlan |
ControllerPlan.findByName(LibrarySession session,
String name)
Returns the a ControllerPlan matching the
specified name.
|
static OperationActionSpecification |
OperationActionSpecification.findByName(LibrarySession session,
String name)
Returns the a OperationActionSpecification matching the
specified name.
|
static ServerSpecification |
ServerSpecification.findByName(LibrarySession session,
String name)
Returns the a ServerSpecification matching the
specified name.
|
static ControllerLoadRatio |
ControllerLoadRatio.findOrCreate(LibrarySession sess,
String name)
Find or create a ControllerLoadRatio from its name.
|
static ControllerState |
ControllerState.get(LibrarySession session)
Gets the singleton ControllerState instance.
|
long |
ControllerState.getAcknowledgeDateExpirationPeriod()
Gets the acknowledge date expiration period, expressed as a number
of milliseconds such as 40000.
|
String |
ControllerState.getAcknowledgeDateExpirationPeriodString()
Gets the acknowledge date expiration period, expressed as a String
such as "40S".
|
String |
AuditHandlerSpecification.getAgentIdentifier()
Deprecated.
9.3.4.0: this attribute is no longer used
|
ControllerAlert.AlertCode |
ControllerAlert.getAlertCode()
Gets the Alert code enum that identifies the type of ControllerAlert.
|
String |
ControllerAlert.getAlertCodeName()
Gets the Alert code name that identifies the type of ControllerAlert.
|
int |
ControllerAlert.getAlertCodeNumber()
Gets the Alert code number that identifies the type of ControllerAlert.
|
Date |
ControllerAlert.getAlertDate()
Gets The date this ControllerAlert was placed.
|
NodeState[] |
ControllerPlanExecution.getAssignedNodes()
Gets the Nodes assigned for execution that matches the Node types
indicated in the associated plan.
|
List<AttributeValueTable> |
ControllerPlan.getAssignments()
Gets the set of assignment definitions for this plan.
|
List<AttributeValueTable> |
ControllerPlanExecution.getAssignments()
Gets the set of assignment definitions for this plan execution.
|
AuditEvent[] |
RuntimeState.getAuditEvents()
Gets all audit events that have been posted on the target.
|
String |
AuditHandlerSpecification.getAuditHandlerClassName()
Returns the fully-qualified class name of the AuditHandler implementation
to execute.
|
AuditHandlerSpecification |
AuditSpecification.getAuditHandlerSpecification()
Returns the AuditHandlerSpecification for this AuditSpecification.
|
AuditHandlerSpecificationDefinition |
AuditSpecificationDefinition.getAuditHandlerSpecificationDefinition()
Gets the AuditHandlerSpecificationDefinition specifying the
AuditHandlerSpecification for the AuditSpecification that
is created or updated.
|
AuditSpecification |
HandlerState.getAuditSpecification()
Returns the AuditSpecification that was used to created this instance,
as indicated by the Controller.
|
Long |
HandlerState.getAuditSpecificationId()
Returns the AuditSpecification ID that was used to created this instance,
as indicated by the Controller.
|
AuditTargetSpecification |
AuditSpecification.getAuditTargetSpecification()
Returns the AuditTargetSpecification for this AuditSpecification.
|
AuditTargetSpecificationDefinition |
AuditSpecificationDefinition.getAuditTargetSpecificationDefinition()
Gets the AuditTargetSpecificationDefinition specifying the
AuditTargetSpecification for the AuditSpecification that
is created or updated.
|
AuditTypeEntryValue[] |
AuditTypeList.getAuditTypeEntries()
Gets the set of AuditTypeEntries for this list, converted to
an array of AuditTypeEntryValue.
|
Hashtable |
AuditTypeList.getAuditTypeEntryTable()
Gets a resolved view of this AuditTypeList's set of AuditTypeEntries.
|
ArrayList |
AuditTypeListDefinition.getAuditTypeEntryValues()
Returns the list of all AuditTypeEntryValues.
|
AuditTypeList |
AuditSpecification.getAuditTypeList()
Returns the AuditTypeList for this AuditSpecification.
|
AuditTypeListDefinition |
AuditSpecificationDefinition.getAuditTypeListDefinition()
Gets the AuditTypeListDefinition specifying the
AuditTypeList for the AuditSpecification that is created or updated.
|
AutoFolderingAction |
AutoFolderingActionSpecification.getAutoFolderingAction()
Gets the AutoFolderingAction instance implementation
corresponding to the AutoFolderingActionClassName.
|
String |
AutoFolderingActionSpecification.getAutoFolderingActionClassName()
Gets the fully-qualified class name of the AutoFolderingAction class.
|
String |
AuditHandlerSpecification.getBaseTimeOfDayProperty()
Returns the base time of day for when the timer notifications
should occur.
|
Date |
ControllerState.getChallengerAcknowledgeDate()
Gets The date of the last acknowledge by the Node challenging to act as the controller.
|
NodeState |
ControllerState.getChallengerNodeState()
Gets The NodeState that is is challenging to act as the runtime controller.
|
String |
ControllerJob.getCompletionDescription()
Returns the description of how the ControllerJob completed.
|
ComplexControllerJob |
ControllerJob.getComplexControllerJob()
Gets the ComplexControllerJob instance implementation
corresponding to the ComplexJobClassPath.
|
String |
ControllerJob.getComplexJobClassPath()
Returns the fully-qualified class name of the Java class
which implements the ControllerJobInterface.
|
PropertyBundle |
RuntimeState.getConfigurationBundle()
Returns the Configuration PropertyBundle that is used to reflect the
initial configuration.
|
String |
RuntimeState.getConfigurationName()
Returns the name of the Configuration object used to create the
runtime object reflected by this RuntimeState.
|
protected String |
HandlerState.getConfigurationOverrideAuditEventKey()
Gets the Audit Event key to use for posting configuration overrides.
|
protected String |
NodeState.getConfigurationOverrideAuditEventKey()
Gets the Audit Event key to use for posting configuration overrides.
|
protected String |
RuntimeState.getConfigurationOverrideAuditEventKey()
Gets the Audit Event key to use for posting configuration overrides.
|
protected String |
ServerState.getConfigurationOverrideAuditEventKey()
Gets the Audit Event key to use for posting configuration overrides.
|
protected String |
ServiceState.getConfigurationOverrideAuditEventKey()
Gets the Audit Event key to use for posting configuration overrides.
|
PropertyBundle |
RuntimeState.getConfigurationOverrideBundle()
Returns the Configuration Override PropertyBundle that is used to reflect
any overrides to the initial configuration.
|
AttributeValue |
RuntimeState.getConfigurationOverridePropertyValue(String key)
Returns a configuration override property from the
Configuration Override PropertyBundle.
|
AttributeValue |
RuntimeState.getConfigurationPropertyValue(String key)
Returns a configuration property from the Configuration PropertyBundle.
|
Date |
ControllerState.getControllerAcknowledgeDate()
Gets The date of the last acknowledge by the Node acting as the controller.
|
ControllerAlert |
RuntimeState.getControllerAlert()
Returns the ControllerAlert in effect for this instance.
|
ControllerJob |
ControllerAlert.getControllerJob()
Returns the Job that initiated the request, associated with this alert,
if any.
|
ControllerJob |
ControllerReply.getControllerJob()
Returns the Job that initiated the request associated with this reply.
|
ControllerJob |
ControllerRequest.getControllerJob()
Returns the ControllerJob that initiated the Request.
|
NodeState |
ControllerState.getControllerNodeState()
Gets The NodeState that is acting as the runtime controller.
|
ControllerPlan |
ControllerPlanExecution.getControllerPlan()
Gets Reference to the ControllerPlan being executed.
|
ControllerPlan |
ControllerState.getControllerPlan()
Get the current ControllerPlan.
|
ControllerPlanExecution |
ControllerState.getControllerPlanExecution()
Get the current ControllerPlanExecution.
|
ControllerReply |
RuntimeState.getControllerReply()
Returns the ControllerReply in effect for this instance.
|
ControllerRequest |
RuntimeState.getControllerRequest()
Returns the ControllerRequest in effect for this instance.
|
Date |
AuditTypeList.getCreateDate()
Returns the date this object was created.
|
Date |
RuntimeState.getCreateDate()
Returns the date this object was created.
|
static ControllerPlanExecution |
ControllerPlanExecution.getCurrent(LibrarySession session)
Gets the currently executing ControllerPlanExecution.
|
static AuditSpecification[] |
AuditSpecification.getCustomAuditSpecifications(LibrarySession session)
Returns the set of custom AuditSpecification.
|
String |
NodeState.getDefaultLogLevel()
Gets the default log level in effect for the running Node.
|
String |
AuditSpecification.getDescription()
Returns the description of this AuditSpecification.
|
String |
AuditTypeList.getDescription()
Returns description of this object.
|
String |
AutoFolderingActionSpecification.getDescription()
Gets the description of this AutoFolderingActionSpecification.
|
String |
ControllerJob.getDescription()
Returns the description of this ControllerJob.
|
String |
ControllerPlan.getDescription()
Gets The description of the ControllerPlan.
|
String |
OperationActionSpecification.getDescription()
Gets the description of this OperationActionSpecification.
|
String |
ServerSpecification.getDescription()
Returns the description of this ServerSpecification.
|
Date |
RuntimeState.getDisposeDate()
Returns the date when the Runtime object reflected by this
RuntimeState was disposed.
|
int |
AuditSpecification.getDispositionRule()
Returns the disposition rule for AuditEvents in this AuditSpecification's
corresponding AuditHistory.
|
int |
AuditSpecification.getDispositionTimeout()
Returns the disposition timeout (in days) used when this
AuditSpecification's DISPOSITIONRULE is set to DISPOSITIONRULE_TIMEOUT.
|
Level |
NodeState.getEffectiveLogLevel(String loggerName)
Gets the effective log level in effect for the running Node for the
specified class or package name.
|
String |
NodeState.getEffectiveLogLevelName(String loggerName)
Gets the name of the effective log level in effect for the running Node
for the specified class or package name.
|
ServerState |
NodeState.getEventHandlerAgentState()
Gets the ServerState that reflects the EventHandlerAgent, which
manages the Handlers.
|
Date |
ControllerPlanExecution.getExecutionDate()
Gets The date this ControllerPlanExecution was started.
|
SimplePropertyTableList |
ControllerPlanExecution.getExecutionPlanTableList()
Gets Reference to object holding the details describing the plan execution.
|
AuditTypeEntryValue[] |
AuditTypeList.getExpandedAuditTypeEntries(String className)
Gets the set of AuditTypeEntries for this list, converted to
an array of AuditTypeEntryValue, and expanded to include placeholder
entries applicable to the specified class.
|
AuditTypeEntryValue[] |
AuditTypeList.getExpandedAuditTypeEntries(String className,
int successMode,
boolean includeNested)
Gets the set of AuditTypeEntries for this list, converted to
an array of AuditTypeEntryValue, and expanded to include placeholder
entries applicable to the specified class.
|
String[] |
NodeState.getExplicitlyIdleServerNames()
Gets the array of explicitly idle Server names.
|
static AuditSpecification |
AuditSpecification.getGlobalAuditSpecification(LibrarySession session)
Returns the out-of-the-box AuditSpecification used for the
Global Audit History.
|
HandlerState |
AuditSpecification.getHandlerState()
Returns the HandlerState for this instance, if it is
being run and managed by the Controller.
|
HandlerState[] |
NodeState.getHandlerStates()
Selects the set of HandlerState instances managed by this NodeState.
|
int |
AuditHandlerSpecification.getHandlerType()
Returns the type of handler class referenced by this
AuditHandlerSpecification, which is a value of:
HANDLERTYPE_REGULAR, HANDLERTYPE_INTERNAL, or HANDLERTYPE_CUSTOM.
|
int |
AuditTargetSpecification.getIncludeDescendents()
Returns the include descendents option, which is a value of:
INCLUDEDESCENDENTS_NONE, INCLUDEDESCENDENTS_DIRECT, or
INCLUDEDESCENDENTS_DEEP.
|
Long |
ControllerAlert.getInfoNumber()
Gets Data element for Alert info, for a number.
|
Long |
ControllerReply.getInfoNumber()
Gets Data element for reply info, for a number.
|
Long |
ControllerRequest.getInfoNumber()
Gets Data element for request info, for a number.
|
String |
ControllerAlert.getInfoString()
Gets Data element for Alert info, for a String.
|
String |
ControllerReply.getInfoString()
Gets Data element for reply info, for a String.
|
String |
ControllerRequest.getInfoString()
Gets Data element for request info, for a String.
|
static AuditSpecification[] |
AuditSpecification.getInternalAuditSpecifications(LibrarySession session)
Returns the set of out-of-the-box AuditSpecification.
|
Date |
ControllerJob.getJobDate()
Gets The date this ControllerJob was placed.
|
SimpleProperty[] |
ControllerJob.getJobSettings()
Gets the settings used to describe the job.
|
AttributeValue |
ControllerJob.getJobSettingValue(String settingName)
Gets a settings used to describe the job for the specified setting name.
|
String |
ControllerJob.getJobType()
Returns the job type for this ControllerJob.
|
Date |
NodeState.getLastAcknowledgeDate()
Returns the date of the last acknowledge by the running Node.
|
static LibraryObjectLookupCache |
AutoFolderingActionSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
AutoFolderingActionSpecification instances by name.
|
static LibraryObjectLookupCache |
ControllerLoadRatio.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ControllerLoadRatio instances by name.
|
static LibraryObjectLookupCache |
ControllerPlan.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ControllerPlan instances by name.
|
static LibraryObjectLookupCache |
ServerSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
ServerSpecification instances by name.
|
String[] |
NodeState.getLogLevelOverrides()
Gets the log level overrides in effect for the running Node.
|
NodeState |
RuntimeState.getManagingNodeState()
Returns the NodeState corresponding to the Node
that is managing this instance.
|
String[] |
ControllerPlan.getNodeCapabilityByPosition()
Gets the capability of Node required for each of the expected Nodes,
arranged in the array by Node position.
|
int |
ControllerLoadRatio.getNodeCount()
Gets The number of Nodes being load balanced.
|
int |
ControllerPlan.getNodeCount()
Gets the number of Nodes expected by the plan.
|
int |
ControllerPlanExecution.getNodeCount()
Gets the number of Nodes expected according to the associated plan.
|
String[] |
ControllerPlan.getNodeLabelByPosition()
Gets the labels used to identify an assigned Node by its position.
|
NodeState |
HandlerState.getNodeState()
Returns the NodeState for the node associated with the handler
that is reflected by this instance.
|
NodeState |
RuntimeState.getNodeState()
Returns the NodeState that is intended to manage the instance.
|
NodeState |
ServerState.getNodeState()
Returns the NodeState for the node associated with the server
that is reflected by this instance.
|
static NodeState[] |
NodeState.getNodeStates(LibrarySession session)
Selects the set of NodeState instances that are active.
|
static AuditSpecification |
AuditSpecification.getObjectAuditSpecification(LibrarySession session)
Returns the out-of-the-box AuditSpecification used for the
Object Audit History.
|
SimplePropertyTable |
ControllerPlan.getObjectPropertyTable()
Gets the SimplePropertyTable representing this object's metadata.
|
SimplePropertyTable |
ControllerPlanExecution.getObjectPropertyTable()
Gets the SimplePropertyTable representing this object's metadata.
|
OperationAction |
OperationActionSpecification.getOperationAction()
Gets the OperationAction instance implementation
corresponding to the OperationActionClassName.
|
String |
OperationActionSpecification.getOperationActionClassName()
Gets the fully-qualified class name of the OperationAction class.
|
int |
AuditTypeEntry.getOperationSuccessMode()
Returns the numeric value that describes whether successful and/or
failed operations should be audited.
|
int |
AuditTypeEntry.getOperationType()
Returns the numeric representation of the Audit Operation
Type.
|
SimplePropertyTableList |
ControllerPlan.getPlanTableList()
Gets Reference to object holding the details describing the plan.
|
String |
AuditSpecification.getPropertyTableName()
Returns the table name to use for event properties for
this AuditSpecification.
|
int[] |
ControllerLoadRatio.getRatios()
Gets the array of relative ratios to use when assigning
Nodes to Servers or Handlers.
|
Date |
ControllerPlanExecution.getRecoveryBeginDate()
Gets the recovery begin Date, the time/date at which recovery
towards becoming fully started begins.
|
String |
ControllerPlan.getRecoveryPeriod()
Gets the recovery time period, which is the duration to wait before
returning back to a "fully started" state after one or more assigned
Nodes are no longer assigned.
|
String |
ControllerPlanExecution.getRecoveryPeriod()
Gets the recovery time period, which is the duration to wait before
returning back to a "fully started" state after one or more assigned
Nodes are no longer assigned.
|
long |
ControllerPlanExecution.getRecoveryPeriodDuration()
Gets the recovery time period duration.
|
Date |
ControllerReply.getReplyBeginDate()
Gets The date this ControllerReply was received by the managing Node.
|
ControllerReply.ReplyCode |
ControllerReply.getReplyCode()
Gets the Reply code enum that identifies the type of ControllerReply.
|
String |
ControllerReply.getReplyCodeName()
Gets the Reply code name that identifies the type of ControllerReply.
|
int |
ControllerReply.getReplyCodeNumber()
Gets the Reply code number that identifies the type of ControllerReply.
|
Date |
ControllerReply.getReplyDate()
Gets The date this ControllerReply was completed.
|
ControllerRequest.RequestCode |
ControllerRequest.getRequestCode()
Gets the request code enum that identifies the type of ControllerRequest.
|
String |
ControllerRequest.getRequestCodeName()
Gets the request code name that identifies the type of ControllerRequest.
|
int |
ControllerRequest.getRequestCodeNumber()
Gets the request code number that identifies the type of ControllerRequest.
|
Date |
ControllerRequest.getRequestDate()
Gets The date this ControllerRequest was placed.
|
String |
AuditHandlerSpecification.getRuntimeClassification()
Returns the hierarchical identifier describing the type of this handler
for runtime management purposes.
|
String |
HandlerState.getRuntimeClassification()
Returns the runtime classification fragment used by the Controller to
assign this instance.
|
String |
RuntimeState.getRuntimeClassification()
Returns the runtime classification fragment used by the Controller to
assign this instance.
|
String |
ServerSpecification.getRuntimeClassification()
Returns the hierarchical identifier describing the type of this server
for runtime management purposes.
|
String |
ServerState.getRuntimeClassification()
Returns the runtime classification fragment used by the Controller to
assign this instance.
|
PropertyBundle |
RuntimeState.getRuntimeStateBundle()
Returns the Runtime State PropertyBundle that is used to reflect the
state of the running object.
|
AttributeValue |
RuntimeState.getRuntimeStatePropertyValue(String key)
Returns a runtime state property from the runtime state PropertyBundle.
|
static RuntimeState[] |
RuntimeState.getRuntimeStates(LibrarySession session)
Selects the set of RuntimeState instances that are active.
|
RuntimeState |
ControllerJob.getRuntimeStateTarget()
Gets the RuntimeState that is the target (or subject) of this Job.
|
static String |
ControllerState.getRuntimeSystemSummary(LibrarySession session,
boolean showDates)
Gets a basic printable Runtime system summary.
|
ServerConfiguration |
ServerSpecification.getServerConfiguration()
Returns the ServerConfiguration that defines the configuration for this server.
|
ServerSpecification |
ServerState.getServerSpecification()
Returns the ServerSpecification that was used to created this instance,
as indicated by the Controller.
|
ServerState |
HandlerState.getServerState()
Returns the ServerState for the server associated with the handler
that is reflected by this instance.
|
ServerState |
ServerSpecification.getServerState()
Returns the ServerState for this ServerSpecification.
|
ServerState[] |
NodeState.getServerStates()
Selects the set of active ServerState instances managed by this NodeState.
|
ServiceState |
HandlerState.getServiceState()
Returns the ServiceState for the service associated with the handler
that is reflected by this instance.
|
ServiceState |
NodeState.getServiceState()
Returns the ServiceState for the service associated with the node
that is reflected by this instance.
|
ServiceState |
ServerState.getServiceState()
Returns the ServiceState for the service associated with the server
that is reflected by this instance.
|
SimpleProperty[] |
AuditHandlerSpecification.getSettings()
Gets the settings used to describe this instance.
|
SimpleProperty[] |
ServerSpecification.getSettings()
Gets the settings used to describe the instance.
|
Integer |
ControllerJob.getSimpleJobCode()
Gets the simple Job code number for simple ControllerJobs, using the
same code numbers as for ControllerRequests.
|
String |
ControllerJob.getSimpleJobCodeName()
Gets the simple Job code name for simple ControllerJobs.
|
Date |
ControllerPlanExecution.getStartupBeginDate()
Gets the startup begin Date, the time/date at which starting up
towards becoming fully started begins.
|
String |
ControllerPlan.getStartupPeriod()
Gets the startup time period, which is the duration to wait
while assigning Nodes before automatically changing to a
"fully started" state.
|
String |
ControllerPlanExecution.getStartupPeriod()
Gets the startup time period, which is the duration to wait
while assigning Nodes before automatically changing to a
"fully started" state.
|
long |
ControllerPlanExecution.getStartupPeriodDuration()
Gets the startup time period duration.
|
AttributeValue |
RuntimeState.getStateProperty(String key)
Returns the value of a state property from the StatePropertyTable.
|
SimplePropertyTable |
RuntimeState.getStatePropertyTable()
Returns the State Property Table (as an embedded SimplePropertyTable)
that is used to reflect the state of the runtime object.
|
AttributeValueTable |
RuntimeState.getStatePropertyTableSnapshot()
Returns a static snapshot of the State Property Table.
|
RuntimeState.Status |
RuntimeState.getStatus()
Gets the status of the RuntimeState (enumerated).
|
int |
RuntimeState.getStatusCode()
Gets the status code of the RuntimeState (enumerated).
|
Date |
RuntimeState.getStatusDate()
Returns the date this object last experienced a Status change.
|
String |
RuntimeState.getStatusName()
Gets the name of the status of the marking (enumerated).
|
String[] |
NodeState.getSupportedNodeCapabilities()
Gets the array of Node capabilities supported by this instance's Node.
|
String |
AuditSpecification.getTableName()
Returns the table name to use for events for this AuditSpecification.
|
String[] |
AuditSpecification.getTableNames()
Returns the table names that are used for events for this
AuditSpecification.
|
String |
AuditSpecification.getTableNameSuffix()
Returns the table name suffix, used for table and view for custom
audit event tables.
|
Long |
AuditTargetSpecification.getTargetObjectId()
Returns the ID of the target object.
|
String |
AuditHandlerSpecification.getTimeFormatProperty()
Returns the time format to use in computing when the timer notifications
should occur.
|
String |
AuditHandlerSpecification.getTimerPeriodProperty()
Returns the timeout period to use for timer expiration
notifications.
|
long |
NodeState.getTimeSinceLastAcknowledge()
Returns the elapsed time (in ms) since the last acknowledge
by the running Node.
|
String |
ControllerAlert.getUuid()
Gets the value of the UUID attribute.
|
String |
ControllerJob.getUuid()
Gets the value of the UUID attribute.
|
String |
ControllerLoadRatio.getUuid()
Gets the value of the UUID attribute.
|
String |
ControllerPlan.getUuid()
Gets the value of the UUID attribute.
|
String |
ControllerPlanExecution.getUuid()
Gets the value of the UUID attribute.
|
String |
ControllerReply.getUuid()
Gets the value of the UUID attribute.
|
String |
ControllerRequest.getUuid()
Gets the value of the UUID attribute.
|
String |
AuditSpecification.getViewName()
Returns the table name to use for events for this AuditSpecification.
|
protected SystemObject |
AuditTypeEntry.handleCreate(LibraryObjectDefinition lodef) |
void |
AutoFolderingActionSpecification.handleEvent(IfsEvent event) |
void |
ControllerState.handleEvent(IfsEvent event) |
void |
OperationActionSpecification.handleEvent(IfsEvent event) |
boolean |
ControllerState.hasChallengerDuties(NodeState callingNode)
Detects if there are any regular challenge duties.
|
boolean |
AuditSpecification.hasNameAttribute() |
boolean |
AuditTypeList.hasNameAttribute() |
boolean |
AutoFolderingActionSpecification.hasNameAttribute() |
boolean |
ControllerJob.hasNameAttribute() |
boolean |
ControllerLoadRatio.hasNameAttribute() |
boolean |
ControllerPlan.hasNameAttribute() |
boolean |
OperationActionSpecification.hasNameAttribute() |
boolean |
RuntimeState.hasNameAttribute() |
boolean |
ServerSpecification.hasNameAttribute() |
boolean |
ControllerPlanExecution.hasUnassignedNodes()
Gets whether there are any unassigned Nodes in the
current set of assigned nodes.
|
boolean |
ControllerState.isAcknowledgeDateExpired(Date ackDate)
Checks if the specified acknowledge date is non-null and
representing a date that is older than the specified time period
associated with this object.
|
boolean |
ControllerJob.isActive()
Gets the Active status.
|
boolean |
ControllerPlanExecution.isActive()
Gets an indicator of whether this ControllerJob is still being worked on by the Controller.
|
boolean |
ControllerAlert.isAlertActive()
Gets whether there is a pending Alert.
|
boolean |
NodeState.isAssignable()
Gets indication as to whether this Node is assignable by the
Controller for Servers/Handlers that are assigned.
|
boolean |
HandlerState.isAssigned()
Gets indication as to whether this instance was assigned by the Controller.
|
boolean |
RuntimeState.isAssigned()
Gets indication as to whether this instance was assigned by the Controller.
|
boolean |
ServerState.isAssigned()
Gets indication as to whether this instance was assigned by the Controller.
|
boolean |
ControllerPlanExecution.isAssignedNode(NodeState ns)
Gets whether the specified NodeState is one of the assigned nodes.
|
boolean |
RuntimeState.isControllerReplyActive()
Returns true if there is an active ControllerReply
in effect for this instance.
|
boolean |
RuntimeState.isControllerRequestActive()
Returns true if there is an active ControllerRequest
in effect for this instance.
|
boolean |
RuntimeState.isDisposed()
Returns true if this instance is disposed.
|
boolean |
AuditTargetSpecification.isEventApplicable(AuditEvent event,
AuditSpecification spec)
Checks to see if the specified event is applicable to
the specified AuditSpecification.
|
boolean |
AuditTargetSpecification.isEventApplicable(AuditEvent event,
AuditSpecification spec,
long targetIdVal,
int inclDesc)
Checks to see if the specified event is applicable to
the specified AuditSpecification.
|
boolean |
ControllerPlan.isEveryAssignmentFinal()
Gets an indicator of whether every assignment entry should be
considered as being defined as "final", meaning the classification
hierarchy will not be checked further if no Node is defined
at the lowest defined level.
|
boolean |
ControllerPlanExecution.isEveryAssignmentFinal()
Gets an indicator of whether every assignment entry should be
considered as being defined as "final", meaning the classification
hierarchy will not be checked further if no Node is defined
at the lowest defined level.
|
boolean |
AuditTypeEntry.isFailedOperationIncluded()
Returns whether failed operations should be audited.
|
boolean |
RuntimeState.isFinalized()
Returns true if this instance is finalized.
|
boolean |
ControllerPlanExecution.isFullyStarted()
Gets an indicator of whether this plan execution has reached
a fully started state, meaning that runnables are assigned to the
most appropriate Node.
|
boolean |
AuditSpecification.isHandlerActive()
Returns true if this instance has a Handler defined and it is active.
|
boolean |
AuditSpecification.isHandlerNonCompeting()
Returns true if this instance has a Handler defined that is non-competing.
|
boolean |
AutoFolderingActionSpecification.isInternal()
Gets the indication as to whether the
AutoFolderingAction reference implements the internal interface.
|
boolean |
OperationActionSpecification.isInternal()
Gets the indication as to whether the
OperationAction reference implements the internal interface.
|
boolean |
AuditHandlerSpecification.isNonCompeting()
Gets the non-competing status.
|
boolean |
ControllerPlanExecution.isNormalControllerRelease()
Gets an indicator of whether the Controller was released normally.
|
boolean |
AuditHandlerSpecification.isNotifiedWhenEventsPosted()
Returns true if this handler is interested in being called back
when registered events are posted.
|
boolean |
AuditTypeList.isOperationTypeIncluded(int opType,
boolean opSucceeded)
Returns indication as to whether an operation type should be included
according to this AuditTypeList's set of AuditTypeEntries.
|
boolean |
AuditSpecification.isPrivatePropertyTableUsed()
Gets the indication as to whether the Audit History for this
AuditSpecification uses a private audit property table.
|
boolean |
ControllerPlanExecution.isRecalculationNeeded()
Gets an indicator of whether
recalculation of assignemnt counts is needed.
|
boolean |
ControllerReply.isReplyActive()
Gets whether there is a pending completed Reply.
|
boolean |
ControllerReply.isReplyBegun()
Gets whether there is the Reply has been received and has begun..
|
boolean |
ControllerRequest.isRequestActive()
Gets whether there is a pending Request.
|
boolean |
RuntimeState.isRunning()
Returns true if this instance has the status of RUNNING.
|
boolean |
ControllerPlanExecution.isShorthanded()
Gets an indicator of whether we were shorthanded when going into
"Fully Started" mode, indicating that a rebalnce operation will be required
once all Nodes ae restarted.
|
boolean |
ControllerPlanExecution.isShutdownInProgress()
Gets an indicator of whether a shutdown is in progress.
|
boolean |
ControllerJob.isSimpleJob()
Returns true if this is a simple Job.
|
boolean |
RuntimeState.isStopped()
Returns true if this instance has the status of STOPPED.
|
boolean |
RuntimeState.isStopping()
Returns true if this instance has the status of STOPPING.
|
boolean |
AuditTypeEntry.isSuccessfulOperationIncluded()
Returns whether successful operations should be audited.
|
boolean |
AuditSpecification.isUserSearchable()
Gets the indication as to whether the Audit History for this
AuditSpecification is searchable by regular users.
|
protected boolean |
AuditSpecification.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
HandlerState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
NodeState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
ServerState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
ServiceState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
static String |
ControllerRequest.lookupRequestCodeName(int codeNum)
Get the Request code name that corresponds to the specified
Request code number.
|
static Integer |
ControllerRequest.lookupRequestCodeNumber(String codeName)
Get the Request code number that corresponds to the specified
Request code name.
|
void |
ControllerJob.performAsController()
Perform the Job.
|
void |
ControllerJob.performComplexJob()
Perform a complex Job.
|
void |
ControllerJob.performSimpleJob()
Perform a simple Job.
|
void |
ControllerState.performTimedChallengerDuties(NodeState callingNode)
Handles the regular challenge duties.
|
void |
ControllerState.performTimedControllerDuties(NodeState callingNode)
Perform timed Controller duties.
|
void |
ControllerPlanExecution.performTimedDuties()
Perform timed duties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey)
Posts an audit event, without any properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
AttributeValue[] props)
Posts an audit event, with the specified properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
Long auxNumber)
Posts an audit event, without any properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
String auxString)
Posts an audit event, without any properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
String auxString,
Long auxNumber,
AttributeValue[] props)
Posts an audit event, with the specified properties.
|
void |
ServerState.postChangeClusteringStatus(String newStatus)
Posts an event indicating the Server's clustering status has changed.
|
void |
RuntimeState.postConfigurationOverrideRequest(AttributeValueTable overrides)
Posts configuration override request for this RuntimeState.
|
protected void |
AuditHandlerSpecification.postCreate(LibraryObjectDefinition lodef) |
protected void |
AuditSpecification.postCreate(LibraryObjectDefinition lodef) |
protected void |
ControllerJob.postCreate(LibraryObjectDefinition lodef) |
protected void |
ControllerPlan.postCreate(LibraryObjectDefinition lodef) |
protected void |
ServerSpecification.postCreate(LibraryObjectDefinition lodef) |
void |
HandlerState.postDisposeHandlerRequest()
Posts a request to Dispose the Handler.
|
void |
NodeState.postDisposeNodeRequest()
Posts a request to dispose the Node.
|
void |
ServerState.postDisposeServerRequest()
Posts a request to Dispose the Server.
|
void |
ServiceState.postDisposeServiceRequest()
Posts a request to Dispose the Service.
|
void |
NodeState.postLoadServerRequest(String serverName,
String scName,
AttributeValueTable overrides)
Deprecated.
9.3.4.0 use ServerSpecification to add new Servers to a running system
|
void |
NodeState.postRestartNodeRequest()
Posts a request to restart the Node.
|
void |
ServerState.postRestartServerRequest()
Posts a request to Restart the Server.
|
void |
ServerState.postResumeServerRequest()
Posts a request to Resume the Server.
|
void |
NodeState.postStartNodeRequest()
Posts a request to Start the Node.
|
void |
ServerState.postStartServerRequest()
Posts a request to Start the Server.
|
void |
NodeState.postStopNodeRequest()
Posts a request to Stop the Node.
|
void |
ServerState.postStopServerRequest()
Posts a request to Stop the Server.
|
void |
ServerState.postSuspendServerRequest()
Posts a request to Suspend the Server.
|
protected void |
AuditSpecification.preCreate(LibraryObjectDefinition lodef) |
protected void |
AuditTypeList.preCreate(LibraryObjectDefinition lodef) |
protected void |
ControllerJob.preCreate(LibraryObjectDefinition lodef) |
protected void |
AuditHandlerSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
AuditSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
AutoFolderingActionSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
ControllerJob.preFree(LibraryObjectDefinition lodef) |
protected void |
ControllerPlan.preFree(LibraryObjectDefinition lodef) |
protected void |
OperationActionSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
RuntimeState.preFree(LibraryObjectDefinition lodef) |
protected void |
ServerSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
AuditHandlerSpecification.preUpdate(LibraryObjectDefinition lodef) |
protected void |
AuditSpecification.preUpdate(LibraryObjectDefinition lodef) |
protected void |
ControllerJob.preUpdate(LibraryObjectDefinition lodef) |
protected void |
ServerSpecification.preUpdate(LibraryObjectDefinition lodef) |
int |
AuditSpecification.purgeAllEvents(int maxItems)
Purges a batch of AuditEvents from their audit histories
indiscriminately.
|
void |
AuditSpecification.purgeEvent(AuditEvent event)
Purges an AuditEvent from its audit history.
|
void |
AuditSpecification.purgeEvents(AuditEvent[] events)
Purges a set of AuditEvents from their audit histories.
|
protected void |
AuditSpecification.purgeEvents(long[] eventIds)
Purge a set of events, by ID.
|
void |
RuntimeState.putConfigurationOverrideProperty(String name,
AttributeValue av)
Adds a Property to the Configuration override PropertyBundle.
|
void |
RuntimeState.putConfigurationProperty(String name,
AttributeValue av)
Adds a Property to the Configuration PropertyBundle.
|
void |
RuntimeState.putRuntimeStateProperty(String name,
AttributeValue av)
Adds a Property to the runtime state PropertyBundle.
|
protected void |
ControllerPlanExecution.recalculateAssignmentCounts()
Recaclulate the counts for all Assignments.
|
protected void |
ControllerPlanExecution.recalculateAssignmentCountsIfNeeded()
Recalculate the counts for all Assignments, if a property
indicates that a reclaculation is needed prior to assigning
any server/handler.
|
boolean |
ControllerPlanExecution.recoveryPeriodElapsed()
See if the recovery period has elapsed.
|
void |
RuntimeState.removeAllConfigurationOverrideProperties()
Removes all Configuration Override Properties.
|
void |
RuntimeState.removeAllConfigurationProperties()
Removes all Configuration Properties.
|
void |
RuntimeState.removeAllRuntimeStateProperties()
Removes all runtime state Properties.
|
void |
RuntimeState.removeAllStateProperties()
Removes all state properties.
|
void |
AuditTypeListDefinition.removeAuditTypeEntryValues()
Removes all AuditTypeEntryValues from the list.
|
void |
RuntimeState.removeConfigurationOverrideProperty(String name)
Removes a Configuration Override Property.
|
void |
RuntimeState.removeConfigurationProperty(String name)
Removes a Configuration Property.
|
void |
NodeState.removeExplicitlyIdleServerName(String serverName)
Remove the specified managed Server name from the list of
explicitly idle Server names.
|
void |
AuditHandlerSpecification.removeHandlerProperty(String key)
Removes a property from the PropertyBundle associated with this instance.
|
void |
RuntimeState.removeRuntimeStateProperty(String name)
Removes a runtime state Property.
|
void |
RuntimeState.removeStateProperty(String key)
Removes a state property.
|
protected void |
AuditTypeListDefinition.resolveAuditTypeEntryList(LibrarySession session)
Resolves the list of getAuditTypeEntryValues, into embedded
SystemObjectCategories.
|
void |
ControllerJob.setActive(boolean active)
Sets the ACTIVE attribute for this object.
|
void |
ControllerPlanExecution.setActive(boolean active)
Sets the ACTIVE attribute for this object.
|
void |
NodeState.setAssignable(boolean val)
Sets indication as to whether this Node is assignable by the
Controller for Servers/Handlers that are assigned.
|
void |
ControllerPlanExecution.setAssignedNodes(NodeState[] nodeStates)
Sets the Nodes assigned for execution that matches the Node types
indicated in the associated plan.
|
void |
AuditSpecificationDefinition.setAuditHandlerSpecificationDefinition(AttributeValueTable avt)
Sets the AuditTargetSpecificationDefinition specifying the
AuditTargetSpecification for the AuditSpecification that
is created or updated, using values specified in a table.
|
void |
AuditSpecificationDefinition.setAuditHandlerSpecificationDefinition(AuditHandlerSpecificationDefinition ahsDef)
Gets the AuditHandlerSpecificationDefinition specifying the
AuditHandlerSpecification for the AuditSpecification that
is created or updated.
|
void |
AuditSpecificationDefinition.setAuditTargetSpecificationDefinition(AttributeValueTable avt)
Sets the AuditTargetSpecificationDefinition specifying the
AuditTargetSpecification for the AuditSpecification that
is created or updated, using values specified in a table.
|
void |
AuditSpecificationDefinition.setAuditTargetSpecificationDefinition(AuditTargetSpecificationDefinition atsDef)
Sets the AuditTargetSpecificationDefinition specifying the
AuditTargetSpecification for the AuditSpecification that
is created or updated.
|
void |
AuditTypeListDefinition.setAuditTypeEntryValues(AuditTypeEntryValue[] atevs)
Sets the AuditTypeEntryValues.
|
void |
AuditSpecification.setAuditTypeList(AuditTypeList atl)
Sets the AuditTypeList.
|
void |
AuditSpecificationDefinition.setAuditTypeListDefinition(AttributeValueTable avt)
Sets the AuditTypeListDefinition specifying the
AuditTypeList for the AuditSpecification that is created or updated,
using values specified in a table.
|
void |
AuditSpecificationDefinition.setAuditTypeListDefinition(AuditTypeListDefinition atlDef)
Sets the AuditTypeListDefinition specifying the
AuditTypeList for the AuditSpecification that is created or updated.
|
void |
RuntimeState.setConfigurationBundle(PropertyBundle bundle)
Sets the Configuration PropertyBundle.
|
void |
RuntimeState.setConfigurationOverrideBundle(PropertyBundle bundle)
Sets the Configuration Override PropertyBundle.
|
void |
ControllerState.setControllerPlan(ControllerPlan cplan)
Set the current ControllerPlan.
|
void |
ControllerState.setControllerPlanExecution(ControllerPlanExecution cplanExec)
Set the current ControllerPlanExecution.
|
void |
NodeState.setEventHandlerAgentState(ServerState ss)
Gets the ServerState that reflects the EventHandlerAgent, which
manages the Handlers.
|
void |
ControllerPlan.setEveryAssignmentFinal(boolean val)
Sets an indicator of whether every assignment entry should be
considered as being defined as "final", meaning the classification
hierarchy will not be checked further if no Node is defined
at the lowest defined level.
|
void |
ControllerPlanExecution.setEveryAssignmentFinal(boolean val)
Sets an indicator of whether every assignment entry should be
considered as being defined as "final", meaning the classification
hierarchy will not be checked further if no Node is defined
at the lowest defined level.
|
void |
NodeState.setExitedForcibly(boolean val)
Sets indication as to whether this Node was forced to exit
due to some irregularity.
|
void |
NodeState.setExplicitlyIdleServerNames(String[] serverNames)
Sets the array of explicitly idle Server names.
|
void |
ControllerPlanExecution.setFullyStarted(boolean started)
Sets an indicator of whether this plan execution has reached
a fully started state, meaning that runnables are assigned to the
most appropriate Node.
|
void |
AuditSpecification.setHandlerState(HandlerState hs)
Sets the HandlerState
|
void |
NodeState.setLastAcknowledgeDate()
Updates the date of the last acknowledge by the running Node
to the cuurrent time, adjusted by the DBMS clock offset.
|
void |
HandlerState.setNodeState(NodeState ns)
Sets the NodeState that manages this instance.
|
void |
ServerState.setNodeState(NodeState ns)
Sets the NodeState that manages this instance.
|
void |
ControllerPlanExecution.setNormalControllerRelease(boolean val)
Sets an indicator of whether the Controller was released normally.
|
void |
ControllerPlanExecution.setRecalculationNeeded(boolean val)
Sets an indicator of whether
recalculation of assignemnt counts is needed.
|
void |
ControllerPlanExecution.setRecoveryBeginDate()
Sets the recovery begin Date to the current time/date.
|
void |
ControllerPlanExecution.setRecoveryBeginDate(Date val)
Sets the recovery begin Date to the specified value.
|
void |
ControllerPlan.setRecoveryPeriod(String val)
Sets the recovery time period, which is the duration to wait before
returning back to a "fully started" state after one or more assigned
Nodes are no longer assigned.
|
void |
ControllerPlanExecution.setRecoveryPeriod(String val)
Sets the recovery time period, which is the duration to wait before
returning back to a "fully started" state after one or more assigned
Nodes are no longer assigned.
|
void |
ServerSpecification.setServerState(ServerState ss)
Sets the ServerState
|
void |
ControllerPlanExecution.setShorthanded(boolean val)
Sets an indicator of whether we were shorthanded when going into
"Fully Started" mode, indicating that a rebalnce operation will be required
once all Nodes ae restarted.
|
void |
ControllerPlanExecution.setShutdownInProgress(boolean val)
Sets an indicator of whether a shutdown is in progress.
|
void |
ControllerPlanExecution.setStartupBeginDate()
Sets the startup begin Date to the current time/date.
|
void |
ControllerPlanExecution.setStartupBeginDate(Date val)
Sets the startup begin Date to the specified value.
|
void |
ControllerPlan.setStartupPeriod(String val)
Sets the startup time period, which is the duration to wait
while assigning Nodes before automatically changing to a
"fully started" state.
|
void |
ControllerPlanExecution.setStartupPeriod(String val)
Sets the startup time period, which is the duration to wait
while assigning Nodes before automatically changing to a
"fully started" state.
|
void |
RuntimeState.setStatus(RuntimeState.Status status)
Sets a status.
|
void |
RuntimeState.setStatusCode(int statusCode)
Sets a new status code.
|
void |
RuntimeState.setStatusDisposed()
Sets a status of "Disposed".
|
void |
RuntimeState.setStatusFinalized()
Sets a status of "Finalized".
|
void |
RuntimeState.setStatusRunning()
Sets a status of "Running".
|
void |
RuntimeState.setStatusStarting()
Sets a status of "Starting".
|
void |
RuntimeState.setStatusStopped()
Sets a status of "Stopped".
|
void |
RuntimeState.setStatusStopping()
Sets a status of "Stopping".
|
void |
RuntimeState.setStatusSuspended()
Sets a status of "Suspended".
|
void |
NodeState.setSupportedNodeCapabilities(String[] nodeCaps)
Sets the array of Node capabilities supported by this instance's Node.
|
boolean |
ControllerPlanExecution.startupPeriodElapsed()
See if the startup period has elapsed.
|
void |
ControllerState.takeoverChallenger(NodeState callingNode)
Take over as Challenger.
|
protected void |
ControllerState.takeoverController(NodeState callingNode)
Take over as Controller.
|
static AuditHandlerSpecificationDefinition |
AuditHandlerSpecificationDefinition.toAuditHandlerSpecificationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to an
AuditHandlerSpecificationDefinition.
|
static AuditHandlerSpecificationDefinition |
AuditHandlerSpecificationDefinition.toAuditHandlerSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to an
AuditHandlerSpecificationDefinition.
|
static AuditSpecificationDefinition |
AuditSpecificationDefinition.toAuditSpecificationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to an AuditSpecificationDefinition.
|
static AuditSpecificationDefinition |
AuditSpecificationDefinition.toAuditSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to an AuditSpecificationDefinition.
|
static AuditTargetSpecificationDefinition |
AuditTargetSpecificationDefinition.toAuditTargetSpecificationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition
to an AuditTargetSpecificationDefinition.
|
static AuditTargetSpecificationDefinition |
AuditTargetSpecificationDefinition.toAuditTargetSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition
to an AuditTargetSpecificationDefinition.
|
static AuditTypeEntryDefinition |
AuditTypeEntryDefinition.toAuditTypeEntryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a AuditTypeEntryDefinition.
|
static AuditTypeEntryDefinition |
AuditTypeEntryDefinition.toAuditTypeEntryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a AuditTypeEntryDefinition.
|
static AuditTypeListDefinition |
AuditTypeListDefinition.toAuditTypeListDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a AuditTypeListDefinition.
|
static AuditTypeListDefinition |
AuditTypeListDefinition.toAuditTypeListDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a AuditTypeListDefinition.
|
static AutoFolderingActionSpecificationDefinition |
AutoFolderingActionSpecificationDefinition.toAutoFolderingActionSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a AutoFolderingActionSpecificationDefinition.
|
static AutoFolderingActionSpecificationDefinition |
AutoFolderingActionSpecificationDefinition.toAutoFolderingActionSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a AutoFolderingActionSpecificationDefinition.
|
static ControllerAlertDefinition |
ControllerAlertDefinition.toControllerAlertDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerAlertDefinition.
|
static ControllerAlertDefinition |
ControllerAlertDefinition.toControllerAlertDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerAlertDefinition.
|
static ControllerJobDefinition |
ControllerJobDefinition.toControllerJobDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerJobDefinition.
|
static ControllerJobDefinition |
ControllerJobDefinition.toControllerJobDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerJobDefinition.
|
static ControllerLoadRatioDefinition |
ControllerLoadRatioDefinition.toControllerLoadRatioDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerLoadRatioDefinition.
|
static ControllerLoadRatioDefinition |
ControllerLoadRatioDefinition.toControllerLoadRatioDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerLoadRatioDefinition.
|
static ControllerPlanDefinition |
ControllerPlanDefinition.toControllerPlanDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerPlanDefinition.
|
static ControllerPlanDefinition |
ControllerPlanDefinition.toControllerPlanDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerPlanDefinition.
|
static ControllerPlanExecutionDefinition |
ControllerPlanExecutionDefinition.toControllerPlanExecutionDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerPlanExecutionDefinition.
|
static ControllerPlanExecutionDefinition |
ControllerPlanExecutionDefinition.toControllerPlanExecutionDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerPlanExecutionDefinition.
|
static ControllerReplyDefinition |
ControllerReplyDefinition.toControllerReplyDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerReplyDefinition.
|
static ControllerReplyDefinition |
ControllerReplyDefinition.toControllerReplyDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerReplyDefinition.
|
static ControllerRequestDefinition |
ControllerRequestDefinition.toControllerRequestDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerRequestDefinition.
|
static ControllerRequestDefinition |
ControllerRequestDefinition.toControllerRequestDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerRequestDefinition.
|
static ControllerStateDefinition |
ControllerStateDefinition.toControllerStateDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
ControllerStateDefinition.
|
static ControllerStateDefinition |
ControllerStateDefinition.toControllerStateDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
ControllerStateDefinition.
|
static HandlerStateDefinition |
HandlerStateDefinition.toHandlerStateDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a HandlerStateDefinition.
|
static HandlerStateDefinition |
HandlerStateDefinition.toHandlerStateDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a HandlerStateDefinition.
|
static NodeStateDefinition |
NodeStateDefinition.toNodeStateDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a NodeStateDefinition.
|
static NodeStateDefinition |
NodeStateDefinition.toNodeStateDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a NodeStateDefinition.
|
static OperationActionSpecificationDefinition |
OperationActionSpecificationDefinition.toOperationActionSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a OperationActionSpecificationDefinition.
|
static OperationActionSpecificationDefinition |
OperationActionSpecificationDefinition.toOperationActionSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a OperationActionSpecificationDefinition.
|
static RuntimeStateDefinition |
RuntimeStateDefinition.toRuntimeStateDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a RuntimeStateDefinition.
|
static RuntimeStateDefinition |
RuntimeStateDefinition.toRuntimeStateDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a RuntimeStateDefinition.
|
static ServerSpecificationDefinition |
ServerSpecificationDefinition.toServerSpecificationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to an
ServerSpecificationDefinition.
|
static ServerSpecificationDefinition |
ServerSpecificationDefinition.toServerSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to an
ServerSpecificationDefinition.
|
static ServerStateDefinition |
ServerStateDefinition.toServerStateDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a ServerStateDefinition.
|
static ServerStateDefinition |
ServerStateDefinition.toServerStateDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a ServerStateDefinition.
|
static ServiceStateDefinition |
ServiceStateDefinition.toServiceStateDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a ServiceStateDefinition.
|
static ServiceStateDefinition |
ServiceStateDefinition.toServiceStateDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a ServiceStateDefinition.
|
void |
RuntimeState.updateControllerReplyForAcknowledge()
Update the instance's ControllerReply to respond with a simple "acknowledge" (ACK).
|
void |
RuntimeState.updateControllerReplyForNonAcknowledge()
Update the instance's ControllerReply to respond with a simple "non-acknowledge" (NACK).
|
void |
ControllerAlert.updateForSimpleAlert(int code)
Update the instance, for a simple Alert indicated by the specified Alert code.
|
void |
ControllerAlert.updateForSimpleAlert(int code,
ControllerJob job)
Update the instance, for a simple Alert indicated by the
specified Alert code, along with an optional associated ControllerJob.
|
void |
RuntimeState.updateForSimpleControllerAlert(int code)
Update the instance's ControllerAlert to post a simple alert.
|
void |
RuntimeState.updateForSimpleControllerAlert(int code,
ControllerJob job)
Update the instance's ControllerAlert to post a simple alert,
along with an optional associated ControllerJob.
|
void |
NodeState.updateForSimpleControllerJob(ControllerJob job)
Update the instance's ControllerRequest to place a simple ControllerJob.
|
void |
RuntimeState.updateForSimpleControllerJob(ControllerJob job)
Update the instance's ControllerRequest to place a simple ControllerJob.
|
void |
RuntimeState.updateForSimpleControllerReply(int code)
Update the instance's ControllerReply to respond with a simple reply.
|
void |
RuntimeState.updateForSimpleControllerRequest(int code)
Update the instance's ControllerRequest to place a simple request.
|
void |
RuntimeState.updateForSimpleControllerRequest(int code,
ControllerJob job)
Update the instance's ControllerRequest to place a simple request.
|
void |
ControllerRequest.updateForSimpleJob(ControllerJob job)
Update the instance, for a simple Request indicated by the specified Request code.
|
void |
ControllerReply.updateForSimpleReply(int code,
ControllerJob job)
Update the instance, for a simple Reply indicated by the specified Reply code.
|
void |
ControllerRequest.updateForSimpleRequest(int code,
ControllerJob job)
Update the instance, for a simple Request indicated by the specified Request code.
|
void |
ControllerReply.updateReplyBeginDate(ControllerJob job)
Update the instance, for to set the reply begin Date.
|
boolean |
NodeState.wasExitedForcibly()
Gets indication as to whether this Node was forced to exit
due to some irregularity.
|
Constructor and Description |
---|
AuditHandlerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditHandlerSpecification object.
|
AuditHandlerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
AuditHandlerSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
AuditSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditSpecification object.
|
AuditSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
AuditSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial ClassObject.
|
AuditTargetSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTargetSpecification object.
|
AuditTargetSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
AuditTargetSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
AuditTypeEntry(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTypeEntry object.
|
AuditTypeEntryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
AuditTypeEntryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
AuditTypeList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an AuditTypeList object.
|
AuditTypeListDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
AuditTypeListDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
AutoFolderingActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a AutoFolderingActionSpecification object.
|
AutoFolderingActionSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
AutoFolderingActionSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
ControllerAlert(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerAlert object.
|
ControllerAlertDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerAlertDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
ControllerJob(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerJob object.
|
ControllerJobDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerJobDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
ControllerLoadRatio(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerLoadRatio object.
|
ControllerLoadRatioDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerLoadRatioDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
ControllerPlan(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerPlan object.
|
ControllerPlanDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerPlanDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
ControllerPlanExecution(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerPlanExecution object.
|
ControllerPlanExecutionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerPlanExecutionDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
ControllerReply(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerReply object.
|
ControllerReplyDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerReplyDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
ControllerRequest(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerRequest object.
|
ControllerRequestDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerRequestDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
ControllerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ControllerState object.
|
ControllerStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
ControllerStateDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
HandlerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a HandlerState object.
|
HandlerStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
HandlerStateDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
NodeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a NodeState object.
|
NodeStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
NodeStateDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
OperationActionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a OperationActionSpecification object.
|
OperationActionSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
OperationActionSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
RuntimeState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a RuntimeState object.
|
RuntimeStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
RuntimeStateDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
ServerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs an ServerSpecification object.
|
ServerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
ServerSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
ServerState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServerState object.
|
ServerStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
ServerStateDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
ServiceState(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a ServiceState object.
|
ServiceStateDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
ServiceStateDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
Modifier and Type | Method and Description |
---|---|
void |
InformationExtractionTrainingSet.addClassifierDocument(Document val)
Adds the specified classifier document to this training set.
|
void |
InformationExtractionTrainingSet.addClassifierDocument(Document doc,
InformationExtraction ext)
Adds the specified classifier document to this training set,
on behalf of the optionally specified InformationExtraction.
|
protected void |
InformationExtractionTrainingSet.addClassifierResult(Document classfierDoc,
InformationExtraction ext)
Adds the specified classifier document as a result,
and perform other processing, if indicated.
|
void |
InformationExtraction.addConfirmedResult(String key,
AttributeValue value)
Adds a ConfirmedResult (SimpleProperty) for this object.
|
void |
InformationExtractionToken.addCustomNamedEntity(String tag,
int priority)
Gets the the custom generated Named Entity Recognition (NER) entries,
keyed by NER tag, with a value indicating priority
in millipercent (0 - 100000).
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityPhraseDefinition(AttributeValueTable avt)
Adds a new InformationExtractionEntityPhraseDefinition
for an InformationExtractionEntityPhrase specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityPhraseDefinition(InformationExtractionEntityPhraseDefinition def)
Adds a new EntityPhrase definition for an EntityPhrase.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityPhraseDefinitions(InformationExtractionEntityPhraseDefinition[] defs)
Adds a set of EntityPhrase definitions for multiple EntityPhrases.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityPhraseDefinitions(List<AttributeValueTable> entPhrasesList)
Adds new InformationExtractionEntityPhraseDefinitions
for a table list of InformationExtractionEntityPhrases.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityRelationTypeDefinition(AttributeValueTable avt)
Adds a new InformationExtractionEntityTypeDefinition
for a EntityRelationType specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityRelationTypeDefinition(InformationExtractionEntityRelationTypeDefinition def)
Adds a new EntityRelationType definition for an EntityRelationType.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityRelationTypeDefinitions(InformationExtractionEntityRelationTypeDefinition[] defs)
Adds a set of EntityRelationType definitions for multiple EntityRelationTypes.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityRelationTypeDefinitions(List<AttributeValueTable> entRelTypesList)
Adds new InformationExtractionEntityRelationTypeDefinitions
for a table list of EntityRelationTypes.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityTypeDefinition(AttributeValueTable avt)
Adds a new InformationExtractionEntityTypeDefinition
for a EntityType specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityTypeDefinition(InformationExtractionEntityTypeDefinition def)
Adds a new EntityType definition for an EntityType.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityTypeDefinitions(InformationExtractionEntityTypeDefinition[] defs)
Adds a set of EntityType definitions for multiple EntityTypes.
|
void |
InformationExtractionDomainSpecificationDefinition.addEntityTypeDefinitions(List<AttributeValueTable> entTypesList)
Adds new InformationExtractionEntityTypeDefinitions
for a table list of EntityTypes.
|
void |
InformationExtractionDomainSpecificationDefinition.addImplicitEntityRelationDefinition(AttributeValueTable avt)
Adds a new InformationExtractionImplicitEntityRelationDefinition
for a Implicit Entity Relation specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addImplicitEntityRelationDefinition(InformationExtractionImplicitEntityRelationDefinition def)
Adds a new ImplicitEntityRelation definition for an ImplicitEntityRelation.
|
void |
InformationExtractionDomainSpecificationDefinition.addImplicitEntityRelationDefinitions(InformationExtractionImplicitEntityRelationDefinition[] defs)
Adds a set of ImplicitEntityRelation definitions for multiple ImplicitEntityRelations.
|
void |
InformationExtractionDomainSpecificationDefinition.addImplicitEntityRelationDefinitions(List<AttributeValueTable> implEntRelsList)
Adds new InformationExtractionImplicitEntityRelationDefinitions
for a table list of Implicit Entity Relations.
|
void |
InformationExtractionDomainSpecificationDefinition.addLegalEntityRelationDefinition(AttributeValueTable avt)
Adds a new definition
for a Legal Entity Relation specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addLegalEntityRelationDefinition(InformationExtractionLegalEntityRelationDefinition def)
Adds a new legal EntityRelation definition for
an InformationExtractionLegalEntityRelation.
|
void |
InformationExtractionDomainSpecificationDefinition.addLegalEntityRelationDefinitions(InformationExtractionLegalEntityRelationDefinition[] defs)
Adds a set of EntityRelation definitions for multiple legal Entity Relations.
|
void |
InformationExtractionDomainSpecificationDefinition.addLegalEntityRelationDefinitions(List<AttributeValueTable> implEntRelsList)
Adds new legal EntityRelation definitions
for a table list of legal Entity Relations.
|
void |
InformationExtractionOutcomeMarking.addMarkingDetail(String key,
AttributeValue value)
Adds an marking detail (SimpleProperty) for this object.
|
void |
InformationExtractionRelationMention.addMentionDetail(String key,
AttributeValue value)
Adds an relation mention detail (SimpleProperty) for this object.
|
void |
InformationExtractionOutcome.addOutcomeDetail(String key,
AttributeValue value)
Adds an outcome detail (SimpleProperty) for this object.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexMappingDefinition(AttributeValueTable avt)
Adds a new InformationExtractionRegexMappingDefinition
for a Regex Mapping specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexMappingDefinition(InformationExtractionRegexMappingDefinition def)
Adds a new RegexMapping definition for an RegexMapping.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexMappingDefinitions(InformationExtractionRegexMappingDefinition[] defs)
Adds a set of RegexMapping definitions for
multiple RegexMappings.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexMappingDefinitions(List<AttributeValueTable> regexMappingsList)
Adds new InformationExtractionRegexMappingDefinitions
for a table list of Regex Mappings.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexPatternDefinition(AttributeValueTable avt)
Adds a new InformationExtractionRegexPatternDefinition
for a Regex NER Pattern specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexPatternDefinition(InformationExtractionRegexPatternDefinition def)
Adds a new RegexPattern definition for an RegexPattern.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexPatternDefinitions(InformationExtractionRegexPatternDefinition[] defs)
Adds a set of RegexPattern definitions for multiple RegexPatterns.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexPatternDefinitions(List<AttributeValueTable> regexNerPattsList)
Adds new InformationExtractionRegexPatternDefinitions
for a table list of Regex NER Patterns.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexRuleDefinition(AttributeValueTable avt)
Adds a new InformationExtractionRegexRuleDefinition
for a Tokens Regex rule specified in a table.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexRuleDefinition(InformationExtractionRegexRuleDefinition def)
Adds a new RegexRule definition for an RegexRule.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexRuleDefinitions(InformationExtractionRegexRuleDefinition[] defs)
Adds a set of RegexRule definitions for
multiple RegexRules.
|
void |
InformationExtractionDomainSpecificationDefinition.addRegexRuleDefinitions(List<AttributeValueTable> regexRulesList)
Adds new InformationExtractionRegexRuleDefinitions
for a table list of Tokens Regex rules.
|
void |
InformationExtractionOutcomeMarkingRelation.addRelationDetail(String key,
AttributeValue value)
Adds an relation detail (SimpleProperty) for this object.
|
void |
InformationExtractionTrainingSet.addRelationDocument(Document val)
Adds the specified relation document to this training set.
|
void |
InformationExtractionImplicitEntityRelation.addRuleSetting(String key,
AttributeValue value)
Adds a rule setting (SimpleProperty) for this object.
|
void |
InformationExtractionAbstractSpecification.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
InformationExtractionResultSet.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
InformationExtractionTrainingSet.addSetting(String key,
AttributeValue value)
Adds a setting (SimpleProperty) for this object.
|
void |
InformationExtraction.addUnconfirmedResult(String key,
AttributeValue value)
Adds a UnconfirmedResult (SimpleProperty) for this object.
|
void |
CoreNlpRegexRuleDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
DependencyMatcherRegexRuleDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
EntityRulerRegexRuleDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionAbstractSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionDomainSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionEntityPhraseDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionEntityRelationTypeDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionEntityTypeDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionFinisherSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionImplicitEntityRelationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionLegalEntityRelationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionParserSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionPreparerSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionRegexMappingDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionRegexPatternDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionRegexRuleDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionResultSetDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionSolverSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionTrainerSpecificationDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
InformationExtractionTrainingSetDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
void |
TokenMatcherRegexRuleDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
InformationExtractionOutcome |
InformationExtractionOutcome.createCopy()
Create a copy of the target object.
|
InformationExtractionTokenList |
InformationExtractionTokenList.createCopy()
Create a copy of the target object.
|
Document |
InformationExtractionTrainerSpecification.createCoreNlpRegexRuleDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the CoreNLP REGEX Rules model by creating a new model Document.
|
Document |
InformationExtractionTrainerSpecification.createDependencyMatcherRegexRuleJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the DependencyMatcher REGEX Rules
by creating a new Document.
|
Document |
InformationExtractionTrainerSpecification.createEntityRulerRegexRuleJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the EntityRuler REGEX Rules
by creating a new Document.
|
SimplePropertyTable |
InformationExtractionTrainerSpecification.createExportSet(String exportSetName)
Creates a training ExportSet for the name specified.
|
SimplePropertyTable |
InformationExtractionTrainingSet.createExportSet(String exportSetName)
Creates a training ExportSet for the name specified.
|
Document |
InformationExtractionTrainerSpecification.createNerClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the NER Classifier model by creating a new NER Classifier Document.
|
Document |
InformationExtractionTrainingSet.createNerClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the NER Classifier model by creating a new NER Classifier Document.
|
Document |
InformationExtractionTrainerSpecification.createRegexPatternDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the REGEX Pattern model by creating a new model Document.
|
Document |
InformationExtractionTrainerSpecification.createRegexPatternJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the REGEX Patterns
by creating a new Document.
|
Document |
InformationExtractionTrainerSpecification.createRelationMentionModelDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the RelationMention model by creating a new model Document.
|
Document |
InformationExtractionTrainingSet.createRelationMentionModelDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the RelationMention model by creating a new model Document.
|
Document |
InformationExtractionTrainerSpecification.createSpacyClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the Spacy Classifier model by creating a new Spacy NER Classifier Document.
|
Document |
InformationExtractionTrainingSet.createSpacyClassifierDocument(InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the Spacy Classifier model by creating a new Spacy Classifier Document.
|
protected Document |
InformationExtractionTrainingSet.createSpacyClassifierTrainingDocument(Document classfierDoc,
InformationExtraction ext)
Create a Spacy Classifier Document based on the specified classifier document.
|
Document |
InformationExtractionTrainerSpecification.createTokenMatcherRegexRuleJsonDocument(InformationExtractionDomainSpecification dspec,
InformationExtractionParserSpecification pspec,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder,
boolean addAsVersion)
Updates the JSON representation of the TokenMatcher REGEX Rules
by creating a new Document.
|
void |
InformationExtractionEntityPhrase.deleteCustomFulltextIndexEntry()
Deletes the row in the custom full text index table for this object.
|
String |
InformationExtraction.deriveSummaryText()
Derive the summary text.
|
protected String |
InformationExtractionTrainingSet.determineSpacyClassifierTrainingContent(Document classifierDoc)
Determine the contents to use for the Spacy Classifier Training document.
|
protected String |
InformationExtractionTrainingSet.determineSpacyClassifierTrainingDocumentName(Document classifierDoc)
Determine the Name to use for the Spacy Classifier Training document.
|
void |
InformationExtractionTrainerSpecification.exportNerClassifierModelData(String absFileName,
AttributeValueTable options)
Exports the NER Classifier training data to the specified file.
|
void |
InformationExtractionTrainerSpecification.exportRelationMentionModelData(String absFileName,
AttributeValueTable options)
Exports the RelationMention training data to the specified file.
|
static InformationExtractionDomainSpecification[] |
InformationExtractionDomainSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionDomainSpecifications.
|
static InformationExtractionFinisherSpecification[] |
InformationExtractionFinisherSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionFinisherSpecifications.
|
static InformationExtractionParserSpecification[] |
InformationExtractionParserSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionParserSpecifications.
|
static InformationExtractionPreparerSpecification[] |
InformationExtractionPreparerSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionPreparerSpecifications.
|
static InformationExtractionSolverSpecification[] |
InformationExtractionSolverSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionSolverSpecifications.
|
static InformationExtractionSpecification[] |
InformationExtractionSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionSpecifications.
|
static InformationExtractionTrainerSpecification[] |
InformationExtractionTrainerSpecification.findAll(LibrarySession session)
Returns the set of defined InformationExtractionTrainerSpecifications.
|
static InformationExtractionDomainSpecification |
InformationExtractionDomainSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionDomainSpecification matching the
specified name.
|
static InformationExtractionFinisherSpecification |
InformationExtractionFinisherSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionFinisherSpecification matching the
specified name.
|
static InformationExtractionParserSpecification |
InformationExtractionParserSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionParserSpecification matching the
specified name.
|
static InformationExtractionPreparerSpecification |
InformationExtractionPreparerSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionPreparerSpecification matching the
specified name.
|
static InformationExtractionSolverSpecification |
InformationExtractionSolverSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionSolverSpecification matching the
specified name.
|
static InformationExtractionSpecification |
InformationExtractionSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionSpecification matching the
specified name.
|
static InformationExtractionTrainerSpecification |
InformationExtractionTrainerSpecification.findByName(LibrarySession session,
String name)
Returns the a InformationExtractionTrainerSpecification matching the
specified name.
|
String |
DependencyMatcherRegexRule.getAction()
Gets the action to take, implied to be the NER label.
|
String |
EntityRulerRegexRule.getAction()
Gets the action to take, implied to be the NER label.
|
String |
InformationExtractionRegexRule.getAction()
Gets the action to take.
|
String |
TokenMatcherRegexRule.getAction()
Gets the action to take, implied to be the NER label.
|
String |
InformationExtractionToken.getAfterAnnotation()
Gets the AfterAnnotation.
|
InformationExtractionTokenList[] |
InformationExtractionCorefChain.getAllCorefTokenLists()
Gets The tokens comprising the list.
|
String |
InformationExtractionToken.getBeforeAnnotation()
Gets the BeforeAnnotation.
|
InformationExtractionTokenList |
InformationExtractionCorefChain.getBestCorefTokenList()
Gets The token list comprising the set of tokens for the most representative Coref mention in the chain.
|
InformationExtractionRelationTriple[] |
InformationExtraction.getBestRelationTriples()
Gets the best Relation Triples produced from the NLP analysis.
|
InformationExtractionTokenList |
InformationExtractionEntityMention.getCanonicalTokenList()
Gets The canonical token list comprising the set of tokens for the entity mention.
|
int |
InformationExtractionToken.getCharOffsetBeginAnnotation()
Gets the character offset for BeginAnnotation
|
int |
InformationExtractionToken.getCharOffsetEndAnnotation()
Gets the character offset for EndAnnotation
|
Document[] |
InformationExtractionTrainingSet.getClassifierDocuments()
Gets the Classifier Documents defined for this instance.
|
Date |
InformationExtraction.getCompletionDate()
Gets the time this object was completed.
|
double |
InformationExtractionEntityMention.getConfidence()
Gets The confidence level that this mention is correct (0.0 - 1.0).
|
double |
InformationExtractionOutcomeMarking.getConfidence()
Gets the confidence level that this marking is correct (0.0 - 1.0).
|
double |
InformationExtractionRelationTriple.getConfidence()
Gets The confidence level that this triple is correct (0.0 - 1.0).
|
InformationExtractionOutcome |
InformationExtraction.getConfirmedOutcome()
Gets the confirmed Outcome for this object.
|
AttributeValue |
InformationExtraction.getConfirmedResult(String propName)
Gets the confirmed result matching the specified property name.
|
SimpleProperty[] |
InformationExtraction.getConfirmedResults()
Gets the confirmed results based on the
Confirmed outcome and any other summary information.
|
InformationExtractionCorefChain[] |
InformationExtraction.getCorefChains()
Gets Coreference chains for the entire document.
|
Map |
InformationExtractionToken.getCustomNamedEntityMap()
Gets the the custom generated Named Entity Recognition (NER) entries,
keyed by NER tag, with a value indicating priority
in millipercent (0 - 100000).
|
protected InformationExtractionSpecification |
InformationExtraction.getDefaultInformationExtractionSpecification()
Gets the default InformationExtractionSpecification to use for a new instance.
|
static CoreNlpRegexRule[] |
CoreNlpRegexRule.getDefinedRules(InformationExtractionDomainSpecification domain)
Gets the CoreNlpRegexRules defined on the specified Domain.
|
static DependencyMatcherRegexRule[] |
DependencyMatcherRegexRule.getDefinedRules(InformationExtractionDomainSpecification domain)
Gets the DependencyMatcherRegexRules defined on the specified Domain.
|
static EntityRulerRegexRule[] |
EntityRulerRegexRule.getDefinedRules(InformationExtractionDomainSpecification domain)
Gets the EntityRulerRegexRules defined on the specified Domain.
|
static TokenMatcherRegexRule[] |
TokenMatcherRegexRule.getDefinedRules(InformationExtractionDomainSpecification domain)
Gets the TokenMatcherRegexRules defined on the specified Domain.
|
InformationExtractionDependencyGraphEdge[] |
InformationExtractionDependencyGraphEdge.getDependentEdges()
Gets the dependent edges to the right of this edge.
|
String |
InformationExtractionAbstractSpecification.getDescription()
Gets the description of this object.
|
InformationExtractionDomainSpecification |
InformationExtractionEntityPhrase.getDomainSpecification()
Gets The InformationExtractionDomainSpecification for which this entity relation type is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionEntityRelationType.getDomainSpecification()
Gets The InformationExtractionDomainSpecification for which this entity relation type is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionEntityType.getDomainSpecification()
Gets the InformationExtractionDomainSpecification for which this entity type is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionImplicitEntityRelation.getDomainSpecification()
Gets The InformationExtractionDomainSpecification for which this entity relation type is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionLegalEntityRelation.getDomainSpecification()
Gets The InformationExtractionDomainSpecification for which this entity relation type is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionRegexMapping.getDomainSpecification()
Gets The InformationExtractionDomainSpecification for which this object is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionRegexPattern.getDomainSpecification()
Gets The InformationExtractionDomainSpecification for which this object is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionRegexRule.getDomainSpecification()
Gets The InformationExtractionDomainSpecification for which this object is defined.
|
InformationExtractionDomainSpecification |
InformationExtractionSpecification.getDomainSpecification()
Gets the InformationExtractionDomainSpecification.
|
String |
InformationExtractionDependencyGraphEdge.getEdgeRelationType()
Gets the edge's relation type.
|
InformationExtractionOutcome[] |
InformationExtraction.getEditedOutcomes()
Gets the edited Outcomes for this object.
|
InformationExtractionEntityMention[] |
InformationExtractionSentence.getEntityMentions()
Gets the entity mentions produced from the NLP analysis.
|
InformationExtractionEntityPhraseDefinition[] |
InformationExtractionDomainSpecificationDefinition.getEntityPhraseDefinitions()
Gets all the EntityPhrase definitions for this instance.
|
InformationExtractionEntityPhrase[] |
InformationExtractionDomainSpecification.getEntityPhrases()
Gets the set of InformationExtractionEntityPhrases for this domain.
|
InformationExtractionEntityRelationType |
InformationExtractionOutcomeMarkingRelation.getEntityRelationType()
Gets entity relation type of the marking relation.
|
InformationExtractionEntityRelationTypeDefinition[] |
InformationExtractionDomainSpecificationDefinition.getEntityRelationTypeDefinitions()
Gets all the EntityRelationType definitions for this instance.
|
Map<String,InformationExtractionEntityRelationType> |
InformationExtractionDomainSpecification.getEntityRelationTypeMap()
Gets a map of the InformationExtractionEntityRelationTypes defined for this domain,
keyed by the uppercased InformationExtractionEntityRelationType name.
|
String |
InformationExtractionImplicitEntityRelation.getEntityRelationTypeName()
Gets the name of the implied entity relation type.
|
String |
InformationExtractionLegalEntityRelation.getEntityRelationTypeName()
Gets the name of the implied entity relation type.
|
InformationExtractionEntityRelationType[] |
InformationExtractionDomainSpecification.getEntityRelationTypes()
Gets the set of InformationExtractionEntityRelationTypes for this domain.
|
InformationExtractionEntityType |
InformationExtractionOutcomeMarking.getEntityType()
Gets entity type of the marking.
|
InformationExtractionEntityTypeDefinition[] |
InformationExtractionDomainSpecificationDefinition.getEntityTypeDefinitions()
Gets all the EntityType definitions for this instance.
|
Map<String,InformationExtractionEntityType> |
InformationExtractionDomainSpecification.getEntityTypeMap()
Gets a map of the InformationExtractionEntityTypes defined for this domain,
keyed by the uppercased InformationExtractionEntityType name.
|
String |
InformationExtractionEntityPhrase.getEntityTypeName()
Gets the name of the related entity type.
|
String |
InformationExtractionRegexMapping.getEntityTypeName()
Gets the mapped entity type name.
|
InformationExtractionEntityType[] |
InformationExtractionDomainSpecification.getEntityTypes()
Gets the set of InformationExtractionEntityTypes for this domain.
|
Date |
InformationExtraction.getExecutedDate()
Gets the time this object was executed.
|
SimplePropertyTable |
InformationExtractionTrainerSpecification.getExportSet(String exportSetName)
Gets a training ExportSet for the name specified.
|
SimplePropertyTable |
InformationExtractionTrainingSet.getExportSet(String exportSetName)
Gets a training ExportSet for the name specified.
|
InformationExtractionSpecification |
InformationExtraction.getExtractionSpecification()
Gets the InformationExtractionSpecification that configures this extraction.
|
InformationExtraction.ExtractionState |
InformationExtraction.getExtractionState()
Gets the current extraction state.
|
int |
InformationExtraction.getExtractionStateCode()
Gets the current extraction state numeric code.
|
String |
InformationExtraction.getExtractionStateName()
Gets the state name for the current extraction state.
|
InformationExtraction.ExtractionState |
InformationExtractionDefinition.getExtractionStateOption()
Gets the new ExtractionState setting as an option.
|
String |
InformationExtractionFinisherSpecification.getFinisherClassName()
Gets the fully-qualified class name of the InformationExtractionFinisher class.
|
SimpleProperty[] |
InformationExtraction.getFinisherOverrideSettings()
Gets the overridden finisher settings used when this object is executed.
|
SimpleProperty[] |
InformationExtraction.getFinisherSettings()
Gets the effective finisher settings used when this object is executed.
|
InformationExtractionFinisherSpecification |
InformationExtractionSpecification.getFinisherSpecification()
Gets the InformationExtractionFinisherSpecification.
|
int |
InformationExtractionOutcomeMarking.getFirstTokenPosition()
Gets the token position of the first token in this marking's TokenList.
|
int |
InformationExtractionTokenList.getFirstTokenPosition()
Gets the position of the first token in the list.
|
InformationExtractionToken |
InformationExtractionDependencyGraphEdge.getGovernorToken()
Gets The governor (left) token for this edge..
|
InformationExtractionImplicitEntityRelationDefinition[] |
InformationExtractionDomainSpecificationDefinition.getImplicitEntityRelationDefinitions()
Gets all the ImplicitEntityRelation definitions for this instance.
|
InformationExtractionImplicitEntityRelation[] |
InformationExtractionDomainSpecification.getImplicitEntityRelations()
Gets the set of InformationExtractionImplicitEntityRelations for this domain.
|
InformationExtraction |
InformationExtractionCorefChain.getInformationExtraction()
Gets the InformationExtraction in which this entity mention was defined.
|
InformationExtraction |
InformationExtractionDependencyGraphEdge.getInformationExtraction()
Gets The InformationExtraction in which this relation triple was defined.
|
InformationExtraction |
InformationExtractionEntityMention.getInformationExtraction()
Gets The InformationExtraction in which this entity mention was defined.
|
InformationExtraction |
InformationExtractionOutcome.getInformationExtraction()
Gets The InformationExtraction in which this outcome was defined.
|
InformationExtraction |
InformationExtractionOutcomeMarking.getInformationExtraction()
Gets the InformationExtraction in which this marking was defined.
|
InformationExtraction |
InformationExtractionRelationMention.getInformationExtraction()
Gets The InformationExtraction in which this entity mention was defined.
|
InformationExtraction |
InformationExtractionRelationTriple.getInformationExtraction()
Gets The InformationExtraction in which this relation triple was defined.
|
InformationExtraction |
InformationExtractionSentence.getInformationExtraction()
Gets the InformationExtraction in which this sentence was defined.
|
InformationExtraction |
InformationExtractionToken.getInformationExtraction()
Gets The InformationExtraction in which this token was defined.
|
InformationExtraction |
InformationExtractionTokenList.getInformationExtraction()
Gets The InformationExtraction in which this token list was defined.
|
InformationExtractionFinisher |
InformationExtractionFinisherSpecification.getInformationExtractionFinisher()
Gets the InformationExtractionFinisher instance implementation
corresponding to the FinisherClassName attribute setting.
|
InformationExtractionFinisher |
InformationExtractionFinisherSpecification.getInformationExtractionFinisher(String className)
Gets the InformationExtractionFinisher instance implementation
corresponding to the specified class name.
|
InformationExtractionParser |
InformationExtractionParserSpecification.getInformationExtractionParser()
Gets the InformationExtractionParser instance implementation
corresponding to the ParserClassName attribute setting.
|
InformationExtractionParser |
InformationExtractionParserSpecification.getInformationExtractionParser(String className)
Gets the InformationExtractionParser instance implementation
corresponding to the specified class name.
|
InformationExtractionPreparer |
InformationExtractionPreparerSpecification.getInformationExtractionPreparer()
Gets the InformationExtractionPreparer instance implementation
corresponding to the PreparerClassName attribute setting.
|
InformationExtractionPreparer |
InformationExtractionPreparerSpecification.getInformationExtractionPreparer(String className)
Gets the InformationExtractionPreparer instance implementation
corresponding to the specified class name.
|
InformationExtractionResultSet |
InformationExtractionTrainerSpecification.getInformationExtractionResultSet()
Gets the InformationExtractionResultSet defined on this instance.
|
InformationExtractionSolver |
InformationExtractionSolverSpecification.getInformationExtractionSolver()
Gets the InformationExtractionSolver instance implementation
corresponding to the SolverClassName attribute setting.
|
InformationExtractionSolver |
InformationExtractionSolverSpecification.getInformationExtractionSolver(String className)
Gets the InformationExtractionSolver instance implementation
corresponding to the specified class name.
|
InformationExtractionSpecification |
InformationExtractionDefinition.getInformationExtractionSpecification()
Gets the InformationExtractionSpecification, if explicitly set.
|
InformationExtractionTrainer |
InformationExtractionTrainerSpecification.getInformationExtractionTrainer()
Gets the InformationExtractionTrainer instance implementation
corresponding to the TrainerClassName attribute setting.
|
InformationExtractionTrainer |
InformationExtractionTrainerSpecification.getInformationExtractionTrainer(String className)
Gets the InformationExtractionTrainer instance implementation
corresponding to the specified class name.
|
InformationExtractionTrainingSet |
InformationExtractionTrainerSpecification.getInformationExtractionTrainingSet()
Gets the InformationExtractionTrainingSet defined on this instance.
|
String |
DependencyMatcherRegexRule.getLabel()
Gets the NER label to apply when rule matches.
|
String |
EntityRulerRegexRule.getLabel()
Gets the NER label to apply when rule matches.
|
String |
TokenMatcherRegexRule.getLabel()
Gets the NER label to apply when rule matches.
|
String |
InformationExtractionDomainSpecification.getLanguage()
Gets the domain's language.
|
int |
InformationExtractionTokenList.getLastTokenPosition()
Gets the position of the last token in the list.
|
InformationExtractionLegalEntityRelationDefinition[] |
InformationExtractionDomainSpecificationDefinition.getLegalEntityRelationDefinitions()
Gets all the legal EntityRelation definitions for this instance.
|
InformationExtractionLegalEntityRelation[] |
InformationExtractionDomainSpecification.getLegalEntityRelations()
Gets the set of legal EntityRelations for this domain.
|
Map<String,InformationExtractionLegalEntityRelation> |
InformationExtractionDomainSpecification.getLegalEntityRelationsMap()
Gets the Legal entity relation map, keyed by the uppercased
aggregate of {sourceEntity,targetEntity,relType}, and value is the
InformationExtractionLegalEntityRelation object that describes the legal relation.
|
String |
InformationExtractionToken.getLemma()
Gets The lemma/stemmed token.
|
static LibraryObjectLookupCache |
InformationExtractionDomainSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionDomainSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionFinisherSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionFinisherSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionParserSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionParserSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionPreparerSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionPreparerSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionSolverSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionSolverSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionSpecification instances by name.
|
static LibraryObjectLookupCache |
InformationExtractionTrainerSpecification.getLibraryObjectLookupCache(LibrarySession session)
Returns the LibraryObjectLookupCache used by find
InformationExtractionTrainerSpecification instances by name.
|
String |
InformationExtractionEntityRelationType.getMarkingColor()
Gets the color to use for the relation type.
|
String |
InformationExtractionEntityType.getMarkingColor()
Gets the color to use for the entity type.
|
AttributeValue |
InformationExtractionOutcomeMarking.getMarkingDetail(String propName)
Gets the marking detail matching the specified property name.
|
SimpleProperty[] |
InformationExtractionOutcomeMarking.getMarkingDetails()
Gets the details pertaining to the marking.
|
InformationExtractionOutcomeMarkingRelation[] |
InformationExtractionOutcome.getMarkingRelations()
Gets the InformationExtractionOutcomeMarkingRelation objects
describing the relations between the markings for this outcome.
|
InformationExtractionOutcomeMarking[] |
InformationExtractionOutcome.getMarkings()
Gets The InformationExtractionOutcomeMarking objects comprising this outcome.
|
String |
InformationExtractionOutcomeMarking.getMarkingText()
Gets text from the parsed text corresponding to this marking.
|
AttributeValue |
InformationExtractionRelationMention.getMentionDetail(String propName)
Gets the relation mention detail matching the specified property name.
|
SimpleProperty[] |
InformationExtractionRelationMention.getMentionDetails()
Gets the details pertaining to the relation mention.
|
String |
InformationExtractionImplicitEntityRelation.getName()
Returns the Name of this object, derived from other attributes.
|
String |
InformationExtractionLegalEntityRelation.getName()
Returns the Name of this object, derived from other attributes.
|
String |
InformationExtractionToken.getNamedEntity()
Gets The Named Entity Recognition (NER) entry for the token.
|
String |
InformationExtractionRegexMapping.getNerResult()
Gets the NER tag result.
|
InformationExtractionTokenList |
InformationExtractionRelationTriple.getObjectTokenList()
Gets The token list comprising the set of tokens for the object.
|
String |
InformationExtractionToken.getOriginalText()
Gets the original text.
|
AttributeValue |
InformationExtractionOutcome.getOutcomeDetail(String propName)
Gets the outcome detail matching the specified property name.
|
SimpleProperty[] |
InformationExtractionOutcome.getOutcomeDetails()
Gets the details pertaining to the outcome.
|
String |
InformationExtractionRegexPattern.getOverwritableNers()
Gets the comma separated list of NERs that this pattern can overwrite.
|
String |
InformationExtractionParserSpecification.getParserClassName()
Gets the fully-qualified class name of the InformationExtractionParser class.
|
String |
InformationExtractionSpecification.getParserModelName()
Gets the Parser Model name in effect for this specification.
|
SimpleProperty[] |
InformationExtraction.getParserOverrideSettings()
Gets the overridden parser settings used when this object is executed.
|
SimpleProperty[] |
InformationExtraction.getParserSettings()
Gets the effective parser settings used when this object is executed.
|
InformationExtractionParserSpecification |
InformationExtractionSpecification.getParserSpecification()
Gets the InformationExtractionParserSpecification.
|
String |
InformationExtractionToken.getPartOfSpeech()
Gets The part of speech for the token.
|
String |
InformationExtractionRegexPattern.getPattern()
Gets the Regex pattern.
|
String |
InformationExtractionRegexRule.getPattern()
Gets the TokensRegex pattern.
|
String |
InformationExtractionEntityPhrase.getPhrase()
Gets the phrase associated with an entity type.
|
String[] |
InformationExtractionEntityPhrase.getPhraseAliases()
Gets any aliases associated with the phrase.
|
String |
InformationExtractionEntityPhrase.getPhraseLanguage()
Gets the phrase's language, used by the custom Text index.
|
String |
InformationExtractionDomainSpecification.getPhraseTableSuffix()
Gets the base name for the database objects used to store full text search
information for Entity Phrases.
|
int |
InformationExtractionEntityMention.getPosition()
Gets the The sentence position in which this entity mention
appears (zero based).
|
int |
InformationExtractionRelationMention.getPosition()
Gets the The sentence position in which this entity mention
appears (zero based).
|
int |
InformationExtractionRelationTriple.getPosition()
Gets the The sentence position in which this triple
appears (zero based).
|
int |
InformationExtractionSentence.getPosition()
Gets the position of this sentence in the sentence list (zero based).
|
int |
InformationExtractionToken.getPosition()
Gets the position of this token in the token list.
|
String |
InformationExtractionPreparerSpecification.getPreparerClassName()
Gets the fully-qualified class name of the InformationExtractionPreparer class.
|
SimpleProperty[] |
InformationExtraction.getPreparerOverrideSettings()
Gets the overridden preparer settings used when this object is executed.
|
SimpleProperty[] |
InformationExtraction.getPreparerSettings()
Gets the effective preparer settings used when this object is executed.
|
InformationExtractionPreparerSpecification |
InformationExtractionSpecification.getPreparerSpecification()
Gets the InformationExtractionPreparerSpecification.
|
String[] |
InformationExtractionDomainSpecification.getPreTrainedEntityNames()
Gets the set of entity names used in pre-trained models.
|
Double |
InformationExtractionRegexPattern.getPriority()
Gets the priority of this pattern, in case multiple patterns match.
|
InformationExtractionRegexMappingDefinition[] |
InformationExtractionDomainSpecificationDefinition.getRegexMappingDefinitions()
Gets all the RegexMapping definitions for this instance.
|
InformationExtractionRegexMapping[] |
InformationExtractionDomainSpecification.getRegexMappings()
Gets the set of InformationExtractionRegexMappings defined
for this domain.
|
Map<String,String> |
InformationExtractionDomainSpecification.getRegexMappingsMap()
Gets the RegexMappings map, keyed by the uppercased
NER result tag, and value is the mapped EntityType name.
|
InformationExtractionRegexPatternDefinition[] |
InformationExtractionDomainSpecificationDefinition.getRegexPatternDefinitions()
Gets all the RegexPattern definitions for this instance.
|
InformationExtractionRegexPattern[] |
InformationExtractionDomainSpecification.getRegexPatterns()
Gets the set of InformationExtractionRegexPatterns defined for this domain.
|
InformationExtractionRegexRuleDefinition[] |
InformationExtractionDomainSpecificationDefinition.getRegexRuleDefinitions()
Gets all the RegexRule definitions for this instance.
|
InformationExtractionRegexRule[] |
InformationExtractionDomainSpecification.getRegexRules()
Gets the set of InformationExtractionRegexRules defined
for this domain.
|
AttributeValue |
InformationExtractionOutcomeMarkingRelation.getRelationDetail(String propName)
Gets the relation detail matching the specified property name.
|
SimpleProperty[] |
InformationExtractionOutcomeMarkingRelation.getRelationDetails()
Gets the details pertaining to the relation.
|
Document[] |
InformationExtractionTrainingSet.getRelationDocuments()
Gets the set of Relation Documents (from Confirmed Outcomes)
in CONLL format to be used as training input.
|
InformationExtractionRelationMention[] |
InformationExtractionSentence.getRelationMentions()
Gets the relation mentions produced from the NLP analysis.
|
InformationExtractionRelationTriple[] |
InformationExtractionSentence.getRelationTriples()
Gets the Relation Triples produced from the NLP analysis.
|
String |
InformationExtractionRelationMention.getRelationType()
Gets the relation type.
|
String |
DependencyMatcherRegexRule.getResult()
Gets the result, implied to be an empty String.
|
String |
EntityRulerRegexRule.getResult()
Gets the result, implied to be an empty String.
|
String |
InformationExtractionRegexPattern.getResult()
Gets the NER tag result.
|
String |
InformationExtractionRegexRule.getResult()
Gets the rule result.
|
String |
TokenMatcherRegexRule.getResult()
Gets the result, implied to be an empty String.
|
SimplePropertyTableList |
InformationExtractionResultSet.getResults()
Gets the summary of results as a SimplePropertyTableList.
|
SimplePropertyTableListDefinition |
InformationExtractionResultSetDefinition.getResultsDefinition()
Gets the SimplePropertyTableListDefinition definition for the results list.
|
SimplePropertyTableListDefinition |
InformationExtractionTrainingSetDefinition.getResultsDefinition()
Gets the SimplePropertyTableListDefinition definition for the results list.
|
InformationExtractionDependencyGraphEdge[] |
InformationExtractionSentence.getRootEdges()
Gets the root edges of the dependency graph for this sentence.
|
SimpleProperty[] |
InformationExtractionImplicitEntityRelation.getRuleSettings()
Gets the rule settings (SimpleProperty objects) used to decide
if an implicit relation exists between source and target markings.
|
String |
InformationExtractionRegexRule.getRuleType()
Gets the rule type (text, tokens, composite or filter).
|
Date |
InformationExtraction.getScheduledExecutionDate()
Gets the time this object should become ready for execution.
|
InformationExtractionSentence |
InformationExtractionToken.getSentence()
Getter for Sentence.
|
int |
InformationExtractionOutcomeMarking.getSentenceNumber()
Gets the sentence number (zero based) in which the first token
in the marking appears.
|
int |
InformationExtractionToken.getSentenceNumber()
Gets the sentence number (zero based) in which this token appears.
|
int |
InformationExtractionTokenList.getSentenceNumber()
Gets the sentence number (zero based) in which the first token
in the list appears.
|
InformationExtractionSentence[] |
InformationExtraction.getSentences()
Gets the InformationExtractionSentence objects that hold sentence information for
a InformationExtraction.
|
String |
InformationExtractionSentence.getSentenceText()
Gets the literal sentence text.
|
AttributeValue |
InformationExtractionAbstractSpecification.getSetting(String key)
Gets the setting on this object for the specified key.
|
AttributeValue |
InformationExtractionTrainingSet.getSetting(String key)
Gets the setting on this object for the specified key.
|
SimpleProperty[] |
InformationExtraction.getSettings()
Gets the miscellaneous settings used when this object is executed.
|
SimpleProperty[] |
InformationExtractionAbstractSpecification.getSettings()
Gets the settings (SimpleProperty objects) for this object.
|
SimpleProperty[] |
InformationExtractionResultSet.getSettings()
Gets the settings for this instance.
|
SimpleProperty[] |
InformationExtractionTrainingSet.getSettings()
Gets the settings for this instance.
|
InformationExtractionOutcome |
InformationExtraction.getSolvedOutcome()
Gets the original solved Outcome for this object.
|
String |
InformationExtractionSolverSpecification.getSolverClassName()
Gets the fully-qualified class name of the InformationExtractionSolver class.
|
SimpleProperty[] |
InformationExtraction.getSolverOverrideSettings()
Gets the overridden solver settings used when this object is executed.
|
SimpleProperty[] |
InformationExtraction.getSolverSettings()
Gets the effective solver settings used when this object is executed.
|
InformationExtractionSolverSpecification |
InformationExtractionSpecification.getSolverSpecification()
Gets the InformationExtractionSolverSpecification.
|
Document |
InformationExtraction.getSourceDocument()
Gets the source document for this extraction.
|
String |
InformationExtractionImplicitEntityRelation.getSourceEntityTypeName()
Gets the name of the source entity type.
|
String |
InformationExtractionLegalEntityRelation.getSourceEntityTypeName()
Gets the name of the source entity type.
|
InformationExtractionOutcomeMarking |
InformationExtractionOutcomeMarkingRelation.getSourceMarking()
Gets The source (left) marking of the relation.
|
InformationExtractionTokenList |
InformationExtractionRelationMention.getSourceTokenList()
Gets the token list comprising the set of tokens for the source
of the relation mention.
|
Document[] |
InformationExtractionTrainingSet.getSpacyClassifierDocuments()
Gets the Spacy Classifier Documents defined for this instance.
|
Date |
InformationExtraction.getStateChangeDate()
Gets the time and date of the last Extraction state change.
|
InformationExtractionOutcomeMarking.MarkingStatus |
InformationExtractionOutcomeMarking.getStatus()
Gets the status of the marking (enumerated).
|
int |
InformationExtractionOutcomeMarking.getStatusCode()
Gets the status of the marking (enumerated).
|
String |
InformationExtractionOutcomeMarking.getStatusName()
Gets the name of the status of the marking (enumerated).
|
Map<String,String> |
InformationExtractionDomainSpecification.getStopWordMap()
Gets a map of the stop words defined for this domain,
keyed by the uppercased stop word name.
|
String[] |
InformationExtractionDomainSpecification.getStopWords()
Gets the set of stop words defined for this domain..
|
InformationExtractionTokenList |
InformationExtractionRelationTriple.getSubjectTokenList()
Gets The token list comprising the set of tokens for the subject.
|
String |
InformationExtractionImplicitEntityRelation.getTargetEntityTypeName()
Gets the name of the target entity type.
|
String |
InformationExtractionLegalEntityRelation.getTargetEntityTypeName()
Gets the name of the target entity type.
|
InformationExtractionOutcomeMarking |
InformationExtractionOutcomeMarkingRelation.getTargetMarking()
Gets The target (right) marking of the relation.
|
InformationExtractionTokenList |
InformationExtractionRelationMention.getTargetTokenList()
Gets the token list comprising the set of tokens for the target
of the relation mention.
|
String |
InformationExtractionTokenList.getText()
Gets The tokens comprising the list.
|
Map |
InformationExtractionEntityRelationType.getTitlesMap()
Gets the map that contains the titles (keyed by language)
for this relation type.
|
Map |
InformationExtractionEntityType.getTitlesMap()
Gets the map that contains the titles (keyed by language)
for this entity type.
|
InformationExtractionTokenList |
InformationExtraction.getTokenList()
Gets the token list comprising the set of tokens for the entire document.
|
InformationExtractionTokenList |
InformationExtractionEntityMention.getTokenList()
Gets The token list comprising the set of tokens for the entity mention.
|
InformationExtractionTokenList |
InformationExtractionOutcomeMarking.getTokenList()
Gets the token list comprising the set of tokens for the marking.
|
InformationExtractionTokenList |
InformationExtractionSentence.getTokenList()
Gets the token list comprising the set of tokens for the sentence.
|
InformationExtractionToken[] |
InformationExtractionTokenList.getTokens()
Gets The tokens comprising the list.
|
Document |
InformationExtraction.getTokensDocument()
Gets the text document holding the tokens corresponding to the
Source Document of this extraction.
|
String |
InformationExtractionTrainerSpecification.getTrainerClassName()
Gets Fully-qualified class name of the InformationExtractionTrainer class.
|
SimpleProperty[] |
InformationExtraction.getTrainerOverrideSettings()
Gets the overridden trainer settings used when this object is executed.
|
SimpleProperty[] |
InformationExtraction.getTrainerSettings()
Gets the effective trainer settings used when this object is executed.
|
InformationExtractionTrainerSpecification |
InformationExtractionSpecification.getTrainerSpecification()
Gets the InformationExtractionTrainerSpecification.
|
SimplePropertyTableList |
InformationExtractionTrainingSet.getTrainingResults()
Gets the summary of training results as a SimplePropertyTableList.
|
AttributeValue |
InformationExtraction.getUnconfirmedResult(String propName)
Gets the unconfirmed result matching the specified property name.
|
SimpleProperty[] |
InformationExtraction.getUnconfirmedResults()
Gets the unconfirmed results from the Prepare, Parse,
Solve, and Finish phases.
|
String |
InformationExtractionEntityPhrase.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionEntityRelationType.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionEntityType.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionImplicitEntityRelation.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionLegalEntityRelation.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionOutcomeMarkingRelation.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionRegexMapping.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionRegexPattern.getUuid()
Gets the value of the UUID attribute.
|
String |
InformationExtractionRegexRule.getUuid()
Gets the value of the UUID attribute.
|
InformationExtractionTokenList |
InformationExtractionRelationTriple.getVerbTokenList()
Gets The token list comprising the set of tokens for the verb.
|
String |
InformationExtractionToken.getWord()
Gets The literal token.
|
boolean |
InformationExtractionAbstractSpecification.hasNameAttribute() |
boolean |
InformationExtractionDomainSpecification.hasNameAttribute() |
boolean |
InformationExtractionEntityRelationType.hasNameAttribute() |
boolean |
InformationExtractionEntityType.hasNameAttribute() |
boolean |
InformationExtractionFinisherSpecification.hasNameAttribute() |
boolean |
InformationExtractionOutcome.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
InformationExtractionParserSpecification.hasNameAttribute() |
boolean |
InformationExtractionPreparerSpecification.hasNameAttribute() |
boolean |
InformationExtractionRegexMapping.hasNameAttribute() |
boolean |
InformationExtractionRegexPattern.hasNameAttribute() |
boolean |
InformationExtractionRegexRule.hasNameAttribute() |
boolean |
InformationExtractionSolverSpecification.hasNameAttribute() |
boolean |
InformationExtractionSpecification.hasNameAttribute() |
boolean |
InformationExtractionTrainerSpecification.hasNameAttribute() |
void |
InformationExtractionTrainerSpecification.importNerClassifierModelData(String absFileName,
boolean append,
String docName,
String docDesc,
AccessControlList docAcl)
Imports NER Classifier training data from the specified file.
|
void |
InformationExtractionTrainerSpecification.importRelationMentionModelData(String absFileName,
boolean append,
String docName,
String docDesc,
AccessControlList docAcl)
Imports RelationMention training data from the specified file.
|
void |
InformationExtractionEntityPhrase.insertCustomFulltextIndexEntry()
Inserts a row in the custom full text index table for this object.
|
boolean |
InformationExtractionToken.isApostrophe()
Return true if the Token is a possessive apostrophe.
|
boolean |
InformationExtractionOutcomeMarking.isConfirmed()
Returns true if this marking is confirmed.
|
boolean |
InformationExtractionDomainSpecification.isLegalEntityRelation(Map<String,InformationExtractionLegalEntityRelation> legalRelMap,
String srcEntName,
String trgEntName,
String relName)
Checks to see if the relation info specified reflects a legal
entity relation for this domain.
|
boolean |
InformationExtraction.isManualExecution()
Gets indication as to whether the current execution is being
performed manually, typically via the executeInformationExtraction
operation in ExtractionOperations.
|
boolean |
InformationExtractionToken.isNoun()
Return true if the Token is a noun.
|
boolean |
InformationExtractionToken.isVerb()
Return true if the Token is a verb.
|
protected void |
InformationExtraction.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
InformationExtractionAbstractSpecification.postCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionDomainSpecification.postCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionEntityPhrase.postCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionImplicitEntityRelation.postCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionOutcome.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a object.
|
protected void |
InformationExtractionOutcomeMarking.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a object.
|
protected void |
InformationExtractionOutcomeMarkingRelation.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a object.
|
protected void |
InformationExtractionRelationMention.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a object.
|
protected void |
InformationExtractionResultSet.postCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionSentence.postCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionTrainingSet.postCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtraction.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
InformationExtractionDomainSpecification.preCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionResultSet.preCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionTrainingSet.preCreate(LibraryObjectDefinition lodef) |
protected void |
InformationExtraction.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionAbstractSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionCorefChain.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionDependencyGraphEdge.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionDomainSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionEntityMention.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionEntityPhrase.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionImplicitEntityRelation.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionOutcome.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionOutcomeMarking.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionOutcomeMarkingRelation.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionRelationMention.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionRelationTriple.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionResultSet.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionSentence.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionSpecification.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionTrainingSet.preFree(LibraryObjectDefinition lodef) |
protected void |
InformationExtraction.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of
a PublicObject.
|
protected void |
InformationExtractionAbstractSpecification.preUpdate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionDomainSpecification.preUpdate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionEntityPhrase.preUpdate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionImplicitEntityRelation.preUpdate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionOutcome.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of a object.
|
protected void |
InformationExtractionOutcomeMarking.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of a object.
|
protected void |
InformationExtractionOutcomeMarkingRelation.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of a object.
|
protected void |
InformationExtractionRelationMention.preUpdate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the update of a object.
|
protected void |
InformationExtractionResultSet.preUpdate(LibraryObjectDefinition lodef) |
protected void |
InformationExtractionTrainingSet.preUpdate(LibraryObjectDefinition lodef) |
void |
InformationExtractionTrainingSet.removeClassifierDocument(Document val)
Removes the specified classifier document from this training set.
|
void |
InformationExtraction.removeConfirmedResult(String key)
Removes a ConfirmedResult (SimpleProperty) for this object.
|
void |
InformationExtractionDomainSpecificationDefinition.removeEntityPhraseDefinitions()
Removes all EntityPhrase definitions from this instance.
|
void |
InformationExtractionDomainSpecificationDefinition.removeEntityRelationTypeDefinitions()
Removes all EntityRelationType definitions from this instance.
|
void |
InformationExtractionDomainSpecificationDefinition.removeEntityTypeDefinitions()
Removes all EntityType definitions from this instance.
|
void |
InformationExtractionTrainerSpecification.removeExportSet(String exportSetName,
boolean freeExportSet)
Removes a training ExportSet for the name specified.
|
void |
InformationExtractionTrainingSet.removeExportSet(String exportSetName,
boolean freeExportSet)
Removes a training ExportSet for the name specified.
|
void |
InformationExtractionDomainSpecificationDefinition.removeImplicitEntityRelationDefinitions()
Removes all ImplicitEntityRelation definitions from this instance.
|
void |
InformationExtractionDomainSpecificationDefinition.removeLegalEntityRelationDefinitions()
Removes all legal EntityRelation definitions from this definition.
|
void |
InformationExtractionDomainSpecificationDefinition.removeRegexMappingDefinitions()
Removes all RegexMapping definitions from this instance.
|
void |
InformationExtractionDomainSpecificationDefinition.removeRegexPatternDefinitions()
Removes all RegexPattern definitions from this instance.
|
void |
InformationExtractionDomainSpecificationDefinition.removeRegexRuleDefinitions()
Removes all RegexRule definitions from this instance.
|
void |
InformationExtractionTrainingSet.removeRelationDocument(Document val)
Removes the specified relation document from this training set.
|
void |
InformationExtraction.removeUnconfirmedResult(String key)
Removes an UnconfirmedResult (SimpleProperty) for this object.
|
void |
InformationExtraction.setBestRelationTriples(InformationExtractionRelationTriple[] val)
Sets the best Relation Triples produced from the NLP analysis.
|
void |
InformationExtraction.setCancelConfirmationRequested()
Mark the InformationExtraction as requesting a cancel of a previous confirmation.
|
void |
InformationExtraction.setCancelled()
Mark the InformationExtraction as cancelled.
|
void |
InformationExtractionTrainingSet.setClassifierDocument(Document val)
Sets the specified classifier document to this training set,
replacing any previous training data.
|
void |
InformationExtractionTrainingSet.setClassifierDocument(Document doc,
InformationExtraction ext)
Sets the specified classifier document to this training set,
replacing any previous training data,
on behalf of the optionally specified InformationExtraction.
|
void |
InformationExtraction.setCompleted()
Mark the InformationExtraction as completed.
|
void |
InformationExtraction.setConfirmed()
Mark the InformationExtraction as confirmed.
|
void |
InformationExtraction.setConfirmedOutcome(InformationExtractionOutcome val)
Sets the confirmed Outcome for this object.
|
void |
InformationExtraction.setCorefChains(InformationExtractionCorefChain[] val)
Sets Coreference chains for the entire document.
|
void |
InformationExtractionEntityPhraseDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionEntityRelationTypeDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionEntityTypeDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionImplicitEntityRelationDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionLegalEntityRelationDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionRegexMappingDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionRegexPatternDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionRegexRuleDefinition.setDomainSpecification(InformationExtractionDomainSpecification spec)
Set the referencing InformationExtractionDomainSpecification.
|
void |
InformationExtractionDomainSpecificationDefinition.setEntityPhraseDefinitions(InformationExtractionEntityPhraseDefinition[] defs)
Replaces the set of new EntityPhrase definitions for multiple EntityPhrases.
|
void |
InformationExtractionDomainSpecificationDefinition.setEntityRelationTypeDefinitions(InformationExtractionEntityRelationTypeDefinition[] defs)
Replaces the set of new EntityRelationType definitions for multiple EntityRelationTypes.
|
void |
InformationExtractionOutcomeMarking.setEntityType(InformationExtractionEntityType entType)
Sets the entity type for this marking.
|
void |
InformationExtractionDomainSpecificationDefinition.setEntityTypeDefinitions(InformationExtractionEntityTypeDefinition[] defs)
Replaces the set of new EntityType definitions for multiple EntityTypes.
|
void |
InformationExtraction.setExtractionState(InformationExtraction.ExtractionState newState)
Sets a new extraction state.
|
void |
InformationExtraction.setExtractionState(InformationExtraction.ExtractionState newState,
InformationExtractionDefinition def)
Sets a new extraction state.
|
void |
InformationExtraction.setExtractionStateCode(int newStateCode)
Sets a new extraction state code.
|
void |
InformationExtractionDefinition.setExtractionStateOption(InformationExtraction.ExtractionState newState)
Sets a new ExtractionState as an option.
|
void |
InformationExtraction.setFailed()
Mark the InformationExtraction as failed.
|
void |
InformationExtractionDomainSpecificationDefinition.setImplicitEntityRelationDefinitions(InformationExtractionImplicitEntityRelationDefinition[] defs)
Replaces the set of new ImplicitEntityRelation definitions for multiple ImplicitEntityRelations.
|
void |
InformationExtractionTrainerSpecification.setInformationExtractionResultSet(InformationExtractionResultSet rset)
Sets the InformationExtractionResultSet on this instance.
|
void |
InformationExtractionDefinition.setInformationExtractionSpecification(InformationExtractionSpecification spec)
Sets the InformationExtractionSpecification.
|
void |
InformationExtractionTrainerSpecification.setInformationExtractionTrainingSet(InformationExtractionTrainingSet tset)
Sets the InformationExtractionTrainingSet on this instance.
|
void |
InformationExtractionDomainSpecificationDefinition.setLegalEntityRelationDefinitions(InformationExtractionLegalEntityRelationDefinition[] defs)
Replaces the set of new definitions for multiple LegalEntityRelations.
|
void |
InformationExtraction.setManualExecution(boolean val)
Sets indication as to whether the current execution is being
performed manually, typically via the executeInformationExtraction
operation in ExtractionOperations.
|
void |
InformationExtraction.setReadyForEdit()
Mark the InformationExtraction as ready for edit.
|
void |
InformationExtraction.setReadyForExecution()
Mark the InformationExtraction as ready for execution.
|
void |
InformationExtractionDomainSpecificationDefinition.setRegexMappingDefinitions(InformationExtractionRegexMappingDefinition[] defs)
Replaces the set of new RegexMapping definitions
for multiple RegexMappings.
|
void |
InformationExtractionDomainSpecificationDefinition.setRegexPatternDefinitions(InformationExtractionRegexPatternDefinition[] defs)
Replaces the set of new RegexPattern definitions for multiple RegexPatterns.
|
void |
InformationExtractionDomainSpecificationDefinition.setRegexRuleDefinitions(InformationExtractionRegexRuleDefinition[] defs)
Replaces the set of new RegexRule definitions
for multiple RegexRules.
|
void |
InformationExtractionTrainingSet.setRelationDocument(Document val)
Sets the specified relation document to this training set,
replacing any previous training data.
|
void |
InformationExtractionResultSetDefinition.setResultsDefinition(SimplePropertyTableListDefinition def)
Sets the SimplePropertyTableListDefinition definition for the results list.
|
void |
InformationExtractionTrainingSetDefinition.setResultsDefinition(SimplePropertyTableListDefinition def)
Sets the SimplePropertyTableListDefinition definition for the results list.
|
void |
InformationExtraction.setScheduledExecutionDate(Date val)
Sets the time/date this object should become ready for execution.
|
void |
InformationExtractionToken.setSentence(InformationExtractionSentence val)
Sets sentence this token belongs to.
|
void |
InformationExtraction.setSentences(InformationExtractionSentence[] val)
Sets the sentences of an InformationExtraction.
|
void |
InformationExtraction.setSolvedOutcome(InformationExtractionOutcome val)
Sets the original solved Outcome for this object.
|
void |
InformationExtraction.setSourceDocument(Document val)
Sets the source document for this extraction.
|
void |
InformationExtraction.setTokenList(InformationExtractionTokenList val)
Sets the token list comprising the set of tokens for the entire document.
|
void |
InformationExtractionTokenList.setTokens(InformationExtractionToken[] val)
Sets the tokens comprising the list.
|
void |
InformationExtraction.setTokensDocument(Document val)
Sets the text document holding the tokens corresponding
to the Source Document of this extracton.
|
static CoreNlpRegexRuleDefinition |
CoreNlpRegexRuleDefinition.toCoreNlpRegexRuleDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
CoreNlpRegexRuleDefinition.
|
static CoreNlpRegexRuleDefinition |
CoreNlpRegexRuleDefinition.toCoreNlpRegexRuleDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
CoreNlpRegexRuleDefinition.
|
static DependencyMatcherRegexRuleDefinition |
DependencyMatcherRegexRuleDefinition.toDependencyMatcherRegexRuleDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
DependencyMatcherRegexRuleDefinition.
|
static DependencyMatcherRegexRuleDefinition |
DependencyMatcherRegexRuleDefinition.toDependencyMatcherRegexRuleDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
DependencyMatcherRegexRuleDefinition.
|
static EntityRulerRegexRuleDefinition |
EntityRulerRegexRuleDefinition.toEntityRulerRegexRuleDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
EntityRulerRegexRuleDefinition.
|
static EntityRulerRegexRuleDefinition |
EntityRulerRegexRuleDefinition.toEntityRulerRegexRuleDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
EntityRulerRegexRuleDefinition.
|
static InformationExtractionAbstractSpecificationDefinition |
InformationExtractionAbstractSpecificationDefinition.toInformationExtractionAbstractSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionAbstractSpecificationDefinition.
|
static InformationExtractionAbstractSpecificationDefinition |
InformationExtractionAbstractSpecificationDefinition.toInformationExtractionAbstractSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionAbstractSpecificationDefinition.
|
static InformationExtractionCorefChainDefinition |
InformationExtractionCorefChainDefinition.toInformationExtractionCorefChainDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionCorefChainDefinition.
|
static InformationExtractionCorefChainDefinition |
InformationExtractionCorefChainDefinition.toInformationExtractionCorefChainDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionCorefChainDefinition.
|
static InformationExtractionDefinition |
InformationExtractionDefinition.toInformationExtractionDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionDefinition.
|
static InformationExtractionDefinition |
InformationExtractionDefinition.toInformationExtractionDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionDefinition.
|
static InformationExtractionDependencyGraphEdgeDefinition |
InformationExtractionDependencyGraphEdgeDefinition.toInformationExtractionDependencyGraphEdgeDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionDependencyGraphEdgeDefinition.
|
static InformationExtractionDependencyGraphEdgeDefinition |
InformationExtractionDependencyGraphEdgeDefinition.toInformationExtractionDependencyGraphEdgeDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionDependencyGraphEdgeDefinition.
|
static InformationExtractionDomainSpecificationDefinition |
InformationExtractionDomainSpecificationDefinition.toInformationExtractionDomainSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionDomainSpecificationDefinition.
|
static InformationExtractionDomainSpecificationDefinition |
InformationExtractionDomainSpecificationDefinition.toInformationExtractionDomainSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionDomainSpecificationDefinition.
|
static InformationExtractionEntityMentionDefinition |
InformationExtractionEntityMentionDefinition.toInformationExtractionEntityMentionDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityMentionDefinition.
|
static InformationExtractionEntityMentionDefinition |
InformationExtractionEntityMentionDefinition.toInformationExtractionEntityMentionDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityMentionDefinition.
|
static InformationExtractionEntityPhraseDefinition |
InformationExtractionEntityPhraseDefinition.toInformationExtractionEntityPhraseDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityPhraseDefinition.
|
static InformationExtractionEntityPhraseDefinition |
InformationExtractionEntityPhraseDefinition.toInformationExtractionEntityPhraseDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityPhraseDefinition.
|
static InformationExtractionEntityRelationTypeDefinition |
InformationExtractionEntityRelationTypeDefinition.toInformationExtractionEntityRelationTypeDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityRelationTypeDefinition.
|
static InformationExtractionEntityRelationTypeDefinition |
InformationExtractionEntityRelationTypeDefinition.toInformationExtractionEntityRelationTypeDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityRelationTypeDefinition.
|
static InformationExtractionEntityTypeDefinition |
InformationExtractionEntityTypeDefinition.toInformationExtractionEntityTypeDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityTypeDefinition.
|
static InformationExtractionEntityTypeDefinition |
InformationExtractionEntityTypeDefinition.toInformationExtractionEntityTypeDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionEntityTypeDefinition.
|
static InformationExtractionFinisherSpecificationDefinition |
InformationExtractionFinisherSpecificationDefinition.toInformationExtractionFinisherSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionFinisherSpecificationDefinition.
|
static InformationExtractionFinisherSpecificationDefinition |
InformationExtractionFinisherSpecificationDefinition.toInformationExtractionFinisherSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionFinisherSpecificationDefinition.
|
static InformationExtractionImplicitEntityRelationDefinition |
InformationExtractionImplicitEntityRelationDefinition.toInformationExtractionImplicitEntityRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionImplicitEntityRelationDefinition.
|
static InformationExtractionImplicitEntityRelationDefinition |
InformationExtractionImplicitEntityRelationDefinition.toInformationExtractionImplicitEntityRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionImplicitEntityRelationDefinition.
|
static InformationExtractionLegalEntityRelationDefinition |
InformationExtractionLegalEntityRelationDefinition.toInformationExtractionLegalEntityRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionLegalEntityRelationDefinition.
|
static InformationExtractionLegalEntityRelationDefinition |
InformationExtractionLegalEntityRelationDefinition.toInformationExtractionLegalEntityRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionLegalEntityRelationDefinition.
|
static InformationExtractionOutcomeDefinition |
InformationExtractionOutcomeDefinition.toInformationExtractionOutcomeDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionOutcomeDefinition.
|
static InformationExtractionOutcomeDefinition |
InformationExtractionOutcomeDefinition.toInformationExtractionOutcomeDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionOutcomeDefinition.
|
static InformationExtractionOutcomeMarkingDefinition |
InformationExtractionOutcomeMarkingDefinition.toInformationExtractionOutcomeMarkingDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionOutcomeMarkingDefinition.
|
static InformationExtractionOutcomeMarkingDefinition |
InformationExtractionOutcomeMarkingDefinition.toInformationExtractionOutcomeMarkingDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionOutcomeMarkingDefinition.
|
static InformationExtractionOutcomeMarkingRelationDefinition |
InformationExtractionOutcomeMarkingRelationDefinition.toInformationExtractionOutcomeMarkingRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionOutcomeMarkingRelationDefinition.
|
static InformationExtractionOutcomeMarkingRelationDefinition |
InformationExtractionOutcomeMarkingRelationDefinition.toInformationExtractionOutcomeMarkingRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionOutcomeMarkingRelationDefinition.
|
static InformationExtractionParserSpecificationDefinition |
InformationExtractionParserSpecificationDefinition.toInformationExtractionParserSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionParserSpecificationDefinition.
|
static InformationExtractionParserSpecificationDefinition |
InformationExtractionParserSpecificationDefinition.toInformationExtractionParserSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionParserSpecificationDefinition.
|
static InformationExtractionPreparerSpecificationDefinition |
InformationExtractionPreparerSpecificationDefinition.toInformationExtractionPreparerSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionPreparerSpecificationDefinition.
|
static InformationExtractionPreparerSpecificationDefinition |
InformationExtractionPreparerSpecificationDefinition.toInformationExtractionPreparerSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionPreparerSpecificationDefinition.
|
static InformationExtractionRegexMappingDefinition |
InformationExtractionRegexMappingDefinition.toInformationExtractionRegexMappingDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexMappingDefinition.
|
static InformationExtractionRegexMappingDefinition |
InformationExtractionRegexMappingDefinition.toInformationExtractionRegexMappingDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexMappingDefinition.
|
static InformationExtractionRegexPatternDefinition |
InformationExtractionRegexPatternDefinition.toInformationExtractionRegexPatternDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexPatternDefinition.
|
static InformationExtractionRegexPatternDefinition |
InformationExtractionRegexPatternDefinition.toInformationExtractionRegexPatternDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexPatternDefinition.
|
static InformationExtractionRegexRuleDefinition |
InformationExtractionRegexRuleDefinition.toInformationExtractionRegexRuleDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexRuleDefinition.
|
static InformationExtractionRegexRuleDefinition |
InformationExtractionRegexRuleDefinition.toInformationExtractionRegexRuleDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRegexRuleDefinition.
|
static InformationExtractionRelationMentionDefinition |
InformationExtractionRelationMentionDefinition.toInformationExtractionRelationMentionDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRelationMentionDefinition.
|
static InformationExtractionRelationMentionDefinition |
InformationExtractionRelationMentionDefinition.toInformationExtractionRelationMentionDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRelationMentionDefinition.
|
static InformationExtractionRelationTripleDefinition |
InformationExtractionRelationTripleDefinition.toInformationExtractionRelationTripleDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRelationTripleDefinition.
|
static InformationExtractionRelationTripleDefinition |
InformationExtractionRelationTripleDefinition.toInformationExtractionRelationTripleDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionRelationTripleDefinition.
|
static InformationExtractionResultSetDefinition |
InformationExtractionResultSetDefinition.toInformationExtractionResultSetDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionResultSetDefinition.
|
static InformationExtractionResultSetDefinition |
InformationExtractionResultSetDefinition.toInformationExtractionResultSetDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionResultSetDefinition.
|
static InformationExtractionSentenceDefinition |
InformationExtractionSentenceDefinition.toInformationExtractionSentenceDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionSentenceDefinition.
|
static InformationExtractionSentenceDefinition |
InformationExtractionSentenceDefinition.toInformationExtractionSentenceDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionSentenceDefinition.
|
static InformationExtractionSolverSpecificationDefinition |
InformationExtractionSolverSpecificationDefinition.toInformationExtractionSolverSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionSolverSpecificationDefinition.
|
static InformationExtractionSolverSpecificationDefinition |
InformationExtractionSolverSpecificationDefinition.toInformationExtractionSolverSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionSolverSpecificationDefinition.
|
static InformationExtractionSpecificationDefinition |
InformationExtractionSpecificationDefinition.toInformationExtractionSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionSpecificationDefinition.
|
static InformationExtractionSpecificationDefinition |
InformationExtractionSpecificationDefinition.toInformationExtractionSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionSpecificationDefinition.
|
static InformationExtractionTokenDefinition |
InformationExtractionTokenDefinition.toInformationExtractionTokenDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionTokenDefinition.
|
static InformationExtractionTokenDefinition |
InformationExtractionTokenDefinition.toInformationExtractionTokenDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionTokenDefinition.
|
static InformationExtractionTokenListDefinition |
InformationExtractionTokenListDefinition.toInformationExtractionTokenListDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionTokenListDefinition.
|
static InformationExtractionTokenListDefinition |
InformationExtractionTokenListDefinition.toInformationExtractionTokenListDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionTokenListDefinition.
|
static InformationExtractionTrainerSpecificationDefinition |
InformationExtractionTrainerSpecificationDefinition.toInformationExtractionTrainerSpecificationDefinition(LibraryObjectDefinition lodef)
Casts specified LibraryObjectDefinition to a InformationExtractionTrainerSpecificationDefinition.
|
static InformationExtractionTrainerSpecificationDefinition |
InformationExtractionTrainerSpecificationDefinition.toInformationExtractionTrainerSpecificationDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts specified LibraryObjectDefinition to a InformationExtractionTrainerSpecificationDefinition.
|
static InformationExtractionTrainingSetDefinition |
InformationExtractionTrainingSetDefinition.toInformationExtractionTrainingSetDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
InformationExtractionTrainingSetDefinition.
|
static InformationExtractionTrainingSetDefinition |
InformationExtractionTrainingSetDefinition.toInformationExtractionTrainingSetDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
InformationExtractionTrainingSetDefinition.
|
static TokenMatcherRegexRuleDefinition |
TokenMatcherRegexRuleDefinition.toTokenMatcherRegexRuleDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
TokenMatcherRegexRuleDefinition.
|
static TokenMatcherRegexRuleDefinition |
TokenMatcherRegexRuleDefinition.toTokenMatcherRegexRuleDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
TokenMatcherRegexRuleDefinition.
|
void |
InformationExtractionTrainingSet.writeClassifierTrainingInputFile(String path)
Writes the Classifier Training input file that will contain the set of
all confirmed outcomes held by this instance.
|
void |
InformationExtractionTrainingSet.writeClassifierTrainingInputFile(String path,
AttributeValueTable options)
Writes the Classifier Training input file that will contain the set of
all confirmed outcomes held by this instance.
|
void |
InformationExtractionDomainSpecification.writeCoreNlpRegexRuleTrainingOutputFile(String path)
Writes the CoreNLP REGEX Rule output file that will contain the set of
all REGEX rules defined by this DomainSpecification.
|
void |
InformationExtractionDomainSpecification.writeRegexPatternTrainingOutputFile(String path)
Writes the REGEX Pattern output file that will contain the set of
all REGEX patterns defined by this DomainSpecification.
|
void |
InformationExtractionTrainingSet.writeRelationTrainingInputFile(String path)
Writes the CONLL Relation Training input file that will contain the set of
all confirmed outcomes held by this instance.
|
void |
InformationExtractionTrainingSet.writeRelationTrainingInputFile(String path,
AttributeValueTable options)
Writes the CONLL Relation Training input file that will contain the set of
all confirmed outcomes held by this instance.
|
void |
InformationExtractionTrainingSet.writeSpacyClassifierTrainingInputFile(String path)
Writes the Spacy Classifier Training input file that will contain the set of
all confirmed outcomes held by this instance.
|
void |
InformationExtractionTrainingSet.writeSpacyClassifierTrainingInputFile(String path,
AttributeValueTable options)
Writes the Spacy Classifier Training input file that will contain the set of
all confirmed outcomes held by this instance.
|
Constructor and Description |
---|
CoreNlpRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CoreNlpRegexRule object.
|
CoreNlpRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
CoreNlpRegexRuleDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
DependencyMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DependencyMatcherRegexRule object.
|
DependencyMatcherRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
DependencyMatcherRegexRuleDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
EntityRulerRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a EntityRulerRegexRule object.
|
EntityRulerRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
EntityRulerRegexRuleDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtraction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtraction object.
|
InformationExtractionAbstractSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionAbstractSpecification object.
|
InformationExtractionAbstractSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionAbstractSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionCorefChain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionCorefChain object.
|
InformationExtractionCorefChainDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionCorefChainDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionDependencyGraphEdge(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionDependencyGraphEdge object.
|
InformationExtractionDependencyGraphEdgeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionDependencyGraphEdgeDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionDomainSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionDomainSpecification object.
|
InformationExtractionDomainSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionDomainSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionEntityMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityMention object.
|
InformationExtractionEntityMentionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionEntityMentionDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionEntityPhrase(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityPhrase object.
|
InformationExtractionEntityPhraseDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionEntityPhraseDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionEntityRelationType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityRelationType object.
|
InformationExtractionEntityRelationTypeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionEntityRelationTypeDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionEntityType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionEntityType object.
|
InformationExtractionEntityTypeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionEntityTypeDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionFinisherSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionFinisherSpecification object.
|
InformationExtractionFinisherSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionFinisherSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionImplicitEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionImplicitEntityRelation object.
|
InformationExtractionImplicitEntityRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionImplicitEntityRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionLegalEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionLegalEntityRelation object.
|
InformationExtractionLegalEntityRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionLegalEntityRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionOutcome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcome object.
|
InformationExtractionOutcomeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionOutcomeDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionOutcomeMarking(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcomeMarking object.
|
InformationExtractionOutcomeMarkingDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionOutcomeMarkingDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionOutcomeMarkingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionOutcomeMarkingRelation object.
|
InformationExtractionOutcomeMarkingRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionOutcomeMarkingRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionParserSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionParserSpecification object.
|
InformationExtractionParserSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionParserSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionPreparerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionPreparerSpecification object.
|
InformationExtractionPreparerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionPreparerSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionRegexMapping(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexMapping object.
|
InformationExtractionRegexMappingDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionRegexMappingDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionRegexPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexPattern object.
|
InformationExtractionRegexPatternDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionRegexPatternDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRegexRule object.
|
InformationExtractionRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionRegexRuleDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionRelationMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRelationMention object.
|
InformationExtractionRelationMentionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionRelationMentionDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionRelationTriple(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionRelationTriple object.
|
InformationExtractionRelationTripleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionRelationTripleDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionResultSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionResultSet object.
|
InformationExtractionResultSetDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionResultSetDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionSentence(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionSentence object.
|
InformationExtractionSentenceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionSentenceDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionSolverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionSolverSpecification object.
|
InformationExtractionSolverSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionSolverSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a InformationExtractionSpecification object.
|
InformationExtractionSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionToken object.
|
InformationExtractionTokenDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionTokenDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionTokenList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTokenList object.
|
InformationExtractionTokenListDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionTokenListDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
InformationExtractionTrainerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTrainerSpecification object.
|
InformationExtractionTrainerSpecificationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the
session.
|
InformationExtractionTrainerSpecificationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition, explicitly capturing the
session and setting the initial classobject.
|
InformationExtractionTrainingSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a InformationExtractionTrainingSet object.
|
InformationExtractionTrainingSetDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InformationExtractionTrainingSetDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
TieCoreNlpRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieCoreNlpRegexRule.
|
TieDependencyMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieDependencyMatcherRegexRule.
|
TieEntityRulerRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieEntityRulerRegexRule.
|
TieInformationExtraction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtraction.
|
TieInformationExtractionAbstractSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionAbstractSpecification.
|
TieInformationExtractionCorefChain(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionCorefChain.
|
TieInformationExtractionDependencyGraphEdge(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionDependencyGraphEdge.
|
TieInformationExtractionDomainSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionDomainSpecification.
|
TieInformationExtractionEntityMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityMention.
|
TieInformationExtractionEntityPhrase(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityPhrase.
|
TieInformationExtractionEntityRelationType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityRelationType.
|
TieInformationExtractionEntityType(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionEntityType.
|
TieInformationExtractionFinisherSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionFinisherSpecification.
|
TieInformationExtractionImplicitEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionImplicitEntityRelation.
|
TieInformationExtractionLegalEntityRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionLegalEntityRelation.
|
TieInformationExtractionOutcome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcome.
|
TieInformationExtractionOutcomeMarking(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcomeMarking.
|
TieInformationExtractionOutcomeMarkingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionOutcomeMarkingRelation.
|
TieInformationExtractionParserSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionParserSpecification.
|
TieInformationExtractionPreparerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionPreparerSpecification.
|
TieInformationExtractionRegexMapping(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexMapping.
|
TieInformationExtractionRegexPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexPattern.
|
TieInformationExtractionRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRegexRule.
|
TieInformationExtractionRelationMention(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRelationMention.
|
TieInformationExtractionRelationTriple(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionRelationTriple.
|
TieInformationExtractionResultSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionResultSet.
|
TieInformationExtractionSentence(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSentence.
|
TieInformationExtractionSolverSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSolverSpecification.
|
TieInformationExtractionSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionSpecification.
|
TieInformationExtractionToken(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionToken.
|
TieInformationExtractionTokenList(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTokenList.
|
TieInformationExtractionTrainerSpecification(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTrainerSpecification.
|
TieInformationExtractionTrainingSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieInformationExtractionTrainingSet.
|
TieTokenMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructs a TieTokenMatcherRegexRule.
|
TokenMatcherRegexRule(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TokenMatcherRegexRule object.
|
TokenMatcherRegexRuleDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
TokenMatcherRegexRuleDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
Modifier and Type | Method and Description |
---|---|
protected InformationExtractionRelationTriple[] |
CoreNlpParser.determineBestTriples()
Determines the set of "best triples" from the complete set of triples
across all sentences.
|
void |
CoreNlpTrainer.generateNerClassifierTrainingOutput(String inputPath,
String outputPath,
AttributeValueTable propOverrideTable)
Generate the NER classifier file, from an input file and a set of properties.
|
void |
CoreNlpTrainer.generateRelationMentionModelTrainingOutput(LibrarySession session,
AttributeValueTable propOverrideTable)
Generate RelationMention model from an input file and a set of properties.
|
void |
CoreNlpParser.initialize(InformationExtractionParserSpecification spec)
Initialize this instance.
|
static boolean |
CoreNlpUtilities.isLegalCoreNlpRegexRule(CoreNlpRegexRule rule)
Tests the specified CoreNlpRegexRule and returns
indication of whether or not it is legally defined.
|
static boolean |
CoreNlpUtilities.isLegalRegexPattern(InformationExtractionRegexPattern pattern)
Tests the specified InformationExtractionRegexPattern and returns
indication of whether or not it is legally defined.
|
void |
CoreNlpParser.parse(InformationExtraction ext)
Performs a parse of the target InformationExtraction,
without a handler context.
|
void |
CoreNlpParser.parse(InformationExtraction ext,
InformationExtractionHandlerDispatcher handler)
Performs a parse of the target InformationExtraction,
with a handler context.
|
Modifier and Type | Method and Description |
---|---|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getFinisherHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
handlers to use for the FINISH phase.
|
protected AuditSpecification |
InformationExtractionHandler.getNextFinisherHandler(InformationExtraction ext) |
protected AuditSpecification |
InformationExtractionHandlerDispatcher.getNextFinisherHandler(InformationExtraction ext)
Gets the next Handler for a FINISH.
|
protected AuditSpecification |
InformationExtractionHandler.getNextParserHandler(InformationExtraction ext) |
protected AuditSpecification |
InformationExtractionHandlerDispatcher.getNextParserHandler(InformationExtraction ext)
Gets the next Handler for a PARSE.
|
protected AuditSpecification |
InformationExtractionHandler.getNextPreparerHandler(InformationExtraction ext) |
protected AuditSpecification |
InformationExtractionHandlerDispatcher.getNextPreparerHandler(InformationExtraction ext)
Gets the next Handler for a PREPARE.
|
protected AuditSpecification |
InformationExtractionHandler.getNextSolverHandler(InformationExtraction ext) |
protected AuditSpecification |
InformationExtractionHandlerDispatcher.getNextSolverHandler(InformationExtraction ext)
Gets the next Handler for a SOLVE.
|
protected AuditSpecification |
InformationExtractionHandler.getNextTrainerHandler(InformationExtraction ext) |
protected AuditSpecification |
InformationExtractionHandlerDispatcher.getNextTrainerHandler(InformationExtraction ext)
Gets the next Handler for a TRAIN.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getParserHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
handlers to use for the PARSE phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getPreparerHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
handlers to use for the PREPARE phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getPriorityFinisherHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
high-priority handlers to use for the FINISH phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getPriorityParserHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
high-priority handlers to use for the PARSE phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getPriorityPreparerHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
high-priority handlers to use for the PREPARE phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getPrioritySolverHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
high-priority handlers to use for the SOLVE phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getPriorityTrainerHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
high-priority handlers to use for the TRAIN phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getSolverHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
handlers to use for the SOLVE phase.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getTargetHandlersFromEventAssignmentTableList(InformationExtraction ext,
SimplePropertyTableList sptl,
String propName)
Get the set of AuditSpecification objects identifying the
handlers to use as dispatch targets, using the specified
EventAssignmentTableList.
|
protected AuditSpecification[] |
InformationExtractionHandlerDispatcher.getTrainerHandlers(InformationExtraction ext)
Get the set of AuditSpecification objects identifying the
handlers to use for the TRAIN phase.
|
protected void |
InformationExtractionHandlerDispatcher.handleInformationExtractionPrepareRequested(InformationExtraction ext)
Handle the PREPARE of an InformationExtraction.
|
protected boolean |
InformationExtractionHandlerDispatcher.isDefaultHandlerSet(SimplePropertyTable spt)
Return indication as to whether the specified handlerSet table
from the EventAssignmentTableList is the default.
|
protected boolean |
InformationExtractionHandlerDispatcher.isMatchingHandlerSet(SimplePropertyTable spt,
InformationExtraction ext)
Return indication as to whether the specified InformationExtraction
matches the specifcations in the specified handlerSet table
from the EventAssignmentTableList
|
protected void |
InformationExtractionHandlerDispatcher.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process an event, either directly or by dispatching the event.
|
protected void |
InformationExtractionHandlerDispatcher.processScheduledExtractions(AuditEventHandlerContext context)
Process any extractions that have been scheduled to run in the future.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtractionOperations.addConfirmedResult(AttributeValueTable avt)
Add a confirmed result to an InformationExtraction.
|
void |
ExtractionOperations.addEventAssignmentTable(AttributeValueTable avt)
Adds an EventAssignmentTable to the specified AuditHandlerSpecification
that defines the InformationExtractionHandlerDispatcher.
|
void |
ExtractionOperations.addEventAssignmentTables(AttributeValueTable avt)
Adds multiple EventAssignmentTables to the specified AuditHandlerSpecification
that defines the InformationExtractionHandlerDispatcher.
|
void |
ExtractionOperations.addFinisherOverrideSetting(AttributeValueTable avt)
Add a Finisher override setting to an InformationExtraction.
|
void |
ExtractionOperations.addInformationExtractionEntityPhrase(AttributeValueTable avt)
Add an InformationExtractionEntityPhrase to a
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionEntityRelationType(AttributeValueTable avt)
Add an InformationExtractionEntityRelationType to a
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionEntityType(AttributeValueTable avt)
Add an InformationExtractionEntityType to a
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionImplicitEntityRelation(AttributeValueTable avt)
Add an InformationExtractionImplicitEntityRelation to a
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionLegalEntityRelation(AttributeValueTable avt)
Add a legal entity relation (as an LegalEntityRelation) to a
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionRegexMapping(AttributeValueTable avt)
Add an InformationExtractionRegexMapping to an
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionRegexPattern(AttributeValueTable avt)
Add an InformationExtractionRegexPattern to an
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionRegexRule(AttributeValueTable avt)
Add an InformationExtractionRegexRule to an
InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.addInformationExtractionSetting(AttributeValueTable avt)
Add a Misc. setting to an InformationExtraction.
|
void |
ExtractionOperations.addParserOverrideSetting(AttributeValueTable avt)
Add a parser override setting to an InformationExtraction.
|
void |
ExtractionOperations.addPreparerOverrideSetting(AttributeValueTable avt)
Add a Preparer override setting to an InformationExtraction.
|
void |
ExtractionOperations.addProperty(AttributeValueTable avt)
Adds a property to an object.
|
void |
ExtractionOperations.addSetting(AttributeValueTable avt)
Add a setting to a InformationExtractionAbstractSpecification.
|
void |
ExtractionOperations.addSettings(AttributeValueTable avt)
Add settings to a InformationExtractionAbstractSpecification.
|
void |
ExtractionOperations.addSolverOverrideSetting(AttributeValueTable avt)
Add a Solver override setting to an InformationExtraction.
|
void |
ExtractionOperations.addTrainerOverrideSetting(AttributeValueTable avt)
Add a Trainer override setting to an InformationExtraction.
|
void |
ExtractionOperations.addTrainingSetClassifierDocument(AttributeValueTable avt)
Adds a Classifier document to the training set for the specified
InformationExtractionTrainerSpecification.
|
void |
ExtractionOperations.addTrainingSetRelationDocument(AttributeValueTable avt)
Adds a CONLL Relation document to the training set for the specified
InformationExtractionTrainerSpecification.
|
void |
ExtractionOperations.addUnconfirmedResult(AttributeValueTable avt)
Add an unconfirmed result to an InformationExtraction.
|
void |
ExtractionOperations.cancelConfirmedInformationExtraction(AttributeValueTable avt)
Manually cancels a confirmed InformationExtraction.
|
void |
ExtractionOperations.confirmInformationExtraction(AttributeValueTable avt)
Manually confirm an InformationExtraction.
|
void |
ExtractionOperations.createCoreNlpRegexRuleDocument(AttributeValueTable avt)
Creates a CoreNLP REGEX rule Document and update training model.
|
void |
ExtractionOperations.createDependencyMatcherRegexRuleJsonDocument(AttributeValueTable avt)
Creates a DependencyMatcher REGEX rule Document in JSON format,
and update training model.
|
void |
ExtractionOperations.createEntityRulerRegexRuleJsonDocument(AttributeValueTable avt)
Creates an EntityRuler REGEX rule Document in JSON format,
and update training model.
|
void |
ExtractionOperations.createInformationExtraction(AttributeValueTable avt)
Creates a InformationExtraction.
|
void |
ExtractionOperations.createInformationExtractionBatch(AttributeValueTable avt)
Creation a batch of InformationExtractions
from an input file directory.
|
void |
ExtractionOperations.createInformationExtractionDomainSpecification(AttributeValueTable avt)
Creates a InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.createInformationExtractionFinisherSpecification(AttributeValueTable avt)
Creates a InformationExtractionFinisherSpecification.
|
void |
ExtractionOperations.createInformationExtractionParserSpecification(AttributeValueTable avt)
Creates a InformationExtractionParserSpecification.
|
void |
ExtractionOperations.createInformationExtractionPreparerSpecification(AttributeValueTable avt)
Creates a InformationExtractionPreparerSpecification.
|
void |
ExtractionOperations.createInformationExtractionSolverSpecification(AttributeValueTable avt)
Creates a InformationExtractionSolverSpecification.
|
void |
ExtractionOperations.createInformationExtractionSpecification(AttributeValueTable avt)
Creates a InformationExtractionSpecification.
|
void |
ExtractionOperations.createInformationExtractionTrainerSpecification(AttributeValueTable avt)
Creates a InformationExtractionTrainerSpecification.
|
void |
ExtractionOperations.createJsonPhraseDocumentBatch(AttributeValueTable avt)
Create a batch of JSON-based documents for entity phrase training.
|
void |
ExtractionOperations.createLegalImplicitRelationsDocument(AttributeValueTable avt)
Create an unconfirmed result normally produced by the
Finisher for an InformationExtraction, which shows the
possible legal relations that would be generated by the
currently defined implicit relations.
|
protected InformationExtractionOutcomeMarking |
ExtractionOperations.createMarking(InformationExtraction ext,
List<InformationExtractionToken> listOfMarkingTokens,
InformationExtractionEntityType entType)
Create a marking.
|
void |
ExtractionOperations.createNerClassifierDocument(AttributeValueTable avt)
Creates an NER Clasifier Document and update training model.
|
void |
ExtractionOperations.createRegexPatternDocument(AttributeValueTable avt)
Creates a REGEX pattern Document and update training model.
|
void |
ExtractionOperations.createRegexPatternJsonDocument(AttributeValueTable avt)
Creates a REGEX pattern Document in JSON format and update training model.
|
void |
ExtractionOperations.createRegexRuleDocument(AttributeValueTable avt)
Creates a REGEX rule Document and update training model.
|
void |
ExtractionOperations.createRegexRuleJsonDocument(AttributeValueTable avt)
Creates an EntityRuler REGEX rule Document in JSON format,
and update training model.
|
void |
ExtractionOperations.createRelationMentionModelDocument(AttributeValueTable avt)
Creates an RelationMention model Document and update training model.
|
void |
ExtractionOperations.createResultSet(AttributeValueTable avt)
Creates an InformationExtractionResultSet object.
|
void |
ExtractionOperations.createSpacyClassifierDocument(AttributeValueTable avt)
Creates an Spacy Clasifier Document and update training model.
|
void |
ExtractionOperations.createTokenMatcherRegexRuleJsonDocument(AttributeValueTable avt)
Creates a TokenMatcher REGEX rule Document in JSON format,
and update training model.
|
void |
ExtractionOperations.createTrainingExportSet(AttributeValueTable avt)
Creates an ExportSet to track training data exported
from a InformationExtractionTrainingSet.
|
void |
ExtractionOperations.createTrainingSet(AttributeValueTable avt)
Creates an InformationExtractionTrainingSet object.
|
protected String |
ExtractionOperations.deriveMarkingSource(InformationExtractionOutcomeMarking marking)
Derive the description of the marking source from marking details.
|
protected String |
ExtractionOperations.deriveRelationSource(InformationExtractionOutcomeMarkingRelation markingRel)
Derive the description of the relation source from relation details.
|
void |
ExtractionOperations.executeInformationExtraction(AttributeValueTable avt)
Manually execute an InformationExtraction.
|
void |
ExtractionOperations.executePythonScript(AttributeValueTable avt)
Execute a python script.
|
void |
ExtractionOperations.executePythonScriptIO(AttributeValueTable avt)
Execute a python script and communicate via in/out streams.
|
void |
ExtractionOperations.exportNerClassifierModelData(AttributeValueTable avt)
Exports the NER Classifier model training data to the specified file.
|
void |
ExtractionOperations.exportRelationMentionModelData(AttributeValueTable avt)
Exports the RelationMention model training data to the specified file.
|
void |
ExtractionOperations.freeInformationExtractionDomainSpecification(AttributeValueTable avt)
Frees a InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.freeInformationExtractionFinisherSpecification(AttributeValueTable avt)
Frees a InformationExtractionFinisherSpecification.
|
void |
ExtractionOperations.freeInformationExtractionParserSpecification(AttributeValueTable avt)
Frees a InformationExtractionParserSpecification.
|
void |
ExtractionOperations.freeInformationExtractionPreparerSpecification(AttributeValueTable avt)
Frees a InformationExtractionPreparerSpecification.
|
void |
ExtractionOperations.freeInformationExtractionSolverSpecification(AttributeValueTable avt)
Frees a InformationExtractionSolverSpecification.
|
void |
ExtractionOperations.freeInformationExtractionSpecification(AttributeValueTable avt)
Frees a InformationExtractionSpecification.
|
void |
ExtractionOperations.freeInformationExtractionTrainerSpecification(AttributeValueTable avt)
Frees a InformationExtractionTrainerSpecification.
|
void |
ExtractionOperations.identifyInformationExtractionDomainSpecification(String tag,
String name)
Identify a InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.identifyInformationExtractionFinisherSpecification(String tag,
String name)
Identify a InformationExtractionFinisherSpecification.
|
void |
ExtractionOperations.identifyInformationExtractionParserSpecification(String tag,
String name)
Identify a InformationExtractionParserSpecification.
|
void |
ExtractionOperations.identifyInformationExtractionPreparerSpecification(String tag,
String name)
Identify a InformationExtractionPreparerSpecification.
|
void |
ExtractionOperations.identifyInformationExtractionSolverSpecification(String tag,
String name)
Identify a InformationExtractionSolverSpecification.
|
void |
ExtractionOperations.identifyInformationExtractionSpecification(String tag,
String name)
Identify a InformationExtractionSpecification.
|
void |
ExtractionOperations.identifyInformationExtractionTrainerSpecification(String tag,
String name)
Identify a InformationExtractionTrainerSpecification.
|
void |
ExtractionOperations.importNerClassifierModelData(AttributeValueTable avt)
Imports NER Classifier model training data from the specified file.
|
void |
ExtractionOperations.importRelationMentionModelData(AttributeValueTable avt)
ImportsRelationMention model training data from the specified file.
|
void |
ExtractionOperations.isLegalCoreNlpRegexRule(AttributeValueTable avt)
Checks to see if the specified components of a RegexRule are legal.
|
void |
ExtractionOperations.isLegalRegexPattern(AttributeValueTable avt)
Checks to see if the specified components of a RegexPattern are legal.
|
protected InformationExtraction |
ExtractionOperations.lookupInformationExtraction(LibrarySession sess,
String tag)
Lookup an InformationExtraction by tag.
|
protected InformationExtractionAbstractSpecification |
ExtractionOperations.lookupInformationExtractionAbstractSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionAbstractSpecification by the specified name.
|
protected InformationExtractionDomainSpecification |
ExtractionOperations.lookupInformationExtractionDomainSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionDomainSpecification by the specified name.
|
protected InformationExtractionFinisherSpecification |
ExtractionOperations.lookupInformationExtractionFinisherSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionFinisherSpecification by the specified name.
|
protected InformationExtractionParserSpecification |
ExtractionOperations.lookupInformationExtractionParserSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionParserSpecification by the specified name.
|
protected InformationExtractionPreparerSpecification |
ExtractionOperations.lookupInformationExtractionPreparerSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionPreparerSpecification by the specified name.
|
protected InformationExtractionSolverSpecification |
ExtractionOperations.lookupInformationExtractionSolverSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionSolverSpecification by the specified name.
|
protected InformationExtractionSpecification |
ExtractionOperations.lookupInformationExtractionSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionSpecification by the specified name.
|
protected InformationExtractionTrainerSpecification |
ExtractionOperations.lookupInformationExtractionTrainerSpecification(LibrarySession sess,
String tagOrName)
Lookup a InformationExtractionTrainerSpecification by the specified name.
|
void |
ExtractionOperations.processAllEvents(AttributeValueTable avt)
Process all events for the specified handler, continuing
until there are no more raw events to process.
|
void |
ExtractionOperations.regenerateClassifierTrainingDocuments(AttributeValueTable avt)
Regenerate the content for Classifier training documents generated from
ConfirmedOutcomes in InformationExtraction objects.
|
void |
ExtractionOperations.removeTrainingExportSet(AttributeValueTable avt)
Removes an ExportSet used to track training data exported
from a InformationExtractionTrainingSet.
|
void |
ExtractionOperations.replaceEventAssignmentTableList(AttributeValueTable avt)
Adds multiple EventAssignmentTables to the specified AuditHandlerSpecification
that defines the InformationExtractionHandlerDispatcher.
|
void |
ExtractionOperations.searchInformationExtractionEntityPhrases(AttributeValueTable avt)
Search for Entity Phrases.
|
void |
ExtractionOperations.setConfirmedOutcome(AttributeValueTable avt)
Sets the confirmed outcome for an InformationExtraction.
|
void |
ExtractionOperations.setInformationExtractionState(AttributeValueTable avt)
Manually sets a new ExtractionState for a InformationExtraction.
|
void |
ExtractionOperations.showAllInformationExtractionDomainSpecifications()
Shows all of the InformationExtractionDomainSpecifications.
|
void |
ExtractionOperations.showAllInformationExtractionFinisherSpecifications()
Shows all of the InformationExtractionFinisherSpecifications.
|
void |
ExtractionOperations.showAllInformationExtractionParserSpecifications()
Shows all of the InformationExtractionParserSpecifications.
|
void |
ExtractionOperations.showAllInformationExtractionPreparerSpecifications()
Shows all of the InformationExtractionPreparerSpecifications.
|
void |
ExtractionOperations.showAllInformationExtractionSolverSpecifications()
Shows all of the InformationExtractionSolverSpecifications.
|
void |
ExtractionOperations.showAllInformationExtractionSpecifications()
Shows all of the InformationExtractionSpecifications.
|
void |
ExtractionOperations.showAllInformationExtractionTrainerSpecifications()
Shows all of the InformationExtractionTrainerSpecifications.
|
void |
ExtractionOperations.showClassifierTrainingDocument(AttributeValueTable avt)
Show the Classifier training document generated for an InformationExtraction.
|
void |
ExtractionOperations.showConllRelationTrainingDocument(AttributeValueTable avt)
Show the CONLL Relation training document generated for an InformationExtraction.
|
void |
ExtractionOperations.showInformationExtraction(AttributeValueTable avt)
Show an InformationExtraction.
|
void |
ExtractionOperations.showInformationExtraction(InformationExtraction ext,
String prefix,
boolean verbose)
Show details about an InformationExtraction.
|
void |
ExtractionOperations.showInformationExtractionClassifierHits(InformationExtraction ext,
String prefix,
boolean verbose)
Show details about the classifier hits for an InformationExtraction.
|
void |
ExtractionOperations.showInformationExtractionCorefChain(InformationExtractionCorefChain crc,
int pos,
String prefix)
Show details about a InformationExtractionCorefChain.
|
void |
ExtractionOperations.showInformationExtractionDependencyGraphEdge(InformationExtractionDependencyGraphEdge edge,
String prefix)
Show details about a InformationExtractionDependencyGraphEdge.
|
protected void |
ExtractionOperations.showInformationExtractionDomainSpecification(Logger logger,
InformationExtractionDomainSpecification spec,
String prefix,
boolean verbose)
Show details about a InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.showInformationExtractionDomainSpecification(String name)
Show details about a InformationExtractionDomainSpecification.
|
void |
ExtractionOperations.showInformationExtractionEntityMention(InformationExtractionEntityMention em,
String prefix)
Show details about a InformationExtractionEntityMention.
|
void |
ExtractionOperations.showInformationExtractionEntityPhrase(InformationExtractionEntityPhrase entPhrase,
String prefix)
Show details about a InformationExtractionEntityPhrase.
|
protected void |
ExtractionOperations.showInformationExtractionFinisherSpecification(Logger logger,
InformationExtractionFinisherSpecification spec,
String prefix)
Show details about a InformationExtractionFinisherSpecification.
|
void |
ExtractionOperations.showInformationExtractionFinisherSpecification(String name)
Show details about a InformationExtractionFinisherSpecification.
|
void |
ExtractionOperations.showInformationExtractionOutcome(AttributeValueTable avt)
Show the InformationExtractionOutcome outcome and its marking objects.
|
void |
ExtractionOperations.showInformationExtractionOutcome(InformationExtractionOutcome outcome,
String prefix,
boolean verbose)
Show details about a InformationExtractionOutcome.
|
void |
ExtractionOperations.showInformationExtractionOutcomeMarking(InformationExtractionOutcomeMarking marking,
String prefix)
Show details about a InformationExtractionOutcomeMarking.
|
void |
ExtractionOperations.showInformationExtractionOutcomeMarkingRelation(InformationExtractionOutcomeMarkingRelation markingRel,
String prefix)
Show details about a InformationExtractionOutcomeMarkingRelation.
|
protected void |
ExtractionOperations.showInformationExtractionParserSpecification(Logger logger,
InformationExtractionParserSpecification spec,
String prefix)
Show details about a InformationExtractionParserSpecification.
|
void |
ExtractionOperations.showInformationExtractionParserSpecification(String name)
Show details about a InformationExtractionParserSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionPreparerSpecification(Logger logger,
InformationExtractionPreparerSpecification spec,
String prefix)
Show details about a InformationExtractionPreparerSpecification.
|
void |
ExtractionOperations.showInformationExtractionPreparerSpecification(String name)
Show details about a InformationExtractionPreparerSpecification.
|
void |
ExtractionOperations.showInformationExtractionRelationMention(InformationExtractionRelationMention rm,
String prefix)
Show details about a InformationExtractionRelationMention.
|
void |
ExtractionOperations.showInformationExtractionRelationTriple(InformationExtractionRelationTriple triple,
String prefix)
Show details about a InformationExtractionRelationTriple.
|
protected void |
ExtractionOperations.showInformationExtractionResultSet(Logger logger,
InformationExtractionResultSet rset,
String prefix)
Show details about a InformationExtractionResultSet.
|
void |
ExtractionOperations.showInformationExtractionSentence(InformationExtractionSentence sentence,
String prefix)
Show details about a InformationExtractionSentence.
|
protected void |
ExtractionOperations.showInformationExtractionSolverSpecification(Logger logger,
InformationExtractionSolverSpecification spec,
String prefix)
Show details about a InformationExtractionSolverSpecification.
|
void |
ExtractionOperations.showInformationExtractionSolverSpecification(String name)
Show details about a InformationExtractionSolverSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionSpecification(Logger logger,
InformationExtractionSpecification spec,
String prefix)
Show details about a InformationExtractionSpecification.
|
void |
ExtractionOperations.showInformationExtractionSpecification(String name)
Show details about a InformationExtractionSpecification.
|
void |
ExtractionOperations.showInformationExtractionToken(InformationExtractionToken token,
String prefix,
boolean verbose)
Show details about a InformationExtractionToken.
|
void |
ExtractionOperations.showInformationExtractionTokenList(InformationExtractionTokenList tl,
String prefix,
boolean verbose)
Show details about a InformationExtractionTokenList.
|
void |
ExtractionOperations.showInformationExtractionTokens(InformationExtraction ext,
String prefix,
boolean verbose)
Show token details about an InformationExtraction.
|
protected void |
ExtractionOperations.showInformationExtractionTrainerSpecification(Logger logger,
InformationExtractionTrainerSpecification spec,
String prefix)
Show details about a InformationExtractionTrainerSpecification.
|
void |
ExtractionOperations.showInformationExtractionTrainerSpecification(String name)
Show details about a InformationExtractionTrainerSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionTrainingSet(Logger logger,
InformationExtractionTrainingSet tset,
String prefix)
Show details about a InformationExtractionTrainingSet.
|
void |
ExtractionOperations.showJson(AttributeValueTable avt)
Parse explicit JSON, showing the results of the parse only.
|
void |
ExtractionOperations.showOutcomeAsConfirmationInput(InformationExtractionOutcome outcome,
String tag,
String prefix,
boolean verbose)
Show a InformationExtractionOutcome using a format that can be
edited manually and then used to set a confirmed outcome.
|
void |
ExtractionOperations.showOutcomeAsTsv(InformationExtractionOutcome outcome,
String prefix,
boolean verbose)
Show a InformationExtractionOutcome matching CoreNLP TSV format for
inputs to training a custom NER model.
|
void |
ExtractionOperations.showOutcomeGraphSummaryDocument(AttributeValueTable avt)
Show the graph summary document generated for an InformationExtraction.
|
void |
ExtractionOperations.showOutcomeTextSummaryDocument(AttributeValueTable avt)
Show the text summary document generated for an InformationExtraction.
|
void |
ExtractionOperations.showResultSet(AttributeValueTable avt)
Shows an InformationExtractionResultSet object.
|
void |
ExtractionOperations.showSearchTerm(AttributeValueTable avt)
Show the Oracle Text search terms for all search types,
given a raw search term.
|
void |
ExtractionOperations.showSpacyClassifierTrainingDocument(AttributeValueTable avt)
Show the Spacy Classifier training document generated for an InformationExtraction.
|
void |
ExtractionOperations.showTrainingExportSet(AttributeValueTable avt)
Shows an ExportSet that tracks training data exported
from a InformationExtractionTrainingSet.
|
void |
ExtractionOperations.showTrainingSet(AttributeValueTable avt)
Shows an InformationExtractionTrainingSet object.
|
void |
ExtractionOperations.syncInformationExtractionEntityPhraseIndex(AttributeValueTable avt)
Sync the Oracle Text index used by the specified
InformationExtractionDomainSpecification.
|
Constructor and Description |
---|
S_CoreNlpRegexRule(S_LibrarySession session,
Long classId)
Construct a S_CoreNlpRegexRule for the case where the object has not
been created in the database yet.
|
S_CoreNlpRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_CoreNlpRegexRule.
|
S_DependencyMatcherRegexRule(S_LibrarySession session,
Long classId)
Construct a S_DependencyMatcherRegexRule for the case where the object has not
been created in the database yet.
|
S_DependencyMatcherRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_DependencyMatcherRegexRule.
|
S_EntityRulerRegexRule(S_LibrarySession session,
Long classId)
Construct a S_EntityRulerRegexRule for the case where the object has not
been created in the database yet.
|
S_EntityRulerRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_EntityRulerRegexRule.
|
S_InformationExtraction(S_LibrarySession session,
Long classId)
Construct a S_InformationExtraction for the case where the object has not
been created in the database yet.
|
S_InformationExtraction(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtraction.
|
S_InformationExtractionAbstractSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionAbstractSpecification for the case where the object has not
been created in the database yet.
|
S_InformationExtractionAbstractSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionAbstractSpecification.
|
S_InformationExtractionCorefChain(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionCorefChain for the case where the object has not
been created in the database yet.
|
S_InformationExtractionCorefChain(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionCorefChain.
|
S_InformationExtractionDependencyGraphEdge(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionDependencyGraphEdge for the case where the object has not
been created in the database yet.
|
S_InformationExtractionDependencyGraphEdge(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionDependencyGraphEdge.
|
S_InformationExtractionDomainSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionDomainSpecification for the case
where the object has not been created in the database yet.
|
S_InformationExtractionDomainSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionDomainSpecification.
|
S_InformationExtractionEntityMention(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionEntityMention for the case where the object has not
been created in the database yet.
|
S_InformationExtractionEntityMention(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionEntityMention.
|
S_InformationExtractionEntityPhrase(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionEntityPhrase for the case
where the object has not been created in the database yet.
|
S_InformationExtractionEntityPhrase(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionEntityPhrase.
|
S_InformationExtractionEntityRelationType(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionEntityRelationType for the case
where the object has not been created in the database yet.
|
S_InformationExtractionEntityRelationType(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionEntityRelationType.
|
S_InformationExtractionEntityType(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionEntityType for the case where the object has not
been created in the database yet.
|
S_InformationExtractionEntityType(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionEntityType.
|
S_InformationExtractionFinisherSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionFinisherSpecification for the case where the object has not
been created in the database yet.
|
S_InformationExtractionFinisherSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionFinisherSpecification.
|
S_InformationExtractionImplicitEntityRelation(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionImplicitEntityRelation for the case
where the object has not been created in the database yet.
|
S_InformationExtractionImplicitEntityRelation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionImplicitEntityRelation.
|
S_InformationExtractionLegalEntityRelation(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionLegalEntityRelation for the case
where the object has not been created in the database yet.
|
S_InformationExtractionLegalEntityRelation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionLegalEntityRelation.
|
S_InformationExtractionOutcome(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionOutcome for the case where the object has not
been created in the database yet.
|
S_InformationExtractionOutcome(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionOutcome.
|
S_InformationExtractionOutcomeMarking(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionOutcomeMarking for the case where the object has not
been created in the database yet.
|
S_InformationExtractionOutcomeMarking(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionOutcomeMarking.
|
S_InformationExtractionOutcomeMarkingRelation(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionOutcomeMarkingRelation for the case where the object has not
been created in the database yet.
|
S_InformationExtractionOutcomeMarkingRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionOutcomeMarkingRelation.
|
S_InformationExtractionParserSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionParserSpecification for the case where the object has not
been created in the database yet.
|
S_InformationExtractionParserSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionParserSpecification.
|
S_InformationExtractionPreparerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionPreparerSpecification for the case where the object has not
been created in the database yet.
|
S_InformationExtractionPreparerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionPreparerSpecification.
|
S_InformationExtractionRegexMapping(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionRegexMapping for the case where the object has not
been created in the database yet.
|
S_InformationExtractionRegexMapping(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionRegexMapping.
|
S_InformationExtractionRegexPattern(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionRegexPattern for the case where the object has not
been created in the database yet.
|
S_InformationExtractionRegexPattern(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionRegexPattern.
|
S_InformationExtractionRegexRule(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionRegexRule for the case where the object has not
been created in the database yet.
|
S_InformationExtractionRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionRegexRule.
|
S_InformationExtractionRelationMention(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionRelationMention for the case where the object has not
been created in the database yet.
|
S_InformationExtractionRelationMention(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionRelationMention.
|
S_InformationExtractionRelationTriple(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionRelationTriple for the case where the object has not
been created in the database yet.
|
S_InformationExtractionRelationTriple(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionRelationTriple.
|
S_InformationExtractionResultSet(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionResultSet for the case where the object has not
been created in the database yet.
|
S_InformationExtractionResultSet(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionResultSet.
|
S_InformationExtractionSentence(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionSentence for the case where the object has not
been created in the database yet.
|
S_InformationExtractionSentence(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionSentence.
|
S_InformationExtractionSolverSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionSolverSpecification for the case where the object has not
been created in the database yet.
|
S_InformationExtractionSolverSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionSolverSpecification.
|
S_InformationExtractionSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionSpecification for the case where the object has not
been created in the database yet.
|
S_InformationExtractionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionSpecification.
|
S_InformationExtractionToken(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionToken for the case where the object has not
been created in the database yet.
|
S_InformationExtractionToken(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionToken.
|
S_InformationExtractionTokenList(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionTokenList for the case where the object has not
been created in the database yet.
|
S_InformationExtractionTokenList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionTokenList.
|
S_InformationExtractionTrainerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_InformationExtractionTrainerSpecification for the
case where the object has not been created in the database yet.
|
S_InformationExtractionTrainerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_InformationExtractionTrainerSpecification.
|
S_InformationExtractionTrainingSet(S_LibrarySession session,
Long classId)
Construct a S_InformationExtractionTrainingSet for the case where the object has not
been created in the database yet.
|
S_InformationExtractionTrainingSet(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_InformationExtractionTrainingSet.
|
S_TieCoreNlpRegexRule(S_LibrarySession session,
Long classId)
Constructs an S_TieCoreNlpRegexRule.
|
S_TieCoreNlpRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieCoreNlpRegexRule.
|
S_TieDependencyMatcherRegexRule(S_LibrarySession session,
Long classId)
Constructs an S_TieDependencyMatcherRegexRule.
|
S_TieDependencyMatcherRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDependencyMatcherRegexRule.
|
S_TieEntityRulerRegexRule(S_LibrarySession session,
Long classId)
Constructs an S_TieEntityRulerRegexRule.
|
S_TieEntityRulerRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieEntityRulerRegexRule.
|
S_TieInformationExtraction(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtraction.
|
S_TieInformationExtraction(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtraction.
|
S_TieInformationExtractionAbstractSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionAbstractSpecification.
|
S_TieInformationExtractionAbstractSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionAbstractSpecification.
|
S_TieInformationExtractionCorefChain(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionCorefChain.
|
S_TieInformationExtractionCorefChain(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionCorefChain.
|
S_TieInformationExtractionDependencyGraphEdge(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionDependencyGraphEdge.
|
S_TieInformationExtractionDependencyGraphEdge(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionDependencyGraphEdge.
|
S_TieInformationExtractionDomainSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionDomainSpecification.
|
S_TieInformationExtractionDomainSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionDomainSpecification.
|
S_TieInformationExtractionEntityMention(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionEntityMention.
|
S_TieInformationExtractionEntityMention(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionEntityMention.
|
S_TieInformationExtractionEntityPhrase(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionEntityPhrase.
|
S_TieInformationExtractionEntityPhrase(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionEntityPhrase.
|
S_TieInformationExtractionEntityRelationType(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionEntityRelationType.
|
S_TieInformationExtractionEntityRelationType(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionEntityRelationType.
|
S_TieInformationExtractionEntityType(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionEntityType.
|
S_TieInformationExtractionEntityType(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionEntityType.
|
S_TieInformationExtractionFinisherSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionFinisherSpecification.
|
S_TieInformationExtractionFinisherSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionFinisherSpecification.
|
S_TieInformationExtractionImplicitEntityRelation(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionImplicitEntityRelation.
|
S_TieInformationExtractionImplicitEntityRelation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionImplicitEntityRelation.
|
S_TieInformationExtractionLegalEntityRelation(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionLegalEntityRelation.
|
S_TieInformationExtractionLegalEntityRelation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionLegalEntityRelation.
|
S_TieInformationExtractionOutcome(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionOutcome.
|
S_TieInformationExtractionOutcome(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionOutcome.
|
S_TieInformationExtractionOutcomeMarking(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionOutcomeMarking.
|
S_TieInformationExtractionOutcomeMarking(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionOutcomeMarking.
|
S_TieInformationExtractionOutcomeMarkingRelation(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionOutcomeMarkingRelation.
|
S_TieInformationExtractionOutcomeMarkingRelation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionOutcomeMarkingRelation.
|
S_TieInformationExtractionParserSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionParserSpecification.
|
S_TieInformationExtractionParserSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionParserSpecification.
|
S_TieInformationExtractionPreparerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionPreparerSpecification.
|
S_TieInformationExtractionPreparerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionPreparerSpecification.
|
S_TieInformationExtractionRegexMapping(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionRegexMapping.
|
S_TieInformationExtractionRegexMapping(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionRegexMapping.
|
S_TieInformationExtractionRegexPattern(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionRegexPattern.
|
S_TieInformationExtractionRegexPattern(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionRegexPattern.
|
S_TieInformationExtractionRegexRule(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionRegexRule.
|
S_TieInformationExtractionRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionRegexRule.
|
S_TieInformationExtractionRelationMention(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionRelationMention.
|
S_TieInformationExtractionRelationMention(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionRelationMention.
|
S_TieInformationExtractionRelationTriple(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionRelationTriple.
|
S_TieInformationExtractionRelationTriple(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionRelationTriple.
|
S_TieInformationExtractionResultSet(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionResultSet.
|
S_TieInformationExtractionResultSet(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionResultSet.
|
S_TieInformationExtractionSentence(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionSentence.
|
S_TieInformationExtractionSentence(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionSentence.
|
S_TieInformationExtractionSolverSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionSolverSpecification.
|
S_TieInformationExtractionSolverSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionSolverSpecification.
|
S_TieInformationExtractionSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionSpecification.
|
S_TieInformationExtractionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionSpecification.
|
S_TieInformationExtractionToken(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionToken.
|
S_TieInformationExtractionToken(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionToken.
|
S_TieInformationExtractionTokenList(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionTokenList.
|
S_TieInformationExtractionTokenList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionTokenList.
|
S_TieInformationExtractionTrainerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionTrainerSpecification.
|
S_TieInformationExtractionTrainerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionTrainerSpecification.
|
S_TieInformationExtractionTrainingSet(S_LibrarySession session,
Long classId)
Constructs an S_TieInformationExtractionTrainingSet.
|
S_TieInformationExtractionTrainingSet(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInformationExtractionTrainingSet.
|
S_TieTokenMatcherRegexRule(S_LibrarySession session,
Long classId)
Constructs an S_TieTokenMatcherRegexRule.
|
S_TieTokenMatcherRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieTokenMatcherRegexRule.
|
S_TokenMatcherRegexRule(S_LibrarySession session,
Long classId)
Construct a S_TokenMatcherRegexRule for the case where the object has not
been created in the database yet.
|
S_TokenMatcherRegexRule(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TokenMatcherRegexRule.
|
Modifier and Type | Method and Description |
---|---|
protected Document |
BasicInformationExtractionTrainer.addClassifierTrainingDocument(InformationExtraction ext,
InformationExtractionOutcome confOutcome,
InformationExtractionTrainingSet tset)
Add a Classifier Document based on the confirmed outcome.
|
protected Document |
BasicInformationExtractionTrainer.addConllRelationTrainingDocument(InformationExtraction ext,
InformationExtractionOutcome confOutcome,
InformationExtractionTrainingSet tset)
Add a CONLL Relation training Document based on the confirmed outcome.
|
protected Document |
BasicInformationExtractionTrainer.addSpacyClassifierTrainingDocument(InformationExtraction ext,
InformationExtractionOutcome confOutcome,
InformationExtractionTrainingSet tset,
Document classfierDoc)
Add a Spacy Classifier Document based on the confirmed outcome.
|
protected void |
SpacyParser.applyEntityReferences(List<JsonObject> jsonEnts,
InformationExtraction ext,
InformationExtractionToken[] tokens)
Applies any entity references to the specified tokens.
|
void |
BasicInformationExtractionFinisher.applyOverrideSettings()
Apply the override settings.
|
void |
BasicInformationExtractionPreparer.applyOverrideSettings()
Apply the override settings.
|
void |
BasicInformationExtractionSolver.applyOverrideSettings()
Apply the override settings.
|
void |
BasicInformationExtractionTrainer.applyOverrideSettings()
Apply override settings.
|
protected void |
SpacyParser.applyRegexPatterns(List<JsonObject> jsonEnts,
InformationExtraction ext,
InformationExtractionToken[] tokens)
Applies any REGEX entity type hits to the specified tokens.
|
static SpacyClassifierModelCreator |
SpacyClassifierModelCreator.construct(AttributeValueTable trainingProps)
Construct an instance of SpacyClassifierModelCreator for
the specified training properties.
|
static SpacyClassifierModelCreator |
SpacyClassifierModelCreator.construct(String className)
Construct an instance of SpacyClassifierModelCreator for
the specified class name.
|
void |
PythonParser.copyOutputFile(String tempDir,
String outputFileName)
Copy the output file.
|
void |
SpacyClassifierModelCreator.copyOutputFile(String tempDir,
String outputFileName)
Copy the output file.
|
void |
PythonParser.copyTempFile(String tempFilePath)
Copy a temp file prior to executing a parse.
|
void |
SpacyClassifierModelCreator.copyTempFile(String tempFilePath)
Copy a temp file prior to executing a parse.
|
Document |
SpacyClassifierModelCreator.create(InformationExtractionTrainingSet tset,
InformationExtractionParserSpecification pspec,
AttributeValueTable trainingProps,
String docName,
String docDesc,
AccessControlList docAcl,
Folder docFolder)
Create a new Spacy Classifier model, stored as a Document,
based on the specified training set.
|
protected void |
BasicInformationExtractionFinisher.createGraphSummaryDocument()
Create the graph summary document JSON document that reflects all
markings and marking relations in the solved outcome.
|
List<InformationExtractionOutcomeMarkingRelation> |
ImplicitRelationUtilities.createImplicitRelations()
Creates a set of marking relations based on the ImplicitEntityRelations
defined on the DomainSpecification implied during construction,
along with the markings specified (or implied) during construction.
|
protected void |
SpacyParser.createInformationExtractionArtifacts(JsonObject jsonTop)
Create the InformationExtraction artifacts from the raw NLP information
generated in spaCy and represented in the specified JSON object.
|
protected Document |
PythonParser.createJsonResultDocument(String jsonFile)
Create the JSON result document that contains the raw NLP information
generated in spaCy.
|
String |
OutcomeJsonGraphWriter.createJsonString()
Generates the JSON string for the objects.
|
String |
SpacyTrainingJsonWriter.createJsonString(List<InformationExtractionTrainingSet.SentenceTuple> sentTuples)
Generates the JSON string for the objects.
|
protected void |
BasicInformationExtractionFinisher.createLegalImplicitRelationsDocument()
Create the Legal Implicit Relation document that shows all of the possible
relations that could be generated if the ImplicitRelations defined
on the DomainSpecifcation were used.
|
void |
ImplicitRelationUtilities.createLegalImplicitRelationsDocument()
Create the Legal Implicit Relation document that shows all of the possible
relations that could be generated if the ImplicitRelations defined
on the DomainSpecifcation were used.
|
void |
ImplicitRelationUtilities.createLegalImplicitRelationsDocument(boolean writeToTemp)
Create the Legal Implicit Relation document that shows all of the possible
relations that could be generated if the ImplicitRelations defined
on the DomainSpecifcation were used.
|
static void |
ImplicitRelationUtilities.createLegalImplicitRelationsDocument(InformationExtraction ext)
Create the Legal Implicit Relation document that shows all of the possible
relations that could be generated if the ImplicitRelations defined
on the DomainSpecifcation were used, based on the solved outcome of the specified
InformationExtraction.
|
static void |
ImplicitRelationUtilities.createLegalImplicitRelationsDocument(InformationExtraction ext,
boolean writeToTemp)
Create the Legal Implicit Relation document that shows all of the possible
relations that could be generated if the ImplicitRelations defined
on the DomainSpecifcation were used, based on the solved outcome of the specified
InformationExtraction.
|
protected InformationExtractionOutcomeMarking |
BasicInformationExtractionSolver.createMarking(InformationExtractionTokenList tl,
InformationExtractionEntityType entType,
int markingStatus)
Create a marking.
|
protected void |
BasicInformationExtractionSolver.createMarkingIfIdentified(InformationExtractionTokenList tl,
List<InformationExtractionOutcomeMarking> markingsList,
HashMap<Integer,InformationExtractionTokenList> tokenMap)
Create a marking for the specified TokenList if an EntityType can be
identified for it, and if so, add it to the specified list.
|
protected InformationExtractionOutcomeMarkingRelation |
BasicInformationExtractionSolver.createMarkingRelation(InformationExtractionOutcomeMarking source,
InformationExtractionOutcomeMarking target,
InformationExtractionEntityRelationType entRelType)
Creates a InformationExtractionOutcomeMarkingRelation.
|
protected InformationExtractionOutcomeMarkingRelation |
BasicInformationExtractionSolver.createMarkingRelation(InformationExtractionOutcomeMarking source,
InformationExtractionOutcomeMarking target,
String typeName)
Creates a InformationExtractionOutcomeMarkingRelation.
|
protected void |
ImplicitRelationUtilities.createMarkingRelations(List<InformationExtractionOutcomeMarkingRelation> markingRelsList,
Map<String,String> markingRelPairsMap,
List<InformationExtractionOutcomeMarking> sources,
List<InformationExtractionOutcomeMarking> targets,
InformationExtractionEntityRelationType entRelTyp,
AttributeValueTable ruleTable)
Creates the marking relations for the specified source and target markings,
using the specified InformationExtractionEntityRelationType.
|
protected void |
BasicInformationExtractionSolver.createOutcome(InformationExtractionOutcomeMarking[] markings,
InformationExtractionOutcomeMarkingRelation[] markingRels)
Create the solved outcome.
|
protected InformationExtractionSentence[] |
SpacyParser.createSentences(List<JsonObject> jsonSents,
List<JsonObject> jsonTokens,
InformationExtraction ext,
InformationExtractionToken[] tokens)
Creates the InformationExtractionSentence objects from the
specified JsonObjects.
|
protected void |
BasicInformationExtractionFinisher.createTextSummaryDocument()
Create the text summary document that contains excerpts of the
tokens document, identified during the earlier phases.
|
protected InformationExtractionTokenList |
BasicInformationExtractionSolver.createTokenList(InformationExtraction ext,
List<InformationExtractionToken> listOfTokens)
Create a token list.
|
protected InformationExtractionTokenList |
SpacyParser.createTokenList(InformationExtractionToken[] tokens,
InformationExtraction ext)
Creates a TokenList.
|
protected List<InformationExtractionTokenList> |
BasicInformationExtractionSolver.createTokenListsFromClassifierHits()
Create TokenLists for each idenitified classifier hit.
|
protected List<InformationExtractionTokenList> |
BasicInformationExtractionSolver.createTokenListsFromNerHits()
Create TokenLists for each idenitified NER (REGEX or classifier) hit.
|
protected InformationExtractionToken[] |
SpacyParser.createTokens(List<JsonObject> jsonTokens,
InformationExtraction ext)
Creates the InformationExtractionToken objects from the
specified JsonObjects.
|
protected Document |
BasicInformationExtractionPreparer.createTokensDocument(InformationExtraction ext)
Create a tokens Document.
|
protected void |
BasicInformationExtractionFinisher.createTrainingTemplateDocument()
Create the Training template document that can be used to set
a confirmed outcome.
|
protected void |
BasicInformationExtractionFinisher.createXmlMarkingDocument()
Create the XML marking document that represents the markings
in the unconfirmed outcome.
|
protected void |
BasicInformationExtractionFinisher.createXmlRelationDocument()
Create the XML Relation document that represents the marking relations
in the unconfirmed outcome.
|
static String |
BasicInformationExtractionTrainer.determineClassifierTrainingContent(InformationExtraction ext,
InformationExtractionOutcome confOutcome)
Determine the contents to use for the Classifier Training document.
|
protected AccessControlList |
BasicInformationExtractionTrainer.determineClassifierTrainingDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the Classifier Training document.
|
protected String |
BasicInformationExtractionTrainer.determineClassifierTrainingDocumentName(InformationExtraction ext)
Determine the Name to use for the Classifier Training document.
|
protected Folder |
BasicInformationExtractionTrainer.determineClassifierTrainingDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Classifier Training document.
|
protected String |
BasicInformationExtractionTrainer.determineConllRelationTrainingContent(InformationExtraction ext,
InformationExtractionOutcome confOutcome)
Determine the contents to use for the CONLL Relation Training document.
|
protected String |
BasicInformationExtractionTrainer.determineConllRelationTrainingDocumentName(InformationExtraction ext)
Determine the Name to use for the CONLL relation Training document.
|
protected AccessControlList |
BasicInformationExtractionFinisher.determineGraphSummaryDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the Graph summary document.
|
protected String |
BasicInformationExtractionFinisher.determineGraphSummaryDocumentName(InformationExtraction ext)
Determine the Name to use for the Graph summary document.
|
protected Folder |
BasicInformationExtractionFinisher.determineGraphSummaryDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Graph summary document.
|
protected String |
BasicInformationExtractionFinisher.determineGraphSummaryJsonContent(InformationExtraction ext)
Determine the contents to use for the Graph summary document.
|
protected AccessControlList |
PythonParser.determineJsonResultDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the Json Result document.
|
protected String |
PythonParser.determineJsonResultDocumentName(InformationExtraction ext)
Determine the Name to use for the Json Result document.
|
protected Folder |
PythonParser.determineJsonResultDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Json Result document.
|
protected List<InformationExtractionOutcomeMarkingRelation> |
BasicInformationExtractionSolver.determineMarkingRelations(List<InformationExtractionOutcomeMarking> markingsList,
String relStrat)
Determines the marking relations for a set of markings
and the specified relation strategy.
|
protected void |
BasicInformationExtractionSolver.determineMarkingRelationsForImplicitStrategy(List<InformationExtractionOutcomeMarking> markingsList,
List<InformationExtractionOutcomeMarkingRelation> markingRelsList)
Determines the marking relations for a set of markings, using
relation strategy "implicit".
|
protected void |
BasicInformationExtractionSolver.determineMarkingRelationsForRelationMentionStrategy(List<InformationExtractionOutcomeMarking> markingsList,
List<InformationExtractionOutcomeMarkingRelation> markingRelsList)
Determines the marking relations for a set of markings, using
relation strategy "relationmention".
|
protected List<InformationExtractionOutcomeMarking> |
BasicInformationExtractionSolver.determineMarkings(String markingStrat)
Determine the markings based on the specified marking solve strategy.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingType(InformationExtractionTokenList tl,
String text)
Determines the marking type for the specified TokenList.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingTypeFromPhraseSearch(LibrarySession sess,
String text)
Determines the marking type based on the specified text,
using a search for a match with the index on IEEntityPhrase.PHRASE.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingTypeViaClassifierNer(InformationExtractionTokenList tl)
Determines the marking type based on the specified TokenList,
using Classifier NER info available on the Tokens.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingTypeViaNer(InformationExtractionTokenList tl)
Determines the marking type based on the specified TokenList,
using standrd NER info available on the Tokens.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingTypeViaNerOrRegex(InformationExtractionTokenList tl,
boolean ignoreStandardNer)
Determines the marking type based on the specified TokenList,
using NER info available on the Tokens.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingTypeViaRegex(InformationExtractionTokenList tl)
Determines the marking type based on the specified TokenList,
using NER info available on the Tokens.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.determineMarkingTypeViaStopWord(String text)
Determines the marking type based on stop words based on the text.
|
protected String |
BasicInformationExtractionTrainer.determineSpacyClassifierTrainingDocumentName(InformationExtraction ext)
Determine the Name to use for the Spacy Classifier Training document.
|
protected String |
BasicInformationExtractionFinisher.determineSummaryText(InformationExtraction ext)
Determine the contents to use for the Text summary document.
|
protected AccessControlList |
BasicInformationExtractionFinisher.determineTextSummaryDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the Text summary document.
|
protected String |
BasicInformationExtractionFinisher.determineTextSummaryDocumentName(InformationExtraction ext)
Determine the Name to use for the Text summary document.
|
protected Folder |
BasicInformationExtractionFinisher.determineTextSummaryDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Text summary document.
|
protected AccessControlList |
BasicInformationExtractionPreparer.determineTokensDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the Tokens document.
|
protected Reader |
BasicInformationExtractionPreparer.determineTokensDocumentContent(InformationExtraction ext)
Determine the content (expressed as a Reader) to use for the Tokens document.
|
protected Format |
BasicInformationExtractionPreparer.determineTokensDocumentFormat(InformationExtraction ext)
Determine the Format to use for the Tokens document.
|
protected String |
BasicInformationExtractionPreparer.determineTokensDocumentName(InformationExtraction ext)
Determine the Name to use for the Tokens document.
|
protected Folder |
BasicInformationExtractionPreparer.determineTokensDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Tokens document.
|
protected String |
BasicInformationExtractionFinisher.determineTrainingTemplateContent(InformationExtraction ext)
Determine the contents to use for the training template document.
|
protected AccessControlList |
BasicInformationExtractionFinisher.determineTrainingTemplateDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the Training Template document.
|
protected String |
BasicInformationExtractionFinisher.determineTrainingTemplateDocumentName(InformationExtraction ext)
Determine the Name to use for the Training Template document.
|
protected Folder |
BasicInformationExtractionFinisher.determineTrainingTemplateDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the Training Template document.
|
protected String |
BasicInformationExtractionFinisher.determineXmlMarkingContent(InformationExtraction ext)
Determine the contents to use for the XML Marking document.
|
protected AccessControlList |
BasicInformationExtractionFinisher.determineXmlMarkingDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the XML Marking document.
|
protected String |
BasicInformationExtractionFinisher.determineXmlMarkingDocumentName(InformationExtraction ext)
Determine the Name to use for the XML Marking document.
|
protected Folder |
BasicInformationExtractionFinisher.determineXmlMarkingDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the XML Marking document.
|
protected String |
BasicInformationExtractionFinisher.determineXmlRelationContent(InformationExtraction ext)
Determine the contents to use for the XML Relation document.
|
protected AccessControlList |
BasicInformationExtractionFinisher.determineXmlRelationDocumentAcl(InformationExtraction ext)
Determine the ACL to use for the XML Relation document.
|
protected String |
BasicInformationExtractionFinisher.determineXmlRelationDocumentName(InformationExtraction ext)
Determine the Name to use for the XML Relation document.
|
protected Folder |
BasicInformationExtractionFinisher.determineXmlRelationDocumentParentFolder(InformationExtraction ext)
Determine the parent Folder to use for the XML Relation document.
|
void |
EntityPhraseJsonParser.execute(InformationExtractionDomainSpecification dspec)
Execute the prepared JSON, creating all of the phrases encountered.
|
void |
BasicInformationExtractionFinisher.finish(InformationExtraction ext)
Finish a solved InformationExtractionOutcome, producing additional
finisher results.
|
void |
InformationExtractionFinisher.finish(InformationExtraction ext)
Performs a finish of the target InformationExtraction.
|
protected Document |
PythonParser.getDocument(AttributeValue av,
LibrarySession session)
Gets a Document object from the specified AttributeValue,
which can reference a Document, Family, or VersionSeries.
|
protected Document |
SpacyClassifierModelCreator.getDocument(AttributeValue av,
LibrarySession session)
Gets a Document object from the specified AttributeValue,
which can reference a Document, Family, or VersionSeries.
|
protected String |
BasicInformationExtractionSolver.getFirstClassifierEntityType(InformationExtractionToken token)
Gets the first entity type name listed in the specified token.
|
protected String |
BasicInformationExtractionSolver.getNerEntityType(InformationExtractionToken token)
Gets the NER entity type name listed in the specified token.
|
protected String |
PythonParser.getPythonScriptContent()
Gets (or derives) the python script to execute.
|
protected String |
PythonParser.getPythonScriptUniqueIdentifer()
Gets the identifer to use for the generated python script.
|
protected String |
BasicInformationExtractionSolver.getRegexEntityType(InformationExtractionToken token)
Gets the REGEX entity type name listed in the specified token.
|
ImplicitRelationUtilities.DependentPath |
ImplicitRelationUtilities.getShortestDependentPath(InformationExtractionOutcomeMarking source,
InformationExtractionOutcomeMarking target)
Calculate the Shortest Dependent Path (SDP) length
between source & target.
|
void |
BasicInformationExtractionFinisher.initialize(InformationExtractionFinisherSpecification spec)
Initialize this instance.
|
void |
InformationExtractionFinisher.initialize(InformationExtractionFinisherSpecification spec)
Initialize this instance.
|
void |
InformationExtractionParser.initialize(InformationExtractionParserSpecification spec)
Initialize this instance.
|
void |
PythonParser.initialize(InformationExtractionParserSpecification spec)
Initialize this instance.
|
void |
BasicInformationExtractionPreparer.initialize(InformationExtractionPreparerSpecification spec)
Initialize this instance.
|
void |
InformationExtractionPreparer.initialize(InformationExtractionPreparerSpecification spec)
Initialize this instance.
|
void |
BasicInformationExtractionSolver.initialize(InformationExtractionSolverSpecification spec)
Initialize this instance.
|
void |
InformationExtractionSolver.initialize(InformationExtractionSolverSpecification spec)
Initialize this instance.
|
void |
BasicInformationExtractionTrainer.initialize(InformationExtractionTrainerSpecification spec)
Initialize this instance.
|
void |
InformationExtractionTrainer.initialize(InformationExtractionTrainerSpecification spec)
Initialize this instance.
|
void |
BasicInformationExtractionTrainer.invalidateTraining(InformationExtraction ext)
Performs invalidation of any training performed for the target InformationExtraction,
called after the InformationExtraction was confirmed and after training is performed
on the confirmed InformationExtraction.
|
void |
InformationExtractionTrainer.invalidateTraining(InformationExtraction ext)
Performs invalidation of any training performed for the target InformationExtraction,
called after the InformationExtraction was confirmed and after training is performed
on the confirmed InformationExtraction.
|
protected boolean |
BasicInformationExtractionSolver.isBuiltInNerEntity(String nerResult)
Gets the REGEX entity type name listed in the specified token.
|
static boolean |
SolverUtilities.isMarkingSourcedFromClassifier(InformationExtractionOutcomeMarking marking)
Check if the specified marking was sourced from the trained Classifer.
|
static boolean |
SolverUtilities.isMarkingSourcedFromRegex(InformationExtractionOutcomeMarking marking)
Check if the specified marking was sourced from a REGEX pattern.
|
static boolean |
SolverUtilities.isMarkingSourcedFromStandardNer(InformationExtractionOutcomeMarking marking)
Check if the specified marking was sourced from the standard NER.
|
static boolean |
SolverUtilities.isRelationMentionSourcedFromClassifier(InformationExtractionRelationMention mention)
Check if the specified relation mention was sourced from the trained
RelationMention Classifer.
|
static boolean |
SolverUtilities.isRelationMentionSourcedFromRegex(InformationExtractionRelationMention mention)
Check if the specified relation mention was sourced from a REGEX rule.
|
static boolean |
SolverUtilities.isRelationSourcedFromClassifier(InformationExtractionOutcomeMarkingRelation relation)
Check if the specified marking relation was sourced from the trained
RelationMention Classifer.
|
static boolean |
SolverUtilities.isRelationSourcedFromImplicit(InformationExtractionOutcomeMarkingRelation relation)
Check if the specified marking relation was sourced from the
implicit relations in the domain.
|
static boolean |
SolverUtilities.isRelationSourcedFromRegex(InformationExtractionOutcomeMarkingRelation relation)
Check if the specified marking relation was sourced from a REGEX rule.
|
void |
PythonParser.PythonDispatcherCallback.launchPython(List<String> commandList)
Launch the Python subprocess.
|
protected String |
BasicInformationExtractionSolver.nameOf(InformationExtractionEntityType entType)
Returns name of an InformationExtractionEntityType, or an indication that
the specified value is null.
|
String |
PythonParser.normalizeTempFilePath(String tempDir,
String filePath)
Normalize (modify) the temp file path specified.
|
String |
SpacyClassifierModelCreator.normalizeTempFilePath(String tempDir,
String filePath)
Normalize (modify) the temp file path specified.
|
void |
InformationExtractionParser.parse(InformationExtraction ext)
Performs a parse of the target InformationExtraction,
without a handler context.
|
void |
PythonParser.parse(InformationExtraction ext)
Performs a parse of the target InformationExtraction,
without a handler context.
|
void |
InformationExtractionParser.parse(InformationExtraction ext,
InformationExtractionHandlerDispatcher handler)
Performs a parse of the target InformationExtraction,
with a handler context.
|
void |
PythonParser.parse(InformationExtraction ext,
InformationExtractionHandlerDispatcher handler)
Performs a parse of the target InformationExtraction,
with a handler context.
|
protected InformationExtractionEntityType |
BasicInformationExtractionSolver.performPhraseSearch(LibrarySession sess,
String term)
Perform a search for a search term, using the index on IEEntityPhrase.PHRASE.
|
void |
SpacyClassifierModelCreator.preCreate()
Perform task prior to executing the create.
|
void |
BasicInformationExtractionPreparer.prepare(InformationExtraction ext)
Prepare an InformationExtraction.
|
void |
InformationExtractionPreparer.prepare(InformationExtraction ext)
Performs a prepare of the target InformationExtraction.
|
void |
EntityPhraseJsonParser.prepare(InformationExtractionDomainSpecification dspec)
Prepare the parsed JSON for execution.
|
void |
EntityPhraseJsonParser.EntityPhraseJsonArray.prepareArray(InformationExtractionDomainSpecification dspec)
Prepare the array for execution.
|
void |
EntityPhraseJsonParser.EntityPhraseJsonObject.prepareObject(InformationExtractionDomainSpecification dspec)
Prepare the object for execution.
|
protected void |
PythonParser.preParse()
Perform task prior to executing the parse.
|
protected void |
SpacyParser.preParse()
Perform task prior to executing the parse.
|
protected void |
PythonParser.processJsonOutputs(JsonObject outputsObj)
Processes the outputs produced in Python, from the specified
JsonObject.
|
protected void |
SpacyParser.processJsonOutputs(JsonObject outputsObj)
Processes the outputs produced in Python, from the specified
JsonObject.
|
protected void |
BasicInformationExtractionFinisher.setInformationExtraction(InformationExtraction ext)
Sets the InformationExtraction being processed.
|
protected void |
BasicInformationExtractionSolver.setInformationExtraction(InformationExtraction ext)
Sets the InformationExtraction being processed.
|
protected void |
PythonParser.setJsonInputs(JsonObject inputsObj)
Sets the inputs to be sent to Python, in the specified
JsonObject.
|
protected void |
SpacyParser.setJsonInputs(JsonObject inputsObj)
Sets the inputs to be sent to Python, in the specified
JsonObject.
|
void |
BasicInformationExtractionSolver.solve(InformationExtraction ext)
Solve a parsed InformationExtraction, producing a solved
InformationExtractionOutcome.
|
void |
InformationExtractionSolver.solve(InformationExtraction ext)
Performs a solve of the target InformationExtraction.
|
void |
BasicInformationExtractionTrainer.train(InformationExtraction ext)
Update training models for a confirmed InformationExtraction outcome.
|
void |
InformationExtractionTrainer.train(InformationExtraction ext)
Performs any training for the target InformationExtraction, called once the
the InformationExtraction has a confirmed solution.
|
protected void |
BasicInformationExtractionTrainer.updateTrainingModels(InformationExtraction ext,
InformationExtractionOutcome confOutcome)
Update the training models for an InformationExtraction with the specified
confirmed outcome.
|
void |
PythonParser.PythonDispatcherCallback.writeCommand(String command)
Send a commnd to the Python subprocess.
|
Constructor and Description |
---|
DependentPath(int pathLength,
Map<Long,Integer> sourceMap,
Map<Long,Integer> targetMap,
Long commonId,
Map<Long,String> tokenMap)
Constructs a DependentPath - with common ancestor information.
|
ImplicitRelationUtilities(InformationExtraction ext,
List<InformationExtractionOutcomeMarking> markingsList)
Construct an ImplicitRelationUtilities, using the components of an extraction
in progress, before an InformationExtractionOutcome is created.
|
ImplicitRelationUtilities(InformationExtractionOutcome outcome)
Construct an ImplicitRelationUtilities, based on an
InformationExtractionOutcome that is either confirmed or unconfirmed.
|
PythonDispatcherCallback(LibrarySession session,
InformationExtractionHandlerDispatcher handler,
String dispCallbackKey)
Constructs a PythonDispatcherCallback.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RuntimeStateHandler.cleanupDisposedRuntimeObjects(AuditEventHandlerContext context)
Cleanup disposed RuntimeObjects that have been retained longer than the
specified retention period.
|
protected void |
ScriptHandler.createScriptResultDocument(LibrarySession session,
String path,
StringBuffer result)
Create a document with the script results, as indicated by the
specified path.
|
protected int |
AuditEventHandlerAdapter.deleteEvents(AuditEventHandlerContext context,
long maxId)
Deletes all events for this handler's AuditSpecification,
up to and including the specified maximum event ID.
|
AuditHandlerSpecification |
AuditEventHandlerAdapter.getAuditHandlerSpecification(LibrarySession session)
Gets the AuditHandlerSpecification.
|
AuditSpecification |
AuditEventHandlerAdapter.getAuditSpecification(LibrarySession session)
Gets the AuditSpecification.
|
AttributeValue |
AuditEventHandlerAdapter.getHandlerProperty(LibrarySession session,
String key)
Gets a handler's property using a sesson context.
|
protected void |
InterMediaAnnotationHandler.handleAnnotationRequests(AuditEventHandlerContext context,
LibrarySession session)
Handle events by performing the requested operations.
|
protected boolean |
ScriptHandler.isValidEvent(AuditEventHandlerContext context,
LibrarySession session,
AuditEvent event)
Verify that the event represents a valid request by a valid user.
|
protected void |
AuditEventHandlerAdapter.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process the specified event.
|
protected void |
ScriptHandler.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process an event, by executing a set of script operations.
|
protected void |
AuditEventHandlerAdapter.processEvents(AuditEventHandlerContext context)
Handle events by performing the requested operations, using the default batch size.
|
protected void |
AuditEventHandlerAdapter.processEvents(AuditEventHandlerContext context,
int batchSize)
Handle events by performing the requested operations, using the specified batch size.
|
protected AuditEvent[] |
AuditEventHandlerAdapter.selectEvents(AuditEventHandlerContext context,
String[] eventTypes,
Long maxId,
int batchSize)
Selects all events for this handler's AuditSpecification, up to and
including the specified maximum event ID, filtered by the specified
event types.
|
protected AuditEvent[] |
AuditEventHandlerAdapter.selectEvents(AuditEventHandlerContext context,
String[] eventTypes,
Long minId,
Long maxId,
int batchSize)
Selects all events for this handler's AuditSpecification,
using an ID range specified by optional min and max values.
|
protected long |
AuditEventHandlerAdapter.selectMaximumEventId(AuditEventHandlerContext context)
Selects the maximum event ID in use in this handler's AuditSpecification.
|
void |
AuditEventHandlerAdapter.setHandlerProperty(LibrarySession session,
String key,
AttributeValue value)
Sets a handler's property using a sesson context.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
LibrarySessionPool.acquireSession()
Acquires a session from the session pool.
|
protected LibrarySession |
Node.acquireSession()
Acquires a LibrarySession from the session pool.
|
protected LibrarySession |
Server.acquireSession()
Acquires a LibrarySession from the session pool.
|
void |
ClusteredServer.cancelRegistration()
Deprecated.
Cancels the registration for this Server.
|
protected void |
Node.checkNodeState()
Check if NodeState has been disposed or finalized.
|
boolean |
ClusteredServer.checkRegistration(Long tokenId)
Deprecated.
Checks the registration for this Server.
|
protected LibrarySession |
IfsServer.checkSession()
Gets the default session for this Server, performing additional
checks to ensure the session is still connected and valid.
|
protected void |
Node.checkTimer()
Check the timer, and reset if needed.
|
void |
LogManager.configure(AttributeValueTable config)
Configure this LogManager.
|
void |
Node.configure(String ncName,
String svcName,
AttributeValueTable ncOverrides)
Configure this Node.
|
void |
Node.configure(String ncName,
String svcName,
AttributeValueTable ncOverrides,
DataSource ds)
Configure this Node, including a DataSource.
|
protected LibrarySession |
IfsServer.connectSession()
Gets a default LibrarySession for this Server.
|
protected LibrarySessionPool |
Node.constructLibrarySessionPool(int maxSessCount,
String serviceName,
String appName,
SystemUserCredential cred)
Constructs a LibrarySessionPool.
|
protected LibrarySessionPool |
Server.constructLibrarySessionPool(int maxSessCount,
String serviceName,
String appName,
SystemUserCredential cred)
Constructs a LibrarySessionPool.
|
protected LibrarySession |
IfsServer.constructSession()
Constructs a new LibrarySession for this Server.
|
protected LibrarySession |
LibrarySessionPool.constructSession()
Constructs a new LibrarySession.
|
protected Long |
IfsServer.convertTimerInterval(String value)
Computes the number of milliseconds in a period of time specified
as a string.
|
protected Long |
Timer.convertTimerInterval(String value)
Computes the number of milliseconds in a period of time specified
as a string.
|
protected Long |
IfsServer.convertTimerInterval(String value,
String daySuffix,
String hourSuffix,
String minuteSuffix,
String secondSuffix)
Computes the number of milliseconds in a period of time specified
as a string.
|
protected Long |
Timer.convertTimerInterval(String value,
String daySuffix,
String hourSuffix,
String minuteSuffix,
String secondSuffix)
Computes the number of milliseconds in a period of time specified
as a string.
|
AttributeValue |
Server.createServerState()
Creates a ServerState if it has not yet been created.
|
protected TimerInterface |
Node.createTimer()
Creates a Timer.
|
void |
LibrarySessionPool.deactivatePool()
De-activates the session pool, by disconnecting all sessions.
|
protected void |
Server.deregister()
Deregisters this Server.
|
protected String |
ClusteredServer.deriveAgentIdentifier()
Deprecated.
|
protected String |
NonCompetingClusteredServer.deriveAgentIdentifier() |
protected String |
ClusteredServer.deriveRunningServerIdentifier()
Deprecated.
|
protected String |
NonCompetingClusteredServer.deriveRunningServerIdentifier() |
protected void |
Timer.deriveTimerActivationPeriod()
Derives the activation period, based on the Timer configuration,
and stores the derived value backinto the configuration.
|
protected void |
Timer.deriveTimerInitialDelay()
Gets the initial delay, based on this Server's configuration parameters.
|
protected void |
Node.disableEventListening()
Disable listening for events on RuntimeState instances.
|
protected void |
Server.disconnectSession()
Disconnects the Server's session.
|
void |
IfsServer.dispose()
Disposes this Server.
|
void |
Node.dispose()
Deprecated.
9.3.4.0: use ControllerJob to request Node to dispose
|
void |
ServerInterface.dispose()
Disposes this Server.
|
protected void |
Node.disposeNode()
Disposes this Node.
|
protected void |
LibrarySessionPool.disposeService()
Disposes the LibraryService that this instance is associated with.
|
protected void |
Node.disposeService()
Disposes the Service managed by this Node.
|
protected void |
Node.enableEventListening()
Enable listening events on any RuntimeState.
|
protected String |
ClusteredServer.getAgentIdentifier()
Deprecated.
Gets the agent identifier.
|
protected String |
ClusteredServer.getAgentIdentifierPrefix()
Deprecated.
Gets the prefix to use for deriving the agent identifier for this server.
|
AttributeValueTable |
LogManager.getConfiguration()
Gets the configuration for this LogManager.
|
AttributeValueTable |
Server.getConfigurationOverridesTable()
Gets the configuration overrides specified for this Server.
|
AttributeValueTable |
Server.getConfigurationTable()
Gets the effective configuration parameters for this Server,
representing the combination of the initial
Configuration and any overrides that have been applied.
|
AttributeValue |
Node.getConfigurationValue(String key)
Gets a Configuration value from the Configuration Table for this Node.
|
AttributeValue |
NodeInterface.getConfigurationValue(String key)
Gets a Configuration value from the Configuration Table for this Node.
|
Credential |
Server.getCredential(String name)
Gets a Credential for the specified user.
|
String |
ComplexControllerJob.getDefaultJobType()
Get the default Job type.
|
String |
Node.getIfsHome()
Gets the CM SDK home directory for this Node.
|
String |
NodeInterface.getIfsHome()
Gets the CM SDK home directory for this Node.
|
String |
Server.getIfsHome()
Gets the CM SDK home directory for this Server's node.
|
AttributeValueTable |
Server.getInitialConfigurationTable()
Gets the initial configuration parameters for this Server as
an AttributeValueTable.
|
protected Date |
IfsServer.getLastTimerActivation()
Gets the time at which the timer last generated a "timer expiration"
request for this Server.
|
String |
Server.getName()
Gets the name of this Server.
|
String |
ServerInterface.getName()
Gets the name of this Server.
|
protected Date |
IfsServer.getNextTimerActivation()
Gets the time at which the timer will next generate a "timer expiration"
request for this Server.
|
protected NodeInterface |
Server.getNode()
Gets the Node that manages this Server.
|
String |
Server.getNodeName()
Gets the name of the node for this Server.
|
NodeState |
Node.getNodeState(LibrarySession session)
Gets the NodeState for this Node.
|
NodeState |
NodeInterface.getNodeState(LibrarySession session)
Gets the NodeState for this Node.
|
String |
Node.getOracleHome()
Deprecated.
9.3.4.0: no longer a property that the Node makes available
|
String |
NodeInterface.getOracleHome()
Gets the Oracle home directory for this Server's node.
|
String |
Server.getOracleHome()
Deprecated.
9.3.4.0: no longer a property that the Node makes available
|
ParameterTable |
Server.getParameterTable()
Gets the configuration parameters for this Server as
an immutable ParameterTable.
|
int |
Server.getPriority()
Gets the priority of this Server.
|
int |
ServerInterface.getPriority()
Gets the priority of this Server.
|
AttributeValue[] |
Server.getProperties()
Gets the values for all dynamic properties for this Server.
|
AttributeValue[] |
ServerInterface.getProperties()
Gets the values for all dynamic properties for this Server.
|
AttributeValue |
Server.getProperty(String name)
Gets the value of the specified dynamic property for this Server.
|
AttributeValue |
ServerInterface.getProperty(String name)
Gets the value of the specified dynamic property for this Server.
|
protected String |
ClusteredServer.getRunningNodeIdentifier()
Deprecated.
Gets the string used to identify a running node.
|
protected String |
ClusteredServer.getRunningNodeName()
Deprecated.
Gets the running node name.
|
String |
ClusteredServer.getRunningServerIdentifier()
Deprecated.
Gets the string used to identify a running server.
|
String |
Server.getServerConfigurationName()
Gets the server configuration name of this Server.
|
String |
ServerInterface.getServerConfigurationName()
Gets the Server configuration name of this Server.
|
ServerState |
Server.getServerState(LibrarySession session)
Gets the ServerState for this Server.
|
AttributeValue |
Server.getServerStateValue()
Gets the ServerState value.
|
String |
Server.getServerType()
Gets the type of this Server.
|
String |
ServerInterface.getServerType()
Gets the type of this Server.
|
protected LibraryService |
IfsServer.getService()
Gets the default service for this Server.
|
String |
Server.getServiceName()
Gets the name of the default service for this Server.
|
String |
ServerInterface.getServiceName()
Gets the name of the default service for this Server.
|
ServiceState |
Node.getServiceState(LibrarySession session)
Gets the ServiceState for the service that this Node manages.
|
ServiceState |
NodeInterface.getServiceState(LibrarySession session)
Gets the ServiceState for the service that this Node manages.
|
protected LibrarySession |
Node.getSession()
Gets the session for this Node.
|
AttributeValueTable |
Server.getStateTable()
Gets the runtime state table.
|
int |
ServerInterface.getStatus()
Gets the status of this Server.
|
SystemUserCredential |
Server.getSystemUserCredential()
Gets a System user credential.
|
protected Long |
IfsServer.getTimerActivationPeriod()
Gets the activation period, based on this Server's configuration parameters.
|
protected long |
Timer.getTimerActivationPeriod()
Gets the activation period, based on the Timer configuration.
|
protected String |
IfsServer.getTimerClassName()
Gets the fully qualified Timer class name.
|
protected AttributeValueTable |
IfsServer.getTimerConfiguration()
Gets the Timer Configuration.
|
protected AttributeValueTable |
Node.getTimerConfiguration()
Gets the Timer Configuration.
|
protected long |
Timer.getTimerInitialDelay()
Gets the initial delay, based on the Timer configuration.
|
protected void |
Node.handleControllerRequest(RuntimeState target)
Called to handle a ControllerRequest that was posted to the specified
RuntimeState object, if one is active.
|
protected void |
Node.handleDisposeNode()
Called when the Node is requested to dispose.
|
void |
Node.handleEvent(IfsEvent event)
Handles events on RuntimeState objects.
|
protected void |
Node.handleHandlerControllerRequest(HandlerState hs)
Called to handle a ControllerRequest that was posted to the specified
HandlerState object, if one is active.
|
protected void |
Node.handleNodeConfigurationOverride(String propName)
Handle a NodeConfiguration override.
|
protected void |
Node.handleNodeConfigurationOverrideRequest(NodeState ns)
Handle NodeConfiguration overrides that have been posted.
|
protected void |
Node.handleNodeControllerRequest(NodeState ns)
Called to handle a ControllerRequest that was posted to the specified
NodeState object, if one is active.
|
protected void |
Node.handleNodeDisposed()
Called as a notification when the Node is disposed.
|
protected void |
Node.handleNodeStateEvent(String eventKey)
Handle a NodeState event, specified as an AuditEvent key.
|
protected void |
IfsServer.handleRequest(IfsServer.ServerRequest request)
Handles the specified pending request for this Server.
|
protected void |
Node.handleRequest(Node.NodeRequest request)
Handles the specified pending request for this Node.
|
protected void |
IfsServer.handleRequests()
Dispatches any pending requests for this Server.
|
protected void |
Node.handleRequests()
Dispatches any pending requests for this Node.
|
protected void |
Node.handleRestartNode()
Called when the Node is requested to restart.
|
void |
Server.handleServerConfigurationOverrideRequest(ServerState ss)
Handle ServerConfiguration overrides that have been posted.
|
protected void |
Node.handleServerControllerRequest(ServerState ss)
Called to handle a ControllerRequest that was posted to the specified
ServerState object, if one is active.
|
protected void |
Node.handleServerDisposed(ServerState ss)
Called to process notification that one of the managed Servers
has been disposed.
|
protected void |
Server.handleServerStateEvent(String eventKey)
Handle a ServerState event.
|
protected void |
Node.handleServiceControllerRequest(ServiceState svs)
Called to handle a ControllerRequest that was posted to the specified
ServiceState object, if one is active.
|
protected void |
Node.handleStartNewServerRequest(ServerState ss)
Handle a request to start a new managed server.
|
protected void |
Node.handleStartNode()
Called when the Node is requested to start.
|
protected void |
Node.handleStopNode()
Called when the Node is requested to stop.
|
protected void |
Node.handleTimerExpired()
Called when the Node's timer expires.
|
protected void |
Node.initialize()
Initializes this Node.
|
void |
Server.initialize(String name,
NodeInterface node,
LibrarySessionPool sessionPool,
AttributeValueTable initialConfig,
AttributeValueTable overrides)
Initializes this Server (managed by Node).
|
void |
Server.initialize(String name,
String serviceName,
String schemaPassword,
ParameterTable parameterTable)
Initializes this Server (standalone).
|
void |
Timer.initialize(TimerContext context,
AttributeValueTable avt)
Initializes the Timer.
|
void |
TimerInterface.initialize(TimerContext context,
AttributeValueTable avt)
Initializes the Timer.
|
protected void |
Node.initializeLogging()
Initialize logging system, if it is not already initialized,
or if "reinitialize" is specified in the Node configuration.
|
boolean |
ClusteredServer.initializeRegistration()
Deprecated.
Initializes the registration for this Server.
|
protected void |
Node.initializeTimerCounts()
Initialize the timer counts.
|
boolean |
Server.isAgent()
Gets whether this Server is an agent.
|
boolean |
ServerInterface.isAgent()
Gets whether this Server is an agent.
|
protected boolean |
Server.isDisposed()
Gets whether this Server has been disposed.
|
boolean |
Server.isInitialized()
Gets whether this Server has been initialized and not disposed.
|
boolean |
IfsServer.isNonCompeting()
Returns indication as to whether this server is non-competing.
|
boolean |
IfsServer.isPropertyReadonly(String name)
Gets whether the specified dynamic property is readonly.
|
boolean |
ServerInterface.isPropertyReadonly(String name)
Gets whether the specified dynamic property is readonly.
|
boolean |
ClusteredServer.isRegistered()
Deprecated.
Checks to see if this Server is registered to handle the processing
in the cluster.
|
boolean |
ClusteredServer.isServerRunning()
Deprecated.
Checks to see if the Server is considered a "running server", by
adding itself to the table of running servers.
|
protected boolean |
IfsServer.isTimerActive()
Gets whether the timer for this Server is started.
|
protected boolean |
ClusteredServer.isTokenNonCompeting()
Deprecated.
Returns indication as to whether the server token is non-competing.
|
protected boolean |
IfsServer.isTokenNonCompeting()
Returns indication as to whether the server token is non-competing.
|
protected boolean |
NonCompetingClusteredServer.isTokenNonCompeting()
Returns indication as to whether the server token is non-competing.
|
void |
ComplexControllerJob.performComplexJob(ControllerJob job)
Perform a complex Job.
|
protected void |
Node.performCriticalTimedDuties()
Perform the critical timed Node duties.
|
protected void |
Node.performTimedChallengerDuties()
Perform Controller challenge duties.
|
protected void |
Node.performTimedControllerDuties()
Perform the timed Controller Node duties.
|
protected void |
Node.performTimedDuties()
Perform timed Node duties.
|
protected void |
IfsServer.processEvents()
Dispatches any IfsEvents previously placed in this Server's event
queue by
queueEvent . |
protected void |
Node.processEvents()
Dispatches any IfsEvents previously placed in this Node's event
queue by
queueEvent . |
protected void |
IfsServer.queueEvent(IfsEvent event)
Queues an IfsEvent for this Server.
|
protected void |
Node.queueEvent(IfsEvent event)
Queues an IfsEvent for this Node.
|
protected void |
Node.releaseSession()
Releases the Node's session back to the session pool.
|
protected void |
Server.releaseSession()
Releases the Server's session back to the session pool.
|
protected void |
Server.releaseSession(LibrarySession session)
Releases the specified session (that was previously acquired)
back to the pool.
|
protected void |
IfsServer.resetTimer()
Resets the timer for this Server.
|
protected void |
Node.resetTimer()
Resets the timer for this Node.
|
void |
IfsServer.restart()
Requests this Server to restart.
|
void |
ServerInterface.restart()
Requests this Server to restart.
|
void |
IfsServer.resume()
Requests this Server to resume.
|
void |
ServerInterface.resume()
Requests this Server to resume.
|
protected void |
Node.setDesiredStatus(int status)
Sets the desired status of this Node.
|
protected void |
Server.setDesiredStatus(int status)
Sets the desired status of this Server.
|
protected void |
Node.setDesiredStatus(int status,
boolean force)
Sets the desired status of this Node.
|
protected void |
Server.setDesiredStatus(int status,
boolean force)
Sets the desired status of this Server.
|
void |
IfsServer.setPriority(int priority)
Sets the priority of this Server.
|
void |
Server.setPriority(int priority)
Sets the priority of this Server.
|
void |
ServerInterface.setPriority(int priority)
Sets the priority of this Server.
|
void |
IfsServer.setProperty(AttributeValue av)
Sets the value of the specified dynamic property for this Server.
|
void |
ServerInterface.setProperty(AttributeValue av)
Sets the value of the specified dynamic property for this Server.
|
void |
IfsServer.setProperty(String name,
AttributeValue av)
Sets the value of the specified dynamic property for this Server.
|
protected void |
LibrarySessionPool.setSessionProperties(LibrarySession session)
Sets up a newly created LibrarySession.
|
void |
Server.setSessionTimeoutPrevented(boolean prevented)
Sets an indication as to whether or not sessions used by the Server
should be prevented from timing out on long-running operations.
|
protected void |
Server.setStateProperty(AttributeValue av)
Called when a dynamic (State) property of this Server is set or changed.
|
protected void |
Node.setStatus(int status)
Sets the status of this Node.
|
protected void |
Server.setStatus(int status)
Sets the status of this Server.
|
protected boolean |
Node.shouldRemovePreviousOverrides()
Gets indication as to whether previous overrides should be
applied when restarting a Node.
|
protected void |
Node.showRuntimeStates()
Show the all undisposed RuntimeState objects, organized by the managing Node.
|
void |
IfsServer.start()
Requests this Server to start.
|
void |
Node.start()
Requests to start the Node.
|
void |
ServerInterface.start()
Requests this Server to start.
|
protected void |
Node.startNode()
Starts (or restarts) the Node.
|
void |
Node.startService()
Starts the service associated with this Node.
|
void |
Server.startStandalone(String name,
ParameterTable pt)
Starts the server when run in standalone mode with the server
properties specified as a ParameterTable.
|
void |
Server.startStandalone(String name,
String[] args)
Starts the server when run via a static main in standalone mode.
|
protected void |
IfsServer.startTimer()
Starts a timer that will generate "timer expiration" requests for
this Server at a specified interval.
|
protected void |
Node.startTimer()
Starts a timer that will generate "timer expiration" requests for
this Node at a specified interval.
|
void |
IfsServer.stop()
Requests this Server to stop.
|
void |
Node.stop()
Deprecated.
9.3.4.0: use ControllerJob to request Node to stop
|
void |
ServerInterface.stop()
Requests this Server to stop.
|
protected void |
Node.stopNode()
Stops this Node.
|
protected void |
IfsServer.stopTimer()
Stops the timer for this Server.
|
protected void |
Node.stopTimer()
Stops the timer for this Node.
|
boolean |
Server.supportsPriority()
Gets whether this Server supports set/get priority.
|
boolean |
ServerInterface.supportsPriority()
Gets whether this Server supports set/get priority.
|
boolean |
Server.supportsSuspendResume()
Gets whether this Server supports suspend/resume.
|
boolean |
ServerInterface.supportsSuspendResume()
Gets whether this Server supports suspend/resume.
|
void |
IfsServer.suspend()
Requests this Server to suspend.
|
void |
ServerInterface.suspend()
Requests this Server to suspend.
|
static String |
Node.toStatusLabel(int status)
Gets a localized label for the specified status of a Node, using a
default Localizer.
|
static String |
Server.toStatusLabel(int status)
Gets a localized label for the specified status of a Server, using a
default Localizer.
|
static String |
Node.toStatusLabel(int status,
LibrarySessionInterface session)
Gets a localized label for the specified status of a Node, using the
specified session's Localizer.
|
static String |
Server.toStatusLabel(int status,
LibrarySessionInterface session)
Gets a localized label for the specified status of a Server, using the
specified session's Localizer.
|
static String |
Node.toStatusLabel(int status,
Localizer localizer)
Gets a localized label for the specified status of a Node, using the
specified Localizer.
|
static String |
Server.toStatusLabel(int serverStatus,
Localizer localizer)
Gets a localized label for the specified status of a Server, using the
specified Localizer.
|
protected void |
Node.updateAcknowledgeDate()
Update the last ack date.
|
protected void |
Node.updateNodeStateLogLevelOverrides()
Update the NodeState with updated LogLevelOverrides information.
|
protected void |
Server.verifyNotDisposed()
Verifies this Server has not been disposed.
|
protected void |
Server.verifyNotDisposed(int rethrowCode)
Verifies this Server has not been disposed, and re-throws an IfsException
of the specified code.
|
protected void |
Node.waitNode()
Blocks the current thread until one of the following occurs.
|
protected void |
IfsServer.waitServer()
Blocks the current thread until one of the following occurs.
|
Constructor and Description |
---|
ClusteredServer()
Deprecated.
Constructs a ClusteredServer.
|
IfsServer()
Constructs an IfsServer.
|
Node()
Constructs a Node.
|
NonCompetingClusteredServer()
Constructs a NonCompetingClusteredServer.
|
Server()
Constructs a Server.
|
Modifier and Type | Method and Description |
---|---|
static ControllerJob |
RebalanceJob.create(LibrarySession sess)
Create a job to rebalance the server and handler assignments.
|
static ControllerJob |
ShutdownJob.create(LibrarySession sess)
Create a job to shutdown the entire system.
|
static ControllerJob |
ReassignControllerJob.create(NodeState newNode)
Create a job to reassign the Controller to a different Node.
|
static ControllerJob |
MoveJob.create(RuntimeState rs,
NodeState newNode)
Create a job to move a Server or Handler to another Node.
|
static ControllerJob |
ReloadJob.create(RuntimeState rs,
NodeState newNode)
Create a job to reload a Server or Handler.
|
String |
MoveJob.getDefaultJobType()
Get the default Job type.
|
String |
ReassignControllerJob.getDefaultJobType()
Get the default Job type.
|
String |
RebalanceJob.getDefaultJobType()
Get the default Job type.
|
String |
ReloadJob.getDefaultJobType()
Get the default Job type.
|
String |
ShutdownJob.getDefaultJobType()
Get the default Job type.
|
void |
MoveJob.performComplexJob(ControllerJob job)
Perform a complex Job.
|
void |
ReassignControllerJob.performComplexJob(ControllerJob job)
Perform a complex Job.
|
void |
RebalanceJob.performComplexJob(ControllerJob job)
Perform a complex Job.
|
void |
ReloadJob.performComplexJob(ControllerJob job)
Perform a complex Job.
|
void |
ShutdownJob.performComplexJob(ControllerJob job)
Perform a complex Job.
|
void |
MoveJob.performMoveHandlerJob(ControllerJob job)
Perform a complex Job for the MOVE of a Handler from one Node to another.
|
void |
MoveJob.performMoveServerJob(ControllerJob job)
Perform a complex Job for the MOVE of a Server from one Node to another.
|
void |
ReassignControllerJob.performReassignControllerJob(ControllerJob job)
Perform a complex Job to Reassign the Controller.
|
void |
RebalanceJob.performRebalanceJob(ControllerJob job)
Perform a complex Job for the REBALANCE of all runtime elements.
|
void |
ReloadJob.performReloadHandlerJob(ControllerJob job)
Perform a complex Job for the RELOAD of a Handler from one Node to another.
|
void |
ReloadJob.performReloadServerJob(ControllerJob job)
Perform a complex Job for the RELOAD of a Server.
|
void |
ShutdownJob.performShutdownJob(ControllerJob job)
Perform a complex Job for the SHUTDOWN of all runtime elements.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
S_AuditSpecification.DYNCreateEventTable(Serializable payload)
Creates the audit event table indicated by this instance's TABLENAMESUFFIX
attribute, if it does not already exist.
|
Serializable |
S_AuditTypeList.DYNGetAuditTypeEntryTable(Serializable payload)
Bean-side exposure to gets the Hashtable representing the resolution
of an AuditTypeList's set of AuditTypeEntries.
|
Serializable |
S_AuditSpecification.DYNPurgeAllEvents(Serializable payload)
Purges a batch of AuditEvents from their audit histories
indiscriminately.
|
S_AuditTypeEntry[] |
S_AuditTypeList.getAuditTypeEntries()
Gets the AuditTypeEntry objects asociated with this AuditTypeList.
|
Hashtable |
S_AuditTypeList.getAuditTypeEntryTable()
Gets the Hashtable representing the resolution
of an AuditTypeList's set of AuditTypeEntries.
|
int |
S_AuditTypeEntry.getOperationSuccessMode()
Returns the numeric value that describes whether successful and/or
failed operations should be audited.
|
int |
S_AuditTypeEntry.getOperationType()
Returns the numeric representation of the Audit Operation
Type.
|
String |
S_AuditSpecification.getPropertyTableName()
Returns the table name to use for event properties for
this AuditSpecification.
|
String |
S_AuditSpecification.getTableName()
Returns the table name to use for events for this AuditSpecification.
|
String[] |
S_AuditSpecification.getTableNames()
Returns the table names that are used for events for this
AuditSpecification.
|
String |
S_AuditSpecification.getTableNameSuffix()
Returns the table name suffix, for custom audit event tables.
|
String |
S_AuditSpecification.getViewName()
Returns the table name to use for events for this AuditSpecification.
|
protected boolean |
S_AuditSpecification.isBroadcastCreateEventEnabled()
Returns indication as to whether create events should be posted.
|
protected boolean |
S_ControllerJob.isBroadcastCreateEventEnabled()
Returns indication as to whether create events should be posted.
|
protected boolean |
S_ServerSpecification.isBroadcastCreateEventEnabled()
Returns indication as to whether create events should be posted.
|
boolean |
S_AuditTypeEntry.isFailedOperationIncluded()
Returns whether failed operations should be audited.
|
boolean |
S_AuditSpecification.isPrivatePropertyTableUsed()
Gets the indication as to whether the Audit History for this
AuditSpecification uses a private audit property table.
|
boolean |
S_AuditTypeEntry.isSuccessfulOperationIncluded()
Returns whether successful operations should be audited.
|
Constructor and Description |
---|
S_AuditHandlerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_AuditHandlerSpecification for the case where the object has
not been created in the database yet.
|
S_AuditHandlerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_AuditHandlerSpecification.
|
S_AuditHandlerSpecificationSelector(S_LibrarySession session,
Long classId)
Constructs an S_AuditHandlerSpecificationSelector.
|
S_AuditSpecification(S_LibrarySession session,
Long classId)
Constructs an S_AuditSpecification for the case where the object has not
been created in the database yet.
|
S_AuditSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_AuditSpecification.
|
S_AuditSpecificationSelector(S_LibrarySession session,
Long classId)
Constructs an S_AuditSpecificationSelector.
|
S_AuditTargetSpecification(S_LibrarySession session,
Long classId)
Constructs an S_AuditTargetSpecification for the case where the object
has not been created in the database yet.
|
S_AuditTargetSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_AuditTargetSpecification.
|
S_AuditTargetSpecificationSelector(S_LibrarySession session,
Long classId)
Constructs an S_AuditTargetSpecificationSelector.
|
S_AuditTypeEntry(S_LibrarySession session,
Long classId)
Construct an S_AuditTypeEntry for the case where the object has not
been created in the database yet.
|
S_AuditTypeEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_AuditTypeEntry.
|
S_AuditTypeEntrySelector(S_LibrarySession session,
Long classId)
Construct a S_AuditTypeEntrySelector.
|
S_AuditTypeList(S_LibrarySession session,
Long classId)
Construct an S_AuditTypeList for the case where the object has not
been created in the database yet.
|
S_AuditTypeList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_AuditTypeList.
|
S_AuditTypeListSelector(S_LibrarySession session,
Long classId)
Construct a S_AuditTypeListSelector.
|
S_AutoFolderingActionSpecification(S_LibrarySession session,
Long classId)
Constructs an S_AutoFolderingActionSpecification for the case where the object has not
been created in the database yet.
|
S_AutoFolderingActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_AutoFolderingActionSpecification.
|
S_AutoFolderingActionSpecificationSelector(S_LibrarySession session,
Long classId)
Constructs a S_AutoFolderingActionSpecificationSelector.
|
S_ControllerAlert(S_LibrarySession session,
Long classId)
Construct a S_ControllerAlert for the case where the object has not
been created in the database yet.
|
S_ControllerAlert(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerAlert.
|
S_ControllerJob(S_LibrarySession session,
Long classId)
Construct a S_ControllerJob for the case where the object has not
been created in the database yet.
|
S_ControllerJob(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerJob.
|
S_ControllerLoadRatio(S_LibrarySession session,
Long classId)
Construct a S_ControllerLoadRatio for the case where the object has not
been created in the database yet.
|
S_ControllerLoadRatio(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerLoadRatio.
|
S_ControllerPlan(S_LibrarySession session,
Long classId)
Construct a S_ControllerPlan for the case where the object has not
been created in the database yet.
|
S_ControllerPlan(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerPlan.
|
S_ControllerPlanExecution(S_LibrarySession session,
Long classId)
Construct a S_ControllerPlanExecution for the case where the object has not
been created in the database yet.
|
S_ControllerPlanExecution(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerPlanExecution.
|
S_ControllerReply(S_LibrarySession session,
Long classId)
Construct a S_ControllerReply for the case where the object has not
been created in the database yet.
|
S_ControllerReply(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerReply.
|
S_ControllerRequest(S_LibrarySession session,
Long classId)
Construct a S_ControllerRequest for the case where the object has not
been created in the database yet.
|
S_ControllerRequest(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerRequest.
|
S_ControllerState(S_LibrarySession session,
Long classId)
Construct a S_ControllerState for the case where the object has not
been created in the database yet.
|
S_ControllerState(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ControllerState.
|
S_ControllerStateSelector(S_LibrarySession session,
Long classId)
Constructs a S_ControllerStateSelector.
|
S_HandlerState(S_LibrarySession session,
Long classId)
Constructs an S_HandlerState for the case where the object has not
been created in the database yet.
|
S_HandlerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_HandlerState.
|
S_HandlerStateSelector(S_LibrarySession session,
Long classId)
Constructs a S_HandlerStateSelector.
|
S_NodeState(S_LibrarySession session,
Long classId)
Constructs an S_NodeState for the case where the object has not
been created in the database yet.
|
S_NodeState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_NodeState.
|
S_NodeStateSelector(S_LibrarySession session,
Long classId)
Constructs a S_NodeStateSelector.
|
S_OperationActionSpecification(S_LibrarySession session,
Long classId)
Constructs an S_OperationActionSpecification for the case where the object has not
been created in the database yet.
|
S_OperationActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_OperationActionSpecification.
|
S_OperationActionSpecificationSelector(S_LibrarySession session,
Long classId)
Constructs a S_OperationActionSpecificationSelector.
|
S_RuntimeState(S_LibrarySession session,
Long classId)
Constructs an S_RuntimeState for the case where the object has not
been created in the database yet.
|
S_RuntimeState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_RuntimeState.
|
S_RuntimeStateSelector(S_LibrarySession session,
Long classId)
Constructs a S_RuntimeStateSelector.
|
S_ServerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_ServerSpecification for the case where the object has
not been created in the database yet.
|
S_ServerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_ServerSpecification.
|
S_ServerState(S_LibrarySession session,
Long classId)
Constructs an S_ServerState for the case where the object has not
been created in the database yet.
|
S_ServerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_ServerState.
|
S_ServerStateSelector(S_LibrarySession session,
Long classId)
Constructs a S_ServerStateSelector.
|
S_ServiceState(S_LibrarySession session,
Long classId)
Constructs an S_ServiceState for the case where the object has not
been created in the database yet.
|
S_ServiceState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_ServiceState.
|
S_ServiceStateSelector(S_LibrarySession session,
Long classId)
Constructs a S_ServiceStateSelector.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptOperations.abortTransaction(String trantag)
Abort an outer transaction.
|
void |
ScriptOperations.acquireLock(String poTag,
String sleTag)
Acquire the specified SystemLockEntry lock.
|
void |
ScriptOperations.acquireManualLock(String leTag,
String poTag)
Acquire a manual lock.
|
void |
ScriptOperations.activateAuditHandlerSpecification(String specName)
Sets an AuditSpecificationHandler to an active state.
|
void |
ScriptOperations.activateAuditSpecification(String specName)
Sets an AuditSpecification to an active state.
|
void |
ScriptOperations.activateOperationActionSpecification(String tagOrName)
Activate a OperationActionSpecification.
|
void |
ScriptOperations.activateServerSpecification(String specName)
Sets an ServerSpecification to an active state.
|
void |
ScriptOperations.activateSystemObject(String objectTag)
Activate a SystemObject.
|
void |
ScriptOperations.addAttachment(AttributeValueTable avt)
Add an attachment to the specified target PublicObject.
|
void |
ScriptOperations.addAttribute(AttributeValueTable avt)
Create a new Attribute for an existing ClassObject.
|
void |
ScriptOperations.addAuditEventProperty(String propName,
String propValue)
Add an audit event property to an internal list, to be posted
as part of the next postCustomAuditEvent operation.
|
void |
ScriptOperations.addAuditType(String defTag,
String eventType,
String mode)
Adds an event type to an AuditTypeList definition.
|
void |
ScriptOperations.addAuditTypesForClass(String defTag,
String className,
String mode)
Adds types to an AuditTypeList definition for a class.
|
void |
ScriptOperations.addBooleanHandlerProperty(String defTag,
String propName,
String propValue)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addCategory(AttributeValueTable avt)
Adds a category to an existing PublicObject.
|
void |
ScriptOperations.addDefinitionAuditEntryType(String defTag,
String opTypeKey,
String opModeString)
Add an AuditEntryType to an AuditTypeList definition.
|
void |
ScriptOperations.addDefinitionAuditEntryTypesForClass(String defTag,
String className,
String opMode)
Add AuditEntryTypes to an AuditTypeList definition for the events
that are applicable to the class specified.
|
void |
ScriptOperations.addDefinitionAuditEntryTypesUnderClass(String defTag,
String className,
String opMode)
Add AuditEntryTypes to an AuditTypeList definition for the events
that are applicable to the class specified, and any classes
that are considered descendents of that class.
|
void |
ScriptOperations.addDefinitionBooleanProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addDefinitionDoubleProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addDefinitionIntegerProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addDefinitionLongProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addDefinitionProperties(AttributeValueTable avt)
Add definition properties, using a reference object or definition as
the source of the property settings.
|
void |
ScriptOperations.addDefinitionProperty(AttributeValueTable avt)
Adds a property to a definition.
|
void |
ScriptOperations.addDefinitionStringArrayProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addDefinitionStringProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addDocumentDefinitionCharacterSet(String defTag,
String charSet)
Deprecated.
9.0.4.6: use
addToDocumentDefinition |
void |
ScriptOperations.addDocumentDefinitionContent(String defTag,
String contentFileName)
Deprecated.
9.0.4.6: use
addToDocumentDefinition |
void |
ScriptOperations.addDocumentDefinitionContentBfileReference(String defTag,
String osParentFolderPath,
String bfileName,
String lengthStr)
Deprecated.
9.0.4.6: use
addToDocumentDefinition |
void |
ScriptOperations.addDocumentDefinitionLanguage(String defTag,
String lang)
Deprecated.
9.0.4.6: use
addToDocumentDefinition |
void |
RuntimeOperations.addExplicitlyIdleServerName(AttributeValueTable avt)
Adds the specified managed Server name to the list of
explicitly idle Server names.
|
void |
ScriptOperations.addGlobalOperationActionSpecification(String specName)
Adds an OperationActionSpecification to the list of global
OperationActionSpecifications, defined in a domain property.
|
void |
ScriptOperations.addGroupMember(AttributeValueTable avt)
Adds a member to a DirectoryGroup.
|
void |
ScriptOperations.addGroupMembers(AttributeValueTable avt)
Adds members to a DirectoryGroup.
|
void |
ScriptOperations.addIntegerHandlerProperty(String defTag,
String propName,
String propValue)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
InstallOperations.addLegacyPolicy(AttributeValueTable avt)
Adds a legacy Policy to a ClassObject's PolicyBundle,
creating the PolicyBundle if necessary.
|
void |
ScriptOperations.addLifecyclePolicyEntryDefinition(String lpDefTag,
String lpeDefTag)
Add a LifecyclePolicyEntry definition to a
LifecyclePolicy definition.
|
void |
ScriptOperations.addLifecyclePolicyEntryDefinition(String defTag,
String lpeName,
String lpeDesc,
String actionTag,
String timePeriod,
String execPeriod,
String execBaseTime)
Add a LifecyclePolicyEntry definition to a
LifecyclePolicy definition.
|
void |
ScriptOperations.addLongHandlerProperty(String defTag,
String propName,
String propValue)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addManagedServerDeclaration(AttributeValueTable avt)
Add a Server declaration to the list being prepared as the set of managed
Servers, used in the next
createNodeConfiguration operation. |
void |
ScriptOperations.addManagedServerDeclaration(ScriptOperations.ServerDefinition serverDef)
Add a Server declaration to the list being prepared as the set of managed
Servers, used in the next
createNodeConfiguration operation. |
void |
ScriptOperations.addManagedServerDeclaration(String serverName,
String scName,
String serviceName,
String activeVal,
String startedVal,
String priorityVal)
Add a Server declaration to the list being prepared as the set of managed
Servers, used in the next
createNodeConfiguration operation. |
void |
ScriptOperations.addManagedServiceDeclaration(ScriptOperations.ServiceDefinition serviceDef)
Add a Service declaration to the list being prepared as the set of managed
Services, used in the next
createNodeConfiguration operation. |
void |
ScriptOperations.addManagedServiceDeclaration(String serviceName,
String svcName,
String activeVal)
Add a Service declaration to the list being prepared as the set of managed
Services, used in the next
createNodeConfiguration operation. |
void |
ScriptOperations.addPreparedSelectorBindValue(AttributeValueTable avt)
Add an bind value to an internal list, to be used as the
bind values in the next executeRawPreparedSelect operation.
|
void |
ScriptOperations.addPreparedSelectorBooleanBindValue(String bindValue)
Deprecated.
9.0.4.6: use
addPreparedSelectorBindValue |
void |
ScriptOperations.addPreparedSelectorIntegerBindValue(String bindValue)
Deprecated.
9.0.4.6: use
addPreparedSelectorBindValue |
void |
ScriptOperations.addPreparedSelectorLibraryObjectBindValue(String objTag)
Deprecated.
9.0.4.6: use
addPreparedSelectorBindValue |
void |
ScriptOperations.addPreparedSelectorLongBindValue(String bindValue)
Deprecated.
9.0.4.6: use
addPreparedSelectorBindValue |
void |
ScriptOperations.addPreparedSelectorStringBindValue(String bindValue)
Deprecated.
9.0.4.6: use
addPreparedSelectorBindValue |
void |
ScriptOperations.addPublicObjectDefinitionCategory(String defTag,
String catdefTag)
Add a category definition to a PublicObject definition.
|
void |
ScriptOperations.addSchemaObjectDefinitionCategory(String defTag,
String catdefTag)
Add a schema category definition to a SchemaObject definition.
|
void |
ScriptOperations.addStringArrayHandlerProperty(String defTag,
String propName,
String propValue)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addStringHandlerProperty(String defTag,
String propName,
String propValue)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addSystemObjectDefinitionBooleanProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addSystemObjectDefinitionCategory(String defTag,
String catdefTag)
Add a system category definition to a SystemObject definition.
|
void |
ScriptOperations.addSystemObjectDefinitionIntegerProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addSystemObjectDefinitionLongProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addSystemObjectDefinitionStringArrayProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
ScriptOperations.addSystemObjectDefinitionStringProperty(String defTag,
String key,
String value)
Deprecated.
9.0.4.6: use
addDefinitionProperty |
void |
UpgradeOperations.addTableColumn(AttributeValueTable avt)
Alter a table to add a new column to a table.
|
void |
ScriptOperations.addToDocumentDefinition(AttributeValueTable avt)
Add options to a Document definition.
|
void |
ScriptOperations.addToPublicObjectDefinition(AttributeValueTable avt)
Add options to a PublicObject definition.
|
protected long |
FolderIndexOperations.applyDeferredUpdates(LibrarySession session,
String prefix)
Apply deferred updates.
|
void |
ScriptOperations.applyNamedFreezeLock(String docTag,
String domainTag,
String lockName)
Apply a named freeze (also known as legal hold) lock to a document.
|
void |
ScriptOperations.applySingletonLock(AttributeValueTable avt)
Applies a singleton LockEntry to a PublicObject
The keys supported by this operation:
TAG: the tag that identifies the LockEntry applied
LOCKTYPEKEY: the lock type key
PUBLICOBJECT: the tag that identifies the PublicObject that will
receive the LockEntry
CUSTOM: whether the lock type is custom
LOCKALLITEMS: whether to recursively lock all items if the specified
PublicObject is a Folder
|
void |
ScriptOperations.assignClassDomain(AttributeValueTable avt)
Assigns a ClassDomain to an Attribute.
|
void |
ScriptOperations.assignLifecyclePolicyByCategory(String lpTag,
String className)
Assign the specified LifecyclePolicy to all documents not yet assigned to
a LifecyclePolicy and that have at least one instance of the category
specified.
|
void |
ScriptOperations.assignValueDefault(AttributeValueTable avt)
Assigns a ValueDefault to an Attribute.
|
void |
ScriptOperations.assignValueDomain(AttributeValueTable avt)
Assigns a ValueDomain to an Attribute.
|
void |
ScriptOperations.beginTransaction(String trantag)
Begin an outer transaction.
|
protected void |
FolderIndexOperations.changeUpdateMode(LibrarySession session,
boolean isSync,
String prefix)
Change update mode to either synchronous or asynchronous.
|
void |
AgentOperations.cleanupAllDanglingArrayAttributeReferences(AttributeValueTable avt)
Cleanup dangling attribute references for all array LibraryObject-type
Atrtibutes.
|
void |
AgentOperations.cleanupAllDanglingScalarAttributeReferences(AttributeValueTable avt)
Cleanup dangling attribute references for all scalar LibraryObject-type
Atrtibutes.
|
void |
AgentOperations.cleanupDanglingArrayAttributeReferences(AttributeValueTable avt)
Cleanup dangling attribute references for array LibraryObject-type
Atrtibutes.
|
void |
AgentOperations.cleanupDanglingScalarAttributeReferences(AttributeValueTable avt)
Cleanup dangling attribute references for scalar LibraryObject-type
Atrtibutes.
|
void |
ScriptOperations.clearImpersonateUser()
Clears impersonation for the current session.
|
void |
ScriptOperations.clearSharedCaches()
Explicitly clear the shared data caches.
|
void |
ScriptOperations.cloneCurrentSession(AttributeValueTable avt)
Clone the current session.
|
protected LibraryObjectDefinition |
ScriptDriver.cloneDefinition(LibrarySession sess,
String sourceDefTag,
String cloneDefTag)
Clone a LibraryObjectDefinition by the specified source tag.
|
protected LibraryObjectDefinition |
ScriptOperations.cloneDefinition(LibrarySession sess,
String sourceDefTag,
String cloneDefTag)
Clone a LibraryObjectDefinition by the specified source tag.
|
void |
ScriptOperations.cloneDefinition(String cloneDefTag,
String sourceDefTag)
Clone a definition object, useful when the source is readonly
and further mutations are necessary.
|
void |
ScriptOperations.compareObjects(String obj1Tag,
String obj2Tag)
Compare two objects, reporting whether or not they are the same.
|
protected void |
FolderIndexOperations.completeIndexCreation(LibrarySession session,
boolean deferCreate,
String prefix)
Completes the creation of the folder index.
|
void |
ScriptOperations.completeTransaction(String trantag)
Complete an outer transaction.
|
protected LibrarySession |
ScriptOperations.connect(Credential credential,
ConnectOptions options)
Create a LibrarySession.
|
protected LibrarySession |
ScriptOperations.connect(String username,
String password,
String server)
Create a LibrarySession.
|
protected AuditEvent |
ScriptOperations.constructAuditEvent(LibraryObject target,
String opTypeKey,
String domainTag,
String auxString,
String auxNumber,
String auxObjsToken)
Construct an audit event, to be posted as either a Custom or System
AuditEvent.
|
protected PreparedSelectorGenerator |
ScriptOperations.constructPreparedSelectorGenerator()
Return a newly constructed instance of a PreparedSelectorGenerator.
|
protected PreparedSelectorGenerator |
ScriptOperations.constructPreparedSelectorGenerator(String psGenClassName)
Return a newly constructed instance of a PreparedSelectorGenerator,
of the specified class.
|
protected Hashtable |
ScriptOperations.convertPropertyDefinitionsToHashtable(PropertyDefinition[] pbDefs)
Convert an array of PropertyDefinitions to a Hashtable, keyed by the
property name, with the value being an AttributeValue representation
of the property's value.
|
void |
ScriptOperations.convertStringArray(AttributeValueTable avt,
String key)
Convert the String array that may be in the specified table using the
old array token syntax.
|
protected Boolean |
ScriptOperations.convertToBoolean(LibrarySession sess,
String boolVal)
Convert a numeric String representation to a Boolean.
|
protected boolean |
ScriptOperations.convertToBoolean(LibrarySession sess,
String boolVal,
boolean defVal)
Convert a numeric String representation to a boolean, using the specified
default value if the string is null.
|
protected Double |
ScriptOperations.convertToDouble(LibrarySession sess,
String doubleVal)
Convert a numeric String representation to a Double.
|
protected double |
ScriptOperations.convertToDouble(LibrarySession sess,
String doubleVal,
double defVal)
Convert a numeric String representation to a double, using the specified
default value if the string is null.
|
protected Integer |
ScriptOperations.convertToInteger(LibrarySession sess,
String intVal)
Convert a numeric String representation to an integer.
|
protected int |
ScriptOperations.convertToInteger(LibrarySession sess,
String intVal,
int defVal)
Convert a numeric String representation to an integer, using the specified
default value if the string is null.
|
protected Long |
ScriptOperations.convertToLong(LibrarySession sess,
String longVal)
Convert a numeric String representation to a long.
|
protected long |
ScriptOperations.convertToLong(LibrarySession sess,
String longVal,
long defVal)
Convert a numeric String representation to a long, using the specified
default value if the string is null.
|
protected String |
ScriptOperations.convertToRelativePath(LibrarySession sess,
String absPath)
Convert an absolute path to a relative path, by stripping off
the leading delimiter.
|
void |
ScriptOperations.copy(AttributeValueTable avt)
Copies the specified PublicObject.
|
void |
UpgradeOperations.copyToExistingMapAttribute(AttributeValueTable avt)
Copy the data from an existing scalar Attribute into an existing
map Attribute defined with a consisent data type.
|
void |
UpgradeOperations.copyToNewMapAttribute(AttributeValueTable avt)
Copy the data from an existing scalar Attribute into a new Attribute
defined in a previous call to
defineAttribute ,
which will get added as a new Attribute as part of this operation. |
void |
ScriptOperations.create(String objectTag,
String defTag)
Create a LibraryObject from the specified definition.
|
void |
ScriptOperations.createAccessControlList(AttributeValueTable avt)
Creates an AccessControlList.
|
void |
ScriptOperations.createAndApplyAuditTypeList(String specTag,
String atlDefTag)
Creates an audit type list.
|
void |
ScriptOperations.createApplicationToken(AttributeValueTable avt)
Creates a ApplicationToken.
|
void |
ScriptOperations.createApplicationToken(String tokenTag,
String tokenDefTag)
Create a ApplicationToken.
|
void |
ScriptOperations.createAuditSpecification(AttributeValueTable avt)
Creates a new AuditSpecification.
|
void |
ScriptOperations.createAuditSpecification(String objectTag,
String defTag)
Creates an AuditSpecification using the supplied definition.
|
void |
ScriptOperations.createAuditSpecification(String specName,
String atlDefTag,
String atsDefTag,
String ahsDefTag,
String specDesc)
Creates a new AuditSpecification.
|
void |
ScriptOperations.createAuditSpecification(String specName,
String atlDefTag,
String atsDefTag,
String ahsDefTag,
String specDesc,
String userSearch)
Creates a new AuditSpecification.
|
void |
ScriptOperations.createAuditTypeList(AttributeValueTable avt)
Creates an audit type list.
|
void |
ScriptOperations.createAuditTypeList(String atlTag,
String atlDefTag)
Creates an audit type list.
|
void |
ScriptOperations.createAutoFolderingActionSpecification(AttributeValueTable avt)
Creates a new AutoFolderingActionSpecification entirely, using embeeded
definitions.
|
void |
ScriptOperations.createAutoFolderingActionSpecification(String specTag,
String defTag)
Create a AutoFolderingActionSpecification.
|
void |
ScriptOperations.createCategorizedDocument(String docTag,
String parentTag,
String docName,
String contentFileName,
String catDefTag)
Create a document with a category, as specified by a category defintiion
tag.
|
void |
ScriptOperations.createClassDomain(AttributeValueTable avt)
Creates a ClassDomain.
|
void |
ScriptOperations.createClassObject(AttributeValueTable avt)
Creates a ClassObject.
|
protected ClassObject |
ScriptOperations.createClassObject(String className)
Creates a ClassObject from previously created definitions.
|
void |
InstallOperations.createCompositeIndexes(AttributeValueTable avt)
Creates the composite indexes on LO tables.
|
void |
InstallOperations.createContextViews(AttributeValueTable avt)
Craetes the context views that are used
to perform full text seraches for Documents.
|
void |
RuntimeOperations.createControllerJob(AttributeValueTable avt)
Creates a new ControllerJob.
|
void |
RuntimeOperations.createControllerPlan(AttributeValueTable avt)
Creates a ControllerPlan instance.
|
void |
RuntimeOperations.createControllerState(AttributeValueTable avt)
Creates a ControllerState instance.
|
void |
ScriptOperations.createCustomLockEntry(AttributeValueTable avt)
Applies a custom LockEntry on a PublicObject
The keys supported by this operation:
TAG: the tag that identifies the newly created LockEntry
CUSTOMLOCKTYPEKEY: the custom lock type key for the new LockEntryDefinition
PUBLICOBJECT: the tag that identifies the PublicObject that will
receive the new custom LockEntry
|
void |
ScriptOperations.createCustomMediaDriverSpecification(AttributeValueTable avt)
Creates a new CustomMediaDriverSpecification entirely, using embeeded
definitions.
|
void |
ScriptOperations.createCustomMediaDriverSpecification(String cmdsTag,
String defTag)
Creates a CustomMediaDriverSpecification.
|
LibraryObjectDefinition |
ScriptOperations.createDefinition(String defTag,
String className)
Create a definition object, and identify it for subsequent
use.
|
void |
ScriptOperations.createDefinitionFromDefinitionObject(String defTag,
String defobjTag)
Create a LibraryObjectDefinition from a DefinitionObject.
|
void |
ScriptOperations.createDefinitionFromObject(String defTag,
String objTag)
Create a LibraryObjectDefinition from a LibraryObject.
|
void |
ScriptOperations.createDefinitionObject(String defobjTag,
String defTag)
Create a DefinitionObject.
|
void |
ScriptOperations.createDependentView(AttributeValueTable avt)
Creates a DependentView.
|
void |
ScriptOperations.createDocument(AttributeValueTable avt)
Creates a Document.
|
void |
ScriptOperations.createDocument(String docTag,
String parentTag,
String docDefTag)
Create a document, using a DocumentDefintion.
|
void |
ScriptOperations.createDocument(String docTag,
String parentTag,
String docName,
String defTag)
Create a document.
|
void |
ScriptOperations.createDocumentBatch(AttributeValueTable avt)
Creation a batch of Documents from an input file directory.
|
protected int |
ScriptOperations.createDocuments(String dirPath,
Folder topFolder,
AccessControlList acl,
Format format,
Media media)
Produce a list of files found under the specified absolute directory path.
|
void |
ScriptOperations.createEntireAuditSpecification(AttributeValueTable avt)
Creates a new AuditSpecification entirely, using embeeded
definitions for the AuditTypeList, AuditTargetSpecification,
and AuditHandlerSpecification.
|
void |
ScriptOperations.createExtendedPermission(AttributeValueTable avt)
Creates an ExtendedPermission.
|
void |
ScriptOperations.createExtendedUserProfile(AttributeValueTable avt)
Creates an ExtendedUserProfile.
|
void |
ScriptOperations.createFolder(AttributeValueTable avt)
Creates a Folder.
|
void |
ScriptOperations.createFolder(String folderTag,
String parentTag,
String folderName)
Create a new folder.
|
void |
ScriptOperations.createFolder(String folderTag,
String parentTag,
String folderName,
String defTag)
Create a new folder.
|
void |
FolderIndexOperations.createFolderIndex(AttributeValueTable avt)
Create a Folder index.
|
protected void |
FolderIndexOperations.createFolderIndexTables(LibrarySession session,
int maxLevel,
String prefix)
Create the tables that comprise the folder index.
|
void |
ScriptOperations.createFolderLink(AttributeValueTable avt)
Creates a FolderLink.
|
void |
ScriptOperations.createFolderTree(AttributeValueTable avt)
Creates a folder tree for all folders missing in the specified
absolute path.
|
void |
ScriptOperations.createFormat(AttributeValueTable avt)
Creates a Format.
|
void |
ScriptOperations.createGroup(AttributeValueTable avt)
Creates a DirectoryGroup.
|
void |
ScriptOperations.createGuestSession(String sesstag)
Create a new session for the "guest" user.
|
void |
InstallOperations.createGuestUserArtifacts()
Creates the guest user artifacts.
|
void |
InstallOperations.createInitialDirectoryObjects(AttributeValueTable avt)
Creates the initial DirectoryObjects for the system user
and the World group.
|
protected void |
FolderIndexOperations.createInitialFolderIndexRows(LibrarySession session,
String prefix)
Create the initial self-reference rows for the folder index.
|
void |
InstallOperations.createLegacyPolicy(AttributeValueTable avt)
Creates a legacy Policy.
|
void |
ScriptOperations.createLibraryObject(AttributeValueTable avt)
Creates a LibraryObject.
|
protected LibraryObject |
ScriptOperations.createLibraryObject(AttributeValueTable avt,
LibraryObjectDefinition def,
LibraryObject existingObj)
Creates a new LibraryObject entirely, using embeeded definitions.
|
void |
ScriptOperations.createLifecycleDateRuleSpecification(AttributeValueTable avt)
Creates a LifecycleDateRuleSpecification.
|
void |
ScriptOperations.createLifecycleDateRuleSpecification(String specTag,
String defTag)
Create a LifecycleDateRuleSpecification.
|
void |
ScriptOperations.createLifecyclePolicy(AttributeValueTable avt)
Creates a LifecyclePolicyActionSpecification.
|
void |
ScriptOperations.createLifecyclePolicy(String lpTag,
String defTag)
Create a LifecyclePolicy.
|
void |
ScriptOperations.createLifecyclePolicyActionSpecification(AttributeValueTable avt)
Creates a LifecyclePolicyActionSpecification.
|
void |
ScriptOperations.createLifecyclePolicyActionSpecification(String specTag,
String defTag)
Create a LifecyclePolicyActionSpecification.
|
void |
ScriptOperations.createLifecyclePolicyEntryDefinition(String defTag,
String lpeName,
String lpeDesc,
String actionTag,
String timePeriod,
String execPeriod,
String execBaseTime)
Create and register a LifecyclePolicyEntry definition.
|
void |
ScriptOperations.createLink(AttributeValueTable avt)
Creates a Link.
|
void |
ScriptOperations.createLink(String linkTag,
String parentTag,
String defTag)
Creates a link using a LinkDefinition.
|
void |
ScriptOperations.createLink(String linkTag,
String parentTag,
String name,
String assocTag)
Creates a link.
|
void |
ScriptOperations.createLockTypeLookupTables()
Creates the lock type lookup tables in the instance-wide
Domain PropertyBundle.
|
void |
ScriptOperations.createMedia(AttributeValueTable avt)
Creates a Media.
|
void |
ScriptOperations.createMedia(String mediaTag,
String defTag)
Creates a Media.
|
void |
ScriptOperations.createNamedFreezeLock(String domainTag,
String lockName)
Create a named freeze (also known as legal hold) lock.
|
void |
ScriptOperations.createNamedPropertyBundle(AttributeValueTable avt)
Creates a Named PropertyBundle.
|
void |
ScriptOperations.createNodeConfiguration(AttributeValueTable avt)
Creates a NodeConfiguration.
|
void |
ScriptOperations.createNodeConfiguration(String tag,
String name,
String ncSuperTag,
String active,
String defTag)
Create a NodeConfiguration.
|
void |
ScriptOperations.createOperationActionSpecification(AttributeValueTable avt)
Creates a new OperationActionSpecification entirely, using embeeded
definitions.
|
void |
ScriptOperations.createOperationActionSpecification(String specTag,
String defTag)
Create a OperationActionSpecification.
|
void |
ScriptOperations.createOrUpdateClassObject(AttributeValueTable avt)
Creates or updates a ClassObject.
|
void |
ScriptOperations.createPermissionBundle(AttributeValueTable avt)
Creates a PermissionBundle.
|
void |
ScriptOperations.createPolicy(AttributeValueTable avt)
Creates a Policy.
|
void |
ScriptOperations.createPolicyList(AttributeValueTable avt)
Creates a PolicyList.
|
void |
ScriptOperations.createPropertyBundle(AttributeValueTable avt)
Creates a regular PropertyBundle.
|
void |
ScriptOperations.createQueue(AttributeValueTable avt)
Creates a Queue.
|
void |
ScriptOperations.createRetentionPolicy(String rpTag,
String defTag)
Create a RetentionPolicy.
|
void |
InstallOperations.createRootFolder(AttributeValueTable avt)
Creates the Root Folder.
|
void |
ScriptOperations.createServerConfiguration(AttributeValueTable avt)
Create a ServerConfiguration.
|
void |
ScriptOperations.createServerConfiguration(String tag,
String name,
String likeTag,
String defTag)
Create a ServerConfiguration.
|
void |
ScriptOperations.createServerSpecification(AttributeValueTable avt)
Creates a new ServerSpecification entirely, using embeeded
definitions.
|
void |
ScriptOperations.createServiceConfiguration(AttributeValueTable avt)
Create a ServiceConfiguration.
|
void |
ScriptOperations.createServiceConfiguration(String tag,
String name,
String likeTag,
String defTag)
Create a ServiceConfiguration.
|
void |
ScriptOperations.createSession(String sesstag,
String username)
Register a session.
|
void |
ScriptOperations.createSession(String sesstag,
String username,
String password)
Register a session.
|
void |
ScriptOperations.createSimplePropertyTable(AttributeValueTable avt)
Creates a SimplePropertyTable.
|
void |
ScriptOperations.createSimplePropertyTableList(AttributeValueTable avt)
Creates a SimplePropertyTableList.
|
void |
ScriptOperations.createStorageGroup(AttributeValueTable avt)
Creates a StorageGroup.
|
void |
ScriptOperations.createStorageGroup(String sgTag,
String defTag)
Creates a StorageGroup.
|
void |
ScriptOperations.createSystemLockObject(AttributeValueTable avt)
Creates a SystemLockObject.
|
void |
InstallOperations.createSystemUserArtifacts()
Creates the system user artifacts.
|
void |
ScriptOperations.createUser(AttributeValueTable avt)
Creates a User.
|
void |
ScriptOperations.createUserSession(String sesstag,
String userName)
Create a new session for a user, from the current adin-mode session.
|
void |
ScriptOperations.createValueDefault(AttributeValueTable avt)
Creates a ValueDefault.
|
void |
ScriptOperations.createValueDomain(AttributeValueTable avt)
Creates a ValueDomain.
|
void |
ScriptOperations.deactivateAuditHandlerSpecification(String specName)
Sets an AuditSpecificationHandler to an inactive state.
|
void |
ScriptOperations.deactivateAuditSpecification(String specName)
Sets an AuditSpecification to an inactive state.
|
void |
ScriptOperations.deactivateOperationActionSpecification(String tagOrName)
Deactivate a OperationActionSpecification.
|
void |
ScriptOperations.deactivateServerSpecification(String specName)
Sets an ServerSpecification to an inactive state.
|
void |
ScriptOperations.deactivateSystemObject(String objectTag)
Deactivate a SystemObject.
|
void |
ScriptOperations.deactivateUnknownOperationActionSpecifications()
Deactivate all active OperationActionSpecification instances whose
associated OperationAction class is not constructable.
|
void |
ScriptOperations.defineAttribute(AttributeValueTable avt)
Defines an Attribute definition.
|
void |
ScriptOperations.defineAuditHandlerSpecificationDefinition(String defTag,
String handlerClass,
String timerPeriod,
String timerBaseTime,
String notifiedOnEvent)
Defines an AuditHandlerSpecification definition.
|
void |
ScriptOperations.defineAuditHandlerSpecificationDefinition(String defTag,
String handlerClass,
String timerPeriod,
String timerBaseTime,
String notifiedOnEvent,
String handlerType,
String rtClassif)
Defines an AuditHandlerSpecification definition.
|
void |
ScriptOperations.defineAuditTargetSpecificationDefinition(String defTag,
String target,
String descendOpt)
Defines an AuditTargetSpecification definition.
|
void |
ScriptOperations.defineAuditTypeListDefinition(String defTag)
Creates an unnamed AuditTypeList definition.
|
void |
ScriptOperations.defineAuditTypeListDefinition(String defTag,
String name)
Creates an AuditTypeList definition, with an optional name.
|
void |
ScriptOperations.defineClassObject(AttributeValueTable avt)
Defines a ClassObject definition.
|
void |
ScriptOperations.defineExistingClassObject(AttributeValueTable avt)
Defines a definition for an existing ClassObject, for subsequent update.
|
void |
ScriptOperations.deleteAllCategories(String className)
Deletes all Category instances for the specified Category.
|
void |
RuntimeOperations.deleteAllHandlerStates()
Deletes all existing HandlerState instances.
|
void |
RuntimeOperations.deleteAllNodeStates()
Deletes all existing NodeState instances.
|
void |
RuntimeOperations.deleteAllServerStates()
Deletes all existing ServerState instances.
|
void |
RuntimeOperations.deleteAllServiceStates()
Deletes all existing ServiceState instances.
|
void |
ScriptOperations.deleteAuditSpecification(String specName)
Deletes an AuditSpecification.
|
void |
ScriptOperations.deleteNamedFreezeLock(String domainTag,
String lockName)
Delete a named freeze (also known as legal hold) lock.
|
void |
ScriptOperations.deleteRepositoryParameter(AttributeValueTable avt)
Deletes a repository parameter.
|
void |
ScriptOperations.deleteUser(AttributeValueTable avt)
Deletes a User.
|
protected void |
ScriptDriver.deregisterBusinessObject(String tag)
De-register a BusinessObject by name.
|
protected void |
ScriptOperations.deregisterBusinessObject(String tag)
De-register a BusinessObject by name.
|
void |
ScriptOperations.deregisterCustomLockType(AttributeValueTable avt)
De-Registers a custom LockeEntry type from the locktype lookup table.
|
protected void |
ScriptDriver.deregisterDefinition(String tag)
De-register a LibraryObjectDefinition by name.
|
void |
ScriptOperations.deregisterDefinition(String tag)
De-register a LibraryObjectDefinition by name.
|
void |
ScriptOperations.deregisterLockType(AttributeValueTable avt)
De-Registers a custom LockEntry type from the locktype lookup table.
|
protected void |
ScriptDriver.deregisterObject(String tag)
De-register a LibraryObject by name.
|
protected void |
ScriptOperations.deregisterObject(String tag)
De-register a LibraryObject by name.
|
protected void |
ScriptDriver.deregisterSession(String tag,
LibrarySession sess)
De-register a session.
|
protected void |
ScriptOperations.deregisterSession(String tag,
LibrarySession sess)
De-register a session.
|
protected String |
ScriptOperations.determinePrimaryObjectColumnAlias(PreparedSelector sel)
Determine the column alias that is defined for the entire object
corresponding to the Primary search target, if any.
|
void |
FolderIndexOperations.dropFolderIndex(AttributeValueTable avt)
Drop the current Folder index.
|
protected void |
FolderIndexOperations.dropIndex(LibrarySession session,
String prefix)
Drop the folder index.
|
protected void |
ScriptOperations.ensureFreed(LibraryObject obj)
Ensure that the specified object is freed.
|
void |
ScriptOperations.JdbcExecutor.execute(LibrarySession sess) |
void |
ScriptOperations.executeAutocommitSql(AttributeValueTable avt)
Executes a SQL statement that will be auto-committed.
|
void |
ScriptOperations.executePreparedSelect(AttributeValueTable avt)
Execute a PreparedSelector, using a search condition that may leverage
convenience functions used to generate the correct SQL.
|
void |
ScriptOperations.executePreparedSelect(String priTargetTag,
String auxTargetsTag,
String condition,
String sortCondition,
String maxCountValue)
Execute a PreparedSelector, using a search condition that may leverage
convenience functions used to generate the correct SQL.
|
void |
ScriptOperations.executePreparedSelect(String priTargetTag,
String auxTargetsTag,
String condition,
String sortCondition,
String maxCountValue,
String startAtValue,
String distinctValue,
String stmtKey)
Execute a PreparedSelector, using a search condition that may leverage
convenience functions used to generate the correct SQL.
|
void |
ScriptOperations.executePreparedSelect(String priTargetTag,
String auxTargetsTag,
String condition,
String sortCondition,
String maxCountValue,
String startAtValue,
String distinctValue,
String stmtKey,
String verbose)
Execute a PreparedSelector, using a search condition that may leverage
convenience functions used to generate the correct SQL.
|
void |
ScriptOperations.executePreparedSelectCount(AttributeValueTable avt)
Execute a PreparedSelector to get a search count, using a search
condition that may leverage convenience functions used to generate
the correct SQL.
|
void |
ScriptOperations.executePreparedSelectCount(String priTargetTag,
String auxTargetsTag,
String condition)
Execute a PreparedSelector to get a search count, using a search
condition that may leverage convenience functions used to generate
the correct SQL.
|
void |
ScriptOperations.executePreparedSelectCount(String priTargetTag,
String auxTargetsTag,
String condition,
String distinctValue,
String stmtKey)
Execute a PreparedSelector to get a search count, using a search
condition that may leverage convenience functions used to generate
the correct SQL.
|
void |
ScriptOperations.executePreparedSelectFromJson(AttributeValueTable avt)
Execute a PreparedSelector, using a search defintion
stored as JSON in a Document.
|
void |
ScriptOperations.executePreparedSelectResults(AttributeValueTable avt)
Execute a PreparedSelector, using PreparedSelectorGenerator, selecting
specific columns from the search targets.
|
void |
ScriptOperations.exists(String path)
Shows whether or not an absolute path refers to an object.
|
void |
ScriptOperations.existsRelative(String folderTag,
String path)
Shows whether or not a relative path refers to an object.
|
void |
ScriptOperations.extractContentForIndexing()
Extract content for indirect text indexing.
|
void |
ScriptOperations.findOrCreateCompositeGroup(AttributeValueTable avt)
Find or create a CompositeGroup.
|
void |
ScriptOperations.freeClassDomain(AttributeValueTable avt)
Frees a ClassDomain.
|
void |
ScriptOperations.freeClassObject(AttributeValueTable avt)
Frees a ClassObject.
|
void |
ScriptOperations.freeExtendedPermission(AttributeValueTable avt)
Frees a ExtendedPermission.
|
void |
ScriptOperations.freeFolder(AttributeValueTable avt)
Frees a Folder.
|
void |
ScriptOperations.freeFormat(AttributeValueTable avt)
Frees a Format.
|
void |
ScriptOperations.freeNamedPropertyBundle(AttributeValueTable avt)
Frees a Named PropertyBundle.
|
void |
ScriptOperations.freeNamedPropertyBundle(String name)
Frees a Named PropertyBundle.
|
void |
ScriptOperations.freeNodeConfiguration(AttributeValueTable avt)
Free a NodeConfiguration.
|
void |
ScriptOperations.freeNodeConfiguration(String ncTag)
Free a NodeConfiguration.
|
void |
ScriptOperations.freeObject(String objectTag)
Free an object.
|
void |
ScriptOperations.freePermissionBundle(AttributeValueTable avt)
Frees a PermissionBundle.
|
void |
ScriptOperations.freePolicy(AttributeValueTable avt)
Frees a Policy.
|
void |
ScriptOperations.freeServerConfiguration(AttributeValueTable avt)
Free a ServerConfiguration.
|
void |
ScriptOperations.freeServerConfiguration(String scTag)
Free a ServerConfiguration.
|
void |
ScriptOperations.freeServiceConfiguration(AttributeValueTable avt)
Free a ServiceConfiguration.
|
void |
ScriptOperations.freeServiceConfiguration(String svcTag)
Free a ServiceConfiguration.
|
void |
ScriptOperations.freeUnreferencedContent(String batchValue)
Free unreferenced ContentObjects.
|
void |
ScriptOperations.freeValueDefault(AttributeValueTable avt)
Frees a ValueDefault.
|
void |
ScriptOperations.freeValueDomain(AttributeValueTable avt)
Frees a ValueDomain.
|
String |
ScriptOperations.getAbsolutePath(String paramName,
String relativePath)
Get the absolute path for the specified subpath relative to the directory
mapped by the specified parameter name.
|
protected AttributeValue |
ScriptOperations.getAclValueForConfigurationObjects(LibrarySession sess)
Get the ACL value to use for Configuration object creation.
|
AttributeValue |
ScriptOperations.getAttributeValue(AttributeValueTable avt)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
AttributeValue |
ScriptOperations.getAttributeValue(AttributeValueTable avt,
String keyArgName)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
AttributeValue |
ScriptOperations.getAttributeValue(AttributeValueTable avt,
String[] keyArgNames)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
protected AuditEventDispatcher |
AuditDriverHelper.getAuditEventDispatcher(LibrarySession sess)
Gets the audit event dispatcher.
|
protected AuditEventDispatcher |
ScriptOperations.getAuditEventDispatcher(LibrarySession sess)
Get the AuditEventDispatcher.
|
protected AttributeValue[] |
ScriptOperations.getAuxiliaryTargets(String[] rawAuxTargs)
Gets the Auxiliary Targets from an array of target strings.
|
protected AttributeValue[] |
ScriptOperations.getBindValues(List<AttributeValueTable> bindValueList)
Gets the bind values defined in the specified table list.
|
protected String[] |
ScriptOperations.getBypassSecurityAliases(String[] bypassSecAliases)
Gets the Bypass Security aliases from the specified set of aliases
that should not have security clauses generated.
|
protected int |
ScriptOperations.getClassObjectCreationMode()
Gets the mode for scripts that create ClassObjects.
|
String |
ScriptOperations.getContentPath(String path)
Get the absolute path for the specified path that is relative
to IFSROOT.
|
protected LibrarySession |
ScriptDriver.getCurrentSession()
Get the current session.
|
protected LibrarySession |
ScriptOperations.getCurrentSession()
Get the current session.
|
ScriptOperations.ServerDefinition[] |
ScriptOperations.getManagedServerDeclarations()
Gets the managed Server declarations previously added via
addManagedServerDeclaration . |
ScriptOperations.ServiceDefinition[] |
ScriptOperations.getManagedServiceDeclarations()
Gets the managed Service declarations previously added via
addManagedServiceDeclaration . |
protected int |
FolderIndexOperations.getMaxLevel(LibrarySession session)
Get the maximum folder index level.
|
static String |
ShowUtils.getObjectNameAndClass(LibraryObject obj)
Return the name and class of the specified object
|
protected LibraryObject[] |
ScriptOperations.getSavedSearchResultPrimaryObjects(String tag)
Gets the search results when Primary target's objects were selected.
|
protected AttributeValueTable[] |
ScriptOperations.getSavedSearchResults(String tag)
Gets the search results when multiple columns were selected.
|
String[] |
ScriptOperations.getStringArray(AttributeValueTable avt,
String key)
Get String array from the specified table and key.
|
protected String[] |
ScriptDriver.getStringsFromArrayToken(String token)
Get String array from a value of the form
"{value1, value2, value3}".
|
protected String[] |
ScriptOperations.getStringsFromArrayToken(String token)
Get String array from a value of the form
"{value1, value2, value3}".
|
void |
ScriptOperations.handleEventPostedForCustomAuditHistory(String specTag)
Initialize and post a "event posted" notification for a custom
AuditSpecification.
|
void |
ScriptOperations.handleTimerExpiredForCustomAuditHistory(String specTag)
Initialize and post a "timer expired" notification for a custom
AuditSpecification.
|
void |
ScriptOperations.identifyAcl(AttributeValueTable avt)
Identify an AccessControlList by name and optionally class.
|
void |
ScriptOperations.identifyAcl(String aclTag,
String objectTag)
Identify an ACL using another PublicObject.
|
void |
ScriptOperations.identifyApplicationToken(String tokenTag,
String tokenValue)
Lookup and identify a ApplicationToken by the object's token value.
|
void |
ScriptOperations.identifyAttribute(String tag,
String className,
String attrName)
Identify an Attribute of a ClassObject.
|
void |
ScriptOperations.identifyAttributePropertyBundle(String tag,
String className,
String attrName)
Identify an Attribute' Property Bundle.
|
void |
ScriptOperations.identifyAuditHandlerSpecification(String tag,
String specName)
Identify an audit handler specification by the AuditSpecification name.
|
void |
ScriptOperations.identifyAuditSpecification(String tag,
String asName)
Identify an audit specification by name.
|
void |
ScriptOperations.identifyAuditTargetSpecification(String tag,
String specName)
Identify an audit target specification by the AuditSpecification name.
|
void |
ScriptOperations.identifyAuditTypeList(String tag,
String atlName)
Identify an audit type list by name.
|
void |
ScriptOperations.identifyAuditTypeListBySpecification(String tag,
String specName)
Identify an AuditTypeList by the AuditSpecification name.
|
void |
ScriptOperations.identifyAutoFolderingActionSpecification(String specTag,
String specName)
Identify a AutoFolderingActionSpecification by its unique name.
|
void |
ScriptOperations.identifyByAttribute(String identifiedTag,
String objectTag,
String attrName)
Identify an object as an attribute of another object.
|
void |
ScriptOperations.identifyByPath(String objectTag,
String path)
Lookup an object by the specified path, and allow it to be subsequently
identified by the specified object tag.
|
void |
ScriptOperations.identifyByRelativePath(String objectTag,
String parentTag,
String relativePath)
Lookup an object found under the specified parent folder and relative path,
and allow it to be subsequently identified by the specified object tag.
|
void |
ScriptOperations.identifyCategory(AttributeValueTable avt)
Identify a Category by its class name and/or instance name.
|
void |
ScriptOperations.identifyCategory(String catTag,
String poTag,
String catClass,
String catName)
Identify a Category for a specified PublicObject.
|
void |
ScriptOperations.identifyClassAcl(String aclTag,
String aclName)
Identify a Class ACL by name.
|
void |
ScriptOperations.identifyClassDomain(String tag,
String name)
Identify a ClassDomain.
|
void |
ScriptOperations.identifyClassObject(String tag,
String name)
Identify a ClassObject.
|
void |
ScriptOperations.identifyClassPolicyBundle(String tag,
String className)
Identify a ClassObject's Policy bundle.
|
void |
ScriptOperations.identifyClassPropertyBundle(String tag,
String className)
Identify a ClassObject's property bundle.
|
void |
ScriptOperations.identifyCompositeGroup(AttributeValueTable avt)
Identify a CompositeGroup by its membership.
|
void |
RuntimeOperations.identifyControllerPlan(String planTag,
String planName)
Identify a ControllerPlan by its unique name.
|
void |
RuntimeOperations.identifyCurrentControllerPlan(String planTag)
Identify the current ControllerPlan.
|
void |
ScriptOperations.identifyCustomLock(String leTag,
String poTag)
Identify a custom LockEntry by PublicObject.
|
void |
ScriptOperations.identifyCustomMediaDriverSpecification(String cmdsTag,
String cmdsName)
Identifies a CustomMediaDriverSpecification by its unique name.
|
void |
ScriptOperations.identifyDependentView(String dvTag,
String name)
Identifies a DependentView by its unique name.
|
void |
ScriptOperations.identifyExtendedPermission(String tag,
String name)
Identify a ExtendedPermission.
|
void |
FolderIndexOperations.identifyFolderIndexPropertyBundle(String pbTag)
Identify the "Folder Index PropertyBundle".
|
void |
ScriptOperations.identifyFormat(String formatTag,
String formatName)
Identifies a Format by its unique name.
|
void |
ScriptOperations.identifyGlobalAuditSpecification(String tag)
Identify the Global Audit History audit specification.
|
void |
ScriptOperations.identifyGlobalAuditTypeList(String atlTag)
Identifies the AuditTypeList used for global audit history.
|
void |
ScriptOperations.identifyGroup(AttributeValueTable avt)
Identify a Group by name and optionally class.
|
void |
ScriptOperations.identifyGuestUser(String guestTag)
Lookup the GUEST user and register it.
|
void |
RuntimeOperations.identifyHandlerState(AttributeValueTable avt)
Identifies HandlerState from the NodeState and Handler name.
|
void |
ScriptOperations.identifyInstancePropertyBundle(String pbTag)
Identify the "Instance PropertyBundle", also known as the
Domain PropertyBundle.
|
void |
ScriptOperations.identifyLibraryObject(AttributeValueTable avt)
Identify a LibraryObject by the specified search condition.
|
void |
ScriptOperations.identifyLifecycleDateRuleSpecification(String specTag,
String specName)
Identify a LifecycleDateRuleSpecification by its unique name.
|
void |
ScriptOperations.identifyLifecyclePolicy(String lpTag,
String lpName)
Identify a LifecyclePolicy by its unique name.
|
void |
ScriptOperations.identifyLifecyclePolicyActionSpecification(String specTag,
String specName)
Identify a LifecyclePolicyActionSpecification by its unique name.
|
void |
ScriptOperations.identifyLifecyclePolicyEntry(String lpeTag,
String lpTag,
String lpeSeq)
Identify a LifecyclePolicyEntry by its parent LifecyclePolicy
and its sequence within that LifecyclePolicy.
|
void |
ScriptOperations.identifyMedia(String mediaTag,
String mediaName)
Identifies a Media by its unique name.
|
void |
ScriptOperations.identifyMessageEntry(AttributeValueTable avt)
Identify a MessageEntry for a PublicObject that has an ActivityRecord.
|
void |
ScriptOperations.identifyMessageList(AttributeValueTable avt)
Identify a MessageList for a PublicObject that has an ActivityRecord.
|
void |
ScriptOperations.identifyNamedFreezeLock(String sleTag,
String domainTag,
String lockName)
Identify a named freeze (also known as legal hold) lock from its name.
|
void |
ScriptOperations.identifyNamedPropertyBundle(String tag,
String name)
Identify a Named PropertyBundle.
|
void |
ScriptOperations.identifyNodeConfiguration(String ncTag,
String ncName)
Identify a NodeConfiguration by its unique name.
|
void |
RuntimeOperations.identifyNodeState(AttributeValueTable avt)
Identifies NodeState.
|
void |
ScriptOperations.identifyObjectAuditSpecification(String tag)
Identify the Object Audit History audit specification.
|
void |
ScriptOperations.identifyObjectProperty(AttributeValueTable avt)
Identifies an object Property on an identified PropertyBundle.
|
void |
ScriptOperations.identifyOperationActionSpecification(String specTag,
String specName)
Identify a OperationActionSpecification by its unique name.
|
void |
ScriptOperations.identifyPermissionBundle(String tag,
String name)
Identify a PermissionBundle.
|
void |
ScriptOperations.identifyPolicy(String tag,
String name)
Identify a Policy.
|
void |
ScriptOperations.identifyPolicyList(String tag,
String name)
Identify a PolicyList.
|
void |
ScriptOperations.identifyPrimaryUserProfile(String pupTag,
String userName)
Identify the PrimaryUserProfile for a user.
|
void |
ScriptOperations.identifyPropertyBundle(AttributeValueTable avt)
Identify a PropertyBundle as the bundle used by a previously
identified LibraryObject.
|
void |
ScriptOperations.identifyQueue(String quTag,
String quName)
Identify a Queue by name.
|
void |
ScriptOperations.identifyQueueTypeMapBundle(String pbTag,
String quName)
Identify the PropertyBundle used by a Queue to map message types.
|
void |
ScriptOperations.identifyRetentionPolicy(String rpTag,
String rpName)
Identify a RetentionPolicy by its unique name.
|
void |
ScriptOperations.identifyServerConfiguration(String scTag,
String scName)
Identify a ServerConfiguration by its unique name.
|
void |
ScriptOperations.identifyServerSpecification(String specTag,
String specName)
Identify a ServerSpecification by its unique name.
|
void |
RuntimeOperations.identifyServerState(AttributeValueTable avt)
Identifies ServerState from the NodeState and server name.
|
void |
ScriptOperations.identifyServiceConfiguration(String scTag,
String scName)
Identify a ServiceConfiguration by its unique name.
|
void |
RuntimeOperations.identifyServiceState(AttributeValueTable avt)
Identifies ServiceState.
|
void |
ScriptOperations.identifySingletonLockType(AttributeValueTable avt)
Applies a singleton LockEntry to a PublicObject
The keys supported by this operation:
TAG: the tag that identifies the LockEntry applied
LOCKTYPEKEY: the lock type key
PUBLICOBJECT: the tag that identifies the PublicObject that will
receive the LockEntry
CUSTOM: whether the lock type is custom
|
void |
ScriptOperations.identifyStorageGroup(String sgTag,
String sgName)
Identifies a StorageGroup by its unique name.
|
void |
ScriptOperations.identifySystemAcl(String aclTag,
String aclName)
Identify a System ACL by name.
|
void |
ScriptOperations.identifySystemLockObject(String sloTag,
String sloName)
Identify a SystemLockObject by name.
|
void |
ScriptOperations.identifySystemUser(String sysTag)
Lookup the SYSTEM user and register it.
|
void |
ScriptOperations.identifyUser(String userTag,
String userName)
Lookup a user by name and register it.
|
void |
ScriptOperations.identifyValueDefault(String tag,
String name)
Identify a ValueDefault.
|
void |
ScriptOperations.identifyValueDomain(String tag,
String name)
Identify a ValueDomain.
|
void |
ScriptOperations.identifyWorldGroup(String worldTag)
Lookup the "WORLD" group and register it.
|
void |
ScriptOperations.impersonateUser()
Clears impersonation for the current session.
|
void |
ScriptOperations.impersonateUser(String userName)
Impersonates another user for the current session.
|
protected void |
ScriptDriver.initializeLogging(ParameterTable params)
Initialize logging context.
|
void |
ScriptOperations.initializeManualTextIndexingRetainedEvents(AttributeValueTable avt)
Initializes handling of ManualTextIndexingRetainedEvents.
|
protected boolean |
ScriptOperations.isBootstrapModeEnabled()
Gets whether the mode for scripts that create ClassObjects
is in bootstrap mode.
|
protected boolean |
ScriptOperations.isInArray(LibraryObject obj,
LibraryObject[] objs)
Check if the specified object is in the specified array.
|
protected boolean |
FolderIndexOperations.isIndexEnabled(LibrarySession session)
Return true if there is a folder index enabled currently.
|
protected boolean |
FolderIndexOperations.isUpdateModeSynchronous(LibrarySession session)
Return true if the update mode of the folder index is synchronous.
|
protected AccessControlList |
ScriptOperations.lookupAcl(LibrarySession sess,
String tagOrName)
Lookup an ACL by the specified tag or name.
|
protected ApplicationToken |
ScriptOperations.lookupApplicationToken(LibrarySession sess,
String tkValue)
Lookup a ApplicationToken by the specified token value.
|
protected Folder |
ScriptOperations.lookupAuditDomainContext(LibrarySession sess,
String tag)
Lookup the Audit Domain context by Tag.
|
protected AuditSpecification |
ScriptOperations.lookupAuditSpecification(LibrarySession sess,
String tagOrName)
Lookup a AuditSpecification by the specified name.
|
protected AutoFolderingActionSpecification |
ScriptOperations.lookupAutoFolderingActionSpecification(String tagOrName)
Lookup an AutoFolderingActionSpecification by tag or name.
|
protected Object |
ScriptDriver.lookupBusinessObject(LibrarySession session,
String tag)
Lookup a BusinessObject by the specified tag.
|
protected Object |
ScriptOperations.lookupBusinessObject(LibrarySession session,
String tag)
Lookup a BusinessObject by the specified tag.
|
protected Hashtable |
ScriptOperations.lookupBusinessObjectHashtable(String key)
Find or add a Hashtable as a business object.
|
protected List |
ScriptOperations.lookupBusinessObjectList(String key)
Find or add a List as a business object.
|
protected ClassAccessControlList |
ScriptOperations.lookupClassAcl(LibrarySession sess,
String aclName)
Lookup a Class ACL by name.
|
protected ControllerPlan |
RuntimeOperations.lookupControllerPlan(String tagOrName)
Lookup an ControllerPlan by tag or name.
|
protected int |
ScriptOperations.lookupDatatype(String stype)
Convert a data type string to an integer data type, as defined in
oracle.ifs.beans.Attribute . |
protected LibraryObjectDefinition |
ScriptDriver.lookupDefinition(LibrarySession sess,
String tag)
Lookup a LibraryObjectDefinition by the specified tag.
|
protected LibraryObjectDefinition |
ScriptOperations.lookupDefinition(LibrarySession sess,
String tag)
Lookup a LibraryObjectDefinition by the specified tag.
|
protected LibraryObjectDefinition |
ScriptDriver.lookupDefinition(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObjectDefinition by the specified tag and that is the
appropriate instance for the specified classobject name.
|
protected LibraryObjectDefinition |
ScriptOperations.lookupDefinition(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObjectDefinition by the specified tag and that is the
appropriate instance for the specified classobject name.
|
protected DirectoryObject |
ScriptOperations.lookupDirectoryObject(LibrarySession sess,
String tagOrName)
Lookup a DirectoryObject (user or group) by the specified name.
|
protected Document |
ScriptOperations.lookupDocument(LibrarySession sess,
String tag)
Lookup a Document by the specified tag.
|
protected Folder |
ScriptOperations.lookupFolder(LibrarySession sess,
String tag)
Lookup a Folder by the specified tag.
|
protected Format |
ScriptOperations.lookupFormat(LibrarySession sess,
String tagOrName)
Lookup a Format by the specified name.
|
protected Format |
ScriptOperations.lookupFormatFromCollection(LibrarySession sess,
String name)
Lookup a Format by the specified name, using the Format Collection.
|
protected DirectoryGroup |
ScriptOperations.lookupGroup(LibrarySession sess,
String tag)
Lookup a DirectoryGroup by the specified tag.
|
protected Media |
ScriptOperations.lookupMedia(LibrarySession sess,
String tagOrName)
Lookup a Media by the specified tag or Media name.
|
protected MessageEntry |
ScriptOperations.lookupMessageEntry(LibrarySession sess,
String tag)
Lookup a MessageEntry by the specified tag.
|
protected LibraryObject |
ScriptDriver.lookupObject(LibrarySession sess,
String tag)
Lookup a LibraryObject by the specified tag.
|
protected LibraryObject |
ScriptOperations.lookupObject(LibrarySession sess,
String tag)
Lookup a LibraryObject by the specified tag.
|
protected LibraryObject |
ScriptDriver.lookupObject(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObject by the specified tag and that is an instance
of the specified class.
|
protected LibraryObject |
ScriptOperations.lookupObject(LibrarySession sess,
String tag,
String className)
Lookup a LibraryObject by the specified tag and that is an instance
of the specified class.
|
AttributeValue |
ScriptDriver.lookupObjectAttributeValue(String tag)
Lookup an AttributeValue that identifies a LibraryObject,
by the specified tag.
|
AttributeValue |
ScriptOperations.lookupObjectAttributeValue(String tag)
Lookup an AttributeValue that identifies a LibraryObject,
by the specified tag.
|
protected Long |
ScriptDriver.lookupObjectId(LibrarySession sess,
String tag)
Lookup a LibraryObject's ID by the specified tag.
|
protected Long |
ScriptOperations.lookupObjectId(LibrarySession sess,
String tag)
Lookup a LibraryObject's ID by the specified tag.
|
protected OperationActionSpecification |
ScriptOperations.lookupOperationActionSpecification(String tagOrName)
Lookup an OperationActionSpecification by tag or name.
|
protected PublicObject |
ScriptOperations.lookupPublicObject(LibrarySession sess,
String tag)
Lookup a PublicObject by the specified tag.
|
protected Queue |
ScriptOperations.lookupQueue(LibrarySession sess,
String quName)
Lookup a Queue by name.
|
protected SystemAccessControlList |
ScriptOperations.lookupSystemAcl(LibrarySession sess,
String aclName)
Lookup a System ACL by name.
|
protected SystemLockObject |
ScriptOperations.lookupSystemLockObject(LibrarySession sess,
String sloName)
Lookup a SystemLockObject by name.
|
protected DirectoryUser |
ScriptOperations.lookupUser(LibrarySession sess,
String tagOrName)
Lookup a DirectoryUser by the specified name or tag.
|
protected DirectoryUser |
ScriptOperations.lookupUserFromCollection(LibrarySession sess,
String userName)
Lookup a user by the specified name.
|
void |
ScriptOperations.makeDefinitionReadOnly(String defTag)
Make a definition readonly, so that it can be used in multiple
operations.
|
void |
ScriptOperations.markCurrentAuditingId()
Mark the starting point for subsequent audit event searches.
|
protected void |
ScriptOperations.modifyClassObject(ClassObject co,
String className,
boolean removeAttrs,
boolean verbose)
Modifies the specified ClassObject to match the previously
created definitions.
|
void |
ScriptOperations.move(AttributeValueTable avt)
Move the specified PublicObject to a new folder.
|
void |
ScriptOperations.moveCategory(AttributeValueTable avt)
Move the specified Category to become associated with a new
PublicObject.
|
void |
ScriptOperations.notifyCustomAuditHistoryHandler(String specTag,
String notifyType)
Initialize and post a notification for a custom
AuditSpecification.
|
void |
RuntimeOperations.overrideArrayNodeProperty(String propName,
String propValue)
Override a Node configuration property that holds an array of
values, for a running Node.
|
void |
RuntimeOperations.overrideArrayServerProperty(String propName,
String propValue)
Override a Server configuration property that holds an array of
values, that is about to be used to start up an agent.
|
void |
RuntimeOperations.overrideNodeProperty(AttributeValueTable avt)
Override a Node configuration property for a running Node.
|
void |
RuntimeOperations.overrideNodeProperty(String propName,
String propValue)
Override a Node configuration property for a running Node.
|
void |
RuntimeOperations.overrideServerProperty(AttributeValueTable avt)
Override a Server configuration property about to be used to
start up an agent.
|
void |
RuntimeOperations.overrideServerProperty(String propName,
String propValue)
Override a Server configuration property about to be used to
start up an agent.
|
void |
RuntimeOperations.overrideServiceProperty(AttributeValueTable avt)
Override a Service configuration property about to be used to
override the Service Configuration of a running Service.
|
void |
RuntimeOperations.overrideServiceProperty(String propName,
String propValue)
Override a Service configuration property about to be used to
override the Service Configuration of a running Service.
|
void |
ScriptDriver.MethodInfo.parseMethod()
Parses a method specification, populating this instance.
|
void |
ScriptOperations.postCustomAuditEvent(AttributeValueTable avt)
Post a custom audit event.
|
void |
ScriptOperations.postCustomAuditEvent(String opTypeKey,
String targetTag,
String domainTag)
Post a custom audit event.
|
void |
ScriptOperations.postCustomAuditEvent(String opTypeKey,
String targetTag,
String domainTag,
String auxString,
String auxNumber,
String auxObjsToken)
Post a custom audit event.
|
void |
ScriptOperations.postSystemAuditEvent(String opTypeKey,
String domainTag)
Post a System audit event.
|
void |
ScriptOperations.postSystemAuditEvent(String opTypeKey,
String domainTag,
String auxString,
String auxNumber,
String auxObjsToken)
Post a System audit event.
|
protected void |
ScriptOperations.preprocessDocumentSettings(AttributeValueTable avt,
DocumentDefinition def)
Preprocess the specified AttributeValueTable for use in creating or updating
a Document.
|
protected void |
ScriptOperations.preprocessPublicObjectSettings(AttributeValueTable avt,
PublicObjectDefinition def)
Preprocess the specified AttributeValueTable for use in creating or updating
a PublicObject.
|
void |
ScriptOperations.processManualTextIndexingRetainedEvents(AttributeValueTable avt)
Processes all of the currently queued ManualTextIndexingRetainedEvents.
|
void |
ScriptOperations.processRawAuditEvents()
Force processing of raw audit events.
|
void |
InstallOperations.promoteFolder(AttributeValueTable avt)
Promote a Folder to the specified Folder index level.
|
protected void |
FolderIndexOperations.promoteFolder(LibrarySession session,
Folder folder,
int newLevel,
String prefix)
Promote a folder to a higher index level.
|
protected void |
FolderIndexOperations.promoteFoldersByPath(LibrarySession session,
String[] paths,
int newLevel,
String prefix)
Promote folders to a higher index level.
|
void |
ScriptOperations.purgeGlobalAuditHistory(String domainTag)
Force a purge of the global audit events.
|
void |
ScriptOperations.reactivateUnknownOperationActionSpecifications()
Re-activate all OperationActionSpecification instances that were
previously de-activated via operation
deactivateUnknownOperationActionSpecification . |
void |
ScriptOperations.readDocumentContent(String docTag)
Read a Document content.
|
protected void |
FolderIndexOperations.rebuildIndex(LibrarySession session,
String prefix)
Rebuild the folder index.
|
void |
AclIndexOperations.recreateAclIndex(AttributeValueTable avt)
Recreate the ACL index.
|
void |
ScriptOperations.refreshDependentView(String dvTag)
Refresh the view using the definition contained in a DependentView.
|
void |
ScriptOperations.registerAllNonCustomAuditTypes()
Registers all non-Custom audit event types.
|
void |
ScriptOperations.registerAuditEventType(String opTypeKey,
String targetCodeVal,
String targetClass,
String opCodeVal)
Registers an audit event type.
|
void |
ScriptOperations.registerAuditEventType(String opTypeKey,
String targetCodeVal,
String targetClass,
String opCodeVal,
String createOrFreeVal)
Registers an audit event type.
|
protected void |
ScriptDriver.registerBusinessObject(String tag,
Object obj)
Register a BusinessObject by name.
|
protected void |
ScriptOperations.registerBusinessObject(String tag,
Object obj)
Register a BusinessObject by name.
|
void |
ScriptOperations.registerCustomAuditType(String opCodeKey,
String targetClass)
Registers a custom audit event type.
|
void |
ScriptOperations.registerCustomLockType(AttributeValueTable avt)
Registers a new custom LockEntry type in the locktype lookup table.
|
protected void |
ScriptDriver.registerDefinition(String tag,
LibraryObjectDefinition def)
Register a LibraryObjectDefinition by name.
|
protected void |
ScriptOperations.registerDefinition(String tag,
LibraryObjectDefinition def)
Register a LibraryObjectDefinition by name.
|
void |
ScriptOperations.registerLockType(AttributeValueTable avt)
Registers a new LockEntry type in either the core or custom
locktype lookup table.
|
protected void |
ScriptDriver.registerNewSession(String sesstag,
LibrarySession sess)
Register a session.
|
protected void |
ScriptOperations.registerNewSession(String sesstag,
LibrarySession sess)
Register a session.
|
protected void |
ScriptDriver.registerObject(String tag,
LibraryObject obj)
Register a LibraryObject by name.
|
protected void |
ScriptOperations.registerObject(String tag,
LibraryObject obj)
Register a LibraryObject by name.
|
void |
ScriptOperations.releaseLock(String poTag,
String leTag)
Release a specified lock.
|
void |
ScriptOperations.releaseManualLock(String poTag)
Release a manual lock.
|
void |
ScriptOperations.removeAcesForFreedGrantees(String batchValue)
Cleanup ACLs that have ACEs for grantees that have been freed.
|
void |
ScriptOperations.removeAllAttachments(AttributeValueTable avt)
Removes all attachments from the specified target PublicObject.
|
void |
ScriptOperations.removeAttachment(AttributeValueTable avt)
Remove an attachment from the specified target PublicObject.
|
void |
ScriptOperations.removeAttribute(AttributeValueTable avt)
Remove an Attribute for an existing ClassObject.
|
void |
ScriptOperations.removeClassProperty(AttributeValueTable avt)
Remove a class-level property.
|
void |
ScriptOperations.removeCustomLockEntry(String poTag,
String leTag)
Removes a custom LockEntry from a PublicObject.
|
void |
RuntimeOperations.removeExplicitlyIdleServerName(AttributeValueTable avt)
Removes the specified managed Server name from the list of
explicitly idle Server names.
|
void |
ScriptOperations.removeGroupMembers(AttributeValueTable avt)
Removes members from a DirectoryGroup.
|
void |
ScriptOperations.removeNamedFreezeLock(String docTag,
String domainTag,
String lockName)
Remove a named freeze (also known as legal hold) lock from a document.
|
void |
ScriptOperations.removeProperties(AttributeValueTable avt)
Removes a Property or a set of Properties from a PropertyBundle.
|
void |
ScriptOperations.removeServerFromNodeConfiguration(String ncTag,
String sName)
Remove a Server registration from a NodeConfiguration.
|
void |
ScriptOperations.removeServiceFromNodeConfiguration(String ncTag,
String svName)
Remove a Service registration from a NodeConfiguration.
|
void |
ScriptOperations.removeSession(String sesstag)
Disconnect and de-register a session.
|
void |
ScriptOperations.removeSessionState(String stateKey)
Remove session state for the specified session state key.
|
void |
ScriptOperations.removeSingletonLock(AttributeValueTable avt)
Removes a singleton LockEntry from a PublicObject
The keys supported by this operation:
LOCKTYPEKEY: the lock type key
PUBLICOBJECT: the tag that identifies the PublicObject
CUSTOM: whether the lock type is custom
UNLOCKALLITEMS: whether to recursively unlock all items if the specified
PublicObject is a Folder
|
void |
ScriptOperations.removeTag(String objectTag)
Remove a tag designation.
|
void |
ScriptOperations.rename(String objectTag,
String newName)
Rename a LibraryObject.
|
void |
UpgradeOperations.renameAttributeColumnName(AttributeValueTable avt)
Renames the column name (i.e. databaseobjectname) for an Attribute of a ClassObject.
|
void |
UpgradeOperations.renameTableColumn(AttributeValueTable avt)
Alter a table to rename a column.
|
void |
ScriptOperations.replaceMediaLookupsByFormat(String currMediaTag,
String newMediaTag)
Replaces the Format/Media mappings so that a new Media instance is mapped.
|
protected LibrarySession |
ScriptDriver.replaceSession(String tag,
LibrarySession newSess)
Replace a previously registered session with a different session.
|
protected LibrarySession |
ScriptOperations.replaceSession(String tag,
LibrarySession newSess)
Replace a previously registered session with a different session.
|
void |
RuntimeOperations.requestNodeConfigurationOverride(String nsTag)
Requests a Node configuration override.
|
void |
RuntimeOperations.requestNodeDispose(String nsTag)
Requests to dispose a Node.
|
void |
RuntimeOperations.requestNodeRestart(String nsTag)
Requests a Node restart.
|
void |
RuntimeOperations.requestNodeStart(String nsTag)
Requests a Node Start.
|
void |
RuntimeOperations.requestNodeStop(String nsTag)
Requests a Node Stop.
|
void |
RuntimeOperations.requestServerConfigurationOverride(String ssTag)
Requests a Server configuration override.
|
void |
RuntimeOperations.requestServerDispose(String ssTag)
Requests a Server dispose.
|
void |
RuntimeOperations.requestServerRestart(String ssTag)
Requests a Server restart.
|
void |
RuntimeOperations.requestServerResume(String ssTag)
Requests a Server resume.
|
void |
RuntimeOperations.requestServerStart(String ssTag)
Requests a Server start.
|
void |
RuntimeOperations.requestServerStop(String ssTag)
Requests a Server stop.
|
void |
RuntimeOperations.requestServerSuspend(String ssTag)
Requests a Server suspend.
|
void |
RuntimeOperations.requestServiceConfigurationOverride(String svsTag)
Requests a Service configuration override.
|
void |
RuntimeOperations.requestServiceDispose(String svsTag)
Requests to dispose a Service.
|
void |
ScriptOperations.resetFolderCountInfo(String folderTag)
Forces an invalidation of count information about a folder.
|
protected void |
FolderIndexOperations.resetFolderIndexRows(LibrarySession session,
String prefix)
Delete all rows form the folder index except for the "self" rows
used to register each existing folder.
|
void |
ScriptOperations.restoreGlobalOperationActionSpecification()
Restores the list of global
OperationActionSpecifications from a previously saved copy.
|
ScriptDriver |
ScriptOperations.runScript(String scriptName)
Executes a nested ScriptOperations script file.
|
void |
ScriptOperations.saveGlobalOperationActionSpecification()
Saves a copy of the list of global
OperationActionSpecifications, defined in a domain property.
|
protected void |
ScriptOperations.saveSearchResultPrimaryObjects(String tag,
LibraryObject[] objs)
Saves the search results when selecting the Primary target's objects.
|
protected void |
ScriptOperations.saveSearchResults(String tag,
AttributeValueTable[] rowResults,
String priColAlias)
Saves the search results when selecting multiple columns.
|
void |
ScriptOperations.searchAuditHistory(String specTag,
String filterSpec)
Show the Audit events that result from a search against a
specified AuditSpecification.
|
void |
ScriptOperations.searchAuditHistory(String specTag,
String filterSpec,
String sortClause,
String verbose)
Show the Audit events that result from a search against a
specified AuditSpecification.
|
void |
ScriptOperations.searchAuditHistory(String specTag,
String targetsToken,
String filterSpec,
String sortClause,
String maxCountValue,
String verbose)
Show the Audit events that result from a search against a
specified AuditSpecification.
|
protected NodeState |
RuntimeOperations.selectNodeState(String nodeName)
Selects NodeState by running Node name.
|
void |
InstallOperations.setAclForInitialDirectoryObjects(AttributeValueTable avt)
Sets the ACL on the initial DirectoryObjects: the system user
and the World group.
|
void |
ScriptOperations.setAdminMode()
Enable admin mode for the current session.
|
void |
ScriptOperations.setAdminMode(String boolValue)
Sets Admin mode setting to the value indicated for the current session.
|
void |
ScriptOperations.setArrayTokenDelimiter(String delim)
Change the the delimiter to use when parsing array tokens.
|
void |
RuntimeOperations.setAssignable(AttributeValueTable avt)
Sets indication as to whether the NodeState is assignable by the
Controller for Servers/Handlers that are assigned.
|
void |
ScriptOperations.setAuditSpecificationAuditHandlerSpecificationDefinition(String defTag,
String ahsDefTag)
Sets an AuditHandlerSpecification definition on an
AuditSpecification definition.
|
void |
ScriptOperations.setAuditSpecificationAuditTargetSpecificationDefinition(String defTag,
String atsDefTag)
Sets an AuditTargetSpecification definition on an
AuditSpecification definition.
|
void |
ScriptOperations.setAuditSpecificationAuditTypeListDefinition(String defTag,
String atlDefTag)
Sets an AuditTypeList definition on an AuditSpecification definition.
|
void |
ScriptOperations.setAuditTargetSpecificationDefinitionTarget(String defTag,
String targetTag)
Sets a target on a AuditTargetSpecificationDefinition.
|
void |
ScriptOperations.setBooleanInstanceProperty(String key,
String value)
Deprecated.
9.0.4.6: use
setInstanceProperty |
void |
ScriptOperations.setClassObjectCreationMode(String execMode)
Sets the mode for scripts that create ClassObjects.
|
void |
ScriptOperations.setClassPolicyList(AttributeValueTable avt)
Sets a class-level PolicyList.
|
void |
ScriptOperations.setClassProperty(AttributeValueTable avt)
Sets a class-level Property on the specified ClassObject PropertyBundle.
|
void |
RuntimeOperations.setControllerPlan(AttributeValueTable avt)
Set the current ControllerPlan.
|
void |
ScriptOperations.setCreateCategoriesServerSideOption(String defTag,
String attrValue)
Sets the create categories server side option on the public object
definition.
|
protected void |
ScriptDriver.setCurrentSession(LibrarySession session)
Make the specified session the default.
|
protected void |
ScriptOperations.setCurrentSession(LibrarySession session)
Make the specified session the default.
|
void |
ScriptOperations.setCurrentSession(String sesstag)
Make a different session the current session.
|
void |
ScriptOperations.setDateFormat(String dateFormat)
Change the date formatter used by the current session's Localizer.
|
void |
ScriptOperations.setDefaultAuditEventSortClause(String sort)
Set the default manner in which audit event searches are sorted.
|
void |
ScriptOperations.setDefaultMedia(String mediaTag)
Sets the default Media.
|
void |
ScriptOperations.setDefaultStorageGroup(String sgTag)
Sets the default StorageGroup.
|
void |
ScriptOperations.setDefinitionAttribute(AttributeValueTable avt)
Add an attribute setting to a definition.
|
protected void |
ScriptOperations.setDefinitionAttribute(LibraryObjectDefinition def,
String attrName,
AttributeValue value)
Sets an attribute on the specified definition.
|
void |
ScriptOperations.setDefinitionBooleanAttribute(String defTag,
String attrName,
String attrValue)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionClassObjectAttribute(String defTag,
String attrName,
String classTag)
Deprecated.
9.0.4.6: use
setDefinitionAttribute
and the LIBRARYOBJECTVALUE option |
void |
ScriptOperations.setDefinitionDateAttribute(String defTag,
String attrName,
String dateString)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionDirectoryObjectArrayAttribute(String defTag,
String attrName,
String doTagNames)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionDirectoryObjectAttribute(String defTag,
String attrName,
String objTag)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionDoubleAttribute(String defTag,
String attrName,
String attrValue)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionIntegerAttribute(String defTag,
String attrName,
String attrValue)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionLongAttribute(String defTag,
String attrName,
String attrValue)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionNullStringAttribute(String defTag,
String attrName)
Deprecated.
9.0.4.6: use
setDefinitionAttribute , value = "" |
void |
ScriptOperations.setDefinitionObjectAttribute(String defTag,
String attrName,
String objTag)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionSchemaObjectArrayAttribute(String defTag,
String attrName,
String koTagNames)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionSchemaObjectAttribute(String defTag,
String attrName,
String objTag)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionStringArrayAttribute(String defTag,
String attrName,
String attrValue)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionStringAttribute(String defTag,
String attrName,
String attrValue)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDefinitionSystemObjectAttribute(String defTag,
String attrName,
String objTag)
Deprecated.
9.0.4.6: use
setDefinitionAttribute |
void |
ScriptOperations.setDocumentDefinitionContentObjectDefinition(String defTag,
String coDefTag)
Deprecated.
9.0.4.6: use
addToDocumentDefinition |
void |
ScriptOperations.setGlobalAuditTypeList(String atlTag)
Change the AuditTypeList used for global audit history.
|
void |
ScriptOperations.setGlobalOperationActionSpecifications(String oasArrayToken)
Sets the list of global OperationActionSpecifications defined as a domain
property.
|
void |
ScriptOperations.setInstallationMode()
Enable installation mode for the current session.
|
void |
ScriptOperations.setInstallationMode(String boolValue)
Sets installation mode setting to the value indicated
for the current session.
|
void |
ScriptOperations.setInstanceProperty(AttributeValueTable avt)
Sets an "instance" property, i.e. a property in the Domain PropertyBundle.
|
void |
ScriptOperations.setIntegerInstanceProperty(String key,
String value)
Deprecated.
9.0.4.6: use
setInstanceProperty |
void |
ScriptOperations.setLifecyclePolicyDefinitionDeleteEntriesOption(String defTag,
String boolVal)
Sets the "DeleteAllLifecyclePolicyEntries" option on a
LifecyclePolicyDefinition.
|
void |
ScriptOperations.setLocale(String locString)
Change the Locale used by the current session's Localizer.
|
void |
ScriptOperations.setLongInstanceProperty(String key,
String value)
Deprecated.
9.0.4.6: use
setInstanceProperty |
void |
ScriptOperations.setLongSessionState(String stateKey,
String value)
Set Long session state for the specified session state key.
|
protected void |
ScriptDriver.setMainSessionAsCurrentSession()
Sets the main session as the current session.
|
void |
ScriptOperations.setMainSessionAsCurrentSession()
Sets the main session in the script driver as the current session.
|
void |
ScriptOperations.setMediaLookupByFormat(String formatName,
String mediaTag)
Adds a mapping to the MediaLookUpByFormat property bundle, which holds the
mappings of Format to Media.
|
void |
ScriptOperations.setNumberFormat(AttributeValueTable avt)
Change the number formatter used by the current session's Localizer.
|
void |
ScriptOperations.setObjectProperty(AttributeValueTable avt)
Sets a Property on a specified LibraryObject.
|
void |
ScriptOperations.setPreventSessionTimeouts()
Prevent session timeouts from occuring for the current session.
|
void |
ScriptOperations.setPreventSessionTimeouts(String boolValue)
Sets indication as to whether session timeouts are prevented
for the current session.
|
void |
ScriptOperations.setProperty(AttributeValueTable avt)
Sets a Property on an identified PropertyBundle.
|
void |
ScriptOperations.setPublicObjectInstanceProperty(String key,
String tag)
Deprecated.
9.0.4.6: use
setInstanceProperty |
void |
ScriptOperations.setRepositoryParameter(AttributeValueTable avt)
Sets a repository parameter.
|
void |
ScriptOperations.setStringInstanceProperty(String key,
String value)
Deprecated.
9.0.4.6: use
setInstanceProperty |
void |
ScriptOperations.setStringSessionState(String stateKey,
String value)
Set String session state for the specified session state key.
|
void |
ScriptOperations.setSystemAdminMode()
Enable system admin mode for the current session.
|
void |
ScriptOperations.setSystemAdminMode(String boolValue)
Sets System Admin mode setting to the value indicated
for the current session.
|
void |
ScriptOperations.setSystemObjectInstanceProperty(String key,
String tag)
Deprecated.
9.0.4.6: use
setInstanceProperty |
void |
ScriptOperations.setTimeoutPeriodOption(String defTag,
String attrValue)
Sets the "timeout period" option onto a ApplicationTokenDefinition.
|
void |
ScriptOperations.setTimeZone(String tzString)
Change the time zone used by the current session's Localizer.
|
protected void |
FolderIndexOperations.setUseExistsClause(LibrarySession session,
boolean useExists,
String prefix)
Update the 'UseExistsClause' property on the FolderIndex
propertyBundle event target.
|
protected void |
ScriptOperations.setUserCreateOptions(AttributeValueTable avt,
Hashtable ht)
Sets options for user creation on the specified options Hashtable.
|
void |
ScriptOperations.setUserDefaultAcl(String aclName,
String userName)
Sets the users default ACL for new created POs.
|
protected void |
ScriptOperations.setUserDeleteOptions(AttributeValueTable avt,
Hashtable ht)
Sets options for user delete on the specified options Hashtable.
|
static void |
ShowUtils.showAce(Logger logger,
AccessControlEntry ace,
String prefix)
Show details about an ACE.
|
static void |
ShowUtils.showAcl(Logger logger,
AccessControlList acl,
String prefix)
Show details about an ACL.
|
void |
ScriptOperations.showAcl(String aclTag)
Show details about an ACL.
|
static void |
ShowUtils.showActionSpecification(Logger logger,
ActionSpecification spec,
String prefix)
Show details about a ActionSpecification.
|
static void |
ShowUtils.showActivitySpecification(Logger logger,
ActivitySpecification spec,
String prefix)
Show details about a ActivitySpecification.
|
static void |
ShowUtils.showActor(Logger logger,
Actor actor,
String prefix)
Show details about a Actor.
|
void |
ScriptOperations.showAggregateAuditEventColumns(String specTag,
String aggFunction,
String columnNamesTag,
String innerColNamesTag,
String filterSpec,
String sortClause,
String verbose)
Shows the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
void |
ScriptOperations.showAllAutoFolderingActionSpecifications()
Shows all of the AutoFolderingActionSpecifications.
|
void |
ScriptOperations.showAllClassAcls()
Show details about all System ACLs.
|
void |
ScriptOperations.showAllClassDomains()
Shows all of the ClassDomains.
|
void |
ScriptOperations.showAllClassObjects(AttributeValueTable avt)
Shows all of the ClassObjects.
|
void |
ScriptOperations.showAllCustomAuditSpecifications()
Shows all of the custom audit specifications.
|
void |
ScriptOperations.showAllCustomMediaDriverSpecifications()
Shows all of the CustomMediaDriverSpecification instances.
|
void |
ScriptOperations.showAllDependentViews()
Shows all of the DependentViews.
|
void |
ScriptOperations.showAllExtendedPermissions()
Shows all of the ExtendedPermissions.
|
void |
ScriptOperations.showAllExternalRetentionPolicies()
Shows all of the ExternalRetentionPolicy instances.
|
void |
ScriptOperations.showAllFormats()
Shows all of the Formats.
|
void |
ScriptOperations.showAllLifecycleDateRuleSpecifications()
Shows all of the LifecycleDateRuleSpecifications.
|
void |
ScriptOperations.showAllLifecyclePolicies()
Shows all of the LifecyclePolicy instances.
|
void |
ScriptOperations.showAllLifecyclePolicyActionSpecifications()
Shows all of the LifecyclePolicyActionSpecifications.
|
void |
ScriptOperations.showAllMedias()
Shows all of the Media instances.
|
void |
ScriptOperations.showAllNodeConfigurations()
Shows all of the NodeConfiguration instances.
|
void |
ScriptOperations.showAllNodeConfigurations(String verboseVal)
Shows all of the NodeConfiguration instances.
|
void |
ScriptOperations.showAllOperationActionSpecifications()
Shows all of the OperationActionSpecifications.
|
void |
ScriptOperations.showAllPermissionBundles()
Shows all of the PermissionBundles.
|
void |
ScriptOperations.showAllPolicies()
Shows all of the Policies.
|
void |
ScriptOperations.showAllPolicyLists()
Shows all of the PolicyLists.
|
void |
ScriptOperations.showAllRepositoryParameters()
Shows all repository parameters.
|
void |
ScriptOperations.showAllRetentionPolicies()
Shows all of the RetentionPolicy instances.
|
void |
ScriptOperations.showAllServerConfigurations()
Shows all of the ServerConfiguration instances.
|
void |
ScriptOperations.showAllServerConfigurations(String verboseVal)
Shows all of the ServerConfiguration instances.
|
void |
ScriptOperations.showAllServerSpecifications()
Shows all of the ServerSpecifications.
|
void |
ScriptOperations.showAllServiceConfigurations()
Shows all of the ServiceConfiguration instances.
|
void |
ScriptOperations.showAllServiceConfigurations(String verboseVal)
Shows all of the ServiceConfiguration instances.
|
void |
ScriptOperations.showAllStorageGroups()
Shows all of the StorageGroups.
|
void |
ScriptOperations.showAllSystemAcls()
Show details about all System ACLs.
|
void |
ScriptOperations.showAllValueDefaults()
Shows all of the ValueDefaults.
|
void |
ScriptOperations.showAllValueDomains()
Shows all of the ValueDomains.
|
static void |
ShowUtils.showApplicationToken(Logger logger,
ApplicationToken token,
String prefix)
Show details about an ApplicationToken.
|
void |
ScriptOperations.showApplicationToken(String tkTag)
Show details about a ApplicationToken.
|
void |
ScriptOperations.showApplicationTokens()
Show details about all ApplicationTokens in an Instance.
|
protected void |
CodeGenerationOperations.showApplySettingsAttribute(Attribute attr,
String commonName,
String indent)
Shows the code for applying settings in applySettings() method
for the specified Attribute.
|
protected void |
CodeGenerationOperations.showApplySettingsMethod(ClassObject co,
Attribute[] attrs,
String commonName,
String indent)
Shows the applySettings() definition class method for the specified class.
|
void |
ScriptOperations.showAttachments(AttributeValueTable avt)
Show attachments for the specified target PublicObject.
|
static void |
ShowUtils.showAttribute(Logger logger,
Attribute attr,
String prefix,
boolean verbose,
boolean showDates)
Show details about a Attribute.
|
void |
ScriptOperations.showAttribute(String tag)
Show details about an Attribute.
|
void |
ScriptOperations.showAttribute(String objectTag,
String attrName)
Show the attribute value of an object.
|
protected void |
CodeGenerationOperations.showAttributeNameDeclaration(Attribute attr,
String indent)
Shows the attribute name constant for the specified Attribute.
|
static void |
ShowUtils.showAttributeValue(Logger logger,
LibrarySession session,
String attrName,
AttributeValue val,
String prefix)
Produce a readable version of an AttributeValue
|
static void |
ShowUtils.showAttributeValue(Logger logger,
LibrarySession session,
String attrName,
AttributeValue val,
String prefix,
String[] hiddenKeys)
Produce a readable version of an AttributeValue
|
static void |
ShowUtils.showAttributeValueTable(Logger logger,
LibrarySession session,
AttributeValueTable avt,
String tblName,
String prefix)
Show details about a AttributeValueTable.
|
static void |
ShowUtils.showAttributeValueTable(Logger logger,
LibrarySession session,
AttributeValueTable avt,
String tblName,
String prefix,
String[] omittedProps)
Show details about a AttributeValueTable.
|
static void |
ShowUtils.showAuditCertificates(Logger logger,
LibrarySession sess,
AuditCertificate[] certs,
String prefix,
boolean verbose)
Show AuditCertificate information.
|
void |
ScriptOperations.showAuditCertificates(String objTags,
String verbose)
Shows audit certificates for the array of object tags specified.
|
static void |
ShowUtils.showAuditEventColumn(Logger logger,
LibrarySession sess,
AttributeValue av,
String prefix,
boolean verbose)
Show an AuditEvent column selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
static void |
ShowUtils.showAuditEventColumns(Logger logger,
LibrarySession sess,
AttributeValue[] avs,
String prefix,
boolean verbose)
Show AuditEvent column information selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
void |
ScriptOperations.showAuditEventOperationTypes(String opTypeKeys)
Converts a set of audit operation code keys to their numeric
equivalents, and shows them.
|
static void |
ShowUtils.showAuditEvents(Logger logger,
LibrarySession sess,
AuditEvent[] aes,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show AuditEvent information.
|
static void |
ShowUtils.showAuditHandlerSpecification(Logger logger,
LibrarySession session,
AuditHandlerSpecification ahs,
String prefix,
boolean showDates)
Shows the AuditHandlerSpecification.
|
static void |
ShowUtils.showAuditSpecification(Logger logger,
LibrarySession session,
AuditSpecification spec,
String prefix,
boolean showDates)
Shows the audit spec.
|
void |
ScriptOperations.showAuditSpecification(String objectTag)
Shows the audit specification corresponding to the supplied tag.
|
static void |
ShowUtils.showAuditTargetSpecification(Logger logger,
LibrarySession session,
AuditTargetSpecification ats,
String prefix)
Shows the AuditTargetSpecification.
|
static void |
ShowUtils.showAuditTypeEntryValues(Logger logger,
LibrarySession session,
AuditTypeEntryValue[] atevs,
String prefix)
Shows a set of AuditTypeEntryValues.
|
static void |
ShowUtils.showAuditTypeList(Logger logger,
LibrarySession session,
AuditTypeList typeList,
String prefix)
Shows the AuditTypeList.
|
void |
ScriptOperations.showAuditTypeList(String objectTag)
Shows the audit type list corresponding to the supplied tag.
|
void |
ScriptOperations.showAuditTypesForClass(String className)
Shows the set of audit operation types that are applicable
to the class specified.
|
void |
ScriptOperations.showAuditTypesForCreateOperations()
Shows the set of audit operation types that represent "created"
operations.
|
void |
ScriptOperations.showAuditTypesForFreeOperations()
Shows the set of audit operation types that represent "free" operations.
|
void |
ScriptOperations.showAuditTypesUnderClass(String className)
Shows the set of audit operation types that are applicable
to the specified class, or any of the classes considered to descend from
the specified class.
|
static void |
ShowUtils.showAutoFolderingActionSpecification(Logger logger,
AutoFolderingActionSpecification spec,
String prefix)
Show details about an AutoFolderingActionSpecification.
|
void |
ScriptOperations.showAutoFolderingActionSpecification(String specTag)
Show details about a AutoFolderingActionSpecification.
|
protected void |
CodeGenerationOperations.showBeanClass(ClassObject co,
boolean showGetters,
boolean showSetters,
boolean showDates,
String indent)
Shows the specified class' bean class default implementation.
|
protected void |
CodeGenerationOperations.showBeanClassConstructor(ClassObject co,
String commonName,
String packageName,
String indent)
Shows the bean-side class constructors.
|
protected void |
CodeGenerationOperations.showBeanClassDeclaration(ClassObject co,
String commonName,
String coDesc,
String beanClassName,
String superBeanClassName)
Shows the bean class-level javadoc and class declaration.
|
protected void |
CodeGenerationOperations.showBeanClassFields(ClassObject co,
Attribute[] attrs,
String commonName,
String coDesc,
String beanClassName,
String superBeanClassName,
String indent)
Shows the class-level constants, fields, etc. prior to constructors.
|
protected void |
CodeGenerationOperations.showBeanClassFooter()
Shows the bean class footer.
|
protected void |
CodeGenerationOperations.showBeanClassGetterMethod(Attribute attr,
String indent)
Shows the getter (accessor) method for the specified Attribute.
|
protected void |
CodeGenerationOperations.showBeanClassGetterMethods(ClassObject co,
Attribute[] attrs,
String commonName,
String indent)
Shows the getter (accessor) methods for the specified class.
|
protected void |
CodeGenerationOperations.showBeanClassHeader(ClassObject co,
boolean showDates,
String packageName)
Shows the bean class header.
|
protected void |
CodeGenerationOperations.showBeanClassImports(ClassObject co,
String superPackageName,
String superClassName)
Shows the bean class imports.
|
protected void |
CodeGenerationOperations.showBeanClassSetterMethod(Attribute attr,
String indent)
Shows the setter (mutator) method for the specified Attribute.
|
protected void |
CodeGenerationOperations.showBeanClassSetterMethods(ClassObject co,
Attribute[] attrs,
String commonName,
String indent)
Shows the setter (mutator) methods for the specified class.
|
static void |
ShowUtils.showBooleanObjectArray(Logger logger,
LibrarySession session,
Boolean[] boolValues,
String prefix)
Shows an array of Boolean, one value per line
|
static void |
ShowUtils.showCapabilities(Logger logger,
PublicObject po,
String prefix)
Show capabilities about an object.
|
void |
ScriptOperations.showCapabilities(String objTag)
Show Capabilities for a PublicObject.
|
void |
ScriptOperations.showClassDomain(AttributeValueTable avt)
Shows a ClassDomain.
|
static void |
ShowUtils.showClassDomain(Logger logger,
ClassDomain cd,
String prefix)
Show details about a ClassDomain.
|
void |
ScriptOperations.showClassDomain(String name)
Show details about a ClassDomain.
|
void |
ScriptOperations.showClassObject(AttributeValueTable avt)
Show a ClassObject.
|
static void |
ShowUtils.showClassObject(Logger logger,
ClassObject co,
String prefix,
boolean verbose,
boolean showDates)
Show details about a ClassObject.
|
protected void |
ScriptOperations.showClassObjectAndSubNames(ClassObject co,
boolean inclInstalled,
boolean inclCustom,
String indent)
Shows the name of the specified class and each of its subclasses,
recursively.
|
protected void |
ScriptOperations.showClassObjectAndSubs(ClassObject co,
boolean createSyntax,
boolean inclInstalled,
boolean inclCustom,
boolean verbose,
boolean showDates)
Shows the specified class and each of its subclasses,
recursively
|
void |
CodeGenerationOperations.showClassObjectBeanClass(AttributeValueTable avt)
Shows (generates) the bean class for a ClassObject.
|
void |
CodeGenerationOperations.showClassObjectDefinitionClass(AttributeValueTable avt)
Shows (generates) the beaniside definition class for a ClassObject.
|
void |
CodeGenerationOperations.showClassObjectServerClass(AttributeValueTable avt)
Shows (generates) the server-side class for a ClassObject.
|
void |
ScriptOperations.showCompositeGroup(String groupTag)
Show details about a CompositeGroup.
|
void |
RuntimeOperations.showControllerPlan(AttributeValueTable avt)
Show details about the ControllerPlan.
|
static void |
ShowUtils.showControllerPlan(Logger logger,
ControllerPlan cplan,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNums)
Show details about a ControllerPlan.
|
static void |
ShowUtils.showControllerPlanExecution(Logger logger,
ControllerPlanExecution cplanExec,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNums)
Show details about a ControllerPlanExecution.
|
static void |
ShowUtils.showControllerState(Logger logger,
ControllerState cs,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNums)
Show details about a ControllerState.
|
void |
RuntimeOperations.showControllerState(String verboseVal)
Show details about the ControllerState.
|
protected void |
ScriptOperations.showCreateClassObjectScript(ClassObject co,
boolean verbose,
boolean showDates)
Shows the specified class using "create script" syntax.
|
void |
CodeGenerationOperations.showCreateServerSpecificationScript(AttributeValueTable avt)
Shows (generates) a createServerSpecification script
from the specified NodeConfiguration.
|
protected void |
CodeGenerationOperations.showCreateServerSpecificationScript(NodeConfiguration nc,
String ssNamePrefix,
String rtclassifPrefix,
boolean showDates,
String indent)
Shows a script to create ServerSpecifications from a specified NodeConfiguration.
|
void |
RuntimeOperations.showCurrentControllerPlanExecution(AttributeValueTable avt)
Show details about the current ControllerPlanExecution.
|
void |
ScriptOperations.showCurrentUser()
Shows information about the currently connected user.
|
void |
ScriptOperations.showCustomAuditHistory(String specTag,
String verbose)
Show the Audit events for a custom AuditSpecification.
|
void |
ScriptOperations.showCustomAuditHistory(String specTag,
String verbose,
String sortClause)
Show the Audit events for a custom AuditSpecification.
|
void |
ScriptOperations.showCustomAuditTypes()
Shows the set of custom audit operation types.
|
static void |
ShowUtils.showCustomMediaDriverSpecification(Logger logger,
CustomMediaDriverSpecification cmds,
String prefix)
Show details about a CustomMediaDriverSpecification.
|
void |
ScriptOperations.showCustomMediaDriverSpecification(String cmdsTag)
Shows details about a CustomMediaDriverSpecification.
|
static void |
ShowUtils.showDateArray(Logger logger,
LibrarySession session,
Date[] dateValues,
String prefix)
Shows an array of Date, one value per line
|
void |
ScriptOperations.showDefaultMedia()
Shows the default Media.
|
void |
ScriptOperations.showDefaultStorageGroup()
Shows the default StorageGroup.
|
protected void |
ScriptOperations.showDefineAttributeScript(Attribute attr,
String className,
boolean verbose,
boolean showDates)
Shows the specified Attribute using "create script" syntax.
|
static void |
ShowUtils.showDefinition(Logger logger,
LibraryObjectDefinition def,
String prefix)
Show details about an LibraryObjectDefinition.
|
void |
ScriptOperations.showDefinition(String defTag)
Show details about a definition.
|
protected void |
CodeGenerationOperations.showDefinitionCastUtilities(ClassObject co,
String commonName,
String defClassName,
String indent)
Shows the cast utilities for a definition class.
|
protected void |
CodeGenerationOperations.showDefinitionClass(ClassObject co,
boolean showApply,
boolean showGetters,
boolean showSetters,
boolean showDates,
String indent)
Shows the specified class' Definition class default implementation.
|
protected void |
CodeGenerationOperations.showDefinitionClassConstructor(ClassObject co,
String commonName,
String defClassName,
String indent)
Shows the attribute name constant for the specified Attribute.
|
protected void |
CodeGenerationOperations.showDefinitionClassDeclaration(ClassObject co,
String commonName,
String defClassName,
String superDefClassName)
Shows the Definition class-level javadoc and class declaration.
|
protected void |
CodeGenerationOperations.showDefinitionClassFooter()
Shows the bean class footer.
|
protected void |
CodeGenerationOperations.showDefinitionClassGetterMethod(Attribute attr,
String indent)
Shows the getter (accessor) method for the specified Attribute.
|
protected void |
CodeGenerationOperations.showDefinitionClassGetterMethods(ClassObject co,
Attribute[] attrs,
String commonName,
String indent)
Shows the getter (accessor) methods for the specified class.
|
protected void |
CodeGenerationOperations.showDefinitionClassHeader(ClassObject co,
boolean showDates,
String packageName)
Shows the Definition class header.
|
protected void |
CodeGenerationOperations.showDefinitionClassImports(ClassObject co,
String packageName,
String commonName,
String superPackageName,
String superDefClassName)
Shows the Definition class imports.
|
protected void |
CodeGenerationOperations.showDefinitionClassSetterMethod(Attribute attr,
String indent)
Shows the setter (mutator) method for the specified Attribute.
|
protected void |
CodeGenerationOperations.showDefinitionClassSetterMethods(ClassObject co,
Attribute[] attrs,
String commonName,
String indent)
Shows the setter (mutator) methods for the specified class.
|
static void |
ShowUtils.showDefinitionObject(Logger logger,
DefinitionObject defobj,
String prefix)
Show details about an DefinitionObject.
|
void |
ScriptOperations.showDefinitionObject(String defobjTag)
Show details about a DefinitionObject.
|
static void |
ShowUtils.showDependentView(Logger logger,
DependentView dv,
String prefix)
Show details about a DependentView.
|
void |
ScriptOperations.showDependentView(String dvTag)
Show details about a DependentView.
|
static void |
ShowUtils.showDocument(Logger logger,
Document doc,
String prefix)
Show details about a document.
|
void |
ScriptOperations.showDocument(String docTag)
Show details about a document.
|
void |
ScriptOperations.showDocumentCharacterSet(String docTag)
Deprecated.
9.0.4.6: use
showDocumentContentInfo |
static void |
ShowUtils.showDocumentContentInfo(Logger logger,
Document doc,
String prefix)
Show details about a document's content.
|
void |
ScriptOperations.showDocumentContentInfo(String docTag)
Show details about a document's content.
|
protected void |
ScriptOperations.showDocumentContents(Document doc,
String prefix)
Show a Document's content, using its Reader.
|
protected void |
ScriptOperations.showDocumentContents(Document doc,
String prefix,
boolean replaceNums)
Show a Document's content, using its Reader, and optionally
replacing all numbers with an X (for test output).
|
void |
ScriptOperations.showDocumentContents(String docTag)
Show a document's content.
|
void |
ScriptOperations.showDocumentLanguage(String docTag)
Deprecated.
9.0.4.6: use
showDocumentContentInfo |
void |
ScriptOperations.showDocumentsWithLifecyclePolicy(String lpTag,
String batchValue)
Show documents that are referencing the specified LifecyclePolicy.
|
static void |
ShowUtils.showDocumentWithLifecycleInfo(Logger logger,
Document doc,
boolean showDates,
String prefix)
Show lifecycle details about a document.
|
static void |
ShowUtils.showExpandedAuditTypeList(Logger logger,
LibrarySession session,
AuditTypeList typeList,
String className,
String prefix)
Shows the AuditTypeList, expanded to include placeholders for
event types applicable to the specifeid class.
|
void |
ScriptOperations.showExpandedAuditTypeList(String objectTag,
String className)
Shows the expanded audit type list corresponding to the supplied tag,
and the specified class.
|
static void |
ShowUtils.showExtendedPermission(Logger logger,
ExtendedPermission ep,
String prefix)
Show details about a ExtendedPermission.
|
void |
ScriptOperations.showExtendedPermission(String name)
Show details about a ExtendedPermission.
|
static void |
ShowUtils.showFamily(Logger logger,
Family family,
String prefix)
Show details about a Family.
|
void |
ScriptOperations.showFolder(AttributeValueTable avt)
Show details about a folder.
|
static void |
ShowUtils.showFolder(Logger logger,
Folder folder,
String prefix)
Show details about an Folder.
|
static void |
ShowUtils.showFolder(Logger logger,
Folder folder,
String prefix,
boolean showCats)
Show details about an Folder.
|
void |
ScriptOperations.showFolder(String folderTag)
Show details about a folder.
|
static void |
ShowUtils.showFolderCountInfo(Logger logger,
Folder folder,
String prefix)
Show count information about a folder.
|
void |
ScriptOperations.showFolderCountInfo(String folderTag)
Show count information about a folder.
|
static void |
ShowUtils.showFolderedObject(Logger logger,
PublicObject po,
String prefix,
boolean showCats)
Show details about an Foldered object.
|
static void |
ShowUtils.showFormat(Logger logger,
Format format,
String prefix)
Show details about a Format.
|
void |
ScriptOperations.showFormat(String formatName)
Show details about a Format.
|
void |
ScriptOperations.showGlobalAuditHistory(String verbose)
Show the Global Audit History.
|
void |
ScriptOperations.showGlobalAuditHistory(String verbose,
String sortClause)
Show the Global Audit History.
|
void |
ScriptOperations.showGlobalAuditSpecification()
Shows the Global audit spec.
|
void |
ScriptOperations.showGlobalAuditTypeList()
Show the AuditTypeList used for global audit history.
|
void |
ScriptOperations.showGlobalOperationActionSpecifications()
Shows the list of global OperationActionSpecifications defined as a domain
property.
|
static void |
ShowUtils.showGroup(Logger logger,
DirectoryGroup group,
String prefix)
Show details about a Group.
|
void |
ScriptOperations.showGroup(String groupTag)
Show details about a group.
|
static void |
ShowUtils.showHandlerState(Logger logger,
HandlerState hs,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNums)
Show details about a HandlerState.
|
void |
RuntimeOperations.showHandlerState(String hsTag,
String verboseVal)
Show details about a HandlerState.
|
void |
ScriptOperations.showInstanceProperty(String key)
Show an instance property.
|
void |
ScriptOperations.showInstancePropertyBundle()
Show the instance PropertyBundle.
|
static void |
ShowUtils.showIntegerObjectArray(Logger logger,
LibrarySession session,
Integer[] intValues,
String prefix)
Shows an array of Integer, one value per line
|
void |
ScriptOperations.showLibraryObject(AttributeValueTable avt)
Show details about a LibraryObject.
|
protected void |
ScriptOperations.showLibraryObject(Logger logger,
LibraryObject obj,
boolean showDates,
String prefix)
Show details about a LibraryObject.
|
static void |
ShowUtils.showLibraryObject(Logger logger,
LibraryObject obj,
boolean showDates,
String prefix)
Show details about a LibraryObject.
|
static void |
ShowUtils.showLibraryObjectArray(Logger logger,
LibrarySession session,
LibraryObject[] loValues,
String prefix)
Shows an array of LibraryObject, one value per line
|
static void |
ShowUtils.showLibrayObjectIdArray(Logger logger,
LibrarySession session,
Long[] idValues,
String prefix)
Shows an array of Long representing LibraryObjects,
one value per line
|
static void |
ShowUtils.showLifecycleDateRuleSpecification(Logger logger,
LifecycleDateRuleSpecification spec,
String prefix)
Show details about an LifecycleDateRuleSpecification.
|
void |
ScriptOperations.showLifecycleDateRuleSpecification(String specTag)
Show details about a LifecycleDateRuleSpecification.
|
static void |
ShowUtils.showLifecyclePolicy(Logger logger,
LifecyclePolicy lp,
String prefix)
Show details about an LifecyclePolicy.
|
void |
ScriptOperations.showLifecyclePolicy(String lpTag)
Show details about a LifecyclePolicy.
|
static void |
ShowUtils.showLifecyclePolicyActionSpecification(Logger logger,
LifecyclePolicyActionSpecification spec,
String prefix)
Show details about an LifecyclePolicyActionSpecification.
|
void |
ScriptOperations.showLifecyclePolicyActionSpecification(String specTag)
Show details about a LifecyclePolicyActionSpecification.
|
static void |
ShowUtils.showLifecyclePolicyEntry(Logger logger,
LifecyclePolicyEntry lpe,
String prefix)
Show details about an LifecyclePolicyEntry.
|
void |
ScriptOperations.showLifecyclePolicyEntry(String lpeTag)
Show details about a LifecyclePolicyEntry.
|
static void |
ShowUtils.showLink(Logger logger,
Link link,
String prefix)
Show details about a Link.
|
void |
ScriptOperations.showLink(String linkTag)
Show details about a link.
|
void |
ScriptOperations.showLocalizer()
Change the date formatter used by the current session's Localizer.
|
static void |
ShowUtils.showLockEntry(Logger logger,
LockEntry le,
String prefix)
Show details about a LockEntry.
|
void |
ScriptOperations.showLockEntry(String leTag)
Show a lock entry.
|
static void |
ShowUtils.showLockEntryInfo(Logger logger,
PublicObject po,
String prefix)
Show LockEntry details of a PublicObject.
|
void |
ScriptOperations.showLockEntryInfo(String poTag)
Show the lock entry info for a specified PublicObject
|
static void |
ShowUtils.showLockingInconsistencies(Logger logger,
PublicObject po,
String prefix)
Show Locking inconsistency details for a PublicObject.
|
void |
ScriptOperations.showLockTypeLookupTables()
Shows the lock type lookup tables in the instance-wide
Domain PropertyBundle.
|
static void |
ShowUtils.showLongObjectArray(Logger logger,
LibrarySession session,
Long[] longValues,
String prefix)
Shows an array of Long, one value per line
|
static void |
ShowUtils.showMedia(Logger logger,
Media media,
String prefix)
Show details about a Media.
|
void |
ScriptOperations.showMedia(String mediaTag)
Shows details about a Media.
|
void |
ScriptOperations.showMediaLookupByFormatMappings()
Shows the MediaLookUpByFormat property bundle, which holds the
mappings of Format to Media.
|
void |
ScriptOperations.showMessageEntry(AttributeValueTable avt)
Show MessageEntry information.
|
static void |
ShowUtils.showMessageEntry(Logger logger,
MessageEntry me,
String prefix,
boolean verbose,
boolean showDates)
Show details about a MessageEntry.
|
void |
ScriptOperations.showMessageList(AttributeValueTable avt)
Show MessageList information.
|
static void |
ShowUtils.showMessageList(Logger logger,
MessageList ml,
String prefix,
boolean verbose,
boolean showDates)
Show details about a MessageList.
|
void |
ScriptOperations.showNamedPropertyBundle(String name)
Show details about a Named PropertyBundle.
|
static void |
ShowUtils.showNodeConfiguration(Logger logger,
NodeConfiguration nc,
String prefix,
boolean verbose,
boolean showDates)
Show details about a NodeConfiguration.
|
void |
ScriptOperations.showNodeConfiguration(String ncTag)
Show details about a NodeConfiguration.
|
void |
ScriptOperations.showNodeConfiguration(String ncTag,
String verboseVal)
Show details about a NodeConfiguration.
|
static void |
ShowUtils.showNodeState(Logger logger,
NodeState ns,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNums)
Show details about a NodeState.
|
void |
RuntimeOperations.showNodeState(String nsTag,
String verboseVal)
Show details about a NodeState.
|
void |
RuntimeOperations.showNodeStateEffectiveLogLevel(String nsTag,
String loggerName)
Shows the log level for the specified class or package name
in effect for the specified NodeState.
|
void |
ScriptOperations.showObject(String objTag)
Show details about a LibraryObject.
|
void |
ScriptOperations.showObjectAuditHistory(String objTag,
String verbose)
Show the Object Audit History for an object.
|
void |
ScriptOperations.showObjectAuditHistory(String objTag,
String verbose,
String sortClause)
Show the Object Audit History for an object.
|
void |
ScriptOperations.showObjectAuditSpecification()
Shows the Global audit spec.
|
static void |
ShowUtils.showOperationActionSpecification(Logger logger,
OperationActionSpecification spec,
String prefix)
Show details about an OperationActionSpecification.
|
void |
ScriptOperations.showOperationActionSpecification(String tagOrName)
Show details about a OperationActionSpecification.
|
void |
RuntimeOperations.showParameterTable()
Shows the current parameter table.
|
void |
ScriptOperations.showParsedArrayToken(AttributeValueTable avt)
Show a parsed array token for the string specified.
|
void |
ScriptOperations.showParsedOperationString(AttributeValueTable avt)
Show a parsed operation for the string specified.
|
static void |
ShowUtils.showPerformedActivitySpecification(Logger logger,
PerformedActivitySpecification spec,
String prefix)
Show details about a PerformedActivitySpecification.
|
static void |
ShowUtils.showPermissionBundle(Logger logger,
PermissionBundle pb,
String prefix)
Show details about a PermissionBundle.
|
void |
ScriptOperations.showPermissionBundle(String name)
Show details about a PermissionBundle.
|
static void |
ShowUtils.showPolicy(Logger logger,
Policy policy,
String prefix)
Show details about a Policy.
|
void |
ScriptOperations.showPolicy(String name)
Show details about a Policy.
|
static void |
ShowUtils.showPolicyList(Logger logger,
PolicyList policyList,
String prefix)
Show details about a PolicyList.
|
void |
ScriptOperations.showPolicyList(String name)
Show details about a PolicyList.
|
static void |
ShowUtils.showPolicyListElement(Logger logger,
PolicyListElement pele,
String prefix)
Show details about a PolicyListElement.
|
void |
ScriptOperations.showPreparedSelector(PreparedSelector sel)
Show details about a PreparedSelector.
|
void |
ScriptOperations.showPreparedSelector(PreparedSelector sel,
boolean showBindVals)
Show details about a PreparedSelector.
|
void |
ScriptOperations.showProperty(String pbTag,
String key)
Shows a property of a PropertyBundle.
|
static void |
ShowUtils.showPropertyBundle(Logger logger,
PropertyBundle pb,
String pbName,
String prefix)
Show details about a PropertyBundle.
|
static void |
ShowUtils.showPropertyBundle(Logger logger,
PropertyBundle pb,
String pbName,
String prefix,
String[] omittedProps)
Show details about a PropertyBundle.
|
void |
ScriptOperations.showPropertyBundle(String pbTag)
Shows the properties of a PropertyBundle.
|
void |
ScriptOperations.showRepositoryParameter(AttributeValueTable avt)
Shows a repository parameter.
|
static void |
ShowUtils.showRetentionPolicy(Logger logger,
RetentionPolicy rp,
String prefix)
Show details about an RetentionPolicy.
|
void |
ScriptOperations.showRetentionPolicy(String rpTag)
Show details about a RetentionPolicy.
|
void |
ScriptOperations.showRuntimeStatistics()
Show runtime statistics for the current JVM.
|
void |
RuntimeOperations.showRuntimeSystemSummary(String verboseVal)
Show the Runtime System summary.
|
void |
ScriptOperations.showSavedSearchResultPrimaryObjects(AttributeValueTable avt)
Show the Primary objects selected in the search results that were saved
as part of executing a query previously.
|
void |
ScriptOperations.showSavedSearchResults(AttributeValueTable avt)
Show the search results that were saved as part of executing
a query previously.
|
protected void |
CodeGenerationOperations.showServerClass(ClassObject co,
boolean showGetters,
boolean showDates,
String indent)
Shows the specified class' server class default implementation.
|
protected void |
CodeGenerationOperations.showServerClassConstructor(ClassObject co,
String serverClassName,
String indent)
Shows the server-side class constructors.
|
protected void |
CodeGenerationOperations.showServerClassDeclaration(ClassObject co,
String commonName,
String coDesc,
String serverClassName,
String superServerClassName)
Shows the server class-level javadoc and class declaration.
|
protected void |
CodeGenerationOperations.showServerClassFields(ClassObject co,
Attribute[] attrs,
String commonName,
String coDesc,
String serverClassName,
String superServerClassName,
String indent)
Shows the class-level constants, fields, etc. prior to constructors.
|
protected void |
CodeGenerationOperations.showServerClassFooter()
Shows the server class footer.
|
protected void |
CodeGenerationOperations.showServerClassHeader(ClassObject co,
boolean showDates,
String packageName)
Shows the server class header.
|
protected void |
CodeGenerationOperations.showServerClassImports(ClassObject co,
String superPackageName,
String superClassName)
Shows the server class imports.
|
static void |
ShowUtils.showServerConfiguration(Logger logger,
ServerConfiguration config,
String prefix,
boolean verbose,
boolean showDates)
Show details about a ServerConfiguration.
|
void |
ScriptOperations.showServerConfiguration(String scTag)
Show details about a ServerConfiguration.
|
void |
ScriptOperations.showServerConfiguration(String scTag,
String verboseVal)
Show details about a ServerConfiguration.
|
static void |
ShowUtils.showServerSpecification(Logger logger,
ServerSpecification spec,
String prefix)
Show details about an ServerSpecification.
|
void |
ScriptOperations.showServerSpecification(String specTag)
Show details about a ServerSpecification.
|
static void |
ShowUtils.showServerState(Logger logger,
ServerState ss,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNums)
Show details about a ServerState.
|
void |
RuntimeOperations.showServerState(String ssTag,
String verboseVal)
Show details about a ServerState.
|
static void |
ShowUtils.showServiceConfiguration(Logger logger,
ServiceConfiguration config,
String prefix,
boolean verbose)
Show details about a ServiceConfiguration.
|
void |
ScriptOperations.showServiceConfiguration(String scTag)
Show details about a ServiceConfiguration.
|
void |
ScriptOperations.showServiceConfiguration(String scTag,
String verboseVal)
Show details about a ServiceConfiguration.
|
void |
ScriptOperations.showServiceStatistics()
Show the current service statistics.
|
void |
ScriptOperations.showSessionCacheStatistics()
Show session cache statistics for the current session.
|
void |
ScriptOperations.showSessionState(String stateKey)
Show the session state value in the current session for
the specified session state key.
|
static void |
ShowUtils.showSimpleProperties(Logger logger,
String attrName,
SimpleProperty[] props,
String[] hiddenProps,
String prefix)
Show nested SimpleProperty details.
|
void |
ScriptOperations.showSimplePropertyTable(AttributeValueTable avt)
Shows a SimplePropertyTable.
|
static void |
ShowUtils.showSimplePropertyTable(Logger logger,
String namePrefix,
SimplePropertyTable spt,
String[] hiddenProps,
String prefix)
Show nested SimplePropertyTable details.
|
void |
ScriptOperations.showSimplePropertyTableList(AttributeValueTable avt)
Shows a SimplePropertyTableList.
|
static void |
ShowUtils.showSimplePropertyTableList(Logger logger,
String namePrefix,
SimplePropertyTableList sptl,
String[] hiddenProps,
String prefix)
Show nested SimplePropertyTableList details.
|
static void |
ShowUtils.showStorageGroup(Logger logger,
StorageGroup sg,
String prefix)
Show details about a StorageGroup.
|
void |
ScriptOperations.showStorageGroup(String sgTag)
Shows details about a StorageGroup.
|
static void |
ShowUtils.showStringArray(Logger logger,
LibrarySession session,
String[] strValues,
String prefix)
Shows an array of String, one value per line
|
static void |
ShowUtils.showTrackedActivitySpecification(Logger logger,
TrackedActivitySpecification spec,
String prefix)
Show details about a TrackedActivitySpecification.
|
static void |
ShowUtils.showUser(Logger logger,
DirectoryUser user,
String prefix)
Show details about a User.
|
void |
ScriptOperations.showUser(String userName)
Shows information about a user.
|
void |
ScriptOperations.showValueDefault(AttributeValueTable avt)
Shows a ValueDefault.
|
static void |
ShowUtils.showValueDefault(Logger logger,
ValueDefault vd,
String prefix)
Show details about a ValueDefault.
|
void |
ScriptOperations.showValueDefault(String name)
Show details about a ValueDefault.
|
void |
ScriptOperations.showValueDomain(AttributeValueTable avt)
Shows a ValueDomain.
|
static void |
ShowUtils.showValueDomain(Logger logger,
ValueDomain vd,
String prefix)
Show details about a ValueDomain.
|
void |
ScriptOperations.showValueDomain(String name)
Show details about a ValueDomain.
|
void |
RuntimeOperations.startNode(AttributeValueTable avt)
Starts up a node and a service.
|
void |
RuntimeOperations.startNode(String nodeTag,
String ncName,
String nodeName,
String svcName,
String serviceName)
Starts up a node.
|
void |
ScriptOperations.syncContentIndex()
Trigger a sync of the content index.
|
void |
ScriptOperations.syncIndex(AttributeValueTable avt)
Sync the specified Oracle Text index by name.
|
void |
ScriptOperations.testJsonString(AttributeValueTable avt)
Perform operations on a JSON string.
|
protected DirectoryObject[] |
ScriptOperations.tokenToDirectoryObjectArray(LibrarySession sess,
String doTagNames)
Convert a token representing an array of DirectoryObjects into the
array of DirectoryObjects.
|
protected DirectoryUser[] |
ScriptOperations.tokenToDirectoryUserArray(LibrarySession sess,
String userTagNames)
Convert a token representing an array of DirectoryUsers into the
array of DirectoryUsers.
|
protected Document[] |
ScriptOperations.tokenToDocumentArray(LibrarySession sess,
String token)
Get an array of Documents from the specified array token containing
Document tags.
|
void |
ScriptOperations.unregisterAuditEventType(String opTypeKey)
Unregisters an audit event type.
|
void |
ScriptOperations.unregisterCustomAuditType(String opCodeKey,
String targetClass)
Unregisters a custom audit event type.
|
void |
ScriptOperations.update(String objectTag,
String defTag)
Update a LibraryObject, using
update . |
void |
ScriptOperations.updateAccessControlList(AttributeValueTable avt)
Updates an AccessControlList.
|
void |
AclIndexOperations.updateAclIndex(AttributeValueTable avt)
Update the ACL index.
|
void |
ScriptOperations.updateClassDomain(AttributeValueTable avt)
Updates a ClassDomain.
|
void |
RuntimeOperations.updateControllerPlan(AttributeValueTable avt)
Updates a ControllerPlan instance.
|
void |
ScriptOperations.updateDefinitionObject(String defobjTag,
String defTag)
Update a DefinitionObject.
|
void |
FolderIndexOperations.updateFolderIndex(AttributeValueTable avt)
Update the Folder index.
|
void |
ScriptOperations.updateLibraryObject(AttributeValueTable avt)
Updates a LibraryObject.
|
protected void |
ScriptOperations.updateLibraryObject(AttributeValueTable avt,
LibraryObject existingObj)
Updates the specified LibraryObject with the updates in the specified table.
|
protected void |
ScriptOperations.updateLibraryObject(AttributeValueTable avt,
LibraryObjectDefinition def,
LibraryObject existingObj)
Updates the specified LibraryObject with the updates in the specified table.
|
void |
ScriptOperations.updateNodeConfiguration(AttributeValueTable avt)
Update a NodeConfiguration.
|
void |
ScriptOperations.updateNodeConfiguration(String ncTag,
String defTag)
Update a NodeConfiguration.
|
void |
ScriptOperations.updateServerConfiguration(AttributeValueTable avt)
Update a ServerConfiguration.
|
void |
ScriptOperations.updateServerConfiguration(String scTag,
String defTag)
Update a ServerConfiguration.
|
void |
ScriptOperations.updateServiceConfiguration(AttributeValueTable avt)
Update a ServiceConfiguration.
|
void |
ScriptOperations.updateServiceConfiguration(String svcTag,
String defTag)
Update a ServiceConfiguration.
|
void |
ScriptOperations.updateUserPassword(AttributeValueTable avt)
Updates the password for a User.
|
void |
ScriptOperations.updateValueDefault(AttributeValueTable avt)
Updates a ValueDefault.
|
void |
ScriptOperations.updateValueDomain(AttributeValueTable avt)
Updates a ValueDomain.
|
protected void |
ScriptDriver.verifyDefinitionWriteable(LibrarySession sess,
String tag)
Verify that a LibraryObjectDefinition identified by the specified tag
is writeable.
|
protected void |
ScriptOperations.verifyDefinitionWriteable(LibrarySession sess,
String tag)
Verify that a LibraryObjectDefinition identified by the specified tag
is writeable.
|
void |
ScriptOperations.writeDocumentContentToFile(String docTag,
String fileName)
Write a Document's content to a local file
|
Modifier and Type | Method and Description |
---|---|
void |
MiscOperations.abortImplicitTransaction(String trantag)
Abort an implicit transaction.
|
void |
CommandProcessorOperations.acl(String aclname) |
void |
SecuredByOperations.aclGrantUser(String aclname,
String grantee,
String accessList) |
void |
SecuredByOperations.aclRevokeUser(String aclname,
String grantee,
String accessList) |
void |
SecuredByOperations.aclShowUserAccess(String aclname,
String username) |
void |
SchemaCategoryOperations.addCategory(String name,
String policyname) |
void |
SystemCategoryOperations.addCategoryToFormat(String name,
String medianame) |
void |
SystemCategoryOperations.addDavLockCategory(String objname,
String attrval)
this method adds a DAVLockCategory to an existing object
|
void |
FolderOperations.addFolderToFolder(String foldername,
String addedName) |
void |
GroupOperations.addGroup(String groupname,
String memberGroupName) |
void |
LinkOperations.addGroup(String grpname,
String memberName) |
void |
ResolvedAclOperations.addGroup(String grpname,
String memberName) |
protected abstract void |
CopyOperations.CopyTest.addMember(PublicObject root,
PublicObject child) |
protected void |
CopyOperations.GroupCopyTest.addMember(PublicObject root,
PublicObject child) |
protected void |
CopyOperations.FolderCopyTest.addMember(PublicObject root,
PublicObject child) |
protected void |
CopyOperations.FamilyCopyTest.addMember(PublicObject root,
PublicObject child) |
protected void |
CopyOperations.FamilyCopyTest2.addMember(PublicObject root,
PublicObject child) |
boolean |
BaseTestOperations.addObjectForCleanup(LibraryObject lo)
Register an object for removal by a subsequent call to
doCleanup . |
boolean |
MediaOperations.addObjectForCleanup(LibraryObject lo)
Register an object for removal by a subsequent call to
doCleanup . |
void |
FolderOperations.addObjectToFolder(String foldername,
String addedName) |
void |
CommandProcessorOperations.addproperty(String path,
String propName,
String propType,
String propValue) |
void |
LockOperations.addToFolder(String foldername,
String objname) |
void |
GroupOperations.addUser(String groupname,
String memberUserName) |
void |
LinkOperations.addUser(String grpname,
String userName) |
void |
ResolvedAclOperations.addUser(String grpname,
String userName) |
void |
CommandProcessorOperations.admin() |
void |
MiscOperations.beginImplicitTransaction(String trantag)
Begin an implicit transaction.
|
void |
VersioningOperations.cancelCheckout(String vsname) |
void |
RandomAccessOperations.canonWriteFromBuffer(String buftag,
String boffsetVal,
String lengthVal)
Write to the Canons from the buffer and the length
|
void |
RandomAccessOperations.canonWriteFromFileUsingBufferPosition(String filename,
String bufnoVal,
String foffsetVal,
String lengthVal)
Write to the test output from the file using buffer no,
offset and the length to write to
|
void |
RandomAccessOperations.canonWriteFromFileUsingOffset(String fname,
String foffsetVal,
String lengthVal)
Write to the Canons from the RACI using offset,
and the length to write to
|
void |
CommandProcessorOperations.cd()
Change current working directory.
|
void |
CommandProcessorOperations.cd(String dir)
Change current working directory.
|
void |
CommandProcessorOperations.check_exists(String path) |
void |
CommandProcessorOperations.checkin(String path)
Updates the previously checked out version of the object at
the specified path.
|
void |
VersioningOperations.checkin(String objname,
String classname,
String vdname,
String vsname) |
void |
CommandProcessorOperations.checkout(String path)
Reserve a version of the Document object at the given path
for a update.
|
void |
VersioningOperations.checkout(String vsname) |
void |
PropertyBundleOperations.classObjectPutValue(String objname,
String valuename,
String propname) |
void |
PropertyBundleOperations.classObjectRemoveValue(String objname,
String propname) |
boolean |
BaseTestOperations.cleanup(LibraryObject lo)
Called once for each object listed in the "to be cleanup" list.
|
boolean |
MediaOperations.cleanup(LibraryObject lo)
Called once for each object listed in the "to be cleanup" list.
|
protected void |
SecuredByOperations.clearCategories(PublicObject po) |
void |
MediaOperations.clearContextJobs()
Clear the context DBMS jobs.
|
void |
PropertyBundleOperations.clearObjectBundle(String objname) |
void |
RandomAccessOperations.clearSessionContext(String racitag)
Clear session context for a RACI.
|
protected PublicObject |
CopyOperations.CopyTest.cloneHierarchy(PublicObject po,
PublicObjectDefinition pod) |
protected PublicObject |
CopyOperations.GroupCopyTest.cloneHierarchy(PublicObject po,
PublicObjectDefinition pod) |
void |
RandomAccessOperations.close(String racitag)
Close the RACI given a racitag
|
void |
CursorOperations.closeSelector(String selTag) |
void |
MiscOperations.completeImplicitTransaction(String trantag)
Complete an implicit transaction.
|
protected PropertyDefinition[] |
PropertyBundleOperations.constructPropertyDefinitions(LibrarySession sess,
String[] propnames) |
protected void |
MediaOperations.MediaOptionsTestMedia.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions) |
void |
SecuredByOperations.copyObject(String name,
String newname) |
protected AccessControlEntryDefinition |
GroupOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
LinkOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
LockOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
ResolvedAclOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
VersioningOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
boolean isWorld,
String accessList) |
protected AccessControlEntryDefinition |
SecuredByOperations.createAceDef(LibrarySession sess,
DirectoryObject grantee,
String accessList) |
void |
GroupOperations.createAcl(String acltag) |
void |
LinkOperations.createAcl(String aclname) |
void |
ResolvedAclOperations.createAcl(String aclname) |
void |
SecuredByOperations.createAcl(String aclname) |
void |
GroupOperations.createAcl(String acltag,
String aclname) |
void |
LinkOperations.createAcl(String aclname,
String tag) |
void |
ResolvedAclOperations.createAcl(String aclname,
String tag) |
void |
SecuredByOperations.createAcl(String aclname,
String aclaclname) |
protected void |
GroupOperations.createAcl(String acltag,
String aclname,
String classname) |
protected void |
ResolvedAclOperations.createAcl(String aclname,
String tag,
String aclClassName) |
protected ApplicationObject |
MiscOperations.LocalizerTest.createAppObj(LibrarySession sess,
ClassObject clss,
String name,
String key)
Create an AppObject.
|
void |
SystemCategoryOperations.createAppObject(String objname,
String objdesc) |
void |
SystemCategoryOperations.createAppObjectLocked(String objname,
String objdesc,
String addcat) |
protected AttributeValue |
PropertyBundleOperations.createAv(LibrarySession sess,
String valuetype,
String value) |
void |
DocumentOperations.createBinaryDocument(String docTag,
String docName,
String docsizeVal)
Creates a document with binary content, and no quota.
|
void |
DocumentOperations.createBinaryDocument(String docTag,
String docName,
String docsizeVal,
String quotaTag)
Creates a document with binary content.
|
void |
ViewOperations.createBindView(AttributeValueTable avt)
Creates the Bind view.
|
protected void |
ViewOperations.createBindView(String viewName,
DirectoryUser viewOwner,
String catName,
String docLike)
Creates the Bind view.
|
void |
PropertyBundleOperations.createBundle(String bundlename) |
void |
PropertyBundleOperations.createBundle(String bundlename,
String propsToken) |
void |
SchemaCategoryOperations.createCategorizedClassObject(String name,
String attrname,
String policyname)
Creates a class object with a category.
|
void |
SystemCategoryOperations.createCategorizedFormatObject(String name,
String mimetype,
String ext,
String medianame)
Creates a format object with a SystemCategory.
|
void |
SecuredByOperations.createCategorizedObject(String name,
String aclname,
String objectsAcl,
String securingObject) |
protected ClassObject |
MiscOperations.IfsJdbcTest.createClass(LibrarySession sess)
Create RecipeDocument ClassObject.
|
protected ClassObject |
MiscOperations.LocalizerTest.createClass(LibrarySession sess,
String name,
String superClass,
String serverPath)
Create RecipeDocument ClassObject.
|
void |
GroupOperations.createClassAcl(String acltag) |
void |
GroupOperations.createClassAcl(String acltag,
String aclname) |
void |
SchemaCategoryOperations.createClassObject(String name,
String attrname)
Creates a class object without a category.
|
protected void |
SchemaCategoryOperations.createClassObject(String name,
String attrname,
String policyname)
Creates a class object.
|
void |
ViewOperations.createContextView(AttributeValueTable avt)
Creates the Context view.
|
protected void |
ViewOperations.createContextView(String viewName,
DirectoryUser viewOwner,
String searchTerm)
Creates the Context view.
|
Document |
FolderOperations.CreateFolderTest.createDocument(LibrarySession sess,
Folder parent_folder,
String docname) |
protected Document |
ClassObjectOperations.createDocument(LibrarySession session,
String name,
ClassObject clss,
Format format,
String contentpath,
Folder parent)
Creates a Document.
|
protected void |
CommandProcessorOperations.createDocument(String name,
Folder parent,
String filename) |
void |
LockOperations.createDocument(String objname,
String file) |
void |
RandomAccessOperations.createDocument(String objname,
String fileName)
Create a document.
|
protected void |
RandomAccessOperations.createDocument(String objname,
String content,
boolean isfile)
Create a document.
|
boolean |
VersioningOperations.RelationTest.createDocuments(LibrarySession s) |
protected abstract PublicObject |
CopyOperations.CopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.GroupCopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.FolderCopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.FamilyCopyTest.createFlatObject(LibrarySession session,
String name) |
protected PublicObject |
CopyOperations.FamilyCopyTest2.createFlatObject(LibrarySession session,
String name) |
void |
FolderOperations.createFolder(String name) |
void |
LockOperations.createFolder(String objname) |
protected Folder |
CommandProcessorOperations.createFolder(String name,
Folder parent)
Create a folder under the parent specified.
|
void |
FolderOperations.createFolder(String name,
String foldername) |
void |
LockOperations.createFolder(String objname,
String desc) |
void |
FolderOperations.createFolder(String name,
String foldername,
String sysaclName) |
void |
LinkOperations.createFolderLink(String rootPath,
String linkName,
String fname) |
void |
ViewOperations.createFolderOwnerView(AttributeValueTable avt)
Creates the "Folder Owner" view.
|
protected void |
ViewOperations.createFolderOwnerView(String viewName,
DirectoryUser viewOwner)
Creates the "Folder Owner" view.
|
void |
SystemCategoryOperations.createFormatObject(String name,
String mimetype,
String ext)
Creates a format object.
|
protected void |
SystemCategoryOperations.createFormatObject(String name,
String mimetype,
String ext,
String medianame,
boolean createCategory)
Creates a format object.
|
void |
ViewOperations.createFrqView(AttributeValueTable avt)
Creates the FRQ view.
|
protected void |
ViewOperations.createFrqView(String viewName,
DirectoryUser viewOwner,
Folder topFolder,
String catName)
Creates the FRQ view.
|
void |
GroupOperations.createGroup(String grouptag) |
void |
LinkOperations.createGroup(String grpname) |
void |
ResolvedAclOperations.createGroup(String grpname) |
void |
GroupOperations.createGroup(String grouptag,
String groupname) |
void |
LinkOperations.createGroup(String grpname,
String tag) |
void |
ResolvedAclOperations.createGroup(String grpname,
String tag) |
protected PublicObject |
CopyOperations.CopyTest.createHierarchy(LibrarySession session,
Object[] hierarchy) |
void |
ViewOperations.createJoinView(AttributeValueTable avt)
Creates the join view.
|
protected void |
ViewOperations.createJoinView(String viewName,
DirectoryUser viewOwner,
String catName,
String formatName)
Creates the join view.
|
void |
LinkOperations.createLink(String rootPath,
String linkName,
String objname) |
protected void |
LockOperations.createLockedObject(String objname,
String objdesc,
int lockState) |
void |
LinkOperations.createMultipleSubfolders(String rootPath,
String namePrefix,
String scount) |
void |
LinkOperations.createMultiplyFolderedObject(String rootPath,
String name) |
protected PublicObject |
ClassObjectOperations.AddRemoveAttributeTest.createObject(ClassObject co,
String name,
LibrarySession session)
Creates an instance of the specified ClassObject with the specified name.
|
LibraryObject |
RenderingOperations.GetDefinitionTest.createObject(LibrarySession session) |
protected abstract PublicObject |
CopyOperations.CopyTest.createObject(LibrarySession session,
PublicObjectDefinition pod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.GroupCopyTest.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.FolderCopyTest.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.FamilyCopyTest.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
protected PublicObject |
CopyOperations.FamilyCopyTest2.createObject(LibrarySession session,
PublicObjectDefinition lod,
Object[] hierarchy) |
void |
FolderOperations.createObject(String name) |
void |
PropertyBundleOperations.createObject(String objname) |
void |
FolderOperations.createObject(String name,
String foldername) |
void |
LinkOperations.createObject(String rootPath,
String name) |
void |
LockOperations.createObject(String objname,
String objdesc) |
void |
ResolvedAclOperations.createObject(String objname,
String objdesc) |
void |
VersioningOperations.createObject(String objname,
String classname) |
protected void |
LinkOperations.createObject(String rootPath,
String name,
boolean isMultiplyFoldered) |
void |
FolderOperations.createObject(String name,
String foldername,
String sysaclName) |
void |
SecuredByOperations.createObject(String name,
String aclname,
String objectsAcl,
String securingObject) |
protected void |
SecuredByOperations.createObject(String name,
String aclname,
String objectsAcl,
String securingObject,
boolean createCategory) |
void |
LockOperations.createObjectHardLocked(String objname,
String objdesc) |
void |
CursorOperations.createObjects(String lowVal,
String highVal) |
void |
LockOperations.createObjectSessionLocked(String objname,
String objdesc) |
void |
LockOperations.createObjectSoftLocked(String objname,
String objdesc) |
void |
LockOperations.createObjectUserLocked(String objname,
String objdesc) |
void |
RandomAccessOperations.createPatternedDocument(String objname,
String pattern,
String lengthVal)
Create a patterned document.
|
protected PublicObjectDefinition |
VersioningOperations.createPODefinition(LibrarySession sess,
String objname,
String classname) |
void |
DocumentOperations.createQuota(String quotaTag,
String quotaName,
String storageVal)
Creates a quota.
|
void |
RandomAccessOperations.createRACI(String racitag,
String objname,
String writeable)
Create a raci from a given document tag.
|
protected RecipeDocument |
MiscOperations.IfsJdbcTest.createRecipe(LibrarySession sess,
String recipeName,
String recipeEthnicity,
int testCase)
Create a recipe.
|
protected Policy |
RenderingOperations.BaseRendererTest.createRenderPolicy(LibrarySession session,
String name,
String operation,
String implementationName)
Creates a policy base on the input values.
|
void |
CursorOperations.createSelector(String selTag) |
protected ServerConfiguration |
MiscOperations.ServerConfigurationTest.createServerConfiguration(LibrarySession session,
String name,
String propertyName,
String propertyValue)
Creates a ServerConfiguration.
|
void |
GroupOperations.createSystemAcl(String acltag) |
void |
LinkOperations.createSystemAcl(String aclname) |
void |
LockOperations.createSystemAcl(String aclname) |
void |
ResolvedAclOperations.createSystemAcl(String aclname) |
void |
VersioningOperations.createSystemAcl(String aclname) |
void |
GroupOperations.createSystemAcl(String acltag,
String aclname) |
void |
LinkOperations.createSystemAcl(String aclname,
String tag) |
void |
ResolvedAclOperations.createSystemAcl(String aclname,
String tag) |
void |
LockOperations.createSystemLockedObject(String objname,
String objdesc,
String sloName) |
void |
SystemCategoryOperations.createTestClassObject() |
protected Document |
RandomAccessOperations.ContentObjectUpdateTest.createTestDocument(String name,
AccessControlList acl,
Media media,
StorageGroup sg,
boolean readOnly)
Creates a "standard test document" used throughout this test.
|
void |
MiscOperations.IfsJdbcTest.JdbcExecutor.createTestTable(IfsConnection conn) |
protected void |
MiscOperations.IfsJdbcTest.createTestTable(LibrarySession sess)
Create a test table to be deleted at end of regtest.
|
void |
DocumentOperations.createTextDocument(String docTag,
String docName,
String docsizeVal)
Creates a document with text content, and no quota.
|
void |
DocumentOperations.createTextDocument(String docTag,
String docName,
String docsizeVal,
String quotaTag)
Creates a document with text content.
|
void |
PropertyBundleOperations.createValue(String valuename,
String propname,
String valuetype,
String value) |
protected void |
SearchOperations.MultiValueSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected void |
SearchOperations.ExistenceSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected void |
SearchOperations.NullValueSearchTest.createValueDefault(LibrarySession sess,
String name,
int dataType,
AttributeValue av) |
protected VersionDescriptionDefinition |
VersioningOperations.createVDDefinition(LibrarySession sess,
String vdname,
String vsname,
String familyName) |
void |
VersioningOperations.createVersionDescription(String objname,
String classname,
String vdname,
String vsname) |
void |
VersioningOperations.createVersionedObject(String objname,
String classname,
String vdname,
String vsname,
String familyName) |
void |
VersioningOperations.createVersionSeries(String objname,
String classname,
String vdname,
String vsname,
String familyName) |
void |
LockOperations.deepLockFolder(String objname) |
void |
LockOperations.deepUnlockFolder(String objname) |
void |
MediaOperations.deleteAllFilesInDefaultBfileDirectory()
Delete all files in the default BFILEs directory.
|
protected void |
MiscOperations.IfsJdbcTest.deleteClass(LibrarySession sess,
ClassObject newClass)
Delete RecipeDocument ClassObject.
|
void |
SystemCategoryOperations.deleteDavLockCategory(String objname,
String token)
Delete the DAV Lock category from this object's LOCKOBJECT
|
protected void |
MiscOperations.IfsJdbcTest.deleteRecipe(LibrarySession sess,
RecipeDocument recipe,
int testCase)
Delete a recipe.
|
void |
CommandProcessorOperations.delim() |
void |
CommandProcessorOperations.delim(String newDelim) |
protected void |
CursorOperations.deregisterSelector(LibrarySession sess,
String tag) |
protected Format |
CommandProcessorOperations.deriveDocumentFormat(String filename) |
protected void |
MediaOperations.MediaOptionsTestMedia.destroyContent(Long cid,
AttributeValue[] mediaOptions) |
void |
MediaOperations.TestMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
SystemCategoryOperations.displayAppObject(String objTag) |
protected void |
VersioningOperations.displayFamily(Family family,
LibrarySession sess,
String indent) |
protected void |
VersioningOperations.VersionBasicTest.displayFamily(LibrarySession s,
Family f) |
protected void |
LinkOperations.displayFolder(Folder folder,
LibrarySession sess,
String prefix) |
protected void |
VersioningOperations.VersionBasicTest.displayIsLocked(Document doc) |
protected void |
VersioningOperations.VersionBasicTest.displayLatestVersion(LibrarySession s,
Family f) |
protected void |
ResolvedAclOperations.displayObject(ApplicationObject appObject,
LibrarySession sess) |
protected void |
LinkOperations.displayObject(PublicObject po,
LibrarySession sess,
String prefix) |
protected void |
VersioningOperations.displayObject(PublicObject po,
LibrarySession sess,
String indent) |
protected void |
LockOperations.displayObject(PublicObject obj,
String indent,
LibrarySession sess) |
void |
VersioningOperations.RelationTest.displayRightwardRelationships(LibrarySession s,
ClassObject relClass) |
protected void |
VersioningOperations.displayVersionDescription(VersionDescription vd,
LibrarySession sess,
String indent) |
protected void |
VersioningOperations.VersionBasicTest.displayVersions(LibrarySession s,
Family f) |
protected void |
VersioningOperations.DeleteVersionsTest.displayVersions(LibrarySession s,
Family f) |
protected void |
VersioningOperations.displayVersionSeries(VersionSeries vs,
LibrarySession sess,
String indent) |
void |
RandomAccessOperations.dispose(String racitag)
Dispose the RACI given a racitag
|
protected void |
MiscOperations.IfsJdbcTest.dropRecipeInstances(LibrarySession sess)
Drop any recipe instances.
|
protected void |
MiscOperations.IfsJdbcTest.dropTestTable(LibrarySession sess)
Drop test table.
|
void |
RandomAccessOperations.dumpContent(String objname,
String fileName)
Dump the content of a Document to a file.
|
void |
MiscOperations.IfsJdbcTest.JdbcExecutor.execute(IfsConnection conn) |
void |
MediaOperations.JdbcExecutor.execute(LibrarySession session) |
void |
MiscOperations.IfsJdbcTest.JdbcExecutor.execute(LibrarySession session) |
protected LibraryObject |
CursorOperations.findAppObjectByInt(int index) |
DirectoryGroup |
GroupOperations.findGroup(LibrarySession sess,
String groupname) |
void |
RandomAccessOperations.flush(String racitag)
Flush the RACI given a racitag
|
void |
CommandProcessorOperations.folder_count(String path) |
void |
CommandProcessorOperations.folder_delete_mode(String mode) |
void |
CommandProcessorOperations.folder(String objPath,
String targetPath) |
void |
ResolvedAclOperations.forceAclResolution(String aclname) |
protected String |
GroupOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
protected String |
LinkOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
protected String |
ResolvedAclOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
protected String |
SecuredByOperations.formatAccessLevel(LibrarySession sess,
AccessLevel level) |
void |
PropertyBundleOperations.formatPutValue(String objname,
String valuename,
String propname) |
void |
PropertyBundleOperations.formatRemoveValue(String objname,
String propname) |
void |
GroupOperations.freeAcl(String aclname) |
void |
LinkOperations.freeAcl(String aclname) |
void |
ResolvedAclOperations.freeAcl(String aclname) |
void |
SecuredByOperations.freeAcl(String aclname) |
void |
FolderOperations.freeApplicationObject(String name) |
void |
LinkOperations.freeApplicationObject(String objname) |
void |
PropertyBundleOperations.freeApplicationObject(String objname) |
void |
PropertyBundleOperations.freeBundle(String bundlename) |
void |
SchemaCategoryOperations.freeCategories(String name) |
void |
SchemaCategoryOperations.freeCategory(String name,
String policy_name) |
void |
LockOperations.freeDocument(String objname) |
void |
RandomAccessOperations.freeDocument(String objname)
Frees a document.
|
void |
FolderOperations.freeFolder(String foldername) |
void |
LinkOperations.freeFolder(String fname) |
void |
LockOperations.freeFolder(String objname) |
void |
FolderOperations.freeFolder(String foldername,
String depth) |
void |
SystemCategoryOperations.freeFormatCategories(String name) |
void |
SystemCategoryOperations.freeFormatCategory(String name,
String mediaName) |
void |
GroupOperations.freeGroup(String groupname) |
void |
LinkOperations.freeGroup(String tag) |
void |
ResolvedAclOperations.freeGroup(String tag) |
void |
LinkOperations.freeLink(String linkname) |
void |
SecuredByOperations.freeObject(String name) |
void |
CursorOperations.freeObjects(String lowVal,
String highVal) |
void |
ResolvedAclOperations.freePermissionBundle(String pbname) |
void |
LockOperations.freeSystemAcl(String aclname) |
void |
VersioningOperations.freeSystemAcl(String aclname) |
void |
SystemCategoryOperations.freeTestClassObject() |
void |
CommandProcessorOperations.get(String filename) |
void |
CommandProcessorOperations.get(String filename,
String path) |
long |
MiscOperations.TradeAlertRetainedEvent.getCashAmount()
Get amount of cash associated with the trade (negative indicates
cash spent)
|
protected String |
RandomAccessOperations.getCharacterEncoding(LibrarySession session) |
void |
SchemaCategoryOperations.getClassCategories(String name,
String classname) |
InputStream |
MediaOperations.TestMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
long |
MediaOperations.TestMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
protected DirectoryObject |
BaseTestOperations.getCurrentUser(LibrarySession sess)
Returns the user you are currently logged in as.
|
protected String |
BaseTestOperations.getCurrentUserName(LibrarySession sess)
Returns the name of the user you are currently logged in as.
|
protected SystemCategory[] |
SystemCategoryOperations.getDavCategories(LibrarySession sess,
ApplicationObject ao)
Returns the DAV Categories on this object sorted by token
|
protected FolderPathResolver |
CommandProcessorOperations.getFolderPathResolver() |
void |
SystemCategoryOperations.getFormatCategories(String name,
String classname) |
void |
PropertyBundleOperations.getInheritedValue(String classname,
String propname) |
void |
CursorOperations.getItem(String selTag,
String indexVal) |
void |
CursorOperations.getItemCount(String selTag) |
void |
CursorOperations.getItems(String selTag) |
protected long |
RandomAccessOperations.getLength(String racitag)
Gets the RACI length.
|
int |
MiscOperations.TradeAlertRetainedEvent.getPlayerId()
Get the player ID
|
String |
MiscOperations.TradeAlertRetainedEvent.getPlayerName()
Get the player name
|
protected AccessControlList |
ResolvedAclOperations.getPrivateAcl(LibrarySession sess) |
void |
CommandProcessorOperations.getproperty(String path,
String propertyName) |
protected AccessControlList |
ResolvedAclOperations.getPublishedAcl(LibrarySession sess) |
RandomAccessDriver |
MediaOperations.TestMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
Date |
MiscOperations.TradeAlertRetainedEvent.getTradeDate()
Get the trade date
|
void |
PropertyBundleOperations.getValue(String bundlename,
String propname) |
void |
GroupOperations.grantGroup(String aclname,
String grantee,
String acename,
String accessList) |
void |
LinkOperations.grantToGroup(String aclname,
String grantee,
String accessList) |
void |
ResolvedAclOperations.grantToGroup(String aclname,
String grantee,
String accessList) |
void |
LinkOperations.grantToUser(String aclname,
String grantee,
String accessList) |
void |
LockOperations.grantToUser(String aclname,
String grantee,
String accessList) |
void |
ResolvedAclOperations.grantToUser(String aclname,
String grantee,
String accessList) |
void |
VersioningOperations.grantToUser(String aclname,
String grantee,
String accessList) |
void |
LinkOperations.grantToWorld(String aclname,
String accessList) |
void |
ResolvedAclOperations.grantToWorld(String aclname,
String accessList) |
void |
GroupOperations.grantUser(String aclname,
String grantee,
String acename,
String accessList) |
void |
GroupOperations.grantWorld(String aclname,
String grantee,
String acename,
String accessList) |
void |
MiscOperations.EventRegistrationTest.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
ResolvedAclOperations.hideUser(String userName) |
void |
SecuredByOperations.identifyAcl(String aclname,
String sysaclname) |
void |
GroupOperations.identifyGroup(String grouptag,
String groupname) |
void |
MediaOperations.TestMediaDriver.initialize(S_CustomMediaDriverSpecification cmds)
Initializes this CustomMediaDriver.
|
void |
GroupOperations.isGroupMember(String groupname,
String memberGroupName) |
boolean |
MiscOperations.TradeAlertRetainedEvent.isNonRoster()
Get indication as to whether the trade was a non-roster trade
|
void |
GroupOperations.isUserMember(String groupname,
String memberUserName) |
void |
BaseTestOperations.launchTestAction(AttributeValueTable avt)
Launches TestAction threads.
|
void |
CommandProcessorOperations.link_count(String path) |
void |
CommandProcessorOperations.link(String objPath,
String linkName,
String targetPath) |
void |
CommandProcessorOperations.linkfolder(String folderPath,
String linkName,
String targetPath) |
void |
FolderOperations.CreateFolderTest.listFolder(LibrarySession sess,
Folder f) |
void |
LockOperations.lockObject(String objname) |
protected void |
LockOperations.lockObject(String objname,
boolean usesystemlock) |
void |
VersioningOperations.lockObject(String objname,
String lockstateName) |
protected String |
VersioningOperations.lockStateToString(int lockstate) |
protected void |
MiscOperations.IfsJdbcTest.logTestResults(LibrarySession sess,
String testCase)
Log results.
|
protected AccessControlEntry |
GroupOperations.lookupAce(LibrarySession sess,
String tag)
Lookup an AccessControlEntry by the specified tag.
|
protected ApplicationObject |
FolderOperations.lookupApplicationObject(LibrarySession sess,
String name) |
protected ApplicationObject |
LinkOperations.lookupApplicationObject(LibrarySession sess,
String objname) |
protected ApplicationObject |
LockOperations.lookupAppObject(LibrarySession sess,
String objname) |
protected Byte[] |
RandomAccessOperations.lookupBuffer(String buffertag)
look up a buffer that has data given a buffertag.
|
protected PropertyBundle |
PropertyBundleOperations.lookupBundle(String bundlename) |
protected ClassObject |
SystemCategoryOperations.lookupClassObject(LibrarySession sess)
Lookup the custom ClassObject, or return null if it is not yet
created.
|
protected ClassObject |
PropertyBundleOperations.lookupClassObject(LibrarySession sess,
String name) |
protected ClassObject |
SchemaCategoryOperations.lookupClassObject(String name) |
protected DirectoryUser |
CommandProcessorOperations.lookupDirectoryUser(String username) |
protected Link |
LinkOperations.lookupLink(LibrarySession sess,
String linkname) |
protected ApplicationObject |
PropertyBundleOperations.lookupObject(String objname) |
protected PublicObject |
SecuredByOperations.lookupObject(String name) |
protected PublicObject |
VersioningOperations.lookupOptionalObject(LibrarySession sess,
String objname) |
protected PublicObject |
LinkOperations.lookupPublicObject(LibrarySession sess,
String name) |
protected PublicObject |
VersioningOperations.lookupPublicObject(LibrarySession sess,
String objname) |
protected RandomAccessContentInterface |
RandomAccessOperations.lookupRACI(String racitag)
look up a RACI given a Racitag
|
protected Selector |
CursorOperations.lookupSelectorByTag(LibrarySession sess,
String tag) |
protected AttributeValue |
PropertyBundleOperations.lookupValue(String valuename) |
void |
CommandProcessorOperations.ls()
Displays the contents of the current folder.
|
void |
CommandProcessorOperations.ls(String name)
Displays the contents of the current folder.
|
AttributeDefinition |
LockOperations.makeAttributeDefinition(LibrarySession sess,
String name,
int dataType,
int length,
int scale) |
protected AttributeValue |
CommandProcessorOperations.makeAttributeValue(String type,
String value) |
void |
VersioningOperations.VersionNonOwnerTest.makeVersionedNew(Document doc,
AccessControlList acl,
LibrarySession s,
Folder parentfolder,
boolean transferOwner) |
void |
VersioningOperations.VersionNonOwnerTest.makeVersionedOld(Document doc,
LibrarySession session,
Folder parentfolder) |
void |
CommandProcessorOperations.mkdir(String name)
Creates a new folder.
|
protected void |
CopyOperations.CopyTest.modifyClone(PublicObject po) |
protected void |
CopyOperations.GroupCopyTest.modifyClone(PublicObject po) |
protected void |
CopyOperations.FolderCopyTest.modifyClone(PublicObject po) |
protected void |
CopyOperations.FamilyCopyTest.modifyClone(PublicObject po) |
protected void |
CopyOperations.FamilyCopyTest2.modifyClone(PublicObject po) |
protected void |
RandomAccessOperations.DocBfilePartialTest.moveContentToBfile(ContentObject co) |
protected void |
RandomAccessOperations.DocBfilePartialTest.moveContentToBlob(ContentObject co) |
protected abstract PublicObjectDefinition |
CopyOperations.CopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.GroupCopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.FolderCopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.FamilyCopyTest.newDefinition(LibrarySession session,
Object[] hierarchy) |
protected PublicObjectDefinition |
CopyOperations.FamilyCopyTest2.newDefinition(LibrarySession session,
Object[] hierarchy) |
void |
CursorOperations.nextItem(String selTag,
String countVal) |
void |
CommandProcessorOperations.noacl() |
void |
CommandProcessorOperations.noadmin() |
void |
CommandProcessorOperations.noverbose() |
void |
SecuredByOperations.objectAddCategory(String name,
String catname) |
void |
SecuredByOperations.objectClearAcl(String name) |
void |
SecuredByOperations.objectClearCategory(String name) |
void |
SecuredByOperations.objectClearSecuringPublicObject(String name) |
void |
SecuredByOperations.objectGrantUser(String name,
String grantee,
String accessList) |
void |
SecuredByOperations.objectPutProperty(String name) |
void |
PropertyBundleOperations.objectPutValue(String objname,
String valuename,
String propname) |
void |
PropertyBundleOperations.objectRemoveAllValues(String objname) |
void |
SecuredByOperations.objectRemoveOldestCategory(String name) |
void |
PropertyBundleOperations.objectRemoveValue(String objname,
String propname) |
void |
SecuredByOperations.objectRevokeUser(String name,
String grantee,
String accessList) |
void |
SecuredByOperations.objectSetAcl(String name,
String aclname) |
void |
SecuredByOperations.objectSetSecuringPublicObject(String name,
String otherName) |
void |
SecuredByOperations.objectShowUserAccess(String name,
String username) |
void |
SecuredByOperations.objectUpdateCategory(String name,
String catname) |
void |
AclOperations.performAceSequencingTest(String verboseVal)
Performs actions for AceSequencingTest.
|
void |
SearchOperations.performAclSearchTest()
Performs actions for AclSearchTest.
|
void |
ClassObjectOperations.performAddAttributeExistingColumnTest()
Performs actions for AddAttributeExistingColumnTest.
|
void |
ClassObjectOperations.performAddRemoveAttributeTest()
Performs actions for AddRemoveAttributeTest.
|
void |
SearchOperations.performAdminModeSearchTest()
Performs actions for AdminModeSearchTest.
|
void |
MiscOperations.performAllDefinitionsTest()
Performs actions for AllDefinitionsTest.
|
void |
AttributeOperations.performAttributeClassDomainTest()
Performs actions for AttributeClassDomainTest.
|
void |
AttributeOperations.performAttributeReferentialIntegrityTest()
Performs actions for AttributeReferentialIntegrityTest.
|
void |
AttributeOperations.performAttributeRequiredTest()
Performs actions for AttributeRequiredTest.
|
void |
AttributeOperations.performAttributeSettableTest()
Performs actions for AttributeSettableTest.
|
void |
AttributeOperations.performAttributeUniqueTest()
Performs actions for AttributeUniqueTest.
|
void |
AttributeOperations.performAttributeUpdateableTest()
Performs actions for AttributeUpdateableTest.
|
void |
AttributeOperations.performAttributeValueDefaultTest()
Performs actions for AttributeValueDefaultTest.
|
void |
AttributeOperations.performAttributeValueDomainTest()
Performs actions for AttributeValueDomainTest.
|
void |
UserOperations.performAuthenticationTest(AttributeValueTable avt)
Performs actions for AuthenticationTest.
|
void |
RenderingOperations.performBasicXmlRendererTest()
Performs actions for BasicXmlRendererTest.
|
void |
SearchOperations.performBindSearchTest()
Performs actions for BindSearchTest.
|
void |
CollectionOperations.performCachedResolverCollectionTest()
Performs actions for CachedResolverCollectionTest.
|
void |
CollectionOperations.performCachedSelectorCollectionTest()
Performs actions for CachedSelectorCollectionTest.
|
void |
AclOperations.performCheckAccessTest(String usersToken)
Performs actions for CheckAccessTest.
|
void |
ClassObjectOperations.performClassLabelsTest()
Performs actions for ClassLabelsTest.
|
void |
ClassObjectOperations.performClassPropertyBundlesTest(String propListToken)
Performs actions for ClassPropertyBundlesTest.
|
void |
SearchOperations.performClassRestrictSearchTest()
Performs actions for ClassRestrictSearchTest.
|
void |
ClassObjectOperations.performClassSessTest()
Performs actions for ClassSessTest.
|
void |
ClassObjectOperations.performClassSubTest()
Performs actions for ClassSubTest.
|
void |
DocumentOperations.performContentObjectUpdateTest()
Performs actions for ContentObjectUpdateTest.
|
void |
AclOperations.performCopyAclTest()
Performs actions for CopyAclTest.
|
void |
AclOperations.performCreateAclTest()
Performs actions for CreateAclTest.
|
void |
FolderOperations.performCreateFolderTest()
Performs actions for CreateFolderTest.
|
void |
VersioningOperations.performCreateModifyDateTest()
Performs actions for CreateModifyDateTest.
|
void |
RenderingOperations.performCustomXmlRenderingTest(AttributeValueTable avt)
Performs actions for CustomXmlRenderingTest.
|
void |
VersioningOperations.performDeleteVersionsTest()
Performs actions for DeleteVersionsTest.
|
void |
VersioningOperations.performDeletorTest(String auxUser)
Performs actions for DeletorTest.
|
void |
UserOperations.performDirectoryServiceTest()
Performs actions for DirectoryServiceTest.
|
void |
DocumentOperations.performDocAclTest(String auxUserName)
Performs actions for DocAclTest.
|
void |
RandomAccessOperations.performDocBfilePartialTest()
Performs actions for DocBfilePartialTest.
|
void |
DocumentOperations.performDocCreateTest()
Performs actions for DocCreateTest.
|
void |
DocumentOperations.performDocFormatTest()
Performs actions for DocFormatTest.
|
void |
DocumentOperations.performDocNlsTest(String fileName,
String encoding)
Performs actions for DocNlsTest.
|
void |
RandomAccessOperations.performDocPartialTest()
Performs actions for DocPartialTest.
|
void |
DocumentOperations.performDocReadIndicationTest()
Performs actions for DocReadIndicationTest.
|
void |
DocumentOperations.performDocUpdateTest(String dateFormat,
String docCountVal)
Performs actions for DocUpdateTest.
|
void |
MiscOperations.performDynamicMethodTest()
Performs actions for DynamicMethodTest.
|
void |
MiscOperations.performEnumLabelTest()
Performs actions for EnumLabelTest.
|
void |
MiscOperations.performEventRegistrationTest()
Performs actions for EventRegistrationTest.
|
void |
SearchOperations.performExistenceSearchTest()
Performs actions for ExistenceSearchTest.
|
void |
MiscOperations.performExtendedUserProfileTest(String profileClassName,
String userListToken)
Performs actions for ExtendedUserProfileTest.
|
void |
CopyOperations.performFamilyCopyTest()
Performs actions for FamilyCopyTest.
|
void |
CopyOperations.performFamilyCopyTest2()
Performs actions for FamilyCopyTest2.
|
void |
CopyOperations.performFolderCopyTest()
Performs actions for FolderCopyTest.
|
void |
FolderOperations.performFolderCopyTest(String docOwner,
String quotaUser)
Performs actions for FolderCopyTest.
|
void |
FolderOperations.performFolderNewTest()
Performs actions for FolderNewTest.
|
void |
FolderOperations.performFolderRefTest(String fileName)
Performs actions for FolderRefTest.
|
void |
ClassObjectOperations.performFreeClassObjectDropTableTest()
Performs actions for FreeClassObjectDropTableTest.
|
void |
SearchOperations.performFreeFormSearchTest()
Performs actions for FreeFormSearchTest.
|
void |
SearchOperations.performFrqSearchTest()
Performs actions for FrqSearchTest.
|
void |
VersioningOperations.performFtpVersionModelTest(String fileName)
Performs actions for FtpVersionModelTest.
|
void |
RenderingOperations.performGetDefinitionTest()
Performs actions for GetDefinitionTest.
|
void |
CopyOperations.performGroupCopyTest()
Performs actions for GroupCopyTest.
|
void |
MiscOperations.performIfsJdbcTest()
Performs actions for IfsJdbcTest.
|
void |
MiscOperations.performJdbcBugTest()
Performs actions for JdbcBugTest.
|
void |
SearchOperations.performJoinSearchTest()
Performs actions for JoinSearchTest.
|
void |
DocumentOperations.performLastAccessDateTest()
Performs actions for LastAccessDateTest.
|
void |
UserOperations.performLibraryServiceTest()
Performs actions for LibraryServiceTest.
|
void |
MiscOperations.performLocaleUtilitiesTest()
Performs actions for LocaleUtilitiesTest.
|
void |
MiscOperations.performLocalizerTest()
Performs actions for LocalizerTest.
|
void |
MediaOperations.performMediaBfileTest()
Performs actions for MediaBfileTest.
|
void |
MediaOperations.performMediaBlobTest()
Performs actions for MediaBlobTest.
|
void |
MediaOperations.performMediaCustomTest()
Performs actions for MediaCustomTest.
|
void |
MediaOperations.performMediaFileSystemTest() |
void |
MediaOperations.performMediaFullTextTest()
Performs actions for MediaFullTextTest.
|
void |
MediaOperations.performMediaOptionsTest()
Performs actions for MediaOptionsTest.
|
void |
MediaOperations.performMediaTest()
Performs actions for MediaTest.
|
void |
SearchOperations.performMultipleResultsSearchTest()
Performs actions for MultipleResultsSearchTest.
|
void |
SearchOperations.performMultiValueSearchTest()
Performs actions for MultiValueSearchTest.
|
void |
MiscOperations.performNestedTransactionTest()
Performs actions for NestedTransactionTest.
|
void |
SearchOperations.performNullValueSearchTest()
Performs actions for NullValueSearchTest.
|
void |
SearchOperations.performOperatorsSearchTest()
Performs actions for OperatorsSearchTest.
|
void |
FolderOperations.performPathHelperTest()
Performs actions for PathHelperTest.
|
void |
MiscOperations.performPolicyCreateTest()
Performs actions for PolicyCreateTest.
|
void |
MiscOperations.performPolicyDeterminationTest()
Performs actions for PolicyDeterminationTest.
|
void |
UserOperations.performPrimaryUserProfileTest(String fileName,
String repCountVal)
Performs actions for PrimaryUserProfileTest.
|
void |
SearchOperations.performPropertySearchTest()
Performs actions for PropertySearchTest.
|
void |
AclOperations.performPublicObjectGrantTest()
Performs actions for PublicObjectGrantTest.
|
void |
RandomAccessOperations.performRandomAccessorReadTest()
Performs actions for RandomAccessorReadTest.
|
void |
RandomAccessOperations.performRandomAccessorWriteTest()
Performs actions for RandomAccessorWriteTest.
|
void |
MediaOperations.performReadOnlyMediaTest()
Performs actions for ReadOnlyMediaTest.
|
void |
ClassObjectOperations.performRefIntegrityTest()
Performs actions for RefIntegrityTest.
|
void |
MiscOperations.performRelationshipFetchTest()
Performs actions for RelationshipFetchTest.
|
void |
VersioningOperations.performRelationTest()
Performs actions for RelationTest.
|
void |
ClassObjectOperations.performRemoveAttributeHideColumnTest()
Performs actions for RemoveAttributeHideColumnTest.
|
void |
RenderingOperations.performRendererTest()
Performs actions for RendererTest.
|
void |
MiscOperations.performRetainedEventTest(String countVal,
String batchSizeVal)
Performs actions for RetainedEventTest.
|
void |
SearchOperations.performSavedSearchTest()
Performs actions for SavedSearchTest.
|
void |
MediaOperations.performSelectMediaTest()
Performs actions for SelectMediaTest.
|
void |
MiscOperations.performServerConfigurationTest()
Performs actions for ServerConfigurationTest.
|
void |
MediaOperations.performStorageGroupTest()
Performs actions for StorageGroupTest.
|
void |
UserOperations.performSystemUserCredentialTest()
Performs actions for SystemUserCredentialTest.
|
void |
ClassObjectOperations.performT1kTest(String fileName)
Performs actions for T1kTest.
|
void |
AclOperations.CreateAclTest.performTest()
Runs the test.
|
void |
AclOperations.CopyAclTest.performTest()
Runs the test.
|
void |
AclOperations.PublicObjectGrantTest.performTest()
Runs the test.
|
void |
AclOperations.AceSequencingTest.performTest()
Runs the test.
|
void |
AclOperations.CheckAccessTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeClassDomainTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeRequiredTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeUniqueTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeSettableTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeUpdateableTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeValueDefaultTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeValueDomainTest.performTest()
Runs the test.
|
void |
AttributeOperations.AttributeReferentialIntegrityTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.ClassSessTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.ClassLabelsTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.ClassSubTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.RefIntegrityTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.AddRemoveAttributeTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.AddAttributeExistingColumnTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.RemoveAttributeHideColumnTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.FreeClassObjectDropTableTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.T1kTest.performTest()
Runs the test.
|
void |
CollectionOperations.CachedResolverCollectionTest.performTest()
Runs the test.
|
void |
CollectionOperations.CachedSelectorCollectionTest.performTest()
Runs the test.
|
void |
CollectionOperations.UncachedSelectorCollectionTest.performTest()
Runs the test.
|
void |
CopyOperations.GroupCopyTest.performTest()
Runs the test.
|
void |
CopyOperations.FolderCopyTest.performTest()
Runs the test.
|
void |
CopyOperations.FamilyCopyTest.performTest()
Runs the test.
|
void |
CopyOperations.FamilyCopyTest2.performTest()
Runs the test.
|
void |
DocumentOperations.ContentObjectUpdateTest.performTest()
Runs the test.
|
void |
DocumentOperations.LastAccessDateTest.performTest()
Runs the test.
|
void |
DocumentOperations.DocCreateTest.performTest()
Runs the test.
|
void |
DocumentOperations.DocFormatTest.performTest()
Runs the test.
|
void |
DocumentOperations.DocAclTest.performTest()
Runs the test.
|
void |
DocumentOperations.DocUpdateTest.performTest()
Runs the test.
|
void |
DocumentOperations.DocNlsTest.performTest()
Runs the test.
|
void |
DocumentOperations.DocReadIndicationTest.performTest()
Runs the test.
|
void |
FolderOperations.PathHelperTest.performTest()
Runs the test.
|
void |
FolderOperations.CreateFolderTest.performTest()
Runs the test.
|
void |
FolderOperations.FolderNewTest.performTest()
Runs the test.
|
void |
FolderOperations.FolderRefTest.performTest()
Runs the test.
|
void |
FolderOperations.FolderCopyTest.performTest()
Runs the test.
|
void |
MediaOperations.MediaTest.performTest()
Runs the test.
|
void |
MediaOperations.ReadOnlyMediaTest.performTest()
Runs the test.
|
void |
MediaOperations.SelectMediaTest.performTest()
Runs the test.
|
void |
MediaOperations.StorageGroupTest.performTest()
Runs the test.
|
void |
MediaOperations.MediaOptionsTest.performTest()
Runs the test.
|
void |
MediaOperations.MediaBlobTest.performTest()
Runs the test.
|
void |
MediaOperations.MediaBfileTest.performTest()
Runs the test.
|
void |
MediaOperations.MediaCustomTest.performTest()
Runs the test.
|
void |
MediaOperations.MediaFullTextTest.performTest()
Runs the test.
|
void |
MediaOperations.MediaFileSystemTest.performTest()
Runs the test.
|
void |
MiscOperations.ServerConfigurationTest.performTest()
Runs the test.
|
void |
MiscOperations.RetainedEventTest.performTest()
Runs the test.
|
void |
MiscOperations.EventRegistrationTest.performTest()
Runs the test.
|
void |
MiscOperations.NestedTransactionTest.performTest()
Runs the test.
|
void |
MiscOperations.DynamicMethodTest.performTest()
Runs the test.
|
void |
MiscOperations.RelationshipFetchTest.performTest()
Runs the test.
|
void |
MiscOperations.EnumLabelTest.performTest()
Runs the test.
|
void |
MiscOperations.LocaleUtilitiesTest.performTest()
Runs the test.
|
void |
MiscOperations.LocalizerTest.performTest()
Runs the test.
|
void |
MiscOperations.ExtendedUserProfileTest.performTest()
Runs the test.
|
void |
MiscOperations.PolicyCreateTest.performTest()
Runs the test.
|
void |
MiscOperations.PolicyDeterminationTest.performTest()
Runs the test.
|
void |
MiscOperations.IfsJdbcTest.performTest()
Runs the test.
|
void |
MiscOperations.AllDefinitionsTest.performTest()
Runs the test.
|
void |
MiscOperations.JdbcBugTest.performTest()
Runs the test.
|
void |
RandomAccessOperations.DocPartialTest.performTest()
Runs the test.
|
void |
RandomAccessOperations.DocBfilePartialTest.performTest()
Runs the test.
|
void |
RandomAccessOperations.ContentObjectUpdateTest.performTest()
Runs the test.
|
void |
RandomAccessOperations.RandomAccessorReadTest.performTest()
Runs the test.
|
void |
RandomAccessOperations.RandomAccessorWriteTest.performTest()
Runs the test.
|
void |
RenderingOperations.RendererTest.performTest()
Runs the test.
|
void |
RenderingOperations.BasicXmlRendererTest.performTest()
Runs the test.
|
void |
RenderingOperations.CustomXmlRenderingTest.performTest()
Runs the test.
|
void |
RenderingOperations.GetDefinitionTest.performTest()
Runs the test.
|
void |
SearchOperations.FrqSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.AclSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.BindSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.JoinSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.OperatorsSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.MultiValueSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.ClassRestrictSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.PropertySearchTest.performTest()
Runs the test.
|
void |
SearchOperations.MultipleResultsSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.AdminModeSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.FreeFormSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.ExistenceSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.NullValueSearchTest.performTest()
Runs the test.
|
void |
SearchOperations.SavedSearchTest.performTest()
Runs the test.
|
void |
UserOperations.UserDirectoryTest.performTest()
Runs the test.
|
void |
UserOperations.PrimaryUserProfileTest.performTest()
Runs the test.
|
void |
UserOperations.LibraryServiceTest.performTest()
Runs the test.
|
void |
UserOperations.TrustedSessionCredentialTest.performTest()
Runs the test.
|
void |
UserOperations.SystemUserCredentialTest.performTest()
Runs the test.
|
void |
UserOperations.DirectoryServiceTest.performTest()
Runs the test.
|
void |
UserOperations.AuthenticationTest.performTest()
Runs the test.
|
void |
VersioningOperations.VersionBasicTest.performTest()
Runs the test.
|
void |
VersioningOperations.VersionNonOwnerTest.performTest()
Runs the test.
|
void |
VersioningOperations.RelationTest.performTest()
Runs the test.
|
void |
VersioningOperations.DeletorTest.performTest()
Runs the test.
|
void |
VersioningOperations.DeleteVersionsTest.performTest()
Runs the test.
|
void |
VersioningOperations.CreateModifyDateTest.performTest()
Runs the test.
|
void |
VersioningOperations.FtpVersionModelTest.performTest()
Runs the test.
|
void |
ClassObjectOperations.ClassPropertyBundlesTest.performTest(String[] inheritedPropertyList)
Runs the test.
|
void |
UserOperations.performTrustedSessionCredentialTest()
Performs actions for TrustedSessionCredentialTest.
|
void |
CollectionOperations.performUncachedSelectorCollectionTest()
Performs actions for UncachedSelectorCollectionTest.
|
void |
UserOperations.performUserDirectoryTest(String newUserName,
String userListVal)
Performs actions for UserDirectoryTest.
|
void |
VersioningOperations.performVersionBasicTest(String fileName,
String auxUser)
Performs actions for VersionBasicTest.
|
void |
VersioningOperations.performVersionNonOwnerTest(String fileName,
String auxUser)
Performs actions for VersionNonOwnerTest.
|
protected void |
MiscOperations.LocaleUtilitiesTest.printAllCharacterSetLabels(LibrarySession sess) |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllCharacterSets() |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllJavaCharacterSets() |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllLanguageLabels(LibrarySession sess) |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllLanguages() |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllLocaleLabels(LibrarySession sess) |
protected void |
MiscOperations.LocaleUtilitiesTest.printAllLocales() |
protected void |
CopyOperations.CopyTest.printHierarchy(PublicObject po,
String indent) |
protected void |
CopyOperations.GroupCopyTest.printHierarchy(PublicObject lo,
String indent) |
protected void |
CopyOperations.FolderCopyTest.printHierarchy(PublicObject po,
String indent) |
protected void |
CopyOperations.FamilyCopyTest.printHierarchy(PublicObject po,
String indent) |
protected void |
CopyOperations.FamilyCopyTest2.printHierarchy(PublicObject po,
String indent) |
void |
RenderingOperations.GetDefinitionTest.printObjectAndDefinition(LibrarySession session,
LibraryObject lo) |
protected void |
MiscOperations.LocaleUtilitiesTest.printPrimaryCharacterSets() |
protected void |
MiscOperations.LocaleUtilitiesTest.printPrimaryLanguages() |
protected Property |
SearchOperations.MultiValueSearchTest.printSearchResults(Search s) |
void |
MiscOperations.TradeAlertRetainedEvent.process(LibrarySession session)
Process this retained event.
|
void |
CommandProcessorOperations.promote_folder(String path,
String level)
Promotes a folder to a new level in the folder index.
|
void |
CommandProcessorOperations.put(String filename) |
void |
CommandProcessorOperations.put(String filename,
String name) |
void |
PropertyBundleOperations.putNewValues(String bundlename,
String propsToken) |
void |
PropertyBundleOperations.putValue(String bundlename,
String valuename) |
void |
PropertyBundleOperations.putValue(String bundlename,
String valuename,
String propname) |
protected void |
PropertyBundleOperations.putValues(LibrarySession sess,
PropertyBundle bundle,
PropertyBundleDefinition pbdef,
String[] props) |
void |
PropertyBundleOperations.putValues(String bundlename,
String propsToken) |
void |
CommandProcessorOperations.pwd()
Shows the current Directory path.
|
int |
RandomAccessOperations.read(String racitag,
String foffsetVal,
String lengthVal,
String buftag)
Read from the given raci and return a array of bytes read.
|
int |
RandomAccessOperations.readFromBuffer(String racitag,
String buffnoVal,
String boffsetVal,
String lengthVal,
String buftag)
Read from the given raci and return a array of bytes read
|
void |
RandomAccessOperations.reestablishSessionContext(String racitag)
Re-establish session context for a RACI.
|
protected void |
VersioningOperations.registerNewObject(PublicObject po) |
protected void |
VersioningOperations.registerNewObjects(VersionDescription vd) |
protected void |
CursorOperations.registerSelector(LibrarySession sess,
String tag,
Selector sel) |
void |
GroupOperations.removeAce(String aclname,
String acename) |
void |
PropertyBundleOperations.removeAllValues(String bundlename) |
void |
FolderOperations.removeFolderFromFolder(String foldername,
String removedName) |
void |
LockOperations.removeFromFolder(String foldername,
String objname) |
void |
GroupOperations.removeGroup(String groupname,
String memberGroupName) |
void |
LinkOperations.removeGroup(String grpname,
String memberName) |
void |
ResolvedAclOperations.removeGroup(String grpname,
String memberName) |
void |
FolderOperations.removeObjectFromFolder(String foldername,
String removedName) |
void |
GroupOperations.removeUser(String groupname,
String memberUserName) |
void |
LinkOperations.removeUser(String grpname,
String userName) |
void |
ResolvedAclOperations.removeUser(String grpname,
String userName) |
void |
PropertyBundleOperations.removeValue(String bundlename,
String propname) |
void |
CommandProcessorOperations.rename(String oldName,
String newName) |
void |
FolderOperations.renameFolder(String name,
String newName) |
void |
FolderOperations.renameObject(String name,
String newName) |
protected void |
RenderingOperations.BaseRendererTest.render(LibraryObject lo,
String rendererType,
String rendererName,
Hashtable options)
Renders the specified object.
|
protected void |
CommandProcessorOperations.resetFolderPathResolver() |
void |
CursorOperations.resetItems(String selTag) |
void |
CollectionOperations.CachedResolverCollectionTest.resolveCollection(CachedResolverCollection collection)
Resolves the specified CachedResolverCollection.
|
void |
CommandProcessorOperations.revert(String path)
Cancels the checkout on a previously reserved document.
|
void |
LinkOperations.revokeFromGroup(String aclname,
String grantee,
String accessList) |
void |
ResolvedAclOperations.revokeFromGroup(String aclname,
String grantee,
String accessList) |
void |
LinkOperations.revokeFromUser(String aclname,
String grantee,
String accessList) |
void |
ResolvedAclOperations.revokeFromUser(String aclname,
String grantee,
String accessList) |
void |
LinkOperations.revokeFromWorld(String aclname,
String accessList) |
void |
ResolvedAclOperations.revokeFromWorld(String aclname,
String accessList) |
void |
GroupOperations.revokeGroup(String aclname,
String grantee,
String acename,
String accessList) |
void |
GroupOperations.revokeUser(String aclname,
String grantee,
String acename,
String accessList) |
void |
GroupOperations.revokeWorld(String aclname,
String grantee,
String acename,
String accessList) |
void |
CommandProcessorOperations.rm(String name) |
void |
CommandProcessorOperations.rmdir(String foldername) |
void |
TestSuiteOperations.runScriptOperationTest(String scriptName)
Executes a test that is based on a ScriptOperations definition file
|
void |
TestSuiteOperations.runScriptOperationTest(String scriptName,
String doDiffVal)
Executes a test that is based on a ScriptOperations definition file
|
void |
TestSuiteOperations.runTestSuite(String testSuiteName)
Executes another test suite that can contain multiple single tests
|
protected void |
PropertyBundleOperations.saveValue(String valuename,
AttributeValue av) |
void |
LockOperations.sessionLockObject(String objname) |
void |
LockOperations.sessionUnlockObject(String objname) |
protected void |
CommandProcessorOperations.setAdminMode(boolean mode) |
void |
CommandProcessorOperations.setattribute(String path,
String attrName,
String attrType,
String attrValue) |
protected void |
VersioningOperations.setClassObjectInDefinition(LibrarySession sess,
LibraryObjectDefinition def,
String classname) |
void |
ResolvedAclOperations.setComponentAcls(String aclname,
String compacl1) |
void |
ResolvedAclOperations.setComponentAcls(String aclname,
String compacl1,
String compacl2) |
void |
ResolvedAclOperations.setComponentAcls(String aclname,
String compacl1,
String compacl2,
String compacl3) |
void |
ResolvedAclOperations.setComponentAcls(String aclname,
String compacl1,
String compacl2,
String compacl3,
String compacl4) |
void |
ResolvedAclOperations.setComponentAcls(String aclname,
String compacl1,
String compacl2,
String compacl3,
String compacl4,
String compacl5) |
void |
ResolvedAclOperations.setComponentAcls(String aclname,
String compacl1,
String compacl2,
String compacl3,
String compacl4,
String compacl5,
String compacl6) |
protected void |
MediaOperations.MediaOptionsTestMedia.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions) |
String |
MediaOperations.TestMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
void |
CommandProcessorOperations.setcontent(String filename) |
void |
CommandProcessorOperations.setcontent(String filename,
String path) |
protected void |
MediaOperations.MediaOptionsTestMedia.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions) |
String |
MediaOperations.TestMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
protected void |
RandomAccessOperations.ContentObjectUpdateTest.setDefaultStorageGroup(LibrarySession session,
StorageGroup sg)
Sets the default StorageGroup.
|
void |
VersioningOperations.setDescription(String objname,
String newdesc) |
protected void |
CommandProcessorOperations.setDocumentContent(DocumentDefinition def,
String filename) |
protected void |
MediaOperations.MediaOptionsTestMedia.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions) |
protected void |
MiscOperations.ServerConfigurationTest.setInheritance(ServerConfiguration subConfig,
ServerConfiguration superConfig)
Adds an inherited ServerConfiguration to a specified ServerConfiguration.
|
void |
CursorOperations.setMaxItemCount(String selTag,
String maxCountVal) |
void |
SecuredByOperations.setObjectAclNameIfNull(String name,
String newAclName) |
void |
PropertyBundleOperations.setObjectBundle(String objname,
String bundlename) |
void |
VersioningOperations.setPendingObject(String objname,
String classname,
String vsname) |
void |
CommandProcessorOperations.setroot()
Change the top-most root directory in the
FolderPathResolver instance.
|
void |
CommandProcessorOperations.setroot(String dir)
Change the top-most root directory in the
FolderPathResolver instance.
|
protected void |
CommandProcessorOperations.setVerboseMode(boolean mode) |
void |
LockOperations.shareLock(String objname,
String lockedobjname) |
void |
CommandProcessorOperations.show_all_paths(String name) |
void |
CommandProcessorOperations.show_all_paths(String name,
String referencePath) |
void |
CommandProcessorOperations.show_any_path(String name) |
void |
CommandProcessorOperations.show_any_path(String name,
String referencePath) |
protected String |
MiscOperations.ServerConfigurationTest.show(Property property)
Gets a String that represents the specified Property.
|
protected void |
GroupOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
protected void |
LinkOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
protected void |
ResolvedAclOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
protected void |
SecuredByOperations.showACE(String outputprefix,
AccessControlEntry ace,
LibrarySession sess) |
protected void |
GroupOperations.showAcl(AccessControlList acl,
LibrarySession sess) |
protected void |
SecuredByOperations.showAcl(LibrarySession sess,
AccessControlList acl) |
void |
GroupOperations.showAcl(String aclname) |
void |
LinkOperations.showAcl(String acltag) |
void |
ResolvedAclOperations.showAcl(String acltag) |
void |
SecuredByOperations.showAcl(String aclname) |
void |
SecuredByOperations.showAllAcls() |
protected void |
GroupOperations.showAllAncestors(DirectoryObject obj) |
void |
GroupOperations.showAllAncestorsForGroup(String groupname) |
void |
GroupOperations.showAllAncestorsForUser(String username) |
protected void |
GroupOperations.showAllMembers(DirectoryObject dirobj) |
protected void |
LinkOperations.showAllMembers(DirectoryObject dirobj) |
protected void |
ResolvedAclOperations.showAllMembers(DirectoryObject dirobj) |
void |
SecuredByOperations.showAllObjects() |
void |
LinkOperations.showAllPaths(String objname) |
void |
LinkOperations.showAllPaths(String objname,
String option) |
void |
LinkOperations.showAllPaths(String objname,
String option,
String rootPath) |
void |
LinkOperations.showAnyPath(String objname) |
void |
LinkOperations.showAnyPath(String objname,
String option) |
void |
LinkOperations.showAnyPath(String objname,
String option,
String rootPath) |
protected void |
FolderOperations.showApplicationObject(ApplicationObject ao) |
protected void |
PropertyBundleOperations.showAttributeValue(LibrarySession sess,
AttributeValue av) |
void |
PropertyBundleOperations.showBundle(String bundlename) |
protected void |
PropertyBundleOperations.showBundleDefinitionDetail(LibrarySession sess,
PropertyBundleDefinition pbdef) |
protected void |
PropertyBundleOperations.showBundleDetail(LibrarySession sess,
PropertyBundle bundle) |
void |
FolderOperations.showByPath(String name,
String path) |
void |
SecuredByOperations.showCategories() |
protected void |
SecuredByOperations.showCategories(LibrarySession sess,
PublicObject po,
String prefix,
boolean showCount) |
void |
SecuredByOperations.showCategories(String catnamePrefix) |
protected void |
ClassObjectOperations.AddRemoveAttributeTest.showClassObject(ClassObject co,
LibrarySession session)
Shows the specified ClassObject.
|
void |
PropertyBundleOperations.showClassObjectBundle(String objname) |
void |
ResolvedAclOperations.showCommittedAclCachePerformance() |
void |
DocumentOperations.DocAclTest.showConsumedStorage(Folder currentFolder) |
protected StorageGroup |
RandomAccessOperations.ContentObjectUpdateTest.showDefaultStorageGroup(LibrarySession session)
Shows the default StorageGroup.
|
void |
PropertyBundleOperations.showDerivedBundleDefinition(String bundlename) |
void |
TestSuiteOperations.showDiffSummary()
Displays the summary of all suceeded and failed diffs for this
TestSuiteOperation instance
|
protected void |
GroupOperations.showDirectAncestors(DirectoryObject obj) |
void |
GroupOperations.showDirectAncestorsForGroup(String groupname) |
void |
GroupOperations.showDirectAncestorsForUser(String username) |
protected void |
GroupOperations.showDirectMembers(DirectoryObject dirobj) |
protected void |
LinkOperations.showDirectMembers(DirectoryObject dirobj) |
protected void |
ResolvedAclOperations.showDirectMembers(DirectoryObject dirobj) |
void |
GroupOperations.showDiscoverers(String aclname) |
void |
LockOperations.showDocument(String objname) |
void |
RandomAccessOperations.showDocument(String objname)
Shows a document.
|
void |
GroupOperations.showEffectiveGroupAccess(String aclname,
String groupname) |
void |
GroupOperations.showEffectiveUserAccess(String aclname,
String username) |
protected void |
FolderOperations.showFolder(Folder folder) |
void |
FolderOperations.showFolder(String foldername) |
void |
LinkOperations.showFolder(String fname) |
void |
LockOperations.showFolder(String objname) |
protected void |
CommandProcessorOperations.showFolder(String path,
Folder folder,
String match) |
void |
FolderOperations.CreateFolderTest.showFolders(LibrarySession sess,
Folder f) |
void |
PropertyBundleOperations.showFormatBundle(String objname) |
void |
SystemCategoryOperations.showFormatObject(String name) |
protected void |
GroupOperations.showGroup(DirectoryGroup group) |
protected void |
LinkOperations.showGroup(DirectoryGroup group) |
protected void |
ResolvedAclOperations.showGroup(DirectoryGroup group) |
void |
GroupOperations.showGroup(String groupname) |
void |
LinkOperations.showGroup(String tag) |
void |
ResolvedAclOperations.showGroup(String tag) |
void |
GroupOperations.showGroupAccess(String aclname,
String groupname) |
void |
CommandProcessorOperations.showhistory(String path)
Shows the revision history of a given Document object.
|
void |
RandomAccessOperations.showLength(String racitag)
Shows the RACI length.
|
protected void |
GroupOperations.showMember(DirectoryObject dirobj,
Hashtable h) |
protected void |
GroupOperations.showMembers(DirectoryObject[] members,
Hashtable h) |
void |
GroupOperations.showNonconformingGroups(String aclname) |
protected void |
CursorOperations.showObject(LibraryObject obj) |
void |
FolderOperations.showObject(String name) |
void |
LinkOperations.showObject(String objname) |
void |
LockOperations.showObject(String objname) |
void |
ResolvedAclOperations.showObject(String objname) |
void |
SchemaCategoryOperations.showObject(String name) |
void |
SecuredByOperations.showObject(String name) |
void |
VersioningOperations.showObject(String objname) |
void |
SecuredByOperations.showObject(String name,
String fullOption) |
void |
PropertyBundleOperations.showObjectBundle(String objname) |
protected void |
ClassObjectOperations.AddRemoveAttributeTest.showObjects(ClassObject co,
LibrarySession session)
Shows all instances of the specified ClassObject.
|
void |
LinkOperations.showPrimaryPath(String objname) |
protected void |
PropertyBundleOperations.showProperty(LibrarySession sess,
String propname,
AttributeValue av) |
protected void |
SecuredByOperations.showPublicObject(LibrarySession sess,
PublicObject po,
boolean showFull) |
protected void |
CommandProcessorOperations.showPublicObject(String path,
PublicObject po) |
protected void |
SecuredByOperations.showSecuredObjects(LibrarySession sess,
PublicObject po) |
void |
LockOperations.showSessionLockedObjects() |
void |
LockOperations.showSystemLockObjects() |
void |
ResolvedAclOperations.showUncommittedAclCachePerformance() |
void |
GroupOperations.showUserAccess(String aclname,
String username) |
void |
LinkOperations.showUserAccess(String aclname,
String username) |
void |
ResolvedAclOperations.showUserAccess(String aclname,
String username) |
void |
VersioningOperations.DeletorTest.showWastebasket(LibrarySession s) |
void |
GroupOperations.showWorldAccess(String aclname) |
void |
LockOperations.softLockObject(String objname) |
protected void |
LockOperations.softLockObject(String objname,
boolean usesystemlock) |
protected void |
MiscOperations.ServerConfigurationTest.sort(Property[] properties)
Y.A.B.S.
|
void |
MediaOperations.MediaFileSystemTest.startIndirectIndexingAndSync() |
void |
CommandProcessorOperations.su() |
void |
CommandProcessorOperations.su(String username) |
void |
MediaOperations.syncContentIndex(LibrarySession session)
Sync the context index.
|
void |
LockOperations.systemHardLockObject(String objname) |
void |
LockOperations.systemSoftLockObject(String objname) |
void |
VersioningOperations.VersionNonOwnerTest.testAddNewVersion(LibrarySession session,
Document doc) |
void |
FolderOperations.CreateFolderTest.testAddToFolder(LibrarySession sess,
Folder f,
boolean shouldcopy) |
protected void |
AclOperations.CheckAccessTest.testBug1120762(LibrarySession s,
Collection c) |
void |
FolderOperations.CreateFolderTest.testBulkExceptions(LibrarySession sess) |
Family |
DocumentOperations.DocAclTest.testCreation(LibrarySession s,
Folder folder) |
Family |
VersioningOperations.VersionBasicTest.testCreation(LibrarySession s,
Folder folder) |
Document |
VersioningOperations.DeletorTest.testCreation(LibrarySession s,
Folder folder) |
void |
VersioningOperations.VersionNonOwnerTest.testCreation(LibrarySession s,
Folder folder,
String otheruser) |
protected void |
SearchOperations.MultiValueSearchTest.testDateValues(LibrarySession sess) |
void |
VersioningOperations.VersionBasicTest.testDefaults(LibrarySession s,
Family family) |
void |
VersioningOperations.VersionBasicTest.testDelete(LibrarySession s,
Family family) |
protected void |
SearchOperations.ClassRestrictSearchTest.testDelete(LibrarySession sess,
int size,
boolean executesavedsrchs) |
void |
VersioningOperations.DeletorTest.testDelete(LibrarySession s,
String otheruser,
Document doc) |
protected void |
CopyOperations.CopyTest.testHierarchy(LibrarySession session,
Object[] hierarchy,
String testname) |
void |
VersioningOperations.RelationTest.testNamedRelationships(LibrarySession s) |
void |
VersioningOperations.VersionBasicTest.testNextPrevious(LibrarySession s,
Family f) |
void |
VersioningOperations.RelationTest.testOrdering(LibrarySession s) |
protected void |
DocumentOperations.DocAclTest.testOtherUser(LibrarySession s,
String username2,
Family f) |
void |
VersioningOperations.RelationTest.testStandardRelationships(LibrarySession s) |
protected void |
SearchOperations.MultiValueSearchTest.testStringValues(LibrarySession sess) |
protected void |
VersioningOperations.DeletorTest.testTimeZone(LibrarySession s,
Document doc) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s) |
protected void |
VersioningOperations.DeleteVersionsTest.testVersioning(Family f,
VersionSeries vs,
VersionDescription vd,
PublicObject po,
String name,
LibrarySession s,
String classname) |
void |
VersioningOperations.VersionBasicTest.testVersioning(LibrarySession s,
String otheruser,
Family f) |
void |
ViewOperations.testView(AttributeValueTable avt)
Tests a view.
|
protected void |
ViewOperations.testView(String viewName,
String className)
Tests a view.
|
void |
LockOperations.timedLock(String objname,
String timeperiod) |
protected int |
VersioningOperations.toLockState(String lockstateName) |
void |
RandomAccessOperations.truncate(String racitag,
String foffsetVal)
Truncate the RACI at the given buffer position and
offset for the length given
|
void |
RandomAccessOperations.truncateFromBuffer(String racitag,
String buffnoVal,
String boffsetVal)
Truncate the RACI at the given buffer position and
offset for the length given.
|
void |
CommandProcessorOperations.unfolder(String objPath,
String targetPath) |
void |
ResolvedAclOperations.unhideUser(String userName) |
void |
LockOperations.unlockObject(String objname) |
void |
GroupOperations.updateAce(String aclname,
String acename,
String accessList) |
void |
SystemCategoryOperations.updateDavLockCategory(String objname,
String token,
String attrval)
this method updates a DAVLockCategory and changes the token/owner
attribute
|
void |
LockOperations.updateDocument(String objname,
String file) |
void |
SystemCategoryOperations.updateFormatExtension(String name,
String ext) |
void |
SystemCategoryOperations.updateFormatWithCategory(String name,
String medianame) |
void |
CommandProcessorOperations.updatelink(String linkPath) |
void |
CommandProcessorOperations.updatelink(String linkPath,
String objPath) |
void |
LockOperations.updateLock(String objname,
String lockstate) |
void |
MediaOperations.updateMediaBfileBasePath()
Update the BFILE base path for all BFILE Media instances.
|
void |
LinkOperations.updateObject(String objname,
String newdesc) |
void |
LockOperations.updateObject(String objname,
String newdesc) |
void |
ResolvedAclOperations.updateObject(String objname,
String newdesc) |
void |
SchemaCategoryOperations.updateObjectWithCategory(String name,
String policyname) |
protected void |
MiscOperations.IfsJdbcTest.updateRecipe(LibrarySession sess,
RecipeDocument recipe,
String description,
int testCase)
Update a recipe.
|
void |
LockOperations.updateTimedLock(String objname,
String timeperiod) |
void |
PropertyBundleOperations.updateValue(String valuename,
String propname,
String valuetype,
String value) |
void |
GroupOperations.useAcl() |
void |
LinkOperations.useAcl() |
void |
LockOperations.useAcl() |
void |
ResolvedAclOperations.useAcl() |
void |
VersioningOperations.useAcl() |
void |
GroupOperations.useAcl(String aclname) |
void |
LinkOperations.useAcl(String aclname) |
void |
LockOperations.useAcl(String aclname) |
void |
ResolvedAclOperations.useAcl(String aclname) |
void |
VersioningOperations.useAcl(String aclname) |
void |
CursorOperations.useObjectNamePrefix(String prefix) |
void |
LockOperations.userLockObject(String objname) |
void |
SystemCategoryOperations.userLockObject(String objname) |
void |
CommandProcessorOperations.verbose() |
protected Document |
DocumentOperations.DocAclTest.verifyDocument(LibrarySession s,
Family f) |
protected Document |
VersioningOperations.VersionBasicTest.verifyDocument(LibrarySession s,
Family f) |
void |
MediaOperations.verifyMedias()
Verifies the validity of all Media instances by creating a test
document for each.
|
protected void |
VersioningOperations.verifyNotDuplicate(String name) |
protected void |
LockOperations.verifyTimedLockPeriod(LibrarySession sess,
PublicObject po,
long expectedTimeout) |
protected void |
PropertyBundleOperations.verifyValueNotExists(String valuename) |
void |
CommandProcessorOperations.version(String path)
Makes any document object versionable.
|
void |
CommandProcessorOperations.whoami() |
void |
RandomAccessOperations.write(String racitag,
String foffsetVal,
String value,
String countVal)
Write to a given raci from a array of bytes.
|
protected void |
CommandProcessorOperations.writeContentToFile(Document doc,
String filename) |
void |
RandomAccessOperations.writeToBuffer(String racitag,
String buffnoVal,
String boffsetVal,
String value,
String countVal)
Write to the given RACI.
|
Constructor and Description |
---|
MediaOptionsTestMedia(S_LibrarySession session,
Long classId) |
MediaOptionsTestMedia(S_LibrarySession session,
S_LibraryObjectData data) |
TradeAlertRetainedEvent(String player,
int playerId,
Date tradeDate,
boolean nonRoster,
long cashAmount)
Construct a TradeAlertRetainedEvent
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_RecipeDocument.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Perform any operations before freeing.
|
protected void |
S_LocalizerAppObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Perform any operations before inserting.
|
protected void |
S_RecipeDocument.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Perform any operations before inserting.
|
protected void |
S_RecipeDocument.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Perform any operations before updating.
|
Constructor and Description |
---|
RecipeDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Constructor
|
RecipeDocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
RecipeDocumentDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
S_LocalizerAppObject(S_LibrarySession session,
Long classId)
Construct a S_LocalizerAppObject
|
S_LocalizerAppObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_LocalizerAppObject
|
S_RecipeDocument(S_LibrarySession session,
Long classId)
Constructor
|
S_RecipeDocument(S_LibrarySession session,
S_LibraryObjectData data)
Constructor
|
T1kDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a T1kDocument object - standard variant.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExtendedActivityProcessor.calculateOverallActivityLevel(ActivityRecord ar,
ActivitySummary asumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Calculate and apply the overall Activity Level to be used as one
of the components of TrackedActivityRecords, and to be stored as part
of the ActivityRecord, using Attribute ACTIVITYLEVEL.
|
protected void |
ExtendedActivityProcessor.preUpdateDeltaTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter lastAction,
ActivitySummary deltaSumm,
TrackedActivityRecordLevels levels)
Perform any pre-update operations before a TAR update,
that is triggered by an operation that marks activity
as fully or partially read by the tracking Actor.
|
protected void |
ExtendedActivityProcessor.preUpdateInclusionTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary lastDeltaSumm,
boolean prevExecuted,
TrackedActivityRecordLevels levels,
Object inclActorPayload)
Perform any pre-update operations before a TAR update,
that is triggered by a newly executed action or a previously
executed one.
|
protected void |
ExtendedActivityProcessor.preUpdatePerformedActivityRecord(PerformedActivityRecord par,
ActionAdapter action,
ActivitySummary parSumm)
Perform any pre-update operations before a PAR update,
that is triggered by a newly executed action.
|
protected void |
ExtendedActivityProcessor.preUpdatePerformingTrackedActivityRecord(PerformedActivityRecord par,
TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary lastDeltaSumm,
TrackedActivityRecordLevels levels)
Perform any pre-update operations before a TAR update,
that is triggered by a newly executed action.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationOperations.addAnnotation(AttributeValueTable avt)
Add an Annotation to a PublicObject.
|
void |
AnnotationUtilities.addAnnotation(PublicObject po,
String comment,
String desc)
Add an Annotation to a PublicObject.
|
void |
AnnotationOperations.deleteAnnotation(AttributeValueTable avt)
Deletes an Annotation from a PublicObject.
|
void |
AnnotationUtilities.deleteAnnotation(PublicObject po,
String desc)
Deletes an Annotation from a PublicObject.
|
void |
AnnotationOperations.editAnnotation(AttributeValueTable avt)
Edits an Annotation on a PublicObject.
|
void |
AnnotationUtilities.editAnnotation(PublicObject po,
String newComment,
String desc)
Edits an Annotation on a PublicObject.
|
void |
AnnotationOperations.showAnnotationLists(AttributeValueTable avt)
Show summary info for all Annotation Lists for a PublicObject.
|
void |
AnnotationUtilities.showAnnotationLists(PublicObject po,
Logger logger)
Show summary info for all Annotation Lists for a PublicObject.
|
void |
AnnotationOperations.showAnnotations(AttributeValueTable avt)
Show the Annotations made by the current user for the specified PublicObject.
|
void |
AnnotationUtilities.showAnnotations(PublicObject po,
Logger logger)
Show the Annotations made by the current user for the specified PublicObject.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunityOperations.addCommunityMember(AttributeValueTable avt)
Add a member to a Community.
|
void |
DocumentUpdateAction.addDocumentVersion(Document doc)
Adds a new Document version, prior to execution.
|
Document |
Posting.addDocumentVersion(DocumentDefinition docDef)
Add a new Document version to this Posting's Family.
|
void |
CommunityOperations.addDocumentVersionToPosting(AttributeValueTable avt)
Add a new Document version to an existing Posting within
a Community.
|
void |
CommunityOperations.addInvitation(AttributeValueTable avt)
Add an Invitation to a Community.
|
void |
InviteAction.addInvitation(Invitation invite)
Adds a new Invitation, prior to execution.
|
Invitation |
Community.addInvitation(InvitationDefinition inviteDef)
Add an Invitation to this Community.
|
CommunityMember |
Community.addMember(Actor actor)
Add a member to a Community.
|
void |
JoinAction.addMember(CommunityMember mem)
Adds a new member, prior to execution.
|
void |
CommunityOperations.addPosting(AttributeValueTable avt)
Add a Posting to a Community.
|
Posting |
Community.addPosting(Document doc)
Add a Posting to this Community.
|
Posting |
Community.addPosting(DocumentDefinition docDef)
Add a Posting to this Community.
|
void |
PostAction.addPosting(Posting posting)
Adds a new Posting, prior to execution.
|
void |
RecommendMembershipAction.addRecommendation(Actor actor,
String comment)
Adds a recommendation, prior to execution.
|
void |
CommunityActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
void |
InvitationActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
void |
PostingActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
protected void |
ExtendedSocialActivityProcessor.calculateOverallActivityLevel(ActivityRecord ar,
ActivitySummary asumm,
ActionAdapter action,
TrackedActivityRecordLevels levels)
Calculate and apply the overall Activity Level to be used as one
of the components of TrackedActivityRecords, and to be stored as part
of the ActivityRecord, using Attribute ACTIVITYLEVEL.
|
Action |
CreateCommunityAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateInvitationAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreatePostingAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
DeletePostingAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
DocumentUpdateAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
InviteAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
JoinAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
PostAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
RecommendMembershipAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
RsvpAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
UpdateInvitationAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateCommunityAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateInvitationAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreatePostingAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
DeletePostingAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
DocumentUpdateAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
InviteAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
JoinAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
PostAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
RecommendMembershipAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
RsvpAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
UpdateInvitationAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
void |
CommunityOperations.createCommunity(AttributeValueTable avt)
Creates a Community.
|
void |
DocumentUpdateAction.execute()
Perform the Action execution.
|
void |
InviteAction.execute()
Perform the Action execution.
|
void |
JoinAction.execute()
Perform the Action execution.
|
void |
PostAction.execute()
Perform the Action execution.
|
void |
RsvpAction.execute()
Perform the Action execution.
|
void |
Posting.executeAddDocumentVersionAction(Document doc)
Execute a "Add Document Version" action to reflect the addition of a
new Document version.
|
void |
Community.executeAddInvitationAction(Invitation invite)
Execute an "Add Invitation" action to reflect the addition of a new Invitation.
|
void |
Community.executeAddMemberAction(CommunityMember mem)
Execute a "Member added" action to reflect adding a member
to the Community.
|
void |
Community.executeAddPostingAction(Posting posting)
Execute an "Add Posting" action to reflect the addition of a new Posting.
|
void |
Invitation.executeAttendAction()
Execute an "Attend" action to reflect a reply by an actor to this invitation
|
void |
Community.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who created this Community.
|
void |
Invitation.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who created this Invitation.
|
void |
Posting.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who posted this Posting.
|
void |
Invitation.executeDeclineAction()
Execute an "Attend" action to reflect a reply by an actor to this invitation
|
void |
Posting.executeDeletedAction()
Execute a "Deleted" action to reflect that the Posting has been
marked for delete, as it has been removed from the Community.
|
void |
Invitation.executeMaybeAction()
Execute an "Maybe" action to reflect a reply by an actor to this invitation
|
void |
Community.executeRecommendMembershipAction(Actor recActor,
String comment)
Execute a "Recommend Membership" action to reflect recommending membership
to the Community to the specified Actor.
|
void |
Community.executeRemoveMemberAction(CommunityMember mem)
Execute a "Member removed" action to reflect adding a member
to the Community.
|
void |
Community.executeRemovePostingAction(Posting posting)
Execute a "Remove Posting" action to reflect the removal of a Posting.
|
void |
Invitation.executeRevokeAction()
Execute an "Revoke" action to reflect a reply by an actor to this invitation
|
void |
Invitation.executeUpdateAction()
Execute an "Updated" action to reflect a generic update of an invitation
|
void |
Community.executeUpdateInvitationAction(Invitation invite)
Execute an "Update Invitation" action to reflect the update of an Invitation.
|
static Community[] |
Community.findAll(LibrarySession session)
Returns the set of all Community instances that the user has access to.
|
static Community |
Community.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a Community matching the specified uniquename.
|
Conversation |
Community.findConversation(Actor[] actors)
Find a Conversation within the Community with exactly the specified set of
participants.
|
Invitation |
Community.findInvitation(String inviteName)
Returns the Invitation instance that matches the specified name.
|
CommunityMember |
Community.findMemberByActor(Actor actor)
Find a member of the Community by a specified Actor.
|
Posting |
Community.findPosting(String postingName)
Returns the Posting instance that matches the specified name.
|
AutoFolderingActionSpecification |
Community.getAutoFolderingActionSpec()
Gets the AutoFolderingActionSpecification used by this instance.
|
AutoFolderingActionSpecification |
CommunityDefinition.getAutoFolderingActionSpec()
Gets the AutoFolderingActionSpecification, if explicitly set.
|
String |
RecommendMembershipAction.getComment()
Gets the comment.
|
Community |
Invitation.getCommunity()
Gets the Community that this instance is associated with.
|
Community |
InvitationDefinition.getCommunity()
Gets the Community that this instance is associated with.
|
Community |
Posting.getCommunity()
Gets the Community that this instance is associated with.
|
Community |
PostingDefinition.getCommunity()
Gets the Community this Posting will be associated with.
|
CommunityConversation[] |
CommunityMember.getCommunityConversations()
Get the CommunityConversations this CommunityMember is participating in.
|
AttributeValue[] |
RecommendMembershipAction.getEventProperties()
Gets any event properties to post with the AuditEvents.
|
Family |
Posting.getFamily()
Gets the Family that this instance is associated with.
|
protected void |
ExtendedSocialActivityProcessor.getIncludedActors(Action action,
LinkedHashMap map)
For a previously-executed committed Action, get the set of Actors that
have become included in the specified activity as a result of this Action,
and add to the specified map.
|
protected void |
CommunityActivityProcessor.getIncludedActors(PerformedActivityRecord par,
Action action,
LinkedHashMap map)
Get the set of Actors that have become included in the specified
activity as a result of this Action, and add to the specified map.
|
Invitation[] |
Community.getInvitations()
Gets the Invitations contained within this Community.
|
Invitation[] |
Community.getInvitations(String sortClause)
Gets the Invitations contained within this Community.
|
Folder |
Community.getInvitationsSubfolder()
Gets the subfolder which contains the Invitations.
|
String |
Invitation.getLocation()
Gets the location that this instance defines.
|
CommunityMember[] |
Community.getMembers()
Get the members of the Community.
|
Posting[] |
Community.getPostings()
Gets the Postings contained within this Community.
|
Posting[] |
Community.getPostings(String sortClause)
Gets the Postings contained within this Community.
|
Folder |
Community.getPostingsSubfolder()
Gets the subfolder which contains the Auto-foldered Postings.
|
Posting[] |
Community.getRemovedPostings()
Gets the Postings that have been removed from this Community.
|
Folder |
Community.getRemovedPostingsSubfolder()
Gets the subfolder which contains the Postings that were removed.
|
void |
CommunityOperations.identifyCommunity(AttributeValueTable avt)
Identify a Community by its unique name.
|
void |
CommunityOperations.identifyCommunityConversation(AttributeValueTable avt)
Identify a CommunityConversation.
|
void |
CommunityOperations.identifyCommunityMember(AttributeValueTable avt)
Identify the CommunityMember used to reflect a member of a Community,
by specifying an Actor.
|
void |
CommunityOperations.identifyInvitation(AttributeValueTable avt)
Identify a Invitation by its Community and its name.
|
void |
CommunityOperations.identifyPosting(AttributeValueTable avt)
Identify a Posting by its Community and its name.
|
void |
CommunityActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
InvitationActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
PostingActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
protected Community |
CommunityOperations.lookupCommunity(String tag)
Lookup a Community by the specified tag.
|
protected CommunityMember |
CommunityOperations.lookupCommunityMember(String tag)
Lookup a CommunityMember by the specified tag.
|
protected Invitation |
CommunityOperations.lookupInvitation(String tag)
Lookup an Invitation by the specified tag.
|
protected Posting |
CommunityOperations.lookupPosting(String tag)
Lookup a Posting by the specified tag.
|
void |
Posting.move(Folder newFolder)
Move the associated Family to a new Folder.
|
protected void |
Community.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
Community.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
void |
InviteAction.preExecute()
Handle anything prior to executing the Action.
|
void |
JoinAction.preExecute()
Handle anything prior to executing the Action.
|
void |
PostAction.preExecute()
Handle anything prior to executing the Action.
|
protected void |
ExtendedSocialActivityProcessor.preUpdateDeltaTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter lastAction,
ActivitySummary deltaSumm,
TrackedActivityRecordLevels levels)
Perform any pre-update operations before a TAR update,
that is triggered by an operation that marks activity
as fully or partially read by the tracking Actor.
|
protected void |
CommunityActivityProcessor.preUpdateInclusionTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary lastDeltaSumm,
boolean prevExecuted,
TrackedActivityRecordLevels levels,
Object inclActorPayload)
Perform any pre-update operations before a TAR update,
that is triggered by a newly executed action or a previously
executed one.
|
protected void |
ExtendedSocialActivityProcessor.preUpdateInclusionTrackedActivityRecord(TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary lastDeltaSumm,
boolean prevExecuted,
TrackedActivityRecordLevels levels,
Object inclActorPayload)
Perform any pre-update operations before a TAR update,
that is triggered by a newly executed action or a previously
executed one.
|
protected void |
ExtendedSocialActivityProcessor.preUpdatePerformedActivityRecord(PerformedActivityRecord par,
ActionAdapter action,
ActivitySummary parSumm)
Perform any pre-update operations before a PAR update,
that is triggered by a newly executed action.
|
protected void |
ExtendedSocialActivityProcessor.preUpdatePerformingTrackedActivityRecord(PerformedActivityRecord par,
TrackedActivityRecord tar,
ActionAdapter action,
ActivitySummary lastDeltaSumm,
TrackedActivityRecordLevels levels)
Perform any pre-update operations before a TAR update,
that is triggered by a newly executed action.
|
void |
CommunityOperations.recommendCommunityMembership(AttributeValueTable avt)
Recommend membership in a Community to another Actor.
|
void |
Community.recommendMembership(Actor recActor,
String comment)
Recommend membership in a Community to another Actor.
|
void |
CommunityOperations.removeCommunityMember(AttributeValueTable avt)
Remove a member from a Community.
|
void |
Posting.removeFromCommunity()
Mark the Posting as having been removed from its Community.
|
void |
Community.removeMember(CommunityMember mem)
Remove a member from a Community.
|
void |
JoinAction.removeMember(CommunityMember mem)
Removes an existing member, prior to execution.
|
void |
CommunityOperations.removePosting(AttributeValueTable avt)
Remove a Posting from a Community.
|
void |
Community.removePosting(Posting posting)
Add a Posting to this Community.
|
void |
PostAction.removePosting(Posting posting)
Removes an existing Posting, prior to execution.
|
void |
CommunityOperations.replyToInvitation(AttributeValueTable avt)
Create a RsvpAction with the desired action specified.
|
void |
CommunityDefinition.setAutoFolderingActionSpec(AutoFolderingActionSpecification spec)
Sets the AutoFolderingActionSpecification.
|
void |
InvitationDefinition.setCommunity(Community comm)
Sets the Community this Invitation will be associated with.
|
void |
PostingDefinition.setCommunity(Community comm)
Sets the Community this Posting will be associated with..
|
protected void |
CommunityOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
void |
CommunityOperations.showAllCommunityMembers(AttributeValueTable avt)
Show details about all members within a Community.
|
void |
CommunityOperations.showAllInvitations(AttributeValueTable avt)
Show details about all Invitations within a Community.
|
void |
CommunityOperations.showAllPostings(AttributeValueTable avt)
Show details about all Postings within a Community.
|
void |
CommunityOperations.showCommunity(AttributeValueTable avt)
Show details about a Community.
|
protected void |
CommunityOperations.showCommunityConversation(CommunityConversation cc,
String prefix,
boolean verbose)
Show details about a CommunityConversation.
|
void |
CommunityOperations.showCommunityConversations(AttributeValueTable avt)
Show details about all CommunityConversations for the current Actor,
assuming that Actor is a member of the specified Community.
|
void |
CommunityOperations.showCommunityMember(AttributeValueTable avt)
Show details about a member within a Community.
|
protected void |
CommunityOperations.showCommunityMember(CommunityMember member,
String prefix)
Show details about a Community member.
|
protected void |
CommunityOperations.showExecutedAction(Action action,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a previously-executed Action.
|
void |
CommunityOperations.showInvitation(AttributeValueTable avt)
Show details about an Invitation within a Community.
|
protected void |
CommunityOperations.showInvitation(Invitation invite,
String prefix)
Show details about an Invitation.
|
void |
CommunityOperations.showPosting(AttributeValueTable avt)
Show details about a Posting within a Community.
|
protected void |
CommunityOperations.showPosting(Posting posting,
String prefix)
Show details about a Posting.
|
void |
CommunityOperations.showRemovedPostings(AttributeValueTable avt)
Show details about all Postings that have been removed from a Community.
|
void |
CommunityOperations.startCommunityConversation(AttributeValueTable avt)
Start a CommunityConversation.
|
Conversation |
Community.startConversation(String name,
Actor[] actors)
Start a Conversation with community members
|
static CommunityConversationDefinition |
CommunityConversationDefinition.toCommunityConversationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a CommunityConversationDefinition.
|
static CommunityConversationDefinition |
CommunityConversationDefinition.toCommunityConversationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a CommunityConversationDefinition.
|
static CommunityDefinition |
CommunityDefinition.toCommunityDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a CommunityDefinition.
|
static CommunityDefinition |
CommunityDefinition.toCommunityDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a CommunityDefinition.
|
static CommunityMemberDefinition |
CommunityMemberDefinition.toCommunityMemberDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a CommunityMemberDefinition.
|
static CommunityMemberDefinition |
CommunityMemberDefinition.toCommunityMemberDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a CommunityMemberDefinition.
|
static InvitationDefinition |
InvitationDefinition.toInvitationDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a InvitationDefinition.
|
static InvitationDefinition |
InvitationDefinition.toInvitationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a InvitationDefinition.
|
static PostingDefinition |
PostingDefinition.toPostingDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a PostingDefinition.
|
static PostingDefinition |
PostingDefinition.toPostingDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a PostingDefinition.
|
void |
Invitation.update(InvitationDefinition def,
boolean notifyCommunity)
Updates an Invitation within this Community.
|
void |
CommunityOperations.updateInvitation(AttributeValueTable avt)
Updates an Invitation within a Community.
|
void |
InviteAction.updateInvitation(Invitation invite)
Removes an existing Posting, prior to execution.
|
Constructor and Description |
---|
Community(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Community object.
|
CommunityActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityActivityRecord object.
|
CommunityConversation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityConversation object.
|
CommunityConversationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
CommunityConversationDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
CommunityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
CommunityDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
CommunityMember(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CommunityMember object.
|
CommunityMemberDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
CommunityMemberDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
CreateCommunityAction(ActionFactory factory)
Constructs a "pending" CreateCommunityAction, to be used to execute a new Action.
|
CreateCommunityAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateCommunityAction, reflecting a previously
executed Action.
|
CreateInvitationAction(ActionFactory factory)
Constructs a "pending" CreateInvitationAction, to be used to execute a new Action.
|
CreateInvitationAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateInvitationAction, reflecting a previously
executed Action.
|
CreatePostingAction(ActionFactory factory)
Constructs a "pending" CreatePostingAction, to be used to execute a new Action.
|
CreatePostingAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreatePostingAction, reflecting a previously
executed Action.
|
DeletePostingAction(ActionFactory factory)
Constructs a "pending" DeletePostingAction, to be used to execute a new Action.
|
DeletePostingAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" DeletePostingAction, reflecting a previously
executed Action.
|
DocumentUpdateAction(ActionFactory factory)
Constructs a "pending" DocumentUpdateAction, to be used to execute a new Action.
|
DocumentUpdateAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" DocumentUpdateAction, reflecting a previously
executed Action.
|
Invitation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Posting object.
|
InvitationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
InvitationDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
InviteAction(ActionFactory factory)
Constructs a "pending" InviteAction, to be used to execute a new Action.
|
InviteAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" InviteAction, reflecting a previously
executed Action.
|
JoinAction(ActionFactory factory)
Constructs a "pending" JoinAction, to be used to execute a new Action.
|
JoinAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" JoinAction, reflecting a previously
executed Action.
|
PostAction(ActionFactory factory)
Constructs a "pending" PostAction, to be used to execute a new Action.
|
PostAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" PostAction, reflecting a previously
executed Action.
|
Posting(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Posting object.
|
PostingActivityRecord(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PostingActivityRecord object.
|
PostingDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
PostingDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
RecommendMembershipAction(ActionFactory factory)
Constructs a "pending" RecommendMembershipAction, to be used to execute a
new Action.
|
RecommendMembershipAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" RecommendMembershipAction, reflecting a
previously executed Action.
|
RsvpAction(ActionFactory factory)
Constructs a "pending" RsvpAction, to be used to execute a new Action.
|
RsvpAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" RsvpAction, reflecting a previously
executed Action.
|
UpdateInvitationAction(ActionFactory factory)
Constructs a "pending" UpdateInvitationAction, to be used to execute a new Action.
|
UpdateInvitationAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" UpdateInvitationAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
void |
IotOperations.addBinaryDevice(AttributeValueTable avt)
Add a BinaryDevice to a Gateway.
|
void |
GatewayAction.addBinaryDevice(BinaryDevice binDev)
Adds a new BinaryDevice, prior to execution.
|
BinaryDevice |
Gateway.addBinaryDevice(BinaryDeviceDefinition binDevDef)
Add an BinaryDevice to this Gateway.
|
void |
BinaryDeviceActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
void |
GatewayActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
void |
IotOperations.changeBinaryDeviceState(AttributeValueTable avt)
Create a BinaryDeviceAction with the desired action specified.
|
Action |
BinaryDeviceAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateDoorAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateGatewayAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateLightAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateSwitchAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
GatewayAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
BinaryDeviceAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateDoorAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateGatewayAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateLightAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateSwitchAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
GatewayAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
void |
IotOperations.createGateway(AttributeValueTable avt)
Creates a Gateway.
|
void |
BinaryDeviceAction.execute()
Perform the Action execution.
|
void |
GatewayAction.execute()
Perform the Action execution.
|
void |
Gateway.executeAddBinaryDeviceAction(BinaryDevice binDev)
Execute an "Add BinaryDevice" action to reflect the addition of a new BinaryDevice.
|
void |
BinaryDevice.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the time when this BinaryDevice was created.
|
void |
Door.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who created this Door.
|
void |
Gateway.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who created this Gateway.
|
void |
Light.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who created this Light.
|
void |
Switch.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who created this Switch.
|
BinaryDevice |
Gateway.findBinaryDevice(Integer nodeId)
Returns the BinaryDevice instance that matches the specified node ID.
|
static BinaryDevice |
BinaryDevice.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a device matching the specified uniquename.
|
protected String |
BinaryDevice.getActivitySpecificationName()
Get the ActivitySpecification name
|
protected String |
Gateway.getActivitySpecificationName()
Get the ActivitySpecification name
|
Light |
Door.getAssociatedLight()
Gets the associated Light.
|
Light |
Switch.getAssociatedLight()
Gets the associated Light.
|
BinaryDevice[] |
Gateway.getBinaryDevices()
Gets the BinaryDevices contained within this Gateway.
|
BinaryDevice[] |
Gateway.getBinaryDevices(String sortClause)
Gets the BinaryDevices managed by this Gateway.
|
Gateway |
BinaryDevice.getGateway()
Gets the Gateway that manages this binary device.
|
Gateway |
BinaryDeviceDefinition.getGateway()
Gets the Gateway that this instance is associated with.
|
Gateway |
Gateway.getGateway()
Gets the Gateway that manages this binary device.
|
Date |
BinaryDevice.getLastStateChangeDate()
Gets the date of the last state change of this BinaryDevice.
|
String |
BinaryDevice.getLocation()
Gets the location that this instance defines.
|
String |
BinaryDevice.getManufacturer()
Gets the manufacturer that this instance defines.
|
Integer |
BinaryDevice.getNodeId()
Gets the location that this instance defines.
|
String |
BinaryDevice.getProduct()
Gets the product that this instance defines.
|
String |
BinaryDevice.getState()
Gets the current state that this instance defines.
|
long |
BinaryDevice.getTotalCompletedDuration()
Gets the total duration (in milliseconds) the device was On
prior to the last change to an Off state.
|
String |
BinaryDevice.getUniqueName()
Gets the name that uniquely defines this instance.
|
void |
IotOperations.identifyBinaryDevice(AttributeValueTable avt)
Identify a BinaryDevice by its Gateway and its nodeId.
|
void |
IotOperations.identifyGateway(AttributeValueTable avt)
Identify a Gateway by its unique name.
|
void |
BinaryDeviceActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
GatewayActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
protected BinaryDevice |
IotOperations.lookupBinaryDevice(String tag)
Lookup an BinaryDevice by the specified tag.
|
protected Gateway |
IotOperations.lookupGateway(String tag)
Lookup an Gateway by the specified tag.
|
protected Light |
IotOperations.lookupLight(String tag)
Lookup a Light by the specified tag.
|
protected void |
BinaryDevice.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
BinaryDevice.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
void |
GatewayAction.preExecute()
Handle anything prior to executing the Action.
|
void |
Door.setAssociatedLight(Light light)
Sets the associated Light.
|
void |
DoorDefinition.setAssociatedLight(Light light)
Sets the Light this Door will be associated with.
|
void |
Switch.setAssociatedLight(Light light)
Sets the associated Light.
|
void |
SwitchDefinition.setAssociatedLight(Light light)
Sets the Light this Switch will be associated with.
|
void |
BinaryDeviceDefinition.setGateway(Gateway gateway)
Sets the Gateway this BinaryDevice will be associated with.
|
protected void |
IotOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
void |
IotOperations.showAllBinaryDevices(AttributeValueTable avt)
Show details about all Invitations within a Community.
|
void |
IotOperations.showBinaryDevice(AttributeValueTable avt)
Show details about a BinaryDevice.
|
protected void |
IotOperations.showBinaryDevice(BinaryDevice binDev,
String prefix)
Show details about an Invitation.
|
protected void |
IotOperations.showExecutedAction(Action action,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a previously-executed Action.
|
void |
IotOperations.showGateway(AttributeValueTable avt)
Show details about a Gateway.
|
static BinaryDeviceDefinition |
BinaryDeviceDefinition.toBinaryDeviceDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a BinaryDeviceDefinition.
|
static BinaryDeviceDefinition |
BinaryDeviceDefinition.toBinaryDeviceDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a BinaryDeviceDefinition.
|
static DoorDefinition |
DoorDefinition.toDoorDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a DoorDefinition.
|
static DoorDefinition |
DoorDefinition.toDoorDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a DoorDefinition.
|
static GatewayDefinition |
GatewayDefinition.toGatewayDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a GatewayDefinition.
|
static GatewayDefinition |
GatewayDefinition.toGatewayDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a GatewayDefinition.
|
static LightDefinition |
LightDefinition.toLightDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a LightDefinition.
|
static LightDefinition |
LightDefinition.toLightDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a LightDefinition.
|
static SwitchDefinition |
SwitchDefinition.toSwitchDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SwitchDefinition.
|
static SwitchDefinition |
SwitchDefinition.toSwitchDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a SwitchDefinition.
|
Constructor and Description |
---|
BinaryDevice(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BinaryDevice object.
|
BinaryDeviceAction(ActionFactory factory)
Constructs a "pending" BinaryDeviceAction, to be used to execute a new Action.
|
BinaryDeviceAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" BinaryDeviceAction, reflecting a previously
executed Action.
|
BinaryDeviceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
BinaryDeviceDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
CreateDoorAction(ActionFactory factory)
Constructs a "pending" CreateDoorAction, to be used to execute a new Action.
|
CreateDoorAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateDoorAction, reflecting a previously
executed Action.
|
CreateGatewayAction(ActionFactory factory)
Constructs a "pending" CreateGatewayAction, to be used to execute a new Action.
|
CreateGatewayAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateGatewayAction, reflecting a previously
executed Action.
|
CreateLightAction(ActionFactory factory)
Constructs a "pending" CreateLightAction, to be used to execute a new Action.
|
CreateLightAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateLightAction, reflecting a previously
executed Action.
|
CreateSwitchAction(ActionFactory factory)
Constructs a "pending" CreateSwitchAction, to be used to execute a new Action.
|
CreateSwitchAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateSwitchAction, reflecting a previously
executed Action.
|
Door(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Door object.
|
DoorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
DoorDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
Gateway(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Gateway object.
|
GatewayAction(ActionFactory factory)
Constructs a "pending" GatewayAction, to be used to execute a new Action.
|
GatewayAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" GatewayAction, reflecting a previously
executed Action.
|
GatewayDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
GatewayDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
Light(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Light object.
|
LightDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
LightDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
Switch(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Switch object.
|
SwitchDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
SwitchDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
Modifier and Type | Method and Description |
---|---|
void |
SmartHomeAction.addItem(SmartHomeItem shItem)
Adds a new SmartHomeItem, prior to execution.
|
void |
SmartHomeOperations.addSmartHomeItem(AttributeValueTable avt)
Add a SmartHomeItem to a SmartHome.
|
SmartHomeItem |
SmartHome.addSmartHomeItem(SmartHomeItemDefinition shItemDef)
Add an SmartHomeItem to this SmartHome.
|
void |
SmartHomeActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
void |
SmartHomeItemActivityProcessor.applyActionToActivitySummaryDelta(ActivitySummary deltaSumm,
ActivitySummary parSumm,
Action action)
Apply an Action to an ActivitySummary delta.
|
void |
SmartHomeOperations.changeSmartHomeItemState(AttributeValueTable avt)
Create a StateChangeAction with the desired action specified.
|
Action |
CreateSmartHomeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateSmartHomeItemAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
SmartHomeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
StateChangeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateSmartHomeAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
CreateSmartHomeItemAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
SmartHomeAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
Action |
StateChangeAction.constructPendingAction()
Construct an instance of an Action that is not yet executed.
|
void |
SmartHomeOperations.createSmartHome(AttributeValueTable avt)
Creates a SmartHome.
|
void |
SmartHomeAction.execute()
Perform the Action execution.
|
void |
StateChangeAction.execute()
Perform the Action execution.
|
void |
SmartHome.executeAddSmartHomeItemAction(SmartHomeItem shItem)
Execute an "Add SmartHomeItem" action to reflect the addition of a new SmartHomeItem.
|
void |
SmartHomeItem.executeClosedAction()
Execute an "Closed" action to reflect a state change to CLOSED of an SmartHomeItem
|
void |
SmartHome.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the Actor who created this SmartHome.
|
void |
SmartHomeItem.executeCreatedAction()
Execute a "Created" action to reflect the creation of the ActivityRecord -
essentially capturing the time when this SmartHomeItem was created.
|
void |
SmartHomeItem.executeOpenAction()
Execute an "Open" action to reflect a state change to OPEN of an SmartHomeItem
|
void |
SmartHomeItem.executeStartedAction()
Execute an "Started" action to reflect a state change to STARTED of an SmartHomeItem
|
void |
SmartHomeItem.executeStoppedAction()
Execute an "Stopped" action to reflect a state change to STOPPED of an SmartHomeItem
|
static SmartHome |
SmartHome.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a SmartHome matching the specified uniquename.
|
SmartHomeItem |
SmartHome.findSmartHomeItem(Integer nodeId)
Returns the SmartHomeItem instance that matches the specified name.
|
String |
SmartHomeItem.getLocation()
Gets the location that this instance defines.
|
String |
SmartHomeItem.getManufacturer()
Gets the manufacturer that this instance defines.
|
Integer |
SmartHomeItem.getNodeId()
Gets the location that this instance defines.
|
String |
SmartHomeItem.getProduct()
Gets the product that this instance defines.
|
SmartHome |
SmartHomeItem.getSmartHome()
Gets the SmartHome that this instance is associated with.
|
SmartHome |
SmartHomeItemDefinition.getSmartHome()
Gets the SmartHome that this instance is associated with.
|
SmartHomeItem[] |
SmartHome.getSmartHomeItems()
Gets the SmartHomeItems contained within this SmartHome.
|
SmartHomeItem[] |
SmartHome.getSmartHomeItems(String sortClause)
Gets the SmartHomeItems contained within this SmartHome.
|
String |
SmartHomeItem.getState()
Gets the current state that this instance defines.
|
void |
SmartHomeOperations.identifySmartHome(AttributeValueTable avt)
Identify a SmartHome by its unique name.
|
void |
SmartHomeOperations.identifySmartHomeItem(AttributeValueTable avt)
Identify a SmartHomeItem by its SmartHome and its nodeId.
|
void |
SmartHomeActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
void |
SmartHomeItemActivityProcessor.initialize(ActivitySpecification spec)
Initialize this instance.
|
protected SmartHome |
SmartHomeOperations.lookupSmartHome(String tag)
Lookup an SmartHome by the specified tag.
|
protected SmartHomeItem |
SmartHomeOperations.lookupSmartHomeItem(String tag)
Lookup an SmartHomeItem by the specified tag.
|
protected void |
SmartHome.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a PublicObject.
|
protected void |
SmartHome.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
void |
SmartHomeAction.preExecute()
Handle anything prior to executing the Action.
|
void |
SmartHomeItemDefinition.setSmartHome(SmartHome smarthome)
Sets the SmartHome this SmartHomeItem will be associated with.
|
protected void |
SmartHomeOperations.showActivitySummary(ActivitySummary asumm,
ActivityRecord ar,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the ActivitySummary of an ActivityRecord.
|
void |
SmartHomeOperations.showAllSmartHomeItems(AttributeValueTable avt)
Show details about all Invitations within a Community.
|
protected void |
SmartHomeOperations.showExecutedAction(Action action,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show the details of a previously-executed Action.
|
void |
SmartHomeOperations.showSmartHome(AttributeValueTable avt)
Show details about a SmartHome.
|
void |
SmartHomeOperations.showSmartHomeItem(AttributeValueTable avt)
Show details about a SmartHomeItem within a SmartHome.
|
protected void |
SmartHomeOperations.showSmartHomeItem(SmartHomeItem shItem,
String prefix)
Show details about an Invitation.
|
static SmartHomeDefinition |
SmartHomeDefinition.toSmartHomeDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SmartHomeDefinition.
|
static SmartHomeDefinition |
SmartHomeDefinition.toSmartHomeDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a SmartHomeDefinition.
|
static SmartHomeItemDefinition |
SmartHomeItemDefinition.toSmartHomeItemDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a SmartHomeItemDefinition.
|
static SmartHomeItemDefinition |
SmartHomeItemDefinition.toSmartHomeItemDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Cast specified LibraryObjectDefinition to a SmartHomeItemDefinition.
|
Constructor and Description |
---|
CreateSmartHomeAction(ActionFactory factory)
Constructs a "pending" CreateSmartHomeAction, to be used to execute a new Action.
|
CreateSmartHomeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateSmartHomeAction, reflecting a previously
executed Action.
|
CreateSmartHomeItemAction(ActionFactory factory)
Constructs a "pending" CreateSmartHomeItemAction, to be used to execute a new Action.
|
CreateSmartHomeItemAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateSmartHomeItemAction, reflecting a previously
executed Action.
|
SmartHome(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SmartHome object.
|
SmartHomeAction(ActionFactory factory)
Constructs a "pending" SmartHomeAction, to be used to execute a new Action.
|
SmartHomeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" SmartHomeAction, reflecting a previously
executed Action.
|
SmartHomeDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
SmartHomeDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
SmartHomeItem(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SmartHomeItem object.
|
SmartHomeItemDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
SmartHomeItemDefinition(LibrarySessionInterface session,
String className)
Construct a definition explicitly capturing the session
and setting the initial ClassObject name.
|
StateChangeAction(ActionFactory factory)
Constructs a "pending" StateChangeAction, to be used to execute a new Action.
|
StateChangeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" StateChangeAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
static StixReport |
StixReport.createFromInformationExtraction(InformationExtraction ext)
Creates a StixReport from an InformationExtraction.
|
String |
StixReport.deriveSummaryText()
Gets the alternate outcomes produced from the NLP analysis.
|
static StixReport |
StixReport.findFromInformationExtraction(InformationExtraction ext)
Finds a StixReport from an InformationExtraction.
|
String[] |
StixDomainObject.getAliases()
Gets The canonical aliases for this object.
|
String |
StixDomainObject.getCanonicalName()
Gets The canonical representation of the SDO name.
|
String |
StixIdentity.getContactInfo()
Gets The contact information (e-mail, phone number, etc.) for this Identity.
|
StixDomainObject[] |
StixReport.getCreatedDomainObjects()
Gets the StixDomainObjects created as part of creating a StixReport
from a solved/finished InformationExtraction.
|
StixRelationObject[] |
StixReport.getCreatedRelationObjects()
Gets the StixRelationObjects created as part of creating a StixReport
from a solved/finished InformationExtraction.
|
Document |
StixDomainObject.getDescriptionDocument()
Gets the document that holds the detailed description of the Stix object
that is searchable via full text search.
|
String[] |
StixDomainObject.getExternalReferences()
Gets The set of external references for this object.
|
Date |
StixDomainObject.getFirstSeen()
Gets The time this object was first seen.
|
String[] |
StixThreatActor.getGoals()
Gets The high level goals (intentions) of this Threat Actor, namely, what are they trying to do.
|
String |
StixIdentity.getIdentityClass()
Gets The type of entity that this Identity describes, e.g., an individual or organization.
|
PublicObject |
StixDomainObject.getIdentityCreator()
Gets The identity credited for creating this object.
|
String |
StixDomainObject.getIndexedName()
Gets name used in a custom Text index.
|
InformationExtraction |
StixReport.getInformationExtraction()
Gets the NLP extraction of the source document.
|
String |
StixReport.getInputFormat()
Gets the input format of the Report (json, csv, def).
|
String[] |
StixAttackPattern.getKillChainPhases()
Gets The set of kill chain phases for this Attack Pattern.
|
String[] |
StixMalware.getKillChainPhases()
Gets The set of kill chain phases for this Malware.
|
String[] |
StixTool.getKillChainPhases()
Gets The list of kill chain phases for which this Tool can be used.
|
String[] |
StixDomainObject.getLabels()
Gets The open vocabulary labels used for some objects.
|
Date |
StixDomainObject.getLastSeen()
Gets The time this object was last seen.
|
String |
StixCampaign.getObjective()
Gets The objective for this camapaign.
|
String[] |
StixObservedData.getObservedObjects()
Gets A dictionary of Cyber Observable Objects representing the observation.
|
Date |
StixReport.getPublishedDate()
Gets the time this Report was published.
|
StixRelationObject[] |
StixDomainObject.getReferencingStixRelationObjects()
Gets the StixRelationObjects that reference the target object.
|
StixReport |
StixDomainObject.getReport()
Gets the StixReport in which this object was reported.
|
StixReport |
StixRelationObject.getReport()
Gets the StixReport in which this object was reported.
|
Folder |
StixReport.getReportFolder()
Gets the folder used to hold the artifacts for this Report.
|
String[] |
StixIdentity.getSectors()
Gets The list of industry sectors that this Identity belongs to.
|
String |
StixThreatActor.getSophistication()
Gets The skill, specific knowledge, special training, or expertise a Threat Actor must have to perform the attack.
|
Document |
StixReport.getSourceDocument()
Gets the source document for this Report.
|
String |
StixDomainObject.getStatus()
Gets the status of the object.
|
StixRelationObject[] |
StixDomainObject.getStixRelationObjects()
Gets the StixRelationObjects that this object references.
|
Document |
StixReport.getTokensDocument()
Gets the text document holding the tokens correspoinding to the
Source Document of this Report.
|
String |
StixTool.getToolVersion()
Gets The version identifier associated with the Tool.
|
String |
StixAuxiliaryObject.getType()
Gets the type of the auxiliary object; used as an enumeration,
but the value domain is open
|
String |
StixReport.getType()
Gets the type of the Report (training, test, evaluation).
|
protected void |
StixDomainObject.preCreate(LibraryObjectDefinition lodef) |
void |
StixDomainObject.setAliases(String[] val)
Sets The canonical aliases for this object.
|
void |
StixDomainObject.setCanonicalName(String val)
Sets The canonical representation of the SDO name.
|
void |
StixIdentity.setContactInfo(String val)
Sets The contact information (e-mail, phone number, etc.) for this Identity.
|
void |
StixDomainObject.setDescriptionDocument(Document val)
Sets the document that holds the detailed description of the Stix object
that is searchable via full text search.
|
void |
StixDomainObject.setExternalReferences(String[] val)
Sets The set of external references for this object.
|
void |
StixDomainObject.setFirstSeen(Date val)
Sets The time this object was first seen.
|
void |
StixThreatActor.setGoals(String[] val)
Sets The high level goals (intentions) of this Threat Actor, namely, what are they trying to do.
|
void |
StixIdentity.setIdentityClass(String val)
Sets The type of entity that this Identity describes, e.g., an individual or organization.
|
void |
StixDomainObject.setIdentityCreator(PublicObject val)
Sets The identity credited for creating this object.
|
void |
StixReport.setInputFormat(String val)
Sets The input format of the Report (json, csv, def).
|
void |
StixAttackPattern.setKillChainPhases(String[] val)
Sets The set of kill chain phases for this Attack Pattern.
|
void |
StixMalware.setKillChainPhases(String[] val)
Sets The set of kill chain phases for this Malware.
|
void |
StixTool.setKillChainPhases(String[] val)
Sets The list of kill chain phases for which this Tool can be used.
|
void |
StixDomainObject.setLabels(String[] val)
Sets The open vocabulary labels used for some objects.
|
void |
StixDomainObject.setLastSeen(Date val)
Sets The time this object was last seen.
|
void |
StixCampaign.setObjective(String val)
Sets The objective for this camapaign.
|
void |
StixObservedData.setObservedObjects(String[] val)
Sets A dictionary of Cyber Observable Objects representing the observation.
|
void |
StixReport.setPublishedDate(Date val)
Sets The time this Report was published.
|
void |
StixReport.setReportFolder(Folder val)
Sets The folder used to hold the artifacts for this Report.
|
void |
StixIdentity.setSectors(String[] val)
Sets The list of industry sectors that this Identity belongs to.
|
void |
StixThreatActor.setSophistication(String val)
Sets The skill, specific knowledge, special training, or expertise a Threat Actor must have to perform the attack.
|
void |
StixReport.setSourceDocument(Document val)
Sets The source document for this Report.
|
void |
StixReport.setTokensDocument(Document val)
Sets The text document holding the tokens correspoinding to the Source Document of this Report.
|
void |
StixTool.setToolVersion(String val)
Sets The version identifier associated with the Tool.
|
void |
StixReport.setType(String val)
Sets The type of the Report (training, test, evaluation).
|
static StixAttackDamageDefinition |
StixAttackDamageDefinition.toStixAttackDamageDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixAttackDamageDefinition.
|
static StixAttackDamageDefinition |
StixAttackDamageDefinition.toStixAttackDamageDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixAttackDamageDefinition.
|
static StixAttackerIdentityDefinition |
StixAttackerIdentityDefinition.toStixAttackerIdentityDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixAttackerIdentityDefinition.
|
static StixAttackerIdentityDefinition |
StixAttackerIdentityDefinition.toStixAttackerIdentityDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixAttackerIdentityDefinition.
|
static StixAttackIncidentDefinition |
StixAttackIncidentDefinition.toStixAttackIncidentDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixAttackIncidentDefinition.
|
static StixAttackIncidentDefinition |
StixAttackIncidentDefinition.toStixAttackIncidentDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixAttackIncidentDefinition.
|
static StixAttackPatternDefinition |
StixAttackPatternDefinition.toStixAttackPatternDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixAttackPatternDefinition.
|
static StixAttackPatternDefinition |
StixAttackPatternDefinition.toStixAttackPatternDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixAttackPatternDefinition.
|
static StixAttributedToRelationDefinition |
StixAttributedToRelationDefinition.toStixAttributedToRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixAttributedToRelationDefinition.
|
static StixAttributedToRelationDefinition |
StixAttributedToRelationDefinition.toStixAttributedToRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixAttributedToRelationDefinition.
|
static StixAuxiliaryObjectDefinition |
StixAuxiliaryObjectDefinition.toStixAuxiliaryObjectDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixAuxiliaryObjectDefinition.
|
static StixAuxiliaryObjectDefinition |
StixAuxiliaryObjectDefinition.toStixAuxiliaryObjectDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixAuxiliaryObjectDefinition.
|
static StixCampaignDefinition |
StixCampaignDefinition.toStixCampaignDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixCampaignDefinition.
|
static StixCampaignDefinition |
StixCampaignDefinition.toStixCampaignDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixCampaignDefinition.
|
static StixCooperatingRelationDefinition |
StixCooperatingRelationDefinition.toStixCooperatingRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixCooperatingRelationDefinition.
|
static StixCooperatingRelationDefinition |
StixCooperatingRelationDefinition.toStixCooperatingRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixCooperatingRelationDefinition.
|
static StixCourseOfActionDefinition |
StixCourseOfActionDefinition.toStixCourseOfActionDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixCourseOfActionDefinition.
|
static StixCourseOfActionDefinition |
StixCourseOfActionDefinition.toStixCourseOfActionDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixCourseOfActionDefinition.
|
static StixDefenderIdentityDefinition |
StixDefenderIdentityDefinition.toStixDefenderIdentityDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixDefenderIdentityDefinition.
|
static StixDefenderIdentityDefinition |
StixDefenderIdentityDefinition.toStixDefenderIdentityDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixDefenderIdentityDefinition.
|
static StixDerivedFromRelationDefinition |
StixDerivedFromRelationDefinition.toStixDerivedFromRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixDerivedFromRelationDefinition.
|
static StixDerivedFromRelationDefinition |
StixDerivedFromRelationDefinition.toStixDerivedFromRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixDerivedFromRelationDefinition.
|
static StixDomainObjectDefinition |
StixDomainObjectDefinition.toStixDomainObjectDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixDomainObjectDefinition.
|
static StixDomainObjectDefinition |
StixDomainObjectDefinition.toStixDomainObjectDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixDomainObjectDefinition.
|
static StixDuplicateOfRelationDefinition |
StixDuplicateOfRelationDefinition.toStixDuplicateOfRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixDuplicateOfRelationDefinition.
|
static StixDuplicateOfRelationDefinition |
StixDuplicateOfRelationDefinition.toStixDuplicateOfRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixDuplicateOfRelationDefinition.
|
static StixIdentityDefinition |
StixIdentityDefinition.toStixIdentityDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixIdentityDefinition.
|
static StixIdentityDefinition |
StixIdentityDefinition.toStixIdentityDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixIdentityDefinition.
|
static StixImpersonatesRelationDefinition |
StixImpersonatesRelationDefinition.toStixImpersonatesRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixImpersonatesRelationDefinition.
|
static StixImpersonatesRelationDefinition |
StixImpersonatesRelationDefinition.toStixImpersonatesRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixImpersonatesRelationDefinition.
|
static StixIndicatesRelationDefinition |
StixIndicatesRelationDefinition.toStixIndicatesRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixIndicatesRelationDefinition.
|
static StixIndicatesRelationDefinition |
StixIndicatesRelationDefinition.toStixIndicatesRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixIndicatesRelationDefinition.
|
static StixIndicatorDefinition |
StixIndicatorDefinition.toStixIndicatorDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixIndicatorDefinition.
|
static StixIndicatorDefinition |
StixIndicatorDefinition.toStixIndicatorDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixIndicatorDefinition.
|
static StixIntrusionSetDefinition |
StixIntrusionSetDefinition.toStixIntrusionSetDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixIntrusionSetDefinition.
|
static StixIntrusionSetDefinition |
StixIntrusionSetDefinition.toStixIntrusionSetDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixIntrusionSetDefinition.
|
static StixLocationDefinition |
StixLocationDefinition.toStixLocationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixLocationDefinition.
|
static StixLocationDefinition |
StixLocationDefinition.toStixLocationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixLocationDefinition.
|
static StixMalwareDefinition |
StixMalwareDefinition.toStixMalwareDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixMalwareDefinition.
|
static StixMalwareDefinition |
StixMalwareDefinition.toStixMalwareDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixMalwareDefinition.
|
static StixMitigatesRelationDefinition |
StixMitigatesRelationDefinition.toStixMitigatesRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixMitigatesRelationDefinition.
|
static StixMitigatesRelationDefinition |
StixMitigatesRelationDefinition.toStixMitigatesRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixMitigatesRelationDefinition.
|
static StixObservedDataDefinition |
StixObservedDataDefinition.toStixObservedDataDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixObservedDataDefinition.
|
static StixObservedDataDefinition |
StixObservedDataDefinition.toStixObservedDataDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixObservedDataDefinition.
|
static StixObserverIdentityDefinition |
StixObserverIdentityDefinition.toStixObserverIdentityDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixObserverIdentityDefinition.
|
static StixObserverIdentityDefinition |
StixObserverIdentityDefinition.toStixObserverIdentityDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixObserverIdentityDefinition.
|
static StixRelatedToRelationDefinition |
StixRelatedToRelationDefinition.toStixRelatedToRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixRelatedToRelationDefinition.
|
static StixRelatedToRelationDefinition |
StixRelatedToRelationDefinition.toStixRelatedToRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixRelatedToRelationDefinition.
|
static StixRelationObjectDefinition |
StixRelationObjectDefinition.toStixRelationObjectDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixRelationObjectDefinition.
|
static StixRelationObjectDefinition |
StixRelationObjectDefinition.toStixRelationObjectDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixRelationObjectDefinition.
|
static StixReportDefinition |
StixReportDefinition.toStixReportDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixReportDefinition.
|
static StixReportDefinition |
StixReportDefinition.toStixReportDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixReportDefinition.
|
static StixReportedRelationDefinition |
StixReportedRelationDefinition.toStixReportedRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixReportedRelationDefinition.
|
static StixReportedRelationDefinition |
StixReportedRelationDefinition.toStixReportedRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixReportedRelationDefinition.
|
static StixTargetsRelationDefinition |
StixTargetsRelationDefinition.toStixTargetsRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixTargetsRelationDefinition.
|
static StixTargetsRelationDefinition |
StixTargetsRelationDefinition.toStixTargetsRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixTargetsRelationDefinition.
|
static StixThreatActorDefinition |
StixThreatActorDefinition.toStixThreatActorDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixThreatActorDefinition.
|
static StixThreatActorDefinition |
StixThreatActorDefinition.toStixThreatActorDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixThreatActorDefinition.
|
static StixTimeReferenceDefinition |
StixTimeReferenceDefinition.toStixTimeReferenceDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixTimeReferenceDefinition.
|
static StixTimeReferenceDefinition |
StixTimeReferenceDefinition.toStixTimeReferenceDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixTimeReferenceDefinition.
|
static StixToolDefinition |
StixToolDefinition.toStixToolDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixToolDefinition.
|
static StixToolDefinition |
StixToolDefinition.toStixToolDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixToolDefinition.
|
static StixUsesRelationDefinition |
StixUsesRelationDefinition.toStixUsesRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixUsesRelationDefinition.
|
static StixUsesRelationDefinition |
StixUsesRelationDefinition.toStixUsesRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixUsesRelationDefinition.
|
static StixVariantOfRelationDefinition |
StixVariantOfRelationDefinition.toStixVariantOfRelationDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixVariantOfRelationDefinition.
|
static StixVariantOfRelationDefinition |
StixVariantOfRelationDefinition.toStixVariantOfRelationDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixVariantOfRelationDefinition.
|
static StixVulnerabilityDefinition |
StixVulnerabilityDefinition.toStixVulnerabilityDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
StixVulnerabilityDefinition.
|
static StixVulnerabilityDefinition |
StixVulnerabilityDefinition.toStixVulnerabilityDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
StixVulnerabilityDefinition.
|
Constructor and Description |
---|
StixAttackDamage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackDamage object.
|
StixAttackDamageDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixAttackDamageDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixAttackerIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackerIdentity object.
|
StixAttackerIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixAttackerIdentityDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixAttackIncident(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackIncident object.
|
StixAttackIncidentDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixAttackIncidentDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixAttackPattern(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttackPattern object.
|
StixAttackPatternDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixAttackPatternDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixAttributedToRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAttributedToRelation object.
|
StixAttributedToRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixAttributedToRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixAuxiliaryObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixAuxiliaryObject object.
|
StixAuxiliaryObjectDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixAuxiliaryObjectDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixCampaign(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCampaign object.
|
StixCampaignDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixCampaignDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixCooperatingRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCooperatingRelation object.
|
StixCooperatingRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixCooperatingRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixCourseOfAction(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixCourseOfAction object.
|
StixCourseOfActionDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixCourseOfActionDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixDefenderIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDefenderIdentity object.
|
StixDefenderIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixDefenderIdentityDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixDerivedFromRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDerivedFromRelation object.
|
StixDerivedFromRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixDerivedFromRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixDomainObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDomainObject object.
|
StixDomainObjectDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixDomainObjectDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixDuplicateOfRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixDuplicateOfRelation object.
|
StixDuplicateOfRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixDuplicateOfRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIdentity object.
|
StixIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixIdentityDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixImpersonatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixImpersonatesRelation object.
|
StixImpersonatesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixImpersonatesRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixIndicatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIndicatesRelation object.
|
StixIndicatesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixIndicatesRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixIndicator(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIndicator object.
|
StixIndicatorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixIndicatorDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixIntrusionSet(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixIntrusionSet object.
|
StixIntrusionSetDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixIntrusionSetDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixLocation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixLocation object.
|
StixLocationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixLocationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixMalware(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixMalware object.
|
StixMalwareDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixMalwareDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixMitigatesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixMitigatesRelation object.
|
StixMitigatesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixMitigatesRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixObservedData(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixObservedData object.
|
StixObservedDataDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixObservedDataDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixObserverIdentity(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixObserverIdentity object.
|
StixObserverIdentityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixObserverIdentityDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixRelatedToRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixRelatedToRelation object.
|
StixRelatedToRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixRelatedToRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixRelationObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixRelationObject object.
|
StixRelationObjectDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixRelationObjectDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixReport(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixReport object.
|
StixReportDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixReportDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixReportedRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixReportedRelation object.
|
StixReportedRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixReportedRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixTargetsRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTargetsRelation object.
|
StixTargetsRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixTargetsRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixThreatActor(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixThreatActor object.
|
StixThreatActorDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixThreatActorDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixTimeReference(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTimeReference object.
|
StixTimeReferenceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixTimeReferenceDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixTool(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixTool object.
|
StixToolDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixToolDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixUsesRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixUsesRelation object.
|
StixUsesRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixUsesRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixVariantOfRelation(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixVariantOfRelation object.
|
StixVariantOfRelationDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixVariantOfRelationDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
StixVulnerability(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a StixVulnerability object.
|
StixVulnerabilityDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
StixVulnerabilityDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
Modifier and Type | Method and Description |
---|---|
void |
StixOperations.createJsonStixReportBatch(AttributeValueTable avt)
Creation a batch of JSON-based StixReports from an input file directory.
|
void |
StixOperations.createStixAttackDamage(AttributeValueTable avt)
Creates a StixAttackDamage.
|
void |
StixOperations.createStixAttackIncident(AttributeValueTable avt)
Creates a StixAttackIncident.
|
void |
StixOperations.createStixAttackPattern(AttributeValueTable avt)
Creates a StixAttackPattern.
|
void |
StixOperations.createStixCampaign(AttributeValueTable avt)
Creates a StixCampaign.
|
void |
StixOperations.createStixCourseOfAction(AttributeValueTable avt)
Creates a StixCourseOfAction.
|
void |
StixOperations.createStixIdentity(AttributeValueTable avt)
Creates a StixIdentity.
|
void |
StixOperations.createStixIndicator(AttributeValueTable avt)
Creates a StixIndicator.
|
void |
StixOperations.createStixIntrusionSet(AttributeValueTable avt)
Creates a StixIntrusionSet.
|
void |
StixOperations.createStixLocation(AttributeValueTable avt)
Creates a StixLocation.
|
void |
StixOperations.createStixMalware(AttributeValueTable avt)
Creates a StixMalware.
|
void |
StixOperations.createStixObservedData(AttributeValueTable avt)
Creates a StixObservedData.
|
void |
StixOperations.createStixRelationObject(AttributeValueTable avt)
Creates a StixRelationObject.
|
void |
StixOperations.createStixThreatActor(AttributeValueTable avt)
Creates a StixThreatActor.
|
void |
StixOperations.createStixTimeReference(AttributeValueTable avt)
Creates a StixTimeReference.
|
void |
StixOperations.createStixTool(AttributeValueTable avt)
Creates a StixTool.
|
void |
StixOperations.createStixTrainingReport(AttributeValueTable avt)
Creates a StixReport for training.
|
void |
StixOperations.createStixVulnerability(AttributeValueTable avt)
Creates a StixVulnerability.
|
void |
StixOperations.executeStixTrainingReport(AttributeValueTable avt)
Execute a previously created StixReport, for STIX training.
|
void |
StixOperations.identifyStixReport(AttributeValueTable avt)
Identify a StixReport from a solved/finished InformationExtraction.
|
protected StixDomainObject |
StixOperations.lookupStixDomainObject(LibrarySession sess,
String tag)
Lookup a StixDomainObject by tag.
|
protected StixReport |
StixOperations.lookupStixReport(LibrarySession sess,
String tag)
Lookup a StixReport by tag.
|
void |
CoreNlpOperations.runPatternsAnalysis(AttributeValueTable avt)
Run Bootstrap Entity Extraction.
|
void |
CoreNlpOperations.runStandardPatternsAnalysis(AttributeValueTable avt)
Run Bootstrap Entity Extraction, with standardized inputs.
|
void |
StixOperations.searchStixDomainObjectByIndexedName(AttributeValueTable avt)
Search for StixDomainObject by INDEXEDNAME.
|
void |
StixOperations.showCreatedStixReportObjects(AttributeValueTable avt)
Shows the objects created as part of creating a StixReport
from a solved/finished InformationExtraction.
|
void |
StixOperations.showJson(AttributeValueTable avt)
Parse explicit JSON, showing the resuls of the parse only.
|
protected void |
StixOperations.showRelations(StixDomainObject obj,
String prefix)
Show the StixRelationObjects associated with the specified StixDomainObject.
|
void |
StixOperations.showStixAttackDamage(StixAttackDamage obj,
String prefix)
Show details about a StixAttackDamage.
|
void |
StixOperations.showStixAttackIncident(StixAttackIncident obj,
String prefix)
Show details about a StixAttackIncident.
|
void |
StixOperations.showStixAttackPattern(StixAttackPattern obj,
String prefix)
Show details about a StixAttackPattern.
|
void |
StixOperations.showStixCampaign(StixCampaign obj,
String prefix)
Show details about a StixCampaign.
|
void |
StixOperations.showStixCourseOfAction(StixCourseOfAction obj,
String prefix)
Show details about a StixCourseOfAction.
|
void |
StixOperations.showStixDomainObject(StixDomainObject obj,
String prefix)
Show details about a StixDomainObject.
|
void |
StixOperations.showStixDomainObject(String tag)
Show details about a StixDomainObject.
|
void |
StixOperations.showStixIdentity(StixIdentity obj,
String prefix)
Show details about a StixIdentity.
|
void |
StixOperations.showStixIndicator(StixIndicator obj,
String prefix)
Show details about a StixIndicator.
|
void |
StixOperations.showStixIntrusionSet(StixIntrusionSet obj,
String prefix)
Show details about a StixIntrusionSet.
|
void |
StixOperations.showStixLocation(StixLocation obj,
String prefix)
Show details about a StixLocation.
|
void |
StixOperations.showStixMalware(StixMalware obj,
String prefix)
Show details about a StixMalware.
|
void |
StixOperations.showStixObservedData(StixObservedData obj,
String prefix)
Show details about a StixObservedData.
|
void |
StixOperations.showStixRelationObject(StixRelationObject obj,
String prefix)
Show details about a StixRelationObject.
|
void |
StixOperations.showStixRelationObject(String tag)
Show details about a StixRelationObject.
|
void |
StixOperations.showStixReport(StixReport report,
String prefix)
Show details about a StixReport.
|
void |
StixOperations.showStixReportBatch(AttributeValueTable avt)
Shows the batch of StixReports from an input file directory.
|
void |
StixOperations.showStixReportBatch(Folder topFolder,
boolean verbose,
String indent)
Shows the batch of StixReports under a folder.
|
void |
StixOperations.showStixThreatActor(StixThreatActor obj,
String prefix)
Show details about a StixThreatActor.
|
void |
StixOperations.showStixTimeReference(StixTimeReference obj,
String prefix)
Show details about a StixTimeReference.
|
void |
StixOperations.showStixTool(StixTool obj,
String prefix)
Show details about a StixTool.
|
void |
StixOperations.showStixVulnerability(StixVulnerability obj,
String prefix)
Show details about a StixVulnerability.
|
void |
CoreNlpOperations.simpleNlpParse(AttributeValueTable avt)
Perform a simple parse of the text specified.
|
Constructor and Description |
---|
S_StixAttackDamage(S_LibrarySession session,
Long classId)
Construct a S_StixAttackDamage for the case where the object has not
been created in the database yet.
|
S_StixAttackDamage(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixAttackDamage.
|
S_StixAttackerIdentity(S_LibrarySession session,
Long classId)
Construct a S_StixAttackerIdentity for the case where the object has not
been created in the database yet.
|
S_StixAttackerIdentity(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixAttackerIdentity.
|
S_StixAttackIncident(S_LibrarySession session,
Long classId)
Construct a S_StixAttackIncident for the case where the object has not
been created in the database yet.
|
S_StixAttackIncident(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixAttackIncident.
|
S_StixAttackPattern(S_LibrarySession session,
Long classId)
Construct a S_StixAttackPattern for the case where the object has not
been created in the database yet.
|
S_StixAttackPattern(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixAttackPattern.
|
S_StixAttributedToRelation(S_LibrarySession session,
Long classId)
Construct a S_StixAttributedToRelation for the case where the object has not
been created in the database yet.
|
S_StixAttributedToRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixAttributedToRelation.
|
S_StixAuxiliaryObject(S_LibrarySession session,
Long classId)
Construct a S_StixAuxiliaryObject for the case where the object has not
been created in the database yet.
|
S_StixAuxiliaryObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixAuxiliaryObject.
|
S_StixCampaign(S_LibrarySession session,
Long classId)
Construct a S_StixCampaign for the case where the object has not
been created in the database yet.
|
S_StixCampaign(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixCampaign.
|
S_StixCooperatingRelation(S_LibrarySession session,
Long classId)
Construct a S_StixCooperatingRelation for the case where the object has not
been created in the database yet.
|
S_StixCooperatingRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixCooperatingRelation.
|
S_StixCourseOfAction(S_LibrarySession session,
Long classId)
Construct a S_StixCourseOfAction for the case where the object has not
been created in the database yet.
|
S_StixCourseOfAction(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixCourseOfAction.
|
S_StixDefenderIdentity(S_LibrarySession session,
Long classId)
Construct a S_StixDefenderIdentity for the case where the object has not
been created in the database yet.
|
S_StixDefenderIdentity(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixDefenderIdentity.
|
S_StixDerivedFromRelation(S_LibrarySession session,
Long classId)
Construct a S_StixDerivedFromRelation for the case where the object has not
been created in the database yet.
|
S_StixDerivedFromRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixDerivedFromRelation.
|
S_StixDomainObject(S_LibrarySession session,
Long classId)
Construct a S_StixDomainObject for the case where the object has not
been created in the database yet.
|
S_StixDomainObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixDomainObject.
|
S_StixDuplicateOfRelation(S_LibrarySession session,
Long classId)
Construct a S_StixDuplicateOfRelation for the case where the object has not
been created in the database yet.
|
S_StixDuplicateOfRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixDuplicateOfRelation.
|
S_StixIdentity(S_LibrarySession session,
Long classId)
Construct a S_StixIdentity for the case where the object has not
been created in the database yet.
|
S_StixIdentity(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixIdentity.
|
S_StixImpersonatesRelation(S_LibrarySession session,
Long classId)
Construct a S_StixImpersonatesRelation for the case where the object has not
been created in the database yet.
|
S_StixImpersonatesRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixImpersonatesRelation.
|
S_StixIndicatesRelation(S_LibrarySession session,
Long classId)
Construct a S_StixIndicatesRelation for the case where the object has not
been created in the database yet.
|
S_StixIndicatesRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixIndicatesRelation.
|
S_StixIndicator(S_LibrarySession session,
Long classId)
Construct a S_StixIndicator for the case where the object has not
been created in the database yet.
|
S_StixIndicator(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixIndicator.
|
S_StixIntrusionSet(S_LibrarySession session,
Long classId)
Construct a S_StixIntrusionSet for the case where the object has not
been created in the database yet.
|
S_StixIntrusionSet(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixIntrusionSet.
|
S_StixLocation(S_LibrarySession session,
Long classId)
Construct a S_StixLocation for the case where the object has not
been created in the database yet.
|
S_StixLocation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixLocation.
|
S_StixMalware(S_LibrarySession session,
Long classId)
Construct a S_StixMalware for the case where the object has not
been created in the database yet.
|
S_StixMalware(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixMalware.
|
S_StixMitigatesRelation(S_LibrarySession session,
Long classId)
Construct a S_StixMitigatesRelation for the case where the object has not
been created in the database yet.
|
S_StixMitigatesRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixMitigatesRelation.
|
S_StixObservedData(S_LibrarySession session,
Long classId)
Construct a S_StixObservedData for the case where the object has not
been created in the database yet.
|
S_StixObservedData(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixObservedData.
|
S_StixObserverIdentity(S_LibrarySession session,
Long classId)
Construct a S_StixObserverIdentity for the case where the object has not
been created in the database yet.
|
S_StixObserverIdentity(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixObserverIdentity.
|
S_StixRelatedToRelation(S_LibrarySession session,
Long classId)
Construct a S_StixRelatedToRelation for the case where the object has not
been created in the database yet.
|
S_StixRelatedToRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixRelatedToRelation.
|
S_StixRelationObject(S_LibrarySession session,
Long classId)
Construct a S_StixRelationObject for the case where the object has not
been created in the database yet.
|
S_StixRelationObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixRelationObject.
|
S_StixReport(S_LibrarySession session,
Long classId)
Construct a S_StixReport for the case where the object has not
been created in the database yet.
|
S_StixReport(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixReport.
|
S_StixReportedRelation(S_LibrarySession session,
Long classId)
Construct a S_StixReportedRelation for the case where the object has not
been created in the database yet.
|
S_StixReportedRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixReportedRelation.
|
S_StixTargetsRelation(S_LibrarySession session,
Long classId)
Construct a S_StixTargetsRelation for the case where the object has not
been created in the database yet.
|
S_StixTargetsRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixTargetsRelation.
|
S_StixThreatActor(S_LibrarySession session,
Long classId)
Construct a S_StixThreatActor for the case where the object has not
been created in the database yet.
|
S_StixThreatActor(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixThreatActor.
|
S_StixTimeReference(S_LibrarySession session,
Long classId)
Construct a S_StixTimeReference for the case where the object has not
been created in the database yet.
|
S_StixTimeReference(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixTimeReference.
|
S_StixTool(S_LibrarySession session,
Long classId)
Construct a S_StixTool for the case where the object has not
been created in the database yet.
|
S_StixTool(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixTool.
|
S_StixUsesRelation(S_LibrarySession session,
Long classId)
Construct a S_StixUsesRelation for the case where the object has not
been created in the database yet.
|
S_StixUsesRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixUsesRelation.
|
S_StixVariantOfRelation(S_LibrarySession session,
Long classId)
Construct a S_StixVariantOfRelation for the case where the object has not
been created in the database yet.
|
S_StixVariantOfRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixVariantOfRelation.
|
S_StixVulnerability(S_LibrarySession session,
Long classId)
Construct a S_StixVulnerability for the case where the object has not
been created in the database yet.
|
S_StixVulnerability(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_StixVulnerability.
|
Modifier and Type | Method and Description |
---|---|
String |
StixJsonGraphWriter.createJsonString()
Generates the JSON string for the objects.
|
void |
StixJsonParser.execute(LibrarySession session)
Execute the prepared JSON, creating all of the defined STIX objects.
|
void |
NlpFinisher.finish(InformationExtraction ext)
Finish a parsed report, creating Stix objects and optionally
creating summary output files showing the Stix graph and text summaries.
|
void |
StixJsonParser.prepare(LibrarySession session,
StixReport report)
Prepare the parsed JSON for execution.
|
void |
StixJsonParser.StixJsonArray.prepareArray(LibrarySession session,
StixReport report)
Prepare the array for execution.
|
void |
StixJsonParser.StixJsonObject.prepareObject(LibrarySession session,
StixReport report)
Prepare the object for execution.
|
Modifier and Type | Method and Description |
---|---|
void |
SportsOperations.addPlateAppearance(AttributeValueTable avt)
Adds a PlateAppearance to a BatterStatistics.
|
WeatherSummarySource |
WeatherSummary.addWeatherSummarySource(long sourceId)
Overrides to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
void |
BaseballStatisticsDefinition.applySettings(AttributeValueTable avt)
Applies settings from the specified table.
|
String |
SportsPreparedSelectorGenerator.BATTER_PITCHER_DOCUMENT_JOIN(String input)
Generates a join clause between a batter Document, a pitcher Document and
its connecting Relation.
|
void |
SportsOperations.cancelPermanentRecord(AttributeValueTable avt)
Sets PERMANENTRECORD attribute for a PlayerDocument to false.
|
void |
SportsOperations.createScoutingGroup(AttributeValueTable avt)
Creates a ScoutingGroup.
|
void |
SportsOperations.createWeatherSummary(AttributeValueTable avt)
Creates a WeatherSummary.
|
boolean |
PlayerDocumentCapabilities.DELETE()
Performs additional capability check for the DELETE permission.
|
static PlayerDocument[] |
PlayerDocument.findAll(LibrarySession session)
Returns the set of all PlayerDocument instances
that the user has access to.
|
static ScoutingGroup[] |
ScoutingGroup.findAll(LibrarySession session)
Returns the set of all ScoutingGroup instances
that the user has access to.
|
static PlayerDocument |
PlayerDocument.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a PlayerDocument matching the specified uniquename.
|
static ScoutingGroup |
ScoutingGroup.findByUniqueName(LibrarySession session,
String uniqueName)
Returns the a ScoutingGroup matching the specified uniquename.
|
void |
SportsOperations.findOrCreateCompositeScoutingGroup(AttributeValueTable avt)
Find or create a CompositeScoutingGroup.
|
static CompositeScoutingGroup |
CompositeScoutingGroup.findOrCreateCompositeScoutingGroup(LibrarySession session,
List<DirectoryGroup> members)
Find or create a CompositeScoutingGroup that contains exactly
the membership specified.
|
static CompositeScoutingGroup |
CompositeScoutingGroup.findOrCreateCompositeScoutingGroup(LibrarySession session,
List<DirectoryGroup> members,
CompositeGroupDefinition def)
Find or create a CompositeScoutingGroup that contains exactly
the membership specified.
|
boolean |
PlayerDocumentCapabilities.GET_CONTENT()
Performs additional capability check for the GET_CONTENT permission.
|
BatterMilestone[] |
BatterStatistics.getBatterMilestones()
Gets the BatterMilestones for this BatterStatistics object.
|
BatterStatistics |
BatterMilestone.getBatterStatistics()
Gets the associated BatterStatistics object.
|
String |
PlayerDocument.getCareerSummary()
Returns the career summary.
|
Date |
BaseballStatistics.getDebutDate()
Gets Date player made MLB debut.
|
String |
BatterMilestone.getDescription()
Gets the description of the milestone.
|
Map |
BaseballStatistics.getFinalTeamByYearMap()
Gets the final team played for each year.
|
Date |
PlateAppearance.getGameDate()
Gets Date the plate appearance occurred.
|
Map |
BaseballStatistics.getGamesByTeamMap()
Gets the number of games played for each team.
|
Map |
BaseballStatistics.getGamesByYearMap()
Gets the number of games played for each year.
|
Map |
BaseballStatistics.getInfo()
Gets Information map about the player.
|
int |
PlateAppearance.getInning()
Gets The inning in which the plate appearance occurred.
|
String |
PlateAppearance.getLocation()
Gets Stadium location.
|
Date |
BatterMilestone.getMilestoneDate()
Gets the date of the milestone.
|
Map |
BaseballStatistics.getNickNameMap()
Gets the set of nicknames by language code.
|
int |
PlateAppearance.getPitchCount()
Gets The number of pitches thrown during the plate appearance.
|
String |
BaseballStatistics.getPlayerName()
Gets Player name.
|
DirectoryUser |
BaseballStatistics.getScout()
Gets Reference to primary scout.
|
ScoutingGroup |
BaseballStatistics.getScoutGroup()
Gets Reference to primary scouting group.
|
long |
WeatherSummarySource.getSourceIdentifer()
Gets the source identifier.
|
String |
BaseballStatistics.getTeam()
Gets Team name.
|
int |
PlateAppearance.getTotalBases()
Gets The number of total bases when a hit is recorded (1-4).
|
String |
PlayerDocument.getUniqueName()
Returns the name used to uniquely identify this PlayerDocument.
|
String |
ScoutingGroup.getUniqueName()
Returns the name used to uniquely identify this ScoutingGroup.
|
WeatherSummary |
PlateAppearance.getWeatherSummary()
Gets Reference to the weather summary during the plate appearance.
|
WeatherSummary |
WeatherSummarySource.getWeatherSummary()
Gets the master WeatherSummary.
|
long[] |
WeatherSummary.getWeatherSummarySourceValues()
Overrides to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
String |
BaseballStatistics.getYear()
Gets Year of the statistic.
|
boolean |
BatterMilestone.hasNameAttribute()
Overrides to return true, indicating
that this class defines a NAME attribute.
|
boolean |
WeatherSummary.hasNameAttribute()
Overrides to return true, indicating
that this class defines a NAME attribute.
|
void |
SportsOperations.identifyBatter(AttributeValueTable avt)
Identify a Batter document by the name of its BatterStatistics.
|
void |
SportsOperations.identifyCompositeScoutingGroup(AttributeValueTable avt)
Identify a CompositeScoutingGroup by its membership.
|
void |
SportsOperations.identifyScoutingGroup(AttributeValueTable avt)
Identify a ScoutingGroup by its unique name.
|
boolean |
BaseballStatistics.isActive()
Gets Whether the player is still active.
|
boolean |
PlateAppearance.isErrorRecorded()
Gets Whether an error was recorded for other than a hit.
|
boolean |
PlateAppearance.isHitByPitchRecorded()
Gets Whether a hit-by-pitch was recorded.
|
boolean |
PlateAppearance.isOutRecorded()
Gets Whether an out was recorded.
|
boolean |
PlayerDocument.isPermanentRecord()
Gets the indication as to whether the document represents a permanent record.
|
boolean |
PlateAppearance.isSacrificeRecorded()
Gets Whether a sacrifice or sacrifice fly was recorded.
|
boolean |
PlateAppearance.isWalkRecorded()
Gets Whether a walk was recorded.
|
protected BatterStatistics |
SportsOperations.lookupBatterStatistics(String tag)
Lookup a BatterStatistics by the specified tag.
|
protected CompositeScoutingGroup |
SportsOperations.lookupCompositeScoutingGroup(String tag)
Lookup a CompositeScoutingGroup by the specified tag.
|
protected ScoutingGroup |
SportsOperations.lookupScoutingGroup(String tag)
Lookup a ScoutingGroup by the specified tag.
|
protected SimpleObject |
SportsOperations.lookupWeatherSummary(String tag)
Lookup a WeatherSummary by the specified tag.
|
String |
SportsOperations.CustomPreparedSelectorGenerator.LOWER(String input)
Applies a lowercasing SQL function.
|
String |
SportsPreparedSelectorGenerator.LOWER(String input)
Applies a lowercasing SQL function.
|
boolean |
PlayerDocumentCapabilities.MOVE()
Performs additional capability check for the MOVE permission.
|
protected void |
BatterMilestone.postCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions after the
creation of a object.
|
protected void |
PlayerDocument.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
ScoutingGroup.preCreate(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
creation of a PublicObject.
|
protected void |
BatterMilestone.preFree(LibraryObjectDefinition lodef)
Extensibility point to perform actions prior to the
permanent deletion ("free") of a object.
|
void |
SportsOperations.runAllSportsQueries(AttributeValueTable avt)
Runs test queries using PreparedSelectors for specific column results.
|
boolean |
PlayerDocumentCapabilities.SET_ATTR()
Performs additional capability check for the SET_ATTR permission.
|
boolean |
PlayerDocumentCapabilities.SET_CONTENT()
Performs additional capability check for the SET_CONTENT permission.
|
void |
BaseballStatistics.setActive(Boolean val)
Sets Whether the player is still active.
|
void |
BaseballStatistics.setDebutDate(Date val)
Sets Date player made MLB debut.
|
void |
BaseballStatistics.setFinalTeamByYearMap(Map val)
Sets the final team played for each year.
|
void |
BaseballStatistics.setGamesByTeamMap(Map val)
Sets the number of games played for each team.
|
void |
BaseballStatistics.setGamesByYearMap(Map val)
Sets the number of games played for each year.
|
void |
BaseballStatistics.setInfo(Map val)
Sets Information map about the player.
|
boolean |
PlayerDocumentCapabilities.SETMETADATA()
Performs additional capability check for the SETMETADATA permission.
|
void |
BaseballStatistics.setNickNameMap(Map val)
Sets the set of nicknames by language code.
|
void |
BaseballStatistics.setPlayerName(String val)
Sets Player name.
|
void |
BaseballStatistics.setScout(DirectoryUser val)
Sets Reference to primary scout.
|
void |
BaseballStatistics.setScoutGroup(ScoutingGroup val)
Sets Reference to primary scouting group.
|
void |
BaseballStatistics.setTeam(String val)
Sets Team name.
|
void |
WeatherSummary.setWeatherSummarySources(long[] sourceIds)
Overrides to return true for any PublicObject, indicating
that the instance has a NAME attribute.
|
void |
BaseballStatistics.setYear(String val)
Sets Year of the statistic.
|
void |
SportsOperations.showBatter(AttributeValueTable avt)
Show details about a Batter.
|
void |
SportsOperations.showCompositeScoutingGroup(AttributeValueTable avt)
Show details about a CompositeScoutingGroup.
|
void |
SportsOperations.showCompositeScoutingGroup(String tag)
Show details about a CompositeScoutingGroup.
|
void |
SportsOperations.showScoutingGroup(AttributeValueTable avt)
Show details about a ScoutingGroup.
|
void |
SportsOperations.showScoutingGroup(String tag)
Show details about a ScoutingGroup.
|
static BaseballStatisticsDefinition |
BaseballStatisticsDefinition.toBaseballStatisticsDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
BaseballStatisticsDefinition.
|
static BaseballStatisticsDefinition |
BaseballStatisticsDefinition.toBaseballStatisticsDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
BaseballStatisticsDefinition.
|
static BatterMilestoneDefinition |
BatterMilestoneDefinition.toBatterMilestoneDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
BatterMilestoneDefinition.
|
static BatterMilestoneDefinition |
BatterMilestoneDefinition.toBatterMilestoneDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
BatterMilestoneDefinition.
|
static BatterStatisticsDefinition |
BatterStatisticsDefinition.toBatterStatisticsDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
BatterStatisticsDefinition.
|
static BatterStatisticsDefinition |
BatterStatisticsDefinition.toBatterStatisticsDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
BatterStatisticsDefinition.
|
static BriefWeatherSummaryDefinition |
BriefWeatherSummaryDefinition.toBriefWeatherSummaryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a BriefWeatherSummaryDefinition.
|
static BriefWeatherSummaryDefinition |
BriefWeatherSummaryDefinition.toBriefWeatherSummaryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a BriefWeatherSummaryDefinition.
|
static CompositeScoutingGroupDefinition |
CompositeScoutingGroupDefinition.toCompositeScoutingGroupDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a CompositeScoutingGroupDefinition.
|
static CompositeScoutingGroupDefinition |
CompositeScoutingGroupDefinition.toCompositeScoutingGroupDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a CompositeScoutingGroupDefinition.
|
static DetailedWeatherSummaryDefinition |
DetailedWeatherSummaryDefinition.toDetailedWeatherSummaryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a DetailedWeatherSummaryDefinition.
|
static DetailedWeatherSummaryDefinition |
DetailedWeatherSummaryDefinition.toDetailedWeatherSummaryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a DetailedWeatherSummaryDefinition.
|
static PitcherStatisticsDefinition |
PitcherStatisticsDefinition.toPitcherStatisticsDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
PitcherStatisticsDefinition.
|
static PitcherStatisticsDefinition |
PitcherStatisticsDefinition.toPitcherStatisticsDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
PitcherStatisticsDefinition.
|
static PlateAppearanceDefinition |
PlateAppearanceDefinition.toPlateAppearanceDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
PlateAppearanceDefinition.
|
static PlateAppearanceDefinition |
PlateAppearanceDefinition.toPlateAppearanceDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
PlateAppearanceDefinition.
|
static PlayerDocumentDefinition |
PlayerDocumentDefinition.toPlayerDocumentDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a PlayerDocumentDefinition.
|
static PlayerDocumentDefinition |
PlayerDocumentDefinition.toPlayerDocumentDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a PlayerDocumentDefinition.
|
static ScoutingGroupDefinition |
ScoutingGroupDefinition.toScoutingGroupDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a ScoutingGroupDefinition.
|
static ScoutingGroupDefinition |
ScoutingGroupDefinition.toScoutingGroupDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a ScoutingGroupDefinition.
|
static SportsStatisticsDefinition |
SportsStatisticsDefinition.toSportsStatisticsDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a
SportsStatisticsDefinition.
|
static SportsStatisticsDefinition |
SportsStatisticsDefinition.toSportsStatisticsDefinition(LibraryObjectDefinition lodef,
boolean enforce)
Casts the specified LibraryObjectDefinition to a
SportsStatisticsDefinition.
|
static WeatherSummaryDefinition |
WeatherSummaryDefinition.toWeatherSummaryDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a WeatherSummaryDefinition.
|
static WeatherSummaryDefinition |
WeatherSummaryDefinition.toWeatherSummaryDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a WeatherSummaryDefinition.
|
static WeatherSummarySourceDefinition |
WeatherSummarySourceDefinition.toWeatherSummarySourceDefinition(LibraryObjectDefinition lodef)
Cast specified LibraryObjectDefinition to a WeatherSummarySourceDefinition.
|
static WeatherSummarySourceDefinition |
WeatherSummarySourceDefinition.toWeatherSummarySourceDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Cast specified LibraryObjectDefinition to a WeatherSummarySourceDefinition.
|
void |
SportsOperations.updateRetiredPlayers(AttributeValueTable avt)
Updates the Batters or Pitchers identified via a previously
executed search who have retired.
|
String |
SportsOperations.CustomPreparedSelectorGenerator.UPPER(String input)
Applies a uppercasing SQL function.
|
String |
SportsPreparedSelectorGenerator.UPPER(String input)
Applies a uppercasing SQL function.
|
protected void |
CompositeScoutingGroup.validateCompositeGroupMembers(DirectoryGroup[] mems)
Validate the membership.
|
Constructor and Description |
---|
BaseballStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BaseballStatistics object.
|
BaseballStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
BaseballStatisticsDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
BatterMilestone(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BatterMilestone object.
|
BatterMilestoneDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
BatterMilestoneDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
BatterStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BatterStatistics object.
|
BatterStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
BatterStatisticsDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
BriefWeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BriefWeatherSummary object.
|
BriefWeatherSummaryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
BriefWeatherSummaryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
CompositeScoutingGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a CompositeScoutingGroup object.
|
CompositeScoutingGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
CompositeScoutingGroupDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
DetailedWeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DetailedWeatherSummary object.
|
DetailedWeatherSummaryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
DetailedWeatherSummaryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
PitcherStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PitcherStatistics object.
|
PitcherStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
PitcherStatisticsDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
PlateAppearance(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PlateAppearance object.
|
PlateAppearanceDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
PlateAppearanceDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
PlayerDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a PlayerDocument object.
|
PlayerDocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
PlayerDocumentDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
S_BatterMilestone(S_LibrarySession session,
Long classId)
Construct an S_BatterMilestone for the case where the object has not
been created in the database yet.
|
S_BatterMilestone(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_BatterMilestone.
|
ScoutingGroup(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a ScoutingGroup object.
|
ScoutingGroupDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
ScoutingGroupDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
SportsStatistics(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a SportsStatistics object.
|
SportsStatisticsDefinition(LibrarySessionInterface session)
Constructs a definition explicitly capturing the session.
|
SportsStatisticsDefinition(LibrarySessionInterface session,
String className)
Constructs a definition explicitly capturing the session,
and setting the initial ClassObject.
|
WeatherSummary(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a WeatherSummary object.
|
WeatherSummaryDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
WeatherSummaryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
WeatherSummarySource(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a WeatherSummarySource object.
|
WeatherSummarySourceDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
WeatherSummarySourceDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
AutoFolderingActionAdapter.createFolder(Folder parent,
int num)
Creates a path element if it does not already exist.
|
protected Folder |
AutoFolderingActionAdapter.createFolder(Folder parent,
String name)
Creates a path element if it does not already exist.
|
void |
InterMediaAnnotationTrigger.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
void |
OperationActionAdapter.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
Folder |
AutoFolderingActionAdapter.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
DateAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
SessionAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
Folder |
TestAutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
void |
AutoFolderingActionAdapter.initialize(AutoFolderingActionSpecification spec)
Initialize this instance.
|
void |
DateAutoFolderingAction.initialize(AutoFolderingActionSpecification spec)
Initialize this instance.
|
void |
InterMediaAnnotationTrigger.initialize(OperationActionSpecification oas)
Initialize this instance.
|
void |
OperationActionAdapter.initialize(OperationActionSpecification oas)
Initialize this instance.
|
Modifier and Type | Method and Description |
---|---|
LibrarySession |
AuditEventHandlerContext.acquireAuxiliarySession()
Acquires an additional session context to use for processing.
|
LibrarySession |
AuditEventHandlerContextImpl.acquireAuxiliarySession() |
static LockEntry |
LockUtils.acquireManualLock(PublicObject object)
Acquire a manual lock for the given object.
|
void |
PreparedSelectorGenerator.addAuxiliarySearchTarget(String className,
String alias)
Adds an Auxiliary search target, from the specified class name and alias.
|
void |
PreparedSelectorGenerator.addAuxiliarySearchTarget(String className,
String alias,
String viewName)
Adds an Auxiliary search target, from the specified class name, alias, and view.
|
static void |
LockUtils.addLockType(LibrarySession session,
boolean custom,
String lockTypeKey,
boolean singleton,
LockEntryDefinition lockDef)
Adds a new lock type entry to a lock type lookup table.
|
void |
JsonArray.addToTable(AttributeValueTable avt,
String key)
Add this JsonArray to the specified AttributeValueTable.
|
static void |
VersioningUtilities.addVersion(Family family,
PublicObject po)
Adds a new version to the specified Family.
|
static void |
DatabaseUtilities.analyzeTable(LibrarySession session,
String tableName)
Analyze a single table in the IFS schema.
|
String |
PreparedSelectorGenerator.ARRAY_ATTR_CONTAINS_ALL(String input)
Generates a array attribute qualification clause from
a specified attribute and a set of values, resulting in
a match if the array value contains all of the specified values.
|
String |
PreparedSelectorGenerator.ARRAY_ATTR_CONTAINS_ANY(String input)
Generates a array attribute qualification clause from
a specified attribute and a set of values, resulting in
a match if the array value contains any of the specified values.
|
String |
PreparedSelectorGenerator.ARRAY_ATTR_CONTAINS(String input)
Generates a array attribute qualification clause from
a specified attribute and value.
|
String |
PreparedSelectorGenerator.ATTR(String input)
Translates an attribute specification into a column specification.
|
String |
PreparedSelectorGenerator.AUDIT_TABLENAME(String input)
Translates an AuditSpecification name into the table name
used for that Audit history.
|
String |
PreparedSelectorGenerator.AUDIT_VIEWNAME(String input)
Translates an AuditSpecification name into the view name
used for that Audit history.
|
String |
PreparedSelectorGenerator.CATEGORY_JOIN(String input)
Generates a join clause between two targets, one being a category target.
|
void |
AuditSearchGenerator.checkAuthorization()
Checks if the current user is authorized to perform the search.
|
String |
PreparedSelectorGenerator.CLASS_TABLENAME(String input)
Translates a ClassObject name into a table name.
|
String |
PreparedSelectorGenerator.CLASS_VIEWNAME(String input)
Translates a ClassObject name into a view name.
|
static boolean |
DatabaseUtilities.columnExists(LibrarySession session,
String tableName,
String columnName)
Return true if the specified column exists in the specified table.
|
protected long[] |
PreparedSelectorGenerator.computeDateValueRange(Long dateValue,
String granularity)
Compute a low/high value range for the specified numeric date value,
using the specified granularity.
|
protected String |
PreparedSelectorGenerator.concatTokenList(List list)
Concatenate a list of tokens, comprised of literal strings and functions.
|
String |
PreparedSelectorGenerator.CONTAINS_SCORE(String input)
Adds the SQL referencing the "Contains" score as a column in a search or
sort condition.
|
String |
PreparedSelectorGenerator.CONTAINS_WORD(String input)
Generates a word-boundary LIKE qualification.
|
String |
PreparedSelectorGenerator.CONTAINS(String input)
Adds a clause that restricts results according to a full text
search qualification.
|
String |
PreparedSelectorGenerator.CONTENT_SCORE(String input)
Adds the SQL referencing the content score as a column in a search or
sort condition.
|
String |
PreparedSelectorGenerator.CONTENT_SIZE(String input)
Adds the SQL referencing the content size as a column in a search or
sort condition.
|
static String |
ContentUtilities.convertReaderToString(Reader reader)
Transfer content from a Reader into a String.
|
static void |
CrawlerUtilities.createAlertTable(LibrarySession session,
String tableName,
String grantee)
Create alert table for crawler instance, and grant all privileges to
specified grantee.
|
static ApplicationToken |
TokenUtilities.createApplicationToken(LibrarySession session,
ApplicationTokenDefinition tokenDef)
Creates a new ApplicationToken from the specified definition.
|
static DefinitionObject |
AuditingUtilities.createAuditReport(LibrarySession session,
String description,
Long expiration,
Map searchOptions,
AttributeValue[] sortOptions)
Creates an audit report DefinitionObject
as a result of an audit search query.
|
static LockEntryDefinition |
LockUtils.createCheckoutLockEntryDefinition(LibrarySession session)
Creates a LockEntryDefinition that specifies an ECM "checkout" lock.
|
protected void |
UserManager.createContentQuota()
Creates an iFS ContentQuota object that would hold quota
related information.
|
static Credential |
UserUtilities.createCredentialForUserDistinguishedName(LibrarySession session,
String dn)
Create a Credential that can be used to establish a LibrarySession
for the specified user, identified by distinguished name (GUID).
|
static Credential |
UserUtilities.createCredentialForUserName(LibrarySession session,
String userName)
Create a credential that can be used to create a session
for the specified user, identified by name.
|
static LockEntryDefinition |
LockUtils.createDavLockEntryDefinition(LibrarySession session,
Date timeout,
Integer depth,
String token,
String davOwner)
Creates a LockEntryDefinition that specifies a DAV lock.
|
protected void |
UserManager.createDirectoryServiceUser()
Create DS User.
|
protected void |
UserManager.createDirectoryUser()
Creates an iFS DirectoryUser.
|
static void |
EventUtils.createEventTarget(LibrarySession session,
String key)
Create an event target, and register it on the domain PB
under the specified key.
|
static Credential |
UserUtilities.createGuestCredential(LibrarySession session)
Create a credential that can be used to establish guest access.
|
static LibrarySession |
UserUtilities.createGuestSession(LibrarySession session)
Create a LibrarySession that can be used for guest access.
|
protected void |
UserManager.createHomeFolder()
Creates an iFS Folder that would serve as the home folder
for DirectoryUser being created.
|
static void |
LockUtils.createLockTypeLookupTables(LibrarySession session)
Creates the lock type lookup tables in the instance-wide
Domain PropertyBundle.
|
static LockEntryDefinition |
LockUtils.createManualLockEntryDefinition(LibrarySession session)
Creates a LockEntryDefinition that specifies an ECM "manual" lock.
|
static SystemLockEntry |
LockUtils.createNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Find a Named freeze SystemLockEntry by name.
|
protected void |
JsonPreparedSelector.createPreparedSelectorGenerator()
Creates the PreparedSelectorGenerator representation of the search definition.
|
protected void |
UserManager.createPrimaryUserProfile()
Creates an iFS PrimaryUserProfile that would hold profile
information for DirectoryUser being created.
|
String |
AuditSearchGenerator.createSearchClause()
Returns the search clause to use for the audit search.
|
String |
AuditSearchGenerator.createSearchClause(boolean domainScoped)
Returns the search clause to use for the audit search.
|
static AttributeValue |
PreparedSelectorGenerator.createSearchTarget(String targetToken)
Create a search target specification.
|
static LibrarySession |
UserUtilities.createSessionForUserDistinguishedName(LibrarySession session,
String dn)
Create a LibrarySession for the specified user, identified
by distinguished name (GUID).
|
static LibrarySession |
UserUtilities.createSessionForUserName(LibrarySession session,
String userName)
Create a LibrarySession for the specified user, identified
by name.
|
SimpleProperty[] |
AttributeValueTable.createSimpleProperties(LibraryObject refObj)
Creates SimpleProperty objects
|
String |
AuditSearchGenerator.createSortClause()
Returns the sort clause to use for the audit search.
|
static void |
DatabaseUtilities.createTable(LibrarySession session,
String tableName,
String createStmt)
Create a table.
|
static void |
DatabaseUtilities.createTable(LibrarySession session,
String tableName,
String createStmt,
boolean dropFirst)
Create a table, optionally attempting to drop the table first.
|
DirectoryUser |
UserManager.createUser(String username,
String password,
Hashtable options)
Creates a new iFS user.
|
String |
PreparedSelectorGenerator.DATE_COMPARE(String input)
Generates a date comparison clause from a specified attribute, a
logical operator, a date value, and a granularity value.
|
String |
PreparedSelectorGenerator.DATE_VALUE_NOW(String input)
Generates a numeric value representing the current time.
|
void |
PreparedSelectorGenerator.declareInnerSearchTarget(String input)
Deprecated.
9.3.3.0 use SEARCH_RESULT macro
|
protected void |
JsonPreparedSelector.define(Document doc)
Define the JsonPreparedSelector from a Document whose content
is the JSON content.
|
protected void |
JsonPreparedSelector.define(JsonObject jsonObject)
Define the JsonPreparedSelector from a JSON object.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs)
Defines a PreparedSelectorGenerator.
|
void |
PreparedSelectorGenerator.define(LibrarySession session,
AttributeValue primaryTarget,
AttributeValue[] auxTargets,
String joinCondition,
String searchCondition,
String sortCondition,
AttributeValue[] bindValues,
Boolean useExistsClause,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases)
Defines a PreparedSelectorGenerator.
|
void |
JsonPreparedSelector.define(PreparedSelectorGenerator psGen,
PreparedSelector psel)
Define the JsonPreparedSelector from PreparedSelectorGenerator
and associated PreparedSelector definitions.
|
protected void |
JsonPreparedSelector.define(Reader reader)
Define the JsonPreparedSelector from a Reader whose content
is the JSON content.
|
protected void |
JsonPreparedSelector.define(String jsonString)
Define the JsonPreparedSelector from a String representation of
the JSON content.
|
static void |
TokenUtilities.deleteApplicationToken(LibrarySession session,
String tokenValue)
Deletes a new ApplicationToken matching the specified token value,
if one exists.
|
static void |
AuditingUtilities.deleteExpiredAuditFolderPaths(LibrarySession session,
Long expPeriod)
Delete any expired Audit folder paths, that have expired
longer than the specified period.
|
static void |
AuditingUtilities.deleteExpiredGlobalAuditEvents(LibrarySession session,
Folder domain,
AuditSpecification globalSpec)
Delete any expired global audit events that have expired
longer than the specified period.
|
static Long |
LockUtils.deleteNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Delete a Named freeze SystemLockEntry.
|
static void |
AuditingUtilities.deleteUnusedAuditFolderPathOverflowEntries(LibrarySession session)
Delete any unused overflow entries for Audit folder paths.
|
static void |
AuditingUtilities.deleteUnusedAuditProperties(LibrarySession session)
Delete any unreferenced Audit event properties.
|
static void |
AuditingUtilities.deleteUnusedAuditTypeLists(LibrarySession session,
Long expirationPeriod)
Delete any unused audit type lists.
|
void |
UserManager.deleteUser(String username,
Hashtable options)
Deletes an iFS user.
|
String |
AuditSearchGenerator.deriveSearchClause()
Derives the search clause to use for the audit search.
|
String |
AuditSearchGenerator.deriveSearchClause(boolean domainScoped)
Derives the search clause to use for the audit search.
|
protected void |
UserManager.determineCreateUserSettings(PropertyBundle pb,
Hashtable options)
Determines the settings for user creation, first using
the values int the options Hashtable, second using the
values in the PropertyBundle holding the default values.
|
String |
PreparedSelectorGenerator.DOES_NOT_CONTAIN_WORD(String input)
Generates a word-boundary NOT LIKE qualification.
|
static void |
DatabaseUtilities.dropTable(LibrarySession session,
String tableName)
Drop a table.
|
void |
OperationAction.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
String |
PreparedSelectorGenerator.EXACT_TYPE(String input)
Adds a qualification that requires an exact type match.
|
static void |
DatabaseUtilities.executeCall(LibrarySession session,
String sql)
Execute a PL/SQL call.
|
static void |
DatabaseUtilities.executeStatement(LibrarySession session,
String stmtString)
Execute any SQL statement.
|
static int |
DatabaseUtilities.executeUpdate(LibrarySession session,
String stmtString)
Execute an update, delete, or insert statement.
|
String |
PreparedSelectorGenerator.EXISTS(String input)
Adds a qualification for a simple "exists" specification.
|
Reader |
ManualTextIndexingExtractor.extractTextStream(ContentObject co)
Returns a text Reader to use for manual text indexing.
|
Reader |
PlainManualTextIndexingExtractor.extractTextStream(ContentObject co)
Returns a text Reader to use for manual text indexing.
|
static ApplicationToken |
TokenUtilities.findApplicationToken(LibrarySession session,
String tokenValue)
Finds a new ApplicationToken matching the specified token value.
|
protected Attribute |
PreparedSelectorGenerator.findAttributeByAuxName(LibrarySession session,
ClassObject co,
String attrName)
Lookup an Attribute using an auxilliary name.
|
protected ClassObject |
PreparedSelectorGenerator.findClassObjectByAuxName(LibrarySession session,
String className)
Find a ClassObject using an auxilliary name.
|
protected int |
PreparedSelectorGenerator.findFunctionEnd(String input,
int lcurlyPos)
Find the closing right curly that marks the end of the function,
given a string and the position of the left curly.
|
protected int |
PreparedSelectorGenerator.findFunctionStart(String input,
int lcurlyPos)
Find the start of the function, given a string and the position of the
left curly.
|
static LockEntry |
LockUtils.findLockEntry(PublicObject[] objects,
int lockEntryType)
Returns the first LockEntry, of the given lockEntryType, found on the
given array of PublicObjects.
|
static LockEntry |
LockUtils.findLockEntry(PublicObject object,
int lockType)
Returns the first LockEntry on the given PublicObject with its TYPE
attribute equal to the given lockEntryType, or null if no
LockEntry of the specified TYPE exists on the object.
|
static LockEntry |
LockUtils.findLockEntry(PublicObject object,
int[] lockTypes)
Returns the first LockEntry on the given PublicObject with its TYPE
attribute equal to one of the given lockTypes, or null if no
LockEntry of the specified TYPEs exists on the object.
|
static SystemLockEntry |
LockUtils.findNamedFreezeLock(LibrarySession session,
Folder domain,
String freezeName)
Find a Named freeze SystemLockEntry by name.
|
static PublicObject |
FolderUtilities.findObjectByAbsolutePath(LibrarySession session,
String path)
Look up an object by the specified absolute path.
|
static boolean |
FolderUtilities.folderLinksExist(LibrarySession session,
String path)
Returns true if the given absolute path contains any FolderLink objects.
|
protected void |
UserManager.freeCredentialManagerUser(String credentialManager,
String distinguishedName)
Frees the CredentialManager user.
|
protected void |
UserManager.freeDirectoryUser(DirectoryUser user)
Frees the iFS DirectoryUser and changes ownership of
existing objects if desired.
|
protected void |
UserManager.freeHomeFolder(DirectoryUser user)
Frees the home folder.
|
static String |
AuditingUtilities.generateAuditReportContent(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Creates audit report content as a result of an audit search query.
|
AttributeValue |
AttributeValueTable.get(String key)
Gets a value matching the specified key.
|
AttributeValue |
AttributeValueTable.get(String[] keys)
Gets a value matching one of the specified keys.
|
protected AccessControlList |
UserManager.getAclFromHashtable(Hashtable ht,
String key)
Allows for multiple specs of a Acl in the specified HT
|
protected Hashtable |
UserManager.getAclHashtableProperty(PropertyBundle pb,
Hashtable options,
String key)
If a hashtable is specified explicitly, then life is easy;
otherwise, we have to lookup the PropertyBundle from the
specified key, and convert that PB to a Hashtable of Acls
|
protected AccessControlList |
UserManager.getAclProperty(PropertyBundle pb,
Hashtable options,
String key)
Gets the ACL value from the options Hashtable
if specified, otherwise from the PropertyBundle.
|
static String[] |
UserUtilities.getAddresses(DirectoryUser[] users)
Gets a list of e-mail addresses from a list of DirectoryUsers, removing
any address that is null.
|
static String[] |
UserUtilities.getAddressesForGroupMembers(DirectoryGroup group)
Gets the e-mail addresses of all the members of the specified user group.
|
protected String |
PreparedSelectorGenerator.getAliasFromTarget(AttributeValue target)
Returns the alias name from the specified search target.
|
AttributeValue |
AttributeValueTable.getAttributeValue()
Gets the representative value contained by this table.
|
AttributeValue |
AttributeValueGetter.getAttributeValue(AttributeValueTable avt)
Derives an AttributeValue from entries in the
specified AttributeValueTable.
|
static AuditCertificate[] |
AuditingUtilities.getAuditCertificates(LibrarySession session,
long[] objectIdValues)
Select AuditCertificates for the specified object ID values.
|
AuditSpecification |
AuditEventHandlerContext.getAuditSpecification()
Returns the custom Audit Specification corresponding
to the "Audit History" associated with this handler, indicating
where the AuditEvents are posted.
|
AuditSpecification |
AuditEventHandlerContextImpl.getAuditSpecification() |
protected AuditSpecification |
AuditEventDispatcher.RegisteredAuditSpecification.getAuditSpecification(LibrarySession session)
Get the AuditSpecification instance represented by this.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getAuditTypesForClass(LibrarySession session,
String className,
int opSucessMode,
boolean includeNested)
Gets the AuditTypeEntryValues for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getAuditTypesForCreateOperations(LibrarySession session)
Gets the audit operation type values that correspond to "CREATED"
operations.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getAuditTypesForFreeOperations(LibrarySession session)
Gets the audit operation type values that correspond to "FREED"
operations.
|
static Hashtable |
AuditingUtilities.getAuditTypesFromAuditTypeList(LibrarySession session,
Long auditTypeListId)
Gets a resolved view of this AuditTypeList's set of AuditTypeEntries.
|
AttributeValue[] |
PreparedSelectorGenerator.getAuxiliarySearchTargets()
Returns the auxiliary search targets.
|
AttributeValue[] |
PreparedSelectorGenerator.getBindValues()
Returns the bind values.
|
protected AttributeValue[] |
JsonPreparedSelector.getBindValues(List<AttributeValueTable> bindValueList)
Gets the bind values defined in the specified table list.
|
static Boolean |
CommonUtilities.getBoolean(Map source,
String key)
Returns a Boolean value from a Map given a key; throws IFS-90008 if the
cast to a Boolean value fails.
|
Boolean |
AttributeValueTable.getBoolean(String key)
Gets a Boolean value matching the specified key.
|
boolean |
AttributeValueTable.getBoolean(String key,
boolean defValue)
Gets an boolean value matching the specified key
Returns null if no value exists for the specified key, or if the value
stored represents a null Boolean value.
|
Boolean[] |
AttributeValueTable.getBooleanArray(String key)
Gets an Boolean array value matching the specified key.
|
static boolean |
InstancePropertyUtilities.getBooleanDomainProperty(LibrarySession session,
String propKey)
Gets the value of a boolean domain property.
|
static boolean |
InstancePropertyUtilities.getBooleanDomainProperty(LibrarySession session,
String propKey,
boolean defValue)
Gets the value of a boolean domain property.
|
protected Boolean |
UserManager.getBooleanFromHashtable(Hashtable ht,
String key)
Allows for multiple specs of a Boolean in the specified HT
|
protected Boolean |
UserManager.getBooleanProperty(PropertyBundle pb,
Hashtable options,
String key)
Gets the boolean value from the options Hashtable
if specified, or PropertyBundle, otherwise uses
the default value passed in as a parameter.
|
protected boolean |
UserManager.getBooleanProperty(PropertyBundle pb,
Hashtable options,
String key,
boolean defaultValue)
Gets the boolean value from the options Hashtable
if specified, otherwise from the PropertyBundle.
|
AttributeValue |
AttributeValueTable.getBooleanValue(String key)
Gets an AttributeValue representing the Boolean value
matching the specified key.
|
Boolean[] |
JsonArray.getBooleanValueArray()
Gets the value as an array of Boolean, if this
object depicts a homogeneous set of Booleans.
|
static String |
InstancePropertyUtilities.getBpelWorklistUrl(LibrarySession session)
Gets the BPEL Worklist URL for this instance.
|
String[] |
PreparedSelectorGenerator.getBypassSecurityAliases()
Returns the bypass security aliases.
|
protected String |
PreparedSelectorGenerator.getClassFromTarget(AttributeValue target)
Deprecated.
9.3.3.0 use
getClassNameFromTarget |
protected String |
PreparedSelectorGenerator.getClassNameFromAlias(String alias)
Deprecated.
9.3.3.0 use
getClassObjectFromAlias . |
protected String |
PreparedSelectorGenerator.getClassNameFromTarget(AttributeValue target)
Returns the class name from the specified search target.
|
protected ClassObject |
PreparedSelectorGenerator.getClassObjectFromAlias(String alias)
Returns the ClassObject associated with the specified registered alias.
|
protected ClassObject |
PreparedSelectorGenerator.getClassObjectFromTarget(AttributeValue target)
Returns the class object from the specified search target.
|
ColumnDescriptor[] |
PreparedSelectorGenerator.getColumnDescriptors()
Returns the Column descriptors.
|
ContentObject |
ManualTextIndexingRetainedEvent.getContentObject(LibrarySession session)
Returns the ContentObject associated with this event.
|
static ControllerState |
InstancePropertyUtilities.getControllerState(LibrarySession session)
Gets the ControllerState for this instance.
|
static AuditTypeEntryValue[] |
AuditingUtilities.getCustomAuditTypes(LibrarySession session)
Gets the custom audit operation type values.
|
static Date |
CommonUtilities.getDate(Map source,
String key)
Returns a Date value from a Map given a key; throws IFS-90008 if the
cast to a Date value fails.
|
Date |
AttributeValueTable.getDate(String key)
Gets an Date value matching the specified key.
|
Date[] |
AttributeValueTable.getDateArray(String key)
Gets a Date array value matching the specified key.
|
AttributeValue |
AttributeValueTable.getDateValue(String key)
Gets an AttributeValue representing the Date value
matching the specified key.
|
static long |
InstancePropertyUtilities.getDavNullResourceLockExpirationPeriod(LibrarySession session)
Gets the DAV Null resource Lock timeout period in seconds.
|
static String[] |
InstancePropertyUtilities.getDavUserAgents(LibrarySession session)
Gets the set of user agents for DAV.
|
static TimeZone |
InstancePropertyUtilities.getDefaultTimeZone(LibrarySession session)
Gets the default TimeZone.
|
DirectoryObject |
AttributeValueTable.getDirectoryObject(String key,
LibrarySession session)
Gets a DirectoryObject value matching the specified key.
|
static long |
InstancePropertyUtilities.getDocumentDefinitionObjectExpirationPeriod(LibrarySession session)
Gets the Document Definition object expiration period in milliseconds.
|
Double |
AttributeValueTable.getDouble(String key)
Gets an Double value matching the specified key.
|
double |
AttributeValueTable.getDouble(String key,
double defValue)
Gets an double value matching the specified key
Returns null if no value exists for the specified key, or if the value
stored represents a null Double value.
|
Double[] |
AttributeValueTable.getDoubleArray(String key)
Gets an Double array value matching the specified key.
|
AttributeValue |
AttributeValueTable.getDoubleValue(String key)
Gets an AttributeValue representing the Double value
matching the specified key.
|
Double[] |
JsonArray.getDoubleValueArray()
Gets the value as an array of Double, if this
object depicts a homogeneous set of Doubles.
|
static PublicObject |
EventUtils.getEventTargetObject(LibrarySession session,
String key)
Gets the event target object from a specified domain property key.
|
static String |
InstancePropertyUtilities.getFdkConfigurationClass(LibrarySession session)
Gets the BPEL Worklist URL for this instance.
|
static SystemLockEntry |
LockUtils.getFinalizedLockEntry(LibrarySession session)
Returns the singleton Oracle "finalized" SystemLockEntry.
|
static PropertyBundle |
FolderUtilities.getFolderIndexPropertyBundle(LibrarySession sess)
Gets the FolderIndex propertyBundle event target.
|
static SystemLockEntry |
LockUtils.getFreezeLockEntry(LibrarySession session)
Returns the singleton Oracle "freeze" SystemLockEntry.
|
String |
PreparedSelectorGenerator.SelectorFunction.getFunctionExpression()
Returns the full function epxression.
|
protected Method |
PreparedSelectorGenerator.getFunctionMethod(String key)
Gets the method to use for resolving the specified function.
|
static long |
InstancePropertyUtilities.getGlobalAuditEventExpirationPeriod(LibrarySession session)
Gets the global audit event expiration period (in seconds).
|
static AuditTypeList |
AuditingUtilities.getGlobalAuditTypeList(LibrarySession session)
Gets the AuditTypeList that defines the events saved into the
global audit history.
|
static AuditTypeList |
InstancePropertyUtilities.getGlobalAuditTypeList(LibrarySession session)
Gets the AuditTypeList that defines the events saved into the
global audit history.
|
static OperationActionSpecification[] |
InstancePropertyUtilities.getGlobalOperationActionSpecifications(LibrarySession session)
Gets the global OperationActionSpecifications
|
AttributeValue |
AuditEventHandlerContext.getHandlerProperty(String key)
Gets a property of the custom Audit Specification by its property name.
|
AttributeValue |
AuditEventHandlerContextImpl.getHandlerProperty(String key) |
static SystemLockEntry |
LockUtils.getHasRecordLockEntry(LibrarySession session)
Returns the singleton Oracle "hasRecord" SystemLockEntry.
|
static long |
AuditingUtilities.getHighestAuditId(LibrarySession session)
Returns the highest Audit ID in use or potentially in use.
|
static PropertyBundle |
InstancePropertyUtilities.getIdmCredentialManagerProperty(LibrarySession session)
Gets the Idm CredentialManager domain property
|
static Integer |
CommonUtilities.getInteger(Map source,
String key)
Returns a Integer value from a Map given a key; throws IFS-90008 if the
cast to a Integer value fails.
|
Integer |
AttributeValueTable.getInteger(String key)
Gets an Integer value matching the specified key.
|
int |
AttributeValueTable.getInteger(String key,
int defValue)
Gets an int value matching the specified key
Returns null if no value exists for the specified key, or if the value
stored represents a null Integer value.
|
Integer[] |
AttributeValueTable.getIntegerArray(String key)
Gets an Integer array value matching the specified key.
|
static int |
InstancePropertyUtilities.getIntegerDomainProperty(LibrarySession session,
String propKey,
int defValue)
Gets the value of an integer domain property.
|
protected Integer |
UserManager.getIntegerFromHashtable(Hashtable ht,
String key)
Allows for multiple specs of a Integer in the specified HT
|
protected Integer |
UserManager.getIntegerProperty(PropertyBundle pb,
Hashtable options,
String key)
Gets the int value from the options Hashtable
if specified, or PropertyBundle, otherwise uses
the default value passed in as a parameter.
|
protected int |
UserManager.getIntegerProperty(PropertyBundle pb,
Hashtable options,
String key,
int defaultValue)
Gets the int value from the options Hashtable
if specified, otherwise from the PropertyBundle.
|
AttributeValue |
AttributeValueTable.getIntegerValue(String key)
Gets an AttributeValue representing the Integer value
matching the specified key.
|
String |
PreparedSelectorGenerator.getJoinClause()
Returns the join clause used to specify the joins in a
PreparedSelector.
|
JsonObject |
JsonPreparedSelector.getJsonObject()
Gets the JsonObject representation of the search definition.
|
String |
JsonPreparedSelector.getJsonString()
Gets the JSON string representation of the search definition.
|
String[] |
AttributeValueTable.getKeys()
Gets all value keys in the table.
|
Folder |
AutoFolderingAction.getLeafFolder(Folder rootFolder,
PublicObjectDefinition def)
Returns the leaf folder where the new object should be foldered, relative
to the specified root folder.
|
static SystemLockEntry |
LockUtils.getLifecycleLockEntry(LibrarySession session)
Returns the singleton Oracle "lifecycle" SystemLockEntry.
|
static String[] |
LockUtils.getLockTypeKeys(LibrarySession session,
boolean custom)
Returns a registered lock type that is a global shared singleton as a
SystemLockEntry.
|
static PropertyBundle |
LockUtils.getLockTypeLookupTable(LibrarySession session,
boolean custom)
Returns either the standard Oracle lock type lookup table
or the custom lock type lookup table.
|
static Long |
CommonUtilities.getLong(Map source,
String key)
Returns a Long value from a Map given a key; throws IFS-90008 if the
cast to a Long value fails.
|
Long |
AttributeValueTable.getLong(String key)
Gets an Long value matching the specified key.
|
long |
AttributeValueTable.getLong(String key,
long defValue)
Gets an long value matching the specified key
Returns null if no value exists for the specified key, or if the value
stored represents a null Long value.
|
static long[] |
CommonUtilities.getLongArray(Map source,
String key)
Returns a long array value from a Map given a key; throws IFS-90008 if the
cast to a long array value fails.
|
Long[] |
AttributeValueTable.getLongArray(String key)
Gets an Long array value matching the specified key.
|
static long |
InstancePropertyUtilities.getLongDomainProperty(LibrarySession session,
String propKey,
long defValue)
Gets the value of a long domain property.
|
protected Long |
UserManager.getLongFromHashtable(Hashtable ht,
String key)
Allows for multiple specs of a Long in the specified HT
|
static Map<Long,Long> |
CommonUtilities.getLongLongMap(Long[] keys,
Long[] values)
Construct a Long-Long map from the key and value arrays specified.
|
protected Long |
UserManager.getLongProperty(PropertyBundle pb,
Hashtable options,
String key)
Gets the long value from the options Hashtable
if specified, or PropertyBundle, otherwise uses
the default value passed in as a parameter.
|
protected long |
UserManager.getLongProperty(PropertyBundle pb,
Hashtable options,
String key,
long defaultValue)
Gets the long value from the options Hashtable
if specified, otherwise from the PropertyBundle.
|
static Map<Long,String> |
CommonUtilities.getLongStringMap(Long[] keys,
String[] values)
Construct a Long-String map from the key and value arrays specified.
|
AttributeValue |
AttributeValueTable.getLongValue(String key)
Gets an AttributeValue representing the Long value
matching the specified key.
|
Long[] |
JsonArray.getLongValueArray()
Gets the value as an array of Long, if this
object depicts a homogeneous set of Longs.
|
long |
AuditEventHandlerContext.getMinimumDispatchedEventId()
Returns the minimum event ID encountered when AuditEvents
were last dispatched in the handler.
|
long |
AuditEventHandlerContextImpl.getMinimumDispatchedEventId()
Returns the minimum event ID encountered when AuditEvents
were last dispatched in the handler.
|
long |
AuditEventHandlerContext.getNextSequenceId()
Returns the next sequence ID value that would have been leveraged for a
new Object created in the repository.
|
long |
AuditEventHandlerContextImpl.getNextSequenceId()
Returns the next sequence ID value that would have been leveraged for a
new Object created in the repository.
|
static boolean |
XmlUtilities.getNodeBoolean(Node parentNode,
String childNodeName)
Gets a boolean value represented by the node text for the
specified required child of a parent node.
|
static boolean |
XmlUtilities.getNodeBoolean(Node parentNode,
String childNodeName,
boolean defaultValue)
Gets a boolean value represented by the node text for the
specified optional child of a parent node.
|
AttributeValue |
AuditEventHandlerContext.getNodeProperty(String key)
Gets a property of the running Node context.
|
AttributeValue |
AuditEventHandlerContextImpl.getNodeProperty(String key) |
PreparedSelector |
JsonPreparedSelector.getPreparedSelector()
Gets the PreparedSelector representation of the search definition.
|
PreparedSelector |
PreparedSelectorGenerator.getPreparedSelector()
Gets the generated PreparedSelector.
|
PreparedSelectorGenerator |
JsonPreparedSelector.getPreparedSelectorGenerator()
Gets the PreparedSelectorGenerator representation of the search definition.
|
AttributeValue |
PreparedSelectorGenerator.getPrimarySearchTarget()
Returns the primary search target.
|
static String |
InstancePropertyUtilities.getProductVersion(LibrarySession session)
Gets the Product version string.
|
PropertyBundleDefinition |
AttributeValueTable.getPropertyBundleDefinition(LibrarySession session)
Gets all values in the table, represented as a PropertyBundleDefinition.
|
static PropertyBundle |
InstancePropertyUtilities.getPropertyBundleDomainProperty(LibrarySession session,
String propKey)
Gets the value of a PropertyBundle domain property.
|
PropertyDefinition[] |
AttributeValueTable.getPropertyDefinitions(LibrarySession session)
Gets all values in the table, represented as an
array of PropertyDefinitions.
|
PublicObject |
AttributeValueTable.getPublicObject(String key,
LibrarySession session)
Gets a PublicObject value matching the specified key.
|
static SystemLockEntry |
LockUtils.getRecordLockEntry(LibrarySession session)
Returns the singleton Oracle "record" SystemLockEntry.
|
static LockEntryDefinition |
LockUtils.getRegisteredLockTypeDefinition(LibrarySession session,
boolean custom,
String lockTypeKey,
LockEntryDefinition overrideDef)
Returns a registered lock type as a LockEntryDefinition.
|
static SystemLockEntry |
LockUtils.getRegisteredSingletonLockType(LibrarySession session,
boolean custom,
String lockTypeKey)
Returns a registered lock type that is a global shared singleton as a
SystemLockEntry.
|
static SystemLockEntry |
LockUtils.getRetentionLockEntry(LibrarySession session)
Returns the singleton Oracle "retention" SystemLockEntry.
|
SchemaObject |
AttributeValueTable.getSchemaObject(String key,
LibrarySession session)
Gets a SchemaObject value matching the specified key.
|
protected AttributeValue |
JsonPreparedSelector.getSearchTarget(AttributeValueTable targetTable)
Gets a search target from search target specification
stored in an AttributeValueTable.
|
protected AttributeValue |
JsonPreparedSelector.getSearchTarget(String targetTag)
Gets a search target from search target specification.
|
protected AttributeValue[] |
JsonPreparedSelector.getSearchTargets(List<AttributeValueTable> targetTables)
Gets search Targets from a list of target definition tables.
|
protected AttributeValue[] |
JsonPreparedSelector.getSearchTargets(String targetsTag)
Gets search Targets from a comma delimitted string defintion.
|
protected AttributeValue[] |
JsonPreparedSelector.getSearchTargets(String[] targetTags)
Gets search Targets from an array of target tags.
|
protected String |
PreparedSelectorGenerator.getSearchTargetSqlFromAlias(String alias)
Generates the SQL for a search target, identified by registered alias.
|
AttributeValue |
AuditEventHandlerContext.getServerProperty(String key)
Gets a property of the running Server context.
|
AttributeValue |
AuditEventHandlerContextImpl.getServerProperty(String key) |
LibrarySession |
JsonPreparedSelector.getSession()
Gets the session context.
|
SimpleObject |
AttributeValueTable.getSimpleObject(String key,
LibrarySession session)
Gets a SimpleObject value matching the specified key.
|
String |
PreparedSelectorGenerator.getSortClause()
Returns the Sort Clause.
|
static String |
CommonUtilities.getString(Map source,
String key)
Returns a String value from a Map given a key; throws IFS-90008 if the
cast to a String value fails.
|
String |
AttributeValueTable.getString(String key)
Gets a String value matching the specified key.
|
String |
AttributeValueTable.getString(String[] keys)
Gets a String value matching one of the specified keys.
|
String |
AttributeValueTable.getString(String[] keys,
String defValue)
Gets a String value matching one of the specified keys, or return the
specified default value if none of the keys match a stored value
or if the value stored is a null String.
|
String |
AttributeValueTable.getString(String key,
String defValue)
Gets a String value matching the specified key, or return the
specified default value if the key does not match a stored value
or if the value stored is a null String.
|
static String[] |
CommonUtilities.getStringArray(Map source,
String key)
Returns a String array value from a Map given a key; throws IFS-90008 if
the cast to a String array value fails.
|
String[] |
AttributeValueTable.getStringArray(String key)
Gets an String array value matching the specified key.
|
static String[] |
InstancePropertyUtilities.getStringArrayDomainProperty(LibrarySession session,
String propKey)
Gets the value of a String[] domain property.
|
AttributeValue |
AttributeValueTable.getStringArrayValue(String key)
Gets an AttributeValue representing the StringArray value
matching the specified key.
|
static String |
InstancePropertyUtilities.getStringDomainProperty(LibrarySession session,
String propKey)
Gets the value of a String domain property.
|
static Map<String,Double> |
CommonUtilities.getStringDoubleMap(String[] keys,
Double[] values)
Construct a String-Double map from the key and value arrays specified.
|
protected String |
UserManager.getStringFromHashtable(Hashtable ht,
String key)
Allows for multiple specs of a String in the specified HT
|
static Map<String,Long> |
CommonUtilities.getStringLongMap(String[] keys,
Long[] values)
Construct a String-Long map from the key and value arrays specified.
|
protected String |
UserManager.getStringProperty(PropertyBundle pb,
Hashtable options,
String key)
Gets the String value from the options Hashtable
if specified, otherwise from the PropertyBundle.
|
protected String |
UserManager.getStringProperty(PropertyBundle pb,
Hashtable options,
String key,
String defaultValue)
Gets the String value from the options Hashtable
if specified, or PropertyBundle, otherwise uses
the default value passed in as a parameter.
|
static Map<String,String> |
CommonUtilities.getStringStringMap(String[] keys,
String[] values)
Construct a String-String map from the key and value arrays specified.
|
AttributeValue |
AttributeValueTable.getStringValue(String key)
Gets an AttributeValue representing the String value
matching the specified key.
|
AttributeValue |
AttributeValueTable.getStringValue(String[] keys)
Gets an AttributeValue representing the String value
matching one of the specified keys.
|
String[] |
JsonArray.getStringValueArray()
Gets the value as an array of String, if this
object depicts a homogeneous set of Strings.
|
SystemObject |
AttributeValueTable.getSystemObject(String key,
LibrarySession session)
Gets a SystemObject value matching the specified key.
|
static SystemObject |
InstancePropertyUtilities.getSystemObjectDomainProperty(LibrarySession session,
String propKey)
Gets the value of a SystemObject domain property.
|
AttributeValueTable |
AttributeValueTable.getTable(String key)
Gets a table matching the specified key.
|
int |
AttributeValueTable.getTableCount()
Gets the number of tables defined in the table.
|
String[] |
AttributeValueTable.getTableKeys()
Gets all table keys in the table.
|
List<AttributeValueTable> |
AttributeValueTable.getTableList(String key)
Gets a tablelist matching the specified key.
|
int |
AttributeValueTable.getTableListCount()
Gets the number of tablelists defined in the table.
|
String[] |
AttributeValueTable.getTableListKeys()
Gets all tablelist keys in the table.
|
List<AttributeValueTable>[] |
AttributeValueTable.getTableLists()
Gets all tablelists (each represented by a List
|
AttributeValueTable[] |
AttributeValueTable.getTables()
Gets all tables (each represented by a AttributeValueTable)
in the table map.
|
static String |
InstancePropertyUtilities.getTempDirectory(LibrarySession session)
Gets the default mid-tier temp directory to use.
|
Boolean |
PreparedSelectorGenerator.getUseExistsClause()
Returns the explicit "Use exists clause" setting.
|
int |
AttributeValueTable.getValueCount()
Gets the number of values defined in the table.
|
static AttributeValue |
SelectUtilities.getValueFromResultSet(ResultSet rset,
int position,
int dataType)
Gets the value from a ResultSet.
|
static AttributeValue |
SelectUtilities.getValueFromResultSet(ResultSet rset,
int position,
int dataType,
Long attrId,
long objectId,
Long priClassId)
Gets the value from a ResultSet - for complex data types.
|
AttributeValue[] |
AttributeValueTable.getValues()
Gets all values in the table.
|
String |
PreparedSelectorGenerator.getWhereClause()
Returns the "where Clause" used as the search condition in a
PreparedSelector.
|
static String |
InstancePropertyUtilities.getWorkflowSchemaName(LibrarySession session)
Gets the Workflow schema name with which ECM is integrated.
|
static void |
CrawlerUtilities.grantAccessToObjects(LibrarySession session,
String grantee,
boolean categoriesOnly)
Grant select access to grantee on adhoc category views, and potentially
map tables and crawler views should categoriesOnly parameter be set to
false.
|
protected void |
AuditEventDispatcher.handleAuditSpecificationEvents(LibrarySession session,
AuditEvent event)
Handle any events that pertain to changes in AuditSpecifications.
|
protected void |
AuditEventDispatcher.handleFreedEvents(LibrarySession session,
AuditEvent event)
Handle any "Freed" events, in terms of deleting existing events.
|
protected void |
AuditEventDispatcher.handleGlobalAuditTypeListChangeEvents(LibrarySession session,
AuditEvent event)
Handle any events that pertain to changes in a domain's
global audit type list.
|
String |
PreparedSelectorGenerator.IN_FOLDER(String input)
Generates the clause that restricts a specified alias to a particular
folder.
|
void |
AutoFolderingAction.initialize(AutoFolderingActionSpecification spec)
Initialize this instance.
|
void |
AuditEventDispatcher.initialize(LibrarySession session)
Initialize or re-initialize the set of registered AuditSpecifications.
|
void |
AuditEventDispatcher.RegisteredAuditSpecification.initialize(LibrarySession session)
Initializes a RegisteredAuditSpecification.
|
void |
AuditEventDispatcher.RegisteredAuditSpecification.initialize(LibrarySession session,
AuditSpecification spec)
Initializes a RegisteredAuditSpecification.
|
void |
AuditEventDispatcher.RegisteredGlobalAuditSpecification.initialize(LibrarySession session,
AuditSpecification auditSpec)
Initializes a RegisteredGlobalAuditSpecification.
|
void |
AuditEventDispatcher.RegisteredObjectAuditSpecification.initialize(LibrarySession session,
AuditSpecification auditSpec)
Initializes a RegisteredObjectAuditSpecification.
|
void |
OperationAction.initialize(OperationActionSpecification oas)
Initialize this instance.
|
static boolean |
InstancePropertyUtilities.isAutoUserProvisioningEnabled(LibrarySession session)
Gets whether the instance has Auto User Provisioning enabled.
|
static boolean |
InstancePropertyUtilities.isBpelWorkflowCreationEnabled(LibrarySession session)
Gets whether the instance allows the creation of custom
BPEL Workflows.
|
static boolean |
InstancePropertyUtilities.isDavCopyMoveThroughFolderLinkAllowed(LibrarySession session)
Gets whether dav allows copy and move ops through folder links.
|
static boolean |
InstancePropertyUtilities.isIdmEnabled(LibrarySession session)
Gets whether the instance is IDM enabled.
|
static boolean |
InstancePropertyUtilities.isLockObjectEnabled(LibrarySession session)
See if LOCKOBJECT is enabled.
|
static boolean |
InstancePropertyUtilities.isSynchronousSecurityRefreshEnabled(LibrarySession session)
Gets whether the instance is enabled to refresh security
synchronously.
|
boolean |
UserManager.isValidCreateUserOption(String optionName)
Checks if valid option.
|
static boolean |
InstancePropertyUtilities.isWebServiceSecureCleartextAuthenticationRequired(LibrarySession session)
Gets whether web service cleartext password authentication
requires HTTPS, or is allowed over plain HTTP for this instance.
|
static boolean |
InstancePropertyUtilities.isWorkflowEnabled(LibrarySession session)
Gets whether the instance is Workflow enabled.
|
String |
PreparedSelectorGenerator.LATEST_VERSION(String input)
Adds a qualification that restricts results for only the latest
version or unversioned items.
|
static AttributeValue[] |
AuditingUtilities.listAggregateAuditEventColumnValues(LibrarySession session,
Long specId,
String aggFunction,
String[] colNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
static AttributeValue[] |
AuditingUtilities.listAggregateAuditEventColumnValues(LibrarySession session,
String aggFunction,
String[] columnNames,
Map searchOptions,
AttributeValue[] sortOptions)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
String |
PreparedSelectorGenerator.LITERAL(String input)
A no-op function, returning the literal resolution of the
input string.
|
protected String |
PreparedSelectorGenerator.lookupClassNameByNickname(String nickname)
Looks up a ClassObject name by the specified class "nickname".
|
ClassDomain |
UserManager.lookupCreateUserOptionClassDomain(String optionName)
Returns ClassDomain (if any; null if none) for the option
|
int |
UserManager.lookupCreateUserOptionDatatype(String optionName)
Returns Attribute.ATTRIBUTEDATATYPE_UNKNOWN if no such option;
else returns datatypes defined in beans.Attribute
|
AttributeValue |
AttributeValueGetter.lookupObjectAttributeValue(String tag)
Lookup an AttributeValue that identifies a LibraryObject,
by the specified tag.
|
protected AttributeValue |
PreparedSelectorGenerator.lookupSearchTarget(AttributeValue target)
Returns the search target from the table map matching the provided
target's associated alias.
|
protected AttributeValue |
PreparedSelectorGenerator.lookupSearchTarget(String alias)
Lookup a search target by registered alias.
|
protected AttributeValue |
PreparedSelectorGenerator.lookupSearchTarget(String alias,
boolean enforce)
Lookup a search target by registered alias.
|
protected AttributeValue[] |
PreparedSelectorGenerator.lookupSearchTargets(AttributeValue[] targets)
Returns the search targets from the table map matching the provided
targets associated aliases.
|
protected DirectoryUser |
UserManager.lookupUser(String username)
Looks up an iFS DirectoryUser, and throw an exception if not found.
|
String |
PreparedSelectorGenerator.LOWER(String input)
Applies a lowercasing SQL function.
|
static Family |
VersioningUtilities.makeVersioned(PublicObject po)
Creates a new Family from the specified Document,
making it the first version of the new Family.
|
String |
PreparedSelectorGenerator.MAP_ATTR_EXISTS_WITH_ALIAS(String input)
Generates a map attribute qualification exists clause with
a defined alias for the map table, and containing
an arbitrary inner search clause with the map table.
|
String |
PreparedSelectorGenerator.MAP_ATTR_EXISTS(String input)
Generates a map attribute qualification exists clause containing
an arbitrary inner search clause with the map table.
|
String |
PreparedSelectorGenerator.MAP_ATTR_KEYED_VALUE(String input)
Generates a map attribute qualification clause containing
a non-null key match from a specified attribute and key value.
|
Hashtable |
UserManager.normalizeOptionsHashtable(Hashtable oldTable)
Normalizes the options Hashtable so that the keys
are all uppercase.
|
protected void |
PreparedSelectorGenerator.overrideTargetViewName(String alias,
String viewName)
Overrides the view name to be used with the search target identified
by the alias specified.
|
protected List |
PreparedSelectorGenerator.parseInput(String input)
Create a token list from an input string.
|
static void |
DatabaseUtilities.performAnalyze(LibrarySession session)
Perform ANALYZE on the IFS schema.
|
static void |
DatabaseUtilities.performAnalyzeOracle(LibrarySession session)
Execute the ANALYZE action for Oracle.
|
static void |
DatabaseUtilities.performAnalyzePostgres(LibrarySession session)
Execute the ANALYZE action for Postgres.
|
static void |
AuditingUtilities.performInternalAuditHandlerProcessing(LibrarySession session,
AuditSpecification auditSpec,
boolean eventPosted,
boolean timerExpired)
Initialize and post a notification for a custom
AuditSpecification.
|
static void |
AuditingUtilities.performInternalAuditHandlerProcessing(LibrarySession session,
String specName,
boolean eventPosted,
boolean timerExpired)
Initialize and post a notification for a custom
AuditSpecification.
|
static void |
EventUtils.postEvent(LibrarySession session,
String key)
Post an event on a "event target" object, used by alert agents.
|
void |
ManualTextIndexingRetainedEvent.process(LibrarySession session)
Process this retained event.
|
int |
AuditEventDispatcher.processRawAuditEvents(LibrarySession session,
int batchSize)
Process any new raw audit events.
|
static int |
AuditingUtilities.processRawAuditEvents(LibrarySession session,
int batchSize)
Dispatch events.
|
int |
AuditEventDispatcher.processRawAuditEvents(LibrarySession session,
long minId,
int batchSize)
Process any new raw audit events.
|
String |
PreparedSelectorGenerator.PROPERTY(String input)
Generates a property qualification clause from a specified alias,
property name, and property data type.
|
void |
AuditEventHandlerContext.purgeEvent(AuditEvent event)
Purges an AuditEvent from its audit history.
|
void |
AuditEventHandlerContextImpl.purgeEvent(AuditEvent event) |
void |
AuditEventHandlerContext.purgeEvents(AuditEvent[] events)
Purges a set of AuditEvents from their audit histories.
|
void |
AuditEventHandlerContextImpl.purgeEvents(AuditEvent[] events) |
void |
AttributeValueTable.put(AttributeValue av)
Stores a new value, using an implicit key of the value's name.
|
void |
AttributeValueTable.put(AttributeValue[] values)
Applies values from the specified array of AttributeValues.
|
void |
AttributeValueTable.put(List list)
Applies values from the specified list of AttributeValues.
|
void |
AttributeValueTable.put(ParameterTable pt)
Applies values from the specified ParameterTable.
|
void |
AttributeValueTable.put(Property[] props)
Applies values from the specified array of Property objects.
|
void |
AttributeValueTable.put(PropertyBundle pb)
Applies values from the specified PropertyBundle.
|
void |
AttributeValueTable.put(SimpleProperty[] props)
Applies values from the specified array of SimpleProperty objects.
|
void |
AttributeValueTable.put(String key,
AttributeValue av)
Stores a new value, using an explicit key.
|
void |
AttributeValueTable.put(String key,
boolean value)
Stores a new boolean value, using an explicit key.
|
void |
AttributeValueTable.put(String key,
double value)
Stores a new double value, using an explicit key.
|
void |
AttributeValueTable.put(String key,
int value)
Stores a new integer value, using an explicit key.
|
void |
AttributeValueTable.put(String key,
long value)
Stores a new long value, using an explicit key.
|
void |
AttributeValueTable.put(String key,
String value)
Stores a new String value, using an explicit key.
|
void |
AttributeValueTable.put(String key,
String[] value)
Stores a new String array value, using an explicit key.
|
void |
AttributeValueTable.putTable(String key,
AttributeValueTable avt)
Stores a new table, using an explicit key.
|
void |
AttributeValueTable.putTableList(String key,
AttributeValueTable table)
Stores a new tablelist from the specified table, using an explicit key.
|
void |
AttributeValueTable.putTableList(String key,
List<AttributeValueTable> list)
Stores a new tablelist, using an explicit key.
|
static LockEntry |
LockUtils.refreshDavLock(PublicObject object,
Date timeout,
String davOwner)
Refreshes a DAV lock for the given object.
|
boolean |
AuditEventTypeDefinition.register(LibrarySession session)
Register the Audit event type defined by this instance.
|
protected void |
UserManager.registerCreateUserOption(String optionName,
int datatype,
ClassDomain domain)
Register one option.
|
protected void |
UserManager.registerCreateUserOptions()
Registers the options for user creation.
|
protected AttributeValue |
PreparedSelectorGenerator.registerSearchTarget(AttributeValue searchTarget)
Registers a new search target after validation.
|
protected AttributeValue |
PreparedSelectorGenerator.registerSearchTarget(String input)
Parses and registers a new search target.
|
String |
PreparedSelectorGenerator.RELATION_JOIN(String input)
Generates a join clause between a left PublicObject, a right PublicObject, and a Relation
that connects the two.
|
static void |
LockUtils.releaseDavLock(PublicObject object)
Releases a DAV lock from the given object, if a DAV lock exists for
that object.
|
static void |
LockUtils.releaseManualLock(PublicObject object)
Release the manual lock for the given object if it exists.
|
void |
AuditEventHandlerContext.removeHandlerProperty(String key)
Removes a property of the custom Audit Specification by its property name.
|
void |
AuditEventHandlerContextImpl.removeHandlerProperty(String key) |
static void |
LockUtils.removeLockType(LibrarySession session,
boolean custom,
String lockTypeKey)
Removes a registered lock type.
|
protected void |
UserManager.replaceDirectoryServicePassword()
Replaces DS password.
|
String |
PreparedSelectorGenerator.SelectorFunction.resolve()
Resolves a SelectorFunction into a string.
|
void |
AuditEventHandlerContext.restartAuditEventHandler()
Causes a reset of the handler settings.
|
void |
AuditEventHandlerContextImpl.restartAuditEventHandler() |
static boolean |
DatabaseUtilities.rowExists(LibrarySession session,
String tableName,
String condition)
Return true if there is a row that meets the specified condition
for the specified table.
|
String |
PreparedSelectorGenerator.SEARCH_TARGET(String input)
Registers a new search target, and generates SQL for it to appear
in a "from clause".
|
static AuditEvent[] |
AuditingUtilities.searchAuditHistory(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Searches the AuditEvent table given a Map of AuditEvent search options
and a Map of AuditEvent sort options.
|
String |
PreparedSelectorGenerator.SECURITY_CLAUSE(String input)
Adds a security qualification for an alias.
|
static int |
DatabaseUtilities.selectCount(LibrarySession session,
String tableName,
String condition)
Selects the row count that meets the specified condition
for the specified table.
|
static DirectoryGroup[] |
CrawlerUtilities.selectDirectoryGroups(LibrarySession session,
long id)
Selects the set of DirectoryGroups affected by the specified Group
member change
|
static long |
DatabaseUtilities.selectMinOrMax(LibrarySession session,
String selClause,
String tableName,
String condition)
Selects the min or max doc ID from the specified table.
|
void |
JsonPreparedSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values.
|
static void |
InstancePropertyUtilities.setControllerState(LibrarySession session,
ControllerState cs)
Sets the ControllerState for this instance.
|
void |
AuditEventHandlerContext.setDomainId(long domainId)
Sets the Domain that should be used while processing an AuditEvent.
|
void |
AuditEventHandlerContextImpl.setDomainId(long domainId) |
static void |
AuditingUtilities.setGlobalAuditTypeList(LibrarySession session,
AuditTypeList atl)
Sets the AuditTypeList that defines the events saved into the
global audit history.
|
static void |
InstancePropertyUtilities.setGlobalAuditTypeList(LibrarySession session,
AuditTypeList atl)
Gets the AuditTypeList that defines the events saved into the
global audit history.
|
void |
AuditEventHandlerContext.setHandlerProperty(String key,
AttributeValue value)
Sets a property of the custom Audit Specification.
|
void |
AuditEventHandlerContextImpl.setHandlerProperty(String key,
AttributeValue value) |
void |
PreparedSelectorGenerator.setPrimarySearchTarget(String className,
String alias)
Sets the primary search target, from the specified class name and alias.
|
void |
PreparedSelectorGenerator.setPrimarySearchTarget(String className,
String alias,
String viewName)
Sets the primary search target, from the specified class name, alias, and view.
|
static void |
InstancePropertyUtilities.setSystemObjectDomainProperty(LibrarySession session,
String propKey,
SystemObject sysObj)
Sets the value of a SystemObject domain property.
|
static void |
SelectUtilities.setValueInStatement(LibrarySessionInterface session,
IfsPreparedStatement stmt,
AttributeValue av,
int position)
Set bind values in the specified statement.
|
static boolean |
DatabaseUtilities.tableExists(LibrarySession session,
String tableName)
Return true if the specified table exists.
|
protected void |
PreparedSelectorGenerator.throwInvalidFunction(String funcName,
String input)
Throw an exception indicating an invalid search function.
|
AttributeValueTable |
JsonObject.toAttributeValueTable()
Convert this object to an AttributeValueTable.
|
List<AttributeValueTable> |
JsonArray.toAttributeValueTableList()
Convert this object to a list of AttributeValueTable.
|
Map<Long,Long> |
AttributeValueTable.toLongLongMap()
Generate a map, using the keys as Longs and the values as Longs.
|
Map<Long,Long> |
AttributeValueTable.toLongLongMap(LibrarySession session)
Generate a map, using the keys as Longs and the values as Longs.
|
Map<Long,String> |
AttributeValueTable.toLongStringMap()
Generate a map, using the keys as Longs and the values as Strings.
|
Map<Long,String> |
AttributeValueTable.toLongStringMap(LibrarySession session)
Generate a map, using the keys as Longs and the values as Strings.
|
Map<String,Double> |
AttributeValueTable.toStringDoubleMap()
Generate a map, using the values as Doubles.
|
Map<String,Double> |
AttributeValueTable.toStringDoubleMap(LibrarySession session)
Generate a map, using the values as Doubles.
|
Map<String,Long> |
AttributeValueTable.toStringLongMap()
Generate a map, using the values as Longs.
|
Map<String,Long> |
AttributeValueTable.toStringLongMap(LibrarySession session)
Generate a map, using the values as Longs.
|
Map<String,String> |
AttributeValueTable.toStringStringMap()
Generate a map, using the values as Strings.
|
Map<String,String> |
AttributeValueTable.toStringStringMap(LibrarySession session)
Generate a map, using the values as Strings.
|
String |
PreparedSelectorGenerator.UNDER_FOLDER(String input)
Generates the clause that restricts a specified alias to a particular
folder or one of its subfolders.
|
static void |
LockUtils.unlockIfExists(PublicObject object,
int lockEntryType)
Unlocks the LockEntry of the specifed lockEntryType if it exists on the
given PublicObject.
|
String |
PreparedSelectorGenerator.UPPER(String input)
Adds an upper function.
|
void |
PreparedSelectorGenerator.validate()
Validate the search specifications.
|
protected AttributeValue |
PreparedSelectorGenerator.validateBindValue(AttributeValue bindValue)
Validate a bind value.
|
protected void |
PreparedSelectorGenerator.validateJoinCondition(String joinCondition)
Validate the join condition.
|
protected void |
PreparedSelectorGenerator.validateSearchCondition(String search)
Validate the search condition.
|
protected AttributeValue |
PreparedSelectorGenerator.validateSearchTarget(AttributeValue target)
Validate a search target, and registers it if it is valid.
|
protected void |
PreparedSelectorGenerator.validateSortCondition(String sort)
Validate the sort condition.
|
protected void |
PreparedSelectorGenerator.verifyDocumentTarget(String alias)
Verify that the class name in the search target identified
by the alias specified is DOCUMENT.
|
static void |
LockUtils.verifyLockEntry(LibrarySession session,
PublicObject object,
LockEntryDefinition def)
Verify that the lockentry definition can be applied to the
specifed object.
|
static void |
ContentUtilities.writeDocumentContentToFile(Document doc,
String absFilename)
Write a Document's content to a local file, without append mode.
|
static void |
ContentUtilities.writeDocumentContentToFile(Document doc,
String absFilename,
boolean append)
Write a Document's content to a local file.
|
static void |
ContentUtilities.writeEmptyFile(String absFilename)
Write an empty file.
|
static void |
ContentUtilities.writeReaderContentToFile(Reader reader,
String absFilename)
Write a Reader's content to a local file, without append mode.
|
static void |
ContentUtilities.writeReaderContentToFile(Reader reader,
String absFilename,
boolean append)
Write a Reader's content to a local file.
|
static void |
ContentUtilities.writeStringContentToFile(String string,
String absFilename)
Write a String's value to a local file, without append mode.
|
static void |
ContentUtilities.writeStringContentToFile(String string,
String absFilename,
boolean append)
Write a String's value to a local file.
|
Constructor and Description |
---|
AttributeValueTable(AttributeValue[] values)
Constructs an AttributeValueTable from an array of AttributeValues.
|
AttributeValueTable(AttributeValueTable avt)
Constructs an AttributeValueTable from another AttributeValueTable.
|
AttributeValueTable(List list)
Constructs an AttributeValueTable from a list of AttributeValues.
|
AttributeValueTable(ParameterTable pt)
Constructs an AttributeValueTable from a ParameterTable.
|
AttributeValueTable(Property[] props)
Constructs an AttributeValueTable from an array of Property.
|
AttributeValueTable(PropertyBundle pb)
Constructs an AttributeValueTable from a PropertyBundle.
|
AttributeValueTable(SimpleProperty[] props)
Constructs an AttributeValueTable from a set of SimpleProperty.
|
AuditEventDispatcher()
Constructs an AuditEventDispatcher, using a default cache configuration.
|
AuditEventDispatcher(BoundedCacheConfiguration cacheConfig)
Constructs an AuditEventDispatcher.
|
AuditEventHandlerContextImpl(AuditSpecification auditSpec)
Constructs an AuditEventHandlerContextImpl.
|
AuditSearchGenerator(AuditSpecification spec,
long[] targetIds,
String searchClause,
String sortClause)
Creates an AuditSearchGenerator from BL code.
|
AuditSearchGenerator(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Creates an AuditSearchGenerator.
|
JsonArray(List<AttributeValueTable> avtList)
Constructs a JsonArray from a list of AttributeValueTable.
|
JsonObject(AttributeValueTable avt)
Constructs a JsonObject from an existing JsonElement,
using its parser and event list.
|
JsonPreparedSelector(Document doc)
Constructs a JsonPreparedSelector from a Document whose content
is the JSON content.
|
JsonPreparedSelector(LibrarySession session,
JsonObject jsonObject)
Constructs a JsonPreparedSelector from a JSON object.
|
JsonPreparedSelector(LibrarySession session,
Reader reader)
Constructs a JsonPreparedSelector from a Reader whose content
is the JSON content.
|
JsonPreparedSelector(LibrarySession session,
String jsonString)
Constructs a JsonPreparedSelector from a String representation of
the JSON content.
|
JsonPreparedSelector(PreparedSelectorGenerator psGen)
Constructs a JsonPreparedSelector from a PreparedSelectorGenerator definition.
|
JsonPreparedSelector(PreparedSelectorGenerator psGen,
PreparedSelector psel)
Constructs a JsonPreparedSelector from PreparedSelectorGenerator
and associated PreparedSelector definitions.
|
ManualTextIndexingRetainedEvent(AttributeValue coVal)
Construct a ManualTextIndexingRetainedEvent that reflects a ContentObject
requiring manual text extraction for indexing.
|
ManualTextIndexingRetainedEvent(ContentObject co)
Construct a ManualTextIndexingRetainedEvent that reflects a ContentObject
requiring manual text extraction for indexing.
|
ManualTextIndexingRetainedEvent(S_ContentObject sco)
Construct a ManualTextIndexingRetainedEvent that reflects a ContentObject
requiring manual text extraction for indexing.
|
RegisteredAuditSpecification(LibrarySession session,
AuditSpecification auditSpec)
Constructs a RegisteredAuditSpecification.
|
RegisteredGlobalAuditSpecification(LibrarySession session,
AuditSpecification auditSpec)
Constructs a RegisteredGlobalAuditSpecification.
|
RegisteredObjectAuditSpecification(LibrarySession session,
AuditSpecification auditSpec)
Constructs a RegisteredObjectAuditSpecification.
|
TieAuditEventDispatcher()
Constructs an TieAuditEventDispatcher.
|
TieAuditEventDispatcher(BoundedCacheConfiguration cacheConfig)
Constructs an TieAuditEventDispatcher.
|
UserManager(LibrarySession sess)
Construct UserManager object.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionStatisticsCache.addApplicationSession(long appSessionId,
long userIdval,
String appName)
Receive notification of the creation of an application (FDK)
session.
|
void |
SessionStatisticsCache.addLibrarySession(LibrarySession session)
Receive notification of a connect of a LibrarySession.
|
UserSessionStatistics |
UserSessionStatistics.clone(LibrarySession session)
Returns a clone of this object.
|
void |
StatisticsDocumentCreator.createStatisticsDocument(LibrarySession session,
String statsString,
String nodeName,
String folderPath)
Creates an HTML document containing the statistics information,
and stored it in the repository.
|
void |
StatisticsDocumentCreatorAdapter.createStatisticsDocument(LibrarySession session,
String statsString,
String nodeName,
String folderPath)
Creates an HTML document containing the statistics information,
and stored it in the repository.
|
static String |
ServiceStatistics.getRuntimeStatisticsString(LibrarySession session)
Get the runtime statistics, as a String.
|
static ServiceStatistics |
ServiceStatistics.getServiceStatistics(LibrarySession session)
Get the statistics for the service running on this node.
|
static String |
ServiceStatistics.getSessionCacheStatistics(LibrarySession session)
Get the LibrarySession-specific cache statistics for the
specified session.
|
SessionStatistics |
SessionStatisticsCache.getSessionStatistics(LibrarySession session)
Get the session statistics for sessions active on this node.
|
void |
SessionStatisticsCache.removeApplicationSession(long appSessionId,
long userIdval)
Receive notification of the deletion of an application (FDK)
session.
|
void |
SessionStatisticsCache.removeLibrarySession(LibrarySession session)
Receive notification of the disconnect of a LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FdkConfiguration.initialize(LibrarySession session)
Method that needs to be called by the subclass initizlize() methods.
|
abstract String |
FdkConfiguration.lookupItemType(LibraryObject reposObject)
Lookup the FDK type for the specified LibraryObject.
|
Modifier and Type | Method and Description |
---|---|
Credential |
CoreFdkConfiguration.createCredentialByGuid(String userGuid,
String realmGuid)
Create a credential for a given user and realm GUID pair.
|
Credential |
CoreFdkConfiguration.createCredentialByPrincipal(Principal principal)
Create a credential for a given user principal
NOTE: This method is dangerous to call as it does not verify the
credentials of the user in any way.
|
Credential |
CoreFdkConfiguration.createCredentialByUsername(String username)
Create a credential for a given username.
|
protected PublicObject |
CoreFileManager.tryLegacyPathResolution(LibrarySession ls,
String path)
Try to resolve a path using Legacy Path Resolution (from Oracle Files).
|
Modifier and Type | Method and Description |
---|---|
boolean |
CorePathAttributeHandler.canHandle(AttributeHandlerContext context) |
Object |
CorePathAttributeHandler.getValue(AttributeHandlerContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
AttributeHandler.canHandle(AttributeHandlerContext context)
Returns
true if this handler can handle the attribute
request on the given object instance. |
boolean |
AttributeHandler.canUpdate(AttributeHandlerContext context)
Returns
true if this handler can update the attribute,
false if the attribute is not updateable. |
abstract Credential |
FdkConfigurationImpl.createCredentialByGuid(String userGuid,
String realmGuid)
Create a credential for a given user and realm GUID pair.
|
abstract Credential |
FdkConfigurationImpl.createCredentialByPrincipal(Principal principal)
Create a credential for a given user principal.
|
abstract Credential |
FdkConfigurationImpl.createCredentialByUsername(String username)
Create a credential for a given username.
|
protected LibrarySession |
FdkConfigurationImpl.createLibrarySession(Credential credential,
ConnectOptions options)
Create a session given the credentials and connect options.
|
String |
ItemTypeRegistry.getItemType(LibraryObject reposObject)
Returns the ItemType corresponding to the repository object or
null if the object class is not registered. |
static Media |
Utils.getMedia(LibrarySession ls,
String mediaName)
Returns the Media given its name or throws an exception if
the item cannot be found.
|
static String |
AttributeHelper.getNameAttribute(FdkSession session,
LibraryObject reposObject)
Returns the NAME attribute for an object based on the handler for
the attribute.
|
Object |
AttributeHandler.getValue(AttributeHandlerContext context)
Returns the value of an attribute.
|
void |
FdkServiceEventHandler.handleEvent(IfsEvent event)
Handles the specified repository event.
|
static Object |
AttributeHelper.implicitConversion(FdkSessionImpl session,
Object value,
AttributeRequest[] requestedAttrs)
Converts the return value of an attribute to the proper type based on some
implicit rules:
PropertyBundle -> NamedValue[]
LibraryObject -> Item
LibraryObject[] -> Item[]
AttributeValue -> implicitConversion(session, av.getObject(), ar)
|
void |
FdkConfigurationImpl.initialize(LibrarySession systemSession) |
String |
FdkConfigurationImpl.lookupItemType(LibraryObject reposObject)
Lookup the FDK type for the specified LibraryObject.
|
AttributeUpdater |
AttributeHandler.setValue(AttributeHandlerContext context,
Object value)
Updates the attribute with the given value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ChainedAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
ChainedMethodAttributeHandler.canHandle(AttributeHandlerContext context)
Returns true if the repos object returned by the underlying attribute
handler is an instance of the
given objectClass constructor parameter.
|
boolean |
DocumentDefinitionSizeAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
MappedValueAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
MixedAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
PermissionBitMappingAttributeHandler.canHandle(AttributeHandlerContext context) |
boolean |
ChainedAttributeHandler.canUpdate(AttributeHandlerContext context) |
String |
NameAttributeHandler.getName(LibraryObject reposObject)
Helper method called as an optimization from the AttributeHelper.
|
Object |
ChainedAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
ChainedMethodAttributeHandler.getValue(AttributeHandlerContext context)
Returns the value returned by the method registered
for use by this instance.
|
Object |
DirectAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
DocumentDefinitionSizeAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
MappedValueAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
MediaTypeAttributeHandler.getValue(AttributeHandlerContext context)
Returns the value of an attribute.
|
Object |
MixedAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
NameAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
PermissionBitMappingAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
PrimaryUserProfileAttributeHandler.getValue(AttributeHandlerContext context) |
Object |
TypeAttributeHandler.getValue(AttributeHandlerContext context) |
AttributeUpdater |
ChainedAttributeHandler.setValue(AttributeHandlerContext context,
Object value) |
AttributeUpdater |
DirectAttributeHandler.setValue(AttributeHandlerContext context,
Object value) |
Modifier and Type | Method and Description |
---|---|
int |
Logger.getLogLevel()
Gets the logging level.
|
void |
Logger.setLogLevel(int logLevel)
Sets the desired logging level.
|
Modifier and Type | Method and Description |
---|---|
protected Parser |
IfsDetermineParserCommand.constructParser(LibrarySession session,
String parserPath)
Construct a Parser object.
|
protected void |
IfsCopyCommand.copy(LibrarySession session,
FolderPathResolver fpr,
PublicObject srcPO,
Folder destParentFolder,
String newName,
boolean shouldOverwrite)
Copy the PublicObject po into the specified folder.
|
protected PublicObject |
IfsCopyCommand.copyFolderWithNameConflictOverwrite(LibrarySession session,
FolderPathResolver fpr,
Folder fromFolder,
Folder toFolder)
Recursively copies the folder, overwriting any objects with a name conflict.
|
protected PublicObject |
IfsCopyCommand.copyNoNameConflict(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Copies the PublicObject and adds the new PublicObject the destination
parent folder.
|
protected PublicObject |
IfsCopyCommand.copyNoOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String poName)
Copy the PublicObject and do not overwrite.
|
protected PublicObject |
IfsCopyCommand.copyWithNameConflictDeleteOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName,
PublicObject existingPO)
Copy the PublicObject and overwrite the existing object with the same name
by deleting the existing object and replacing with the new object.
|
protected PublicObject |
IfsCopyCommand.copyWithNameConflictOverwrite(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Copy the PublicObject and overwrite the existing object with the same name.
|
CommandContext |
IfsAddFolderRelationshipCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsAttributeStringDisplayCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsCancelCheckOutCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsCatCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsChangeDirectoryCommand.createCommandContext()
Returns a CommandContext to be used throughout the invokation.
|
CommandContext |
IfsCheckedOutByCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsCheckInCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsCheckOutCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsCloseChannelCommand.createCommandContext()
Returns a CommandContext to be used throughout the invokation.
|
CommandContext |
IfsCookieCommand.createCommandContext()
Returns a CommandContext to be used throughout the invokation.
|
CommandContext |
IfsCopyCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsCreateDocumentCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsCreateFolderCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsDeleteLibraryObjectCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsDetermineAclCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsDetermineFormatCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsDetermineParserCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsDoesPublicObjectExistByIdCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsDoesPublicObjectExistByPathCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsFindPublicObjectByIdCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsFindPublicObjectByPathCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsGetAttributeNamesCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsGetAttributesCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsGetBeansVersionCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsGetCurrentUserCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsHandlePublicObjectVersioningCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsHelpCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsInvokeSelectorAndListOutputCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsInvokeSelectorCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsIsCheckedOutCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsIsVersionedCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsLoginCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsLogoutCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsMvCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsOpenSocketCommand.createCommandContext()
Returns a CommandState to be used throughout the invokation.
|
CommandContext |
IfsParseStreamCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsPasvCommand.createCommandContext()
Returns a CommandContext to be used throughout the invokation.
|
CommandContext |
IfsPortCommand.createCommandContext()
Returns a CommandContext to be used throughout the invokation.
|
CommandContext |
IfsRemoveFolderRelationshipCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsRenderAsRandomAccessContentCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsRenderAsReaderCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsRenderAsStreamCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsSetAttributesCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsShowAllPathsCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsStringListCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
CommandContext |
IfsUploadFileCommand.createCommandContext()
Returns a CommandContext to be used throughout the invocation.
|
protected Folder |
IfsCreateFolderCommand.createFolder(LibrarySession session,
String name,
AccessControlList acl,
boolean aclFromParent,
Folder parent)
Creates one Folder object.
|
protected Folder |
IfsCreateFolderCommand.createParentFolderPath(LibrarySession session,
String folderPath,
AccessControlList acl,
boolean aclFromParent)
Creates all folders in a path where the path contains at least one folder to be created.
|
protected StringBuffer |
IfsAttributeStringDisplayCommand.displayLongList(StringBuffer buffer,
LibraryObject lo,
LibrarySession session,
boolean obfuscate) |
protected StringBuffer |
IfsAttributeStringDisplayCommand.displayName(StringBuffer buffer,
LibraryObject lo,
LibrarySession session) |
protected PublicObject |
IfsCopyCommand.duplicateObject(LibrarySession session,
PublicObject srcPO,
Folder destParentFolder,
String newName)
Duplicate the PublicObject.
|
protected void |
IfsAddFolderRelationshipCommand.execute(AddFolderRelationshipContext context)
Execute IfsAddFolderRelationshipContext.
|
protected void |
IfsAttributeStringDisplayCommand.execute(AttributeStringDisplayContext context)
Executes a AttributeStringDisplayContext.
|
protected void |
IfsCancelCheckOutCommand.execute(CancelCheckOutContext context)
Execute a CancelCheckOutContext.
|
protected void |
IfsCatCommand.execute(CatContext context)
Execute a CatContext
|
protected void |
IfsChangeDirectoryCommand.execute(ChangeDirectoryContext state)
Execute a CookieCommandState.
|
protected void |
IfsCheckedOutByCommand.execute(CheckedOutByContext context)
Execute a CheckedOutByContext.
|
protected void |
IfsCheckInCommand.execute(CheckInContext context)
Execute a CheckInContext.
|
protected void |
IfsCheckOutCommand.execute(CheckOutContext context)
Execute a CheckOutContext.
|
protected void |
IfsCloseChannelCommand.execute(CloseChannelContext state)
Execute a CommandState.
|
protected void |
IfsAddFolderRelationshipCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsAttributeStringDisplayCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsBlankCommand.execute(CommandContext context)
The execute method does nothing
|
protected void |
IfsCancelCheckOutCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsCatCommand.execute(CommandContext context)
Execute a CommandContext
|
protected void |
IfsChangeDirectoryCommand.execute(CommandContext state)
Execute a CommandContext.
|
protected void |
IfsCheckedOutByCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsCheckInCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsCheckOutCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsCloseChannelCommand.execute(CommandContext state)
Execute a CommandState.
|
protected void |
IfsCookieCommand.execute(CommandContext state)
Execute a CommandState.
|
protected void |
IfsCopyCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsCreateDocumentCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsCreateFolderCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsDeleteLibraryObjectCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsDetermineAclCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsDetermineFormatCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsDetermineParserCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsDoesPublicObjectExistByIdCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsDoesPublicObjectExistByPathCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsFindPublicObjectByIdCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsFindPublicObjectByPathCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsGetAttributeNamesCommand.execute(CommandContext context)
Execute a Commandcontext.
|
protected void |
IfsGetAttributesCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsGetBeansVersionCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsGetCurrentUserCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsHandlePublicObjectVersioningCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsHelpCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsInvokeSelectorAndListOutputCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsInvokeSelectorCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsIsCheckedOutCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsIsVersionedCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsLoginCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsLogoutCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsMvCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsOpenSocketCommand.execute(CommandContext state)
Execute a CommandState.
|
protected void |
IfsParseStreamCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsPasvCommand.execute(CommandContext context)
Execute a CommandState.
|
protected void |
IfsPortCommand.execute(CommandContext context)
Execute a CommandState.
|
protected void |
IfsRemoveFolderRelationshipCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsRenderAsRandomAccessContentCommand.execute(CommandContext context)
Execute a CommandContext
|
protected void |
IfsRenderAsReaderCommand.execute(CommandContext context)
Execute a CommandContext
|
protected void |
IfsRenderAsStreamCommand.execute(CommandContext context)
Execute a CommandContext
|
protected void |
IfsSetAttributesCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsShowAllPathsCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsStringListCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsUploadFileCommand.execute(CommandContext context)
Execute a CommandContext.
|
protected void |
IfsCookieCommand.execute(CookieContext state)
Execute a CookieCommandState.
|
protected void |
IfsCopyCommand.execute(CopyContext context)
Executes a CopyContext.
|
protected void |
IfsCreateDocumentCommand.execute(CreateDocumentContext context)
Execute a CreateDocumentContext.
|
protected void |
IfsCreateFolderCommand.execute(CreateFolderContext context)
Executes a CreateFolderContext.
|
protected void |
IfsDeleteLibraryObjectCommand.execute(DeleteLibraryObjectContext context)
Execute IfsDeleteLibraryObjectContext.
|
protected void |
IfsDetermineAclCommand.execute(DetermineAclContext context)
Execute a DetermineAclContext.
|
protected void |
IfsDetermineFormatCommand.execute(DetermineFormatContext context)
Execute a DetermineFormatContext.
|
protected void |
IfsDetermineParserCommand.execute(DetermineParserContext context)
Execute a DetermineParserContext.
|
protected void |
IfsDoesPublicObjectExistByIdCommand.execute(DoesPublicObjectExistByIdContext context)
Execute a DoesPublicObjectExistByIdContext.
|
protected void |
IfsDoesPublicObjectExistByPathCommand.execute(DoesPublicObjectExistByPathContext context)
Execute a DoesPublicObjectExistByPathContext.
|
protected void |
IfsFindPublicObjectByIdCommand.execute(FindPublicObjectByIdContext context)
Execute a FindPublicObjectByIdContext.
|
protected void |
IfsFindPublicObjectByPathCommand.execute(FindPublicObjectByPathContext context)
Execute a FindPublicObjectByPathContext.
|
protected void |
IfsGetAttributeNamesCommand.execute(GetAttributeNamesContext context)
Executes a GetAttributeNamesContext.
|
protected void |
IfsGetAttributesCommand.execute(GetAttributesContext context)
Executes a GetAttributesContext.
|
protected void |
IfsGetBeansVersionCommand.execute(GetBeansVersionContext context)
Execute a GetBeansVersionContext.
|
protected void |
IfsGetCurrentUserCommand.execute(GetCurrentUserContext context)
Execute a GetCurrentUserContext.
|
protected void |
IfsHandlePublicObjectVersioningCommand.execute(HandlePublicObjectVersioningContext context)
Execute a HandlePublicObjectVersioningContext.
|
protected void |
IfsHelpCommand.execute(HelpContext context)
Executes a HelpContext.
|
protected void |
IfsInvokeSelectorAndListOutputCommand.execute(InvokeSelectorAndListOutputContext context)
Executes a InvokeSelectorAndListOutputContext.
|
protected void |
IfsInvokeSelectorCommand.execute(InvokeSelectorContext context)
Execute IfsInvokeSelectorContext.
|
protected void |
IfsIsCheckedOutCommand.execute(IsCheckedOutContext context)
Execute a IsCheckedOutContext.
|
protected void |
IfsIsVersionedCommand.execute(IsVersionedContext context)
Execute a IsVersionedContext.
|
protected void |
IfsLoginCommand.execute(LoginContext context)
Execute a LoginContext.
|
protected void |
IfsLogoutCommand.execute(LogoutContext context)
Executes a LogoutContext.
|
protected void |
IfsMvCommand.execute(MvContext context)
Executes a MvContext.
|
protected void |
IfsOpenSocketCommand.execute(OpenSocketContext state)
Execute an OpenSocketCommandState.
|
protected void |
IfsParseStreamCommand.execute(ParseStreamContext context)
Execute a ParseStreamContext.
|
protected void |
IfsPasvCommand.execute(PasvContext state)
Execute a PasvContext.
|
protected void |
IfsPortCommand.execute(PortContext state)
Execute a PasvContext.
|
protected void |
IfsRemoveFolderRelationshipCommand.execute(RemoveFolderRelationshipContext context)
Execute IfsRemoveFolderRelationshipContext.
|
protected void |
IfsRenderAsRandomAccessContentCommand.execute(RenderAsRandomAccessContentContext context)
Execute a RenderAsRandomAccessContentContext
|
protected void |
IfsRenderAsReaderCommand.execute(RenderAsReaderContext context)
Execute a RenderAsReaderContext
|
protected void |
IfsRenderAsStreamCommand.execute(RenderAsStreamContext context)
Execute a RenderAsStreamContext
|
protected void |
IfsSetAttributesCommand.execute(SetAttributesContext context)
Executes a SetAttributesContext.
|
protected void |
IfsShowAllPathsCommand.execute(ShowAllPathsContext context)
Executes a ShowAllPathsContext.
|
protected void |
IfsStringListCommand.execute(StringListContext context)
Executes a StringListContext.
|
protected void |
IfsUploadFileCommand.execute(UploadFileContext context)
Execute a UploadFileContext.
|
protected void |
IfsStringListCommand.executeAttributeStringDisplay(LibraryObject obj,
AttributeValue[] attrs,
boolean namesOnly,
LibrarySession session,
StringBuffer buffer,
boolean obfuscate) |
protected String[] |
IfsStringListCommand.executeGetAttributeNames(LibraryObject obj) |
protected AttributeValue[] |
IfsStringListCommand.executeGetAttributes(LibraryObject obj,
String[] attrNames) |
protected void |
IfsCatCommand.executeRenderAsReader(CatContext cc) |
protected void |
IfsCatCommand.executeRenderAsStream(CatContext cc) |
AccessControlList |
CreateDocumentContext.getAcl()
Gets the ACL.
|
AccessControlList |
CreateFolderContext.getAcl()
Gets the new folder's Acl.
|
AccessControlList |
IfsCreateDocumentContext.getAcl()
Gets the ACL.
|
AccessControlList |
IfsCreateFolderContext.getAcl()
Gets the ACL.
|
AccessControlList |
IfsParseStreamContext.getAcl()
Gets the ACL.
|
AccessControlList |
IfsUploadFileContext.getAcl()
Gets the ACL.
|
AccessControlList |
ParseStreamContext.getAcl()
Gets the ACL.
|
AccessControlList |
UploadFileContext.getAcl()
Gets the ACL.
|
boolean |
CreateFolderContext.getAclFromParent()
Gets the new folder's Acl from parent flag.
|
boolean |
IfsCreateFolderContext.getAclFromParent()
Gets the ACL from parent folder.
|
boolean |
IfsUploadFileContext.getAclFromParent()
Gets the ACL from parent folder.
|
boolean |
UploadFileContext.getAclFromParent()
Gets the ACL from parent folder.
|
String[] |
IfsShowAllPathsContext.getAllPaths()
Gets all folder paths to the target object starting from the
root folder.
|
String[] |
ShowAllPathsContext.getAllPaths()
Gets all folder paths to the target object starting from the
root folder.
|
String |
IfsSetAttributesContext.getAttributeName()
Gets the name of the attribute whose value will
be modified.
|
String |
SetAttributesContext.getAttributeName()
Gets the name of the attribute whose value will
be modified.
|
protected String[] |
IfsGetAttributeNamesCommand.getAttributeNameList(LibraryObject lo)
Returns a list of available attribute names associated with a LO.
|
String[] |
GetAttributeNamesContext.getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject
|
String[] |
GetAttributesContext.getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject
|
String[] |
IfsGetAttributeNamesContext.getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject
|
String[] |
IfsGetAttributesContext.getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject
|
String[] |
IfsInvokeSelectorAndListOutputContext.getAttributeNames()
Gets the names of the attributes in result attribute list.
|
String[][] |
IfsStringListContext.getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject
|
String[] |
InvokeSelectorAndListOutputContext.getAttributeNames()
Gets the names of the attributes in result attribute list.
|
String[][] |
StringListContext.getAttributeNames()
Gets the Attribute names to obtain for all the LibraryObjects
|
String[] |
IfsStringListContext.getAttributeNames(int index)
Gets the Attribute names to obtain for the LibraryObject
|
String[] |
StringListContext.getAttributeNames(int index)
Gets the Attribute names to obtain for a particular LibraryObject
|
AttributeValue[] |
AttributeStringDisplayContext.getAttributes()
Gets the AttributeValues for the LibraryObject
|
AttributeValue[] |
GetAttributesContext.getAttributes()
Gets the Attributes
|
AttributeValue[] |
IfsAttributeStringDisplayContext.getAttributes()
Gets the AttributeValues for the LibraryObject
|
AttributeValue[] |
IfsGetAttributesContext.getAttributes()
Gets the Attributes
|
protected AttributeValue[] |
IfsGetAttributesCommand.getAttributes(LibraryObject obj,
String[] attrs)
Gets an AttributeValue[] based on a LibraryObject and attribute names.
|
protected IfsAttributeStringDisplayCommand |
IfsStringListCommand.getAttributeStringDisplayCommand() |
AttributeValue |
IfsSetAttributesContext.getAttributeValue()
Gets the new attribute value.
|
AttributeValue |
SetAttributesContext.getAttributeValue()
Gets the new attribute value.
|
IfsServerChannel |
CloseChannelContext.getChannel()
Gets the channel.
|
IfsServerChannel |
CookieContext.getChannel()
Gets the channel.
|
IfsServerChannel |
IfsCloseChannelContext.getChannel()
Gets the Channel.
|
IfsServerChannel |
IfsCookieContext.getChannel()
Gets the channel.
|
String |
IfsParseStreamContext.getCharacterSet()
Gets the character set.
|
String |
IfsUploadFileContext.getCharacterSet()
Gets the character set.
|
String |
ParseStreamContext.getCharacterSet()
Gets the character set.
|
String |
UploadFileContext.getCharacterSet()
Gets the character set.
|
protected IfsCheckedOutByCommand |
IfsCancelCheckOutCommand.getCheckedOutByCommand()
Return an instance of the IfsCheckedOutByCommand.
|
protected IfsCheckedOutByCommand |
IfsHandlePublicObjectVersioningCommand.getCheckedOutByCommand()
Return an instance of the IfsCheckedOutByCommand.
|
protected IfsCheckInCommand |
IfsHandlePublicObjectVersioningCommand.getCheckInCommand()
Return an instance of the IfsCheckInCommand.
|
String |
CheckInContext.getCheckInComment()
Gets the check-in comment.
|
String |
HandlePublicObjectVersioningContext.getCheckInComment()
Gets the check-in comment.
|
String |
IfsCheckInContext.getCheckInComment()
Gets the check-in comment.
|
String |
IfsHandlePublicObjectVersioningContext.getCheckInComment()
Gets the check-in comment.
|
PublicObject |
CheckInContext.getCheckInObject()
Get the object to be added as a new version.
|
protected IfsCheckOutCommand |
IfsHandlePublicObjectVersioningCommand.getCheckOutCommand()
Return an instance of the IfsCheckOutCommand.
|
ConnectOptions |
IfsLoginContext.getConnectOptions()
Gets the ConnectOptions.
|
ConnectOptions |
LoginContext.getConnectOptions()
Gets the ConnectOptions.
|
InputStream |
CreateDocumentContext.getContentStream()
Gets the content stream.
|
InputStream |
IfsCreateDocumentContext.getContentStream()
Gets the content stream.
|
InputStream |
IfsParseStreamContext.getContentStream()
Gets the content stream.
|
InputStream |
IfsUploadFileContext.getContentStream()
Gets the content stream.
|
InputStream |
ParseStreamContext.getContentStream()
Gets the content stream.
|
InputStream |
UploadFileContext.getContentStream()
Gets the content stream.
|
Object |
CookieContext.getCookie()
Gets the cookie.
|
Object |
IfsCookieContext.getCookie()
Gets the Cookie.
|
protected IfsCreateDocumentCommand |
IfsUploadFileCommand.getCreateDocumentCommand()
Return an instance of the IfsCreateDocumentCommand.
|
Credential |
IfsLoginContext.getCredential()
Gets the Credential.
|
Credential |
LoginContext.getCredential()
Gets the Credential.
|
AccessControlList |
DetermineAclContext.getDefaultAcl()
Gets the default acl.
|
AccessControlList |
IfsDetermineAclContext.getDefaultAcl()
Gets the default acl.
|
Folder |
IfsMvContext.getDestinationFolder()
Gets the destination folder of the public object.
|
Folder |
MvContext.getDestinationFolder()
Gets the destination folder of the public object.
|
Folder |
CopyContext.getDestinationParentFolder()
Gets the parent folder of the new object.
|
Folder |
IfsCopyContext.getDestinationParentFolder()
Gets the parent folder of the new object.
|
String |
HelpContext.getDetailedHelpResourceKey()
Gets the detailed help resource key.
|
String |
IfsHelpContext.getDetailedHelpResourceKey()
Gets the detailed help resource key.
|
protected IfsDetermineAclCommand |
IfsCopyCommand.getDetermineAclCommand()
Return an instance of the IfsDetermineAclCommand.
|
protected IfsDetermineAclCommand |
IfsCreateDocumentCommand.getDetermineAclCommand()
Return an instance of the IfsDetermineAclCommand.
|
protected IfsDetermineAclCommand |
IfsCreateFolderCommand.getDetermineAclCommand()
Return an instance of the IfsDetermineAclCommand.
|
protected IfsDetermineAclCommand |
IfsParseStreamCommand.getDetermineAclCommand()
Return an instance of the IfsDetermineAclCommand.
|
AccessControlList |
DetermineAclContext.getDeterminedAcl()
Gets the determined acl.
|
AccessControlList |
IfsDetermineAclContext.getDeterminedAcl()
Gets the determined acl.
|
protected IfsDetermineFormatCommand |
IfsCreateDocumentCommand.getDetermineFormatCommand()
Return an instance of the IfsDetermineFormatCommand.
|
protected IfsDetermineParserCommand |
IfsUploadFileCommand.getDetermineParserCommand()
Return an instance of the IfsDetermineParserCommand.
|
boolean |
IfsStringListContext.getDisplayAllAttributes()
Gets wether or not to display all the attributes for the
LibraryObjects passed in.
|
boolean |
StringListContext.getDisplayAllAttributes()
Gets wether or not to display all the attributes for the
LibraryObjects passed in.
|
StringBuffer |
AttributeStringDisplayContext.getDisplayBuffer()
Gets the displayable StringBuffer.
|
StringBuffer |
IfsAttributeStringDisplayContext.getDisplayBuffer()
Gets the displayable string.
|
StringBuffer |
IfsStringListContext.getDisplayBuffer()
Gets the display buffer.
|
StringBuffer |
StringListContext.getDisplayBuffer()
Gets the display buffer.
|
Document |
CreateDocumentContext.getDocument()
Gets the returning document.
|
Document |
IfsCreateDocumentContext.getDocument()
Gets the returning document.
|
protected IfsFindPublicObjectByIdCommand |
IfsDoesPublicObjectExistByIdCommand.getFindPOByIdCommand()
Return an instance of the IfsFindPublicObjectByIdCommand.
|
protected IfsFindPublicObjectByPathCommand |
IfsDoesPublicObjectExistByPathCommand.getFindPOByPathCommand()
Return an instance of the IfsFindPublicObjectByPathCommand.
|
Folder |
AddFolderRelationshipContext.getFolder()
Gets the Folder.
|
Folder |
CreateDocumentContext.getFolder()
Gets the parent folder.
|
Folder |
CreateFolderContext.getFolder()
Gets the returning folder.
|
Folder |
HandlePublicObjectVersioningContext.getFolder()
Gets the folder.
|
Folder |
IfsAddFolderRelationshipContext.getFolder()
Gets the Folder.
|
Folder |
IfsCreateDocumentContext.getFolder()
Gets the folder.
|
Folder |
IfsCreateFolderContext.getFolder()
Gets the returning folder.
|
Folder |
IfsHandlePublicObjectVersioningContext.getFolder()
Gets the folder.
|
Folder |
IfsRemoveFolderRelationshipContext.getFolder()
Gets the Folder.
|
Folder |
RemoveFolderRelationshipContext.getFolder()
Gets the Folder.
|
String |
IfsParseStreamContext.getFolderPath()
Gets the parent folder path.
|
String |
IfsUploadFileContext.getFolderPath()
Gets the parent folder path.
|
String |
ParseStreamContext.getFolderPath()
Gets the parent folder path.
|
String |
UploadFileContext.getFolderPath()
Gets the parent folder path.
|
String |
CreateFolderContext.getFolderPathName()
Gets the absolute path name of a folder to be created.
|
String |
IfsCreateFolderContext.getFolderPathName()
Gets the folder's absolute path name.
|
FolderPathResolver |
ChangeDirectoryContext.getFolderPathResolver()
Gets the FolderPathResolver.
|
FolderPathResolver |
DoesPublicObjectExistByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
FolderPathResolver |
FindPublicObjectByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
FolderPathResolver |
IfsChangeDirectoryContext.getFolderPathResolver()
Gets the FolderPathResolver.
|
FolderPathResolver |
IfsDoesPublicObjectExistByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
FolderPathResolver |
IfsFindPublicObjectByPathContext.getFolderPathResolver()
Gets the folder path resolver.
|
Format |
DetermineFormatContext.getFormat()
Gets the format.
|
Format |
IfsDetermineFormatContext.getFormat()
Gets the returning format.
|
protected IfsGetAttributeNamesCommand |
IfsStringListCommand.getGetAttributeNamesCommand() |
protected IfsGetAttributesCommand |
IfsStringListCommand.getGetAttributesCommand() |
protected IfsGetCurrentUserCommand |
IfsCancelCheckOutCommand.getGetCurrentUserCommand()
Return an instance of the IfsGetCurrentUserCommand.
|
protected IfsHandlePublicObjectVersioningCommand |
IfsCreateDocumentCommand.getHandlePOVersioningCommand()
Return an instance of the IfsHandlePublicObjectVersioningCommand.
|
protected IfsHandlePublicObjectVersioningCommand |
IfsCopyCommand.getHandlePublicObjectVersioningCommand()
Return an instance of the IfsHandlePublicObjectVersioningCommand.
|
Object |
HelpContext.getHelpKey()
Gets the help key to obtain the help for.
|
Object |
IfsHelpContext.getHelpKey()
Gets the help key to obtain the help for.
|
Long |
DoesPublicObjectExistByIdContext.getId()
Gets the id.
|
Long |
FindPublicObjectByIdContext.getId()
Gets the id.
|
Long |
IfsDoesPublicObjectExistByIdContext.getId()
Gets the id.
|
Long |
IfsFindPublicObjectByIdContext.getId()
Gets the id.
|
InputStream |
IfsCatContext.getInputStream()
Gets the InputStream which is the result of the rendering.
|
InputStream |
IfsRenderAsStreamContext.getInputStream()
Gets the InputStream which is the result of the rendering.
|
InputStream |
RenderAsStreamContext.getInputStream()
Gets the InputStream which is the result of the rendering.
|
protected IfsIsCheckedOutCommand |
IfsCheckInCommand.getIsCheckedOutCommand()
Return an instance of the IfsIsCheckedOutCommand.
|
boolean |
AttributeStringDisplayContext.getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
boolean |
IfsAttributeStringDisplayContext.getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
boolean |
IfsInvokeSelectorAndListOutputContext.getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
boolean |
IfsStringListContext.getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
boolean |
InvokeSelectorAndListOutputContext.getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
boolean |
StringListContext.getIsObfuscated()
Gets a boolean flag as to wether the output of the command
should contain id and date strings.
|
String |
IfsParseStreamContext.getLanguage()
Gets the language.
|
String |
IfsUploadFileContext.getLanguage()
Gets the language.
|
String |
ParseStreamContext.getLanguage()
Gets the language.
|
String |
UploadFileContext.getLanguage()
Gets the language.
|
LibraryObject |
AttributeStringDisplayContext.getLibraryObject()
Gets the LibraryObject
|
LibraryObject |
DeleteLibraryObjectContext.getLibraryObject()
Gets the LibraryObject.
|
LibraryObject |
GetAttributeNamesContext.getLibraryObject()
Gets the LibraryObject
|
LibraryObject |
GetAttributesContext.getLibraryObject()
Gets the LibraryObject
|
LibraryObject |
IfsAttributeStringDisplayContext.getLibraryObject()
Gets the LibraryObject
|
LibraryObject |
IfsCatContext.getLibraryObject()
Gets the LibraryObject to render.
|
LibraryObject |
IfsDeleteLibraryObjectContext.getLibraryObject()
Gets the LibraryObject.
|
LibraryObject |
IfsGetAttributeNamesContext.getLibraryObject()
Gets the LibraryObject
|
LibraryObject |
IfsGetAttributesContext.getLibraryObject()
Gets the LibraryObject
|
LibraryObject |
IfsParseStreamContext.getLibraryObject()
Gets the returning LibraryObject.
|
LibraryObject |
IfsRenderAsRandomAccessContentContext.getLibraryObject()
Gets the LibraryObject to render.
|
LibraryObject |
IfsRenderAsReaderContext.getLibraryObject()
Gets the LibraryObject to render.
|
LibraryObject |
IfsRenderAsStreamContext.getLibraryObject()
Gets the LibraryObject to render.
|
LibraryObject |
IfsShowAllPathsContext.getLibraryObject()
Gets the target object.
|
LibraryObject |
IfsUploadFileContext.getLibraryObject()
Gets the returning LibraryObject.
|
LibraryObject |
ParseStreamContext.getLibraryObject()
Gets the returning LibraryObject.
|
LibraryObject |
RenderContext.getLibraryObject()
Gets the LibraryObject to render.
|
LibraryObject |
ShowAllPathsContext.getLibraryObject()
Gets the target object.
|
LibraryObject |
UploadFileContext.getLibraryObject()
Gets the returning LibraryObject.
|
LibraryObjectDefinition |
DeleteLibraryObjectContext.getLibraryObjectDefinition()
Gets the LibraryObjectDefinition.
|
LibraryObjectDefinition |
DetermineAclContext.getLibraryObjectDefinition()
Gets the loDef.
|
LibraryObjectDefinition |
IfsDeleteLibraryObjectContext.getLibraryObjectDefinition()
Gets the LibraryObjectDefinition.
|
LibraryObjectDefinition |
IfsDetermineAclContext.getLibraryObjectDefinition()
Gets the loDef.
|
String |
DeleteLibraryObjectContext.getLibraryObjectPath()
Gets the absolute path to the LibraryObject.
|
String |
IfsDeleteLibraryObjectContext.getLibraryObjectPath()
Gets the absolute path to the LibraryObject.
|
LibraryObject[] |
IfsSetAttributesContext.getLibraryObjects()
Gets the LibraryObjects whose attribute would be modified.
|
LibraryObject[] |
IfsStringListContext.getLibraryObjects()
Gets the LibraryObject
|
LibraryObject[] |
SetAttributesContext.getLibraryObjects()
Gets the LibraryObjects whose attribute would be modified.
|
LibraryObject[] |
StringListContext.getLibraryObjects()
Gets the LibraryObject
|
LibrarySession |
AddFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
AttributeStringDisplayContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
CancelCheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CheckedOutByContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CheckInContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CopyContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
CreateDocumentContext.getLibrarySession()
Gets the session.
|
LibrarySession |
CreateFolderContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
DeleteLibraryObjectContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
DetermineAclContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DetermineFormatContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DetermineParserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DoesPublicObjectExistByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
DoesPublicObjectExistByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
FindPublicObjectByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
FindPublicObjectByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
GetBeansVersionContext.getLibrarySession()
Gets the session.
|
LibrarySession |
GetCurrentUserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
HandlePublicObjectVersioningContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsAddFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsAttributeStringDisplayContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
IfsCancelCheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCheckedOutByContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCheckInContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCheckOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCopyContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsCreateDocumentContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsCreateFolderContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsDeleteLibraryObjectContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsDetermineAclContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDetermineFormatContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDetermineParserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDoesPublicObjectExistByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsDoesPublicObjectExistByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsFindPublicObjectByIdContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsFindPublicObjectByPathContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsGetBeansVersionContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsGetCurrentUserContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsHandlePublicObjectVersioningContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsInvokeSelectorAndListOutputContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsInvokeSelectorContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsIsCheckedOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsIsVersionedContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsLoginContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsLogoutContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsMvContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsParseStreamContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IfsRemoveFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsShowAllPathsContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IfsStringListContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
IfsUploadFileContext.getLibrarySession()
Gets the session.
|
LibrarySession |
InvokeSelectorAndListOutputContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
InvokeSelectorContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
IsCheckedOutContext.getLibrarySession()
Gets the session.
|
LibrarySession |
IsVersionedContext.getLibrarySession()
Gets the session.
|
LibrarySession |
LoginContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
LogoutContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
MvContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
ParseStreamContext.getLibrarySession()
Gets the session.
|
LibrarySession |
RemoveFolderRelationshipContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
ShowAllPathsContext.getLibrarySession()
Gets the LibrarySession.
|
LibrarySession |
StringListContext.getLibrarySession()
Gets the LibrarySession
|
LibrarySession |
UploadFileContext.getLibrarySession()
Gets the session.
|
int |
IfsInvokeSelectorAndListOutputContext.getListingOption()
Gets the listing option.
|
int |
InvokeSelectorAndListOutputContext.getListingOption()
Gets the listing option.
|
protected String |
IfsAttributeStringDisplayCommand.getMeaningfulString(AttributeValue attr,
LibrarySession session,
boolean obfuscate)
Gets a meaningful string based on the type of AttributeValue.
|
protected String |
IfsAttributeStringDisplayCommand.getMeaningfulString(LibraryObject[] objs,
boolean obfuscate)
Gets a meaningful string for a LibraryObject[].
|
protected String |
IfsAttributeStringDisplayCommand.getMeaningfulString(LibraryObject obj,
boolean obfuscate)
Gets a meaningful string for a LibraryObject.
|
protected String |
IfsAttributeStringDisplayCommand.getMeaningfulString(Map map) |
String |
HelpContext.getMessagePrefix()
Gets the message prefix.
|
String |
IfsHelpContext.getMessagePrefix()
Gets the message prefix.
|
String |
CreateDocumentContext.getName()
Gets the document name.
|
String |
DetermineAclContext.getName()
Gets the name of the object.
|
String |
DetermineFormatContext.getName()
Gets the document name.
|
String |
DetermineParserContext.getName()
Gets the name.
|
String |
IfsCreateDocumentContext.getName()
Gets the document name.
|
String |
IfsDetermineAclContext.getName()
Gets the name of the object.
|
String |
IfsDetermineFormatContext.getName()
Gets the document name.
|
String |
IfsDetermineParserContext.getName()
Gets the document name.
|
String |
IfsParseStreamContext.getName()
Gets the document name.
|
String |
IfsUploadFileContext.getName()
Gets the document name.
|
String |
ParseStreamContext.getName()
Gets the name.
|
String |
UploadFileContext.getName()
Gets the document name.
|
boolean |
AttributeStringDisplayContext.getNamesOnly()
Gets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
boolean |
IfsAttributeStringDisplayContext.getNamesOnly()
Gets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
boolean |
IfsStringListContext.getNamesOnly()
Gets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
boolean |
StringListContext.getNamesOnly()
Gets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
String |
CopyContext.getNewName()
Gets the name of the new object.
|
String |
IfsCopyContext.getNewName()
Gets the name of the new object.
|
String |
IfsMvContext.getNewName()
Gets the new name of the public object.
|
String |
MvContext.getNewName()
Gets the new name of the public object.
|
boolean |
CopyContext.getOverwriteFlag()
Gets the overwrite flag.
|
boolean |
IfsCopyContext.getOverwriteFlag()
Gets the overwrite flag.
|
Folder |
CreateFolderContext.getParentFolder()
Gets the parent folder.
|
Folder |
DetermineAclContext.getParentFolder()
Gets the parent folder.
|
Folder |
IfsCreateFolderContext.getParentFolder()
Gets the parent folder.
|
Folder |
IfsDetermineAclContext.getParentFolder()
Gets the parent folder.
|
boolean |
IfsUploadFileContext.getParseFlag()
Gets the if we are parsing or not.
|
boolean |
UploadFileContext.getParseFlag()
Gets the if we are parsing or not.
|
Parser |
DetermineParserContext.getParser()
Gets the returning parser.
|
Parser |
IfsDetermineParserContext.getParser()
Gets the returning parser.
|
Parser |
IfsParseStreamContext.getParser()
Gets the parser to be used to parse the content.
|
Parser |
ParseStreamContext.getParser()
Gets the parser.
|
ParserCallback |
IfsParseStreamContext.getParserCallback()
Gets the parser callback.
|
ParserCallback |
IfsUploadFileContext.getParserCallback()
Gets the parser callback.
|
ParserCallback |
ParseStreamContext.getParserCallback()
Gets the ParserCallback.
|
ParserCallback |
UploadFileContext.getParserCallback()
Gets the parser callback.
|
protected IfsParseStreamCommand |
IfsUploadFileCommand.getParseStreamCommand()
Return an instance of the IfsParseStreamCommand.
|
String |
ChangeDirectoryContext.getPath()
Gets the Path.
|
String |
DoesPublicObjectExistByPathContext.getPath()
Gets the path.
|
String |
FindPublicObjectByPathContext.getPath()
Gets the path.
|
String |
IfsChangeDirectoryContext.getPath()
Gets the Path.
|
String |
IfsDoesPublicObjectExistByPathContext.getPath()
Gets the path.
|
String |
IfsFindPublicObjectByPathContext.getPath()
Gets the path.
|
int |
IfsPasvContext.getPort()
Gets the port.
|
String |
IfsPortContext.getPort()
Gets the port.
|
int |
PasvContext.getPort()
Gets the port.
|
String |
PortContext.getPort()
Gets the port.
|
PublicObject |
AddFolderRelationshipContext.getPublicObject()
Gets the PublicObject.
|
PublicObject |
CheckOutContext.getPublicObject()
Gets the returning PublicObject..
|
PublicObject |
FindPublicObjectByIdContext.getPublicObject()
Gets the returning PublicObject.
|
PublicObject |
FindPublicObjectByPathContext.getPublicObject()
Gets the returning PublicObject.
|
PublicObject |
HandlePublicObjectVersioningContext.getPublicObject()
Gets the PublicObject.
|
PublicObject |
IfsAddFolderRelationshipContext.getPublicObject()
Gets the PublicObject.
|
PublicObject |
IfsCheckOutContext.getPublicObject()
Gets the returning PublicObject.
|
PublicObject |
IfsFindPublicObjectByIdContext.getPublicObject()
Gets the returning PublicObject.
|
PublicObject |
IfsFindPublicObjectByPathContext.getPublicObject()
Gets the returning PublicObject.
|
PublicObject |
IfsHandlePublicObjectVersioningContext.getPublicObject()
Gets the object.
|
PublicObject |
IfsIsVersionedContext.getPublicObject()
Gets the PublicObject.
|
PublicObject |
IfsMvContext.getPublicObject()
Gets the public object which needs to be moved.
|
PublicObject |
IfsRemoveFolderRelationshipContext.getPublicObject()
Gets the PublicObject.
|
PublicObject |
IsVersionedContext.getPublicObject()
Gets the PublicObject.
|
PublicObject |
MvContext.getPublicObject()
Gets the public object which needs to be moved.
|
PublicObject |
RemoveFolderRelationshipContext.getPublicObject()
Gets the PublicObject.
|
RandomAccessContentInterface |
IfsRenderAsRandomAccessContentContext.getRandomAccessContent()
Gets the RandomAccessContentInterface which is the result of the rendering.
|
RandomAccessContentInterface |
RenderAsRandomAccessContentContext.getRandomAccessContent()
Gets the RandomAccessContentInterface which is the result of the rendering.
|
Reader |
IfsCatContext.getReader()
Gets the Reader which is the result of the rendering.
|
Reader |
IfsRenderAsReaderContext.getReader()
Gets the Reader which is the result of the rendering.
|
Reader |
RenderAsReaderContext.getReader()
Gets the Reader which is the result of the rendering.
|
protected IfsRenderAsReaderCommand |
IfsCatCommand.getReaderCommand() |
String |
IfsCatContext.getRendererName()
Gets the RendererName.
|
String |
IfsRenderAsRandomAccessContentContext.getRendererName()
Gets the RendererName.
|
String |
IfsRenderAsReaderContext.getRendererName()
Gets the RendererName.
|
String |
IfsRenderAsStreamContext.getRendererName()
Gets the RendererName.
|
String |
RenderContext.getRendererName()
Gets the RendererName.
|
Hashtable |
IfsCatContext.getRendererOptions()
Gets the RendererOptions.
|
Hashtable |
IfsRenderAsRandomAccessContentContext.getRendererOptions()
Gets the RendererOptions.
|
Hashtable |
IfsRenderAsReaderContext.getRendererOptions()
Gets the RendererOptions.
|
Hashtable |
IfsRenderAsStreamContext.getRendererOptions()
Gets the RendererOptions.
|
Hashtable |
RenderContext.getRendererOptions()
Gets the RendererOptions.
|
String |
IfsCatContext.getRendererType()
Gets the RendererType.
|
String |
IfsRenderAsRandomAccessContentContext.getRendererType()
Gets the RendererType.
|
String |
IfsRenderAsReaderContext.getRendererType()
Gets the RendererType.
|
String |
IfsRenderAsStreamContext.getRendererType()
Gets the RendererType.
|
String |
RenderContext.getRendererType()
Gets the RendererType.
|
DirectoryUser |
CheckedOutByContext.getReservor()
Gets the reservor.
|
DirectoryUser |
IfsCheckedOutByContext.getReservor()
Gets the reservor.
|
StringBuffer |
IfsInvokeSelectorAndListOutputContext.getResult()
Gets the Results.
|
LibraryObject[] |
IfsInvokeSelectorContext.getResult()
Gets the Results.
|
StringBuffer |
InvokeSelectorAndListOutputContext.getResult()
Gets the Results.
|
LibraryObject[] |
InvokeSelectorContext.getResult()
Gets the Results.
|
boolean |
DoesPublicObjectExistByIdContext.getResults()
Gets the results.
|
boolean |
DoesPublicObjectExistByPathContext.getResults()
Gets the results.
|
boolean |
IfsDoesPublicObjectExistByIdContext.getResults()
Gets the results.
|
boolean |
IfsDoesPublicObjectExistByPathContext.getResults()
Gets the results.
|
boolean |
IfsIsCheckedOutContext.getResults()
Gets the results.
|
boolean |
IfsIsVersionedContext.getResults()
Gets the results.
|
boolean |
IsCheckedOutContext.getResults()
Gets the results.
|
boolean |
IsVersionedContext.getResults()
Gets the results.
|
String |
IfsInvokeSelectorAndListOutputContext.getSearchClassname()
Gets the Search class name.
|
String |
IfsInvokeSelectorContext.getSearchClassname()
Gets the Search class name.
|
String |
InvokeSelectorAndListOutputContext.getSearchClassname()
Gets the Search class name.
|
String |
InvokeSelectorContext.getSearchClassname()
Gets the Search class name.
|
String |
IfsLoginContext.getServiceName()
Gets the LibraryService name.
|
String |
LoginContext.getServiceName()
Gets the LibraryService name.
|
Socket |
OpenSocketContext.getSocket()
Gets the Socket.
|
SocketFactory |
IfsPasvContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
IfsPortContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
OpenSocketContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
PasvContext.getSocketFactory()
Gets the SocketFactory.
|
SocketFactory |
PortContext.getSocketFactory()
Gets the SocketFactory.
|
SortSpecification |
IfsInvokeSelectorAndListOutputContext.getSortSpecification()
Gets the sort specification.
|
SortSpecification |
IfsInvokeSelectorContext.getSortSpecification()
Gets the sort specification.
|
SortSpecification |
InvokeSelectorAndListOutputContext.getSortSpecification()
Gets the sort specification.
|
SortSpecification |
InvokeSelectorContext.getSortSpecification()
Gets the sort specification.
|
Folder |
IfsMvContext.getSourceFolder()
Gets the source folder of the public object.
|
Folder |
MvContext.getSourceFolder()
Gets the source folder of the public object.
|
PublicObject |
CopyContext.getSourcePublicObject()
Gets the PublicObject from which the new object is copied.
|
PublicObject |
IfsCopyContext.getSourcePublicObject()
Gets the PublicObject from which the new object is copied.
|
protected IfsRenderAsStreamCommand |
IfsCatCommand.getStreamCommand() |
Hashtable |
HelpContext.getUsageHelpKeys()
Gets the hashtable of usage help keys
|
Hashtable |
IfsHelpContext.getUsageHelpKeys()
Gets the hashtable of usage help keys
|
String |
HelpContext.getUsageHelpResourceKey()
Gets the usage help resource key.
|
String |
IfsHelpContext.getUsageHelpResourceKey()
Gets the usage help resource key.
|
DirectoryUser |
GetCurrentUserContext.getUser()
Gets the current user.
|
DirectoryUser |
IfsGetCurrentUserContext.getUser()
Gets the user.
|
VersionSeries |
CancelCheckOutContext.getVersionSeries()
Gets the VersionSeries.
|
VersionSeries |
CheckedOutByContext.getVersionSeries()
Gets the VersionSeries.
|
VersionSeries |
CheckInContext.getVersionSeries()
Gets the VersionSeries.
|
VersionSeries |
CheckOutContext.getVersionSeries()
Gets the VersionSeries.
|
VersionSeries |
IfsCancelCheckOutContext.getVersionSeries()
Gets the VersionSeries.
|
VersionSeries |
IfsCheckedOutByContext.getVersionSeries()
Gets the version series.
|
VersionSeries |
IfsCheckInContext.getVersionSeries()
Gets the VersionSeries.
|
VersionSeries |
IfsCheckOutContext.getVersionSeries()
Gets the VersionSeries.
|
VersionSeries |
IfsIsCheckedOutContext.getVersionSeries()
Gets the version series.
|
VersionSeries |
IsCheckedOutContext.getVersionSeries()
Gets the VersionSeries.
|
String |
GetBeansVersionContext.getVersionString()
Gets the version string.
|
String |
IfsGetBeansVersionContext.getVersionString()
Gets the version string.
|
String |
IfsInvokeSelectorAndListOutputContext.getWhereClause()
Gets the Search WHERE clause.
|
String |
IfsInvokeSelectorContext.getWhereClause()
Gets the Search WHERE clause.
|
String |
InvokeSelectorAndListOutputContext.getWhereClause()
Gets the Search WHERE clause.
|
String |
InvokeSelectorContext.getWhereClause()
Gets the Search WHERE clause.
|
boolean |
IfsRenderAsRandomAccessContentContext.getWriteable()
Gets the Writeable boolean flag.
|
boolean |
RenderAsRandomAccessContentContext.getWriteable()
Gets the Writeable boolean flag.
|
protected void |
IfsCopyCommand.handlePublicObjectVersioning(LibrarySession session,
Folder destParentFolder,
PublicObject newPO)
Handles versioning the PublicObject.
|
protected PublicObject[] |
IfsCopyCommand.listFolder(FolderPathResolver fpr,
Folder folder,
String pattern)
Returns a list of PublicObjects in the specified folder.
|
protected StringBuffer |
IfsAttributeStringDisplayCommand.outputObjectVertical(StringBuffer buffer,
LibraryObject obj,
AttributeValue[] attrs,
LibrarySession session,
boolean obfuscate) |
protected AccessControlList |
IfsCreateFolderCommand.performDetermineAcl(FolderDefinition def,
String name,
Folder parent,
LibrarySession sess,
AccessControlList defaultAcl)
Determines the Acl to use by making a call to the inner command.
|
protected AccessControlList |
IfsCopyCommand.performDetermineAcl(PublicObjectDefinition def,
String newName,
Folder destParentFolder,
LibrarySession session,
AccessControlList defaultAcl)
Determines the Acl to use by making a call to the inner command.
|
void |
IfsCancelCheckOutCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
void |
IfsCatCommand.populateNestedCommands(CommandInvoker commandInvoker) |
void |
IfsCheckInCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
void |
IfsCopyCommand.populateNestedCommands(CommandInvoker commandInvoker)
Populates the command and context pool for determining the Acl.
|
void |
IfsCreateDocumentCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
void |
IfsCreateFolderCommand.populateNestedCommands(CommandInvoker commandInvoker)
Populates the command and context pool for determining the Acl.
|
void |
IfsDoesPublicObjectExistByIdCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
void |
IfsDoesPublicObjectExistByPathCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
void |
IfsHandlePublicObjectVersioningCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
void |
IfsInvokeSelectorAndListOutputCommand.populateNestedCommands(CommandInvoker commandInvoker)
Populates the command and context pool for determining the Acl.
|
void |
IfsMvCommand.populateNestedCommands(CommandInvoker commandInvoker)
Populates the command and context pool for Versioning Layer command.
|
void |
IfsParseStreamCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
void |
IfsStringListCommand.populateNestedCommands(CommandInvoker commandInvoker) |
void |
IfsUploadFileCommand.populateNestedCommands(CommandInvoker invoker)
Populate the required nested commands.
|
protected DirectoryUser |
IfsCancelCheckOutCommand.runCheckedOutByCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsCheckedOutByCommand.
|
protected DirectoryUser |
IfsHandlePublicObjectVersioningCommand.runCheckedOutByCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsCheckedOutByCommand.
|
protected void |
IfsHandlePublicObjectVersioningCommand.runCheckInCommand(LibrarySession session,
PublicObject newVersionObject,
VersionSeries vs,
String comment)
Execute an IfsCheckInCommand.
|
protected void |
IfsHandlePublicObjectVersioningCommand.runCheckOutCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsCheckOutCommand.
|
protected Document |
IfsUploadFileCommand.runCreateDocumentCommand(LibrarySession session,
String name,
InputStream stream,
Folder folder,
AccessControlList acl)
Execute an IfsCreateDocumentCommand.
|
protected AccessControlList |
IfsCreateDocumentCommand.runDetermineAclCommand(LibrarySession session,
AccessControlList acl,
Folder folder,
String name,
LibraryObjectDefinition lodef)
Execute an IfsDetermineAclCommand.
|
protected AccessControlList |
IfsParseStreamCommand.runDetermineAclCommand(LibrarySession session,
AccessControlList acl,
Folder folder,
String name,
LibraryObjectDefinition lodef)
Execute an IfsDetermineAclCommand.
|
protected Format |
IfsCreateDocumentCommand.runDetermineFormatCommand(LibrarySession session,
String filename)
Execute an IfsDetermineFormatCommand.
|
protected Parser |
IfsUploadFileCommand.runDetermineParserCommand(LibrarySession session,
String name)
Execute an IfsDetermineParserCommand.
|
protected PublicObject |
IfsDoesPublicObjectExistByIdCommand.runFindPOByIdCommand(LibrarySession session,
Long id)
Execute an IfsFindPublicObjectByIdCommand.
|
protected PublicObject |
IfsDoesPublicObjectExistByPathCommand.runFindPOByPathCommand(LibrarySession session,
String path,
FolderPathResolver fpr)
Execute an IfsFindPublicObjectByPathCommand.
|
protected DirectoryUser |
IfsCancelCheckOutCommand.runGetCurrentUserCommand(LibrarySession session)
Execute an IfsGetCurrentUserCommand.
|
protected void |
IfsCreateDocumentCommand.runHandlePOVersioningCommand(LibrarySession session,
PublicObject po,
Folder folder)
Execute an IfsHandlePublicObjectVersioningCommand.
|
protected boolean |
IfsCheckInCommand.runIsCheckedOutCommand(LibrarySession session,
VersionSeries vs)
Execute an IfsIsCheckedOutCommand.
|
protected LibraryObject |
IfsUploadFileCommand.runParseStreamCommand(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String characterSet)
Execute an IfsParseStreamCommand.
|
void |
CreateDocumentContext.setAcl(AccessControlList acl)
Sets the ACL.
|
void |
CreateFolderContext.setAcl(AccessControlList acl)
Sets the new folder's Acl.
|
void |
IfsCreateDocumentContext.setAcl(AccessControlList acl)
Sets the ACL.
|
void |
IfsCreateFolderContext.setAcl(AccessControlList acl)
Sets the ACL.
|
void |
IfsParseStreamContext.setAcl(AccessControlList acl)
Sets the ACL.
|
void |
IfsUploadFileContext.setAcl(AccessControlList acl)
Sets the ACL.
|
void |
ParseStreamContext.setAcl(AccessControlList acl)
Sets the ACL.
|
void |
UploadFileContext.setAcl(AccessControlList acl)
Sets the ACL.
|
void |
CreateFolderContext.setAclFromParent(boolean aclFromParent)
sets the new folder's Acl from parent flag.
|
void |
IfsCreateFolderContext.setAclFromParent(boolean aclFromParent)
Sets the ACL from parent folder.
|
void |
IfsUploadFileContext.setAclFromParent(boolean aclFromParent)
Sets the ACL from parent folder.
|
void |
UploadFileContext.setAclFromParent(boolean aclFromParent)
Sets the ACL from parent folder.
|
void |
IfsShowAllPathsContext.setAllPaths(String[] paths)
Sets the string array of folder paths.
|
void |
ShowAllPathsContext.setAllPaths(String[] paths)
Sets the string array of folder paths.
|
void |
IfsSetAttributesContext.setAttributeName(String name)
Sets the name of the attribute.
|
void |
SetAttributesContext.setAttributeName(String name)
Sets the name of the attribute.
|
void |
GetAttributeNamesContext.setAttributeNames(String[] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
GetAttributesContext.setAttributeNames(String[] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
IfsGetAttributeNamesContext.setAttributeNames(String[] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
IfsGetAttributesContext.setAttributeNames(String[] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
IfsInvokeSelectorAndListOutputContext.setAttributeNames(String[] attributeNames)
Sets the names of attribute names to be preset in the output.
|
void |
IfsStringListContext.setAttributeNames(String[] attrNames)
Sets the Attribute names to get for all LibraryObjects
|
void |
InvokeSelectorAndListOutputContext.setAttributeNames(String[] attributeNames)
Sets the names of attribute names to be preset in the output.
|
void |
StringListContext.setAttributeNames(String[] attrNames)
Sets the Attribute names to get for all LibraryObjects
|
void |
IfsStringListContext.setAttributeNames(String[][] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
StringListContext.setAttributeNames(String[][] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
AttributeStringDisplayContext.setAttributes(AttributeValue[] attrs)
Sets the AttributeValues for the LibraryObject
|
void |
GetAttributesContext.setAttributes(AttributeValue[] attrs)
Sets the Attributes
|
void |
IfsAttributeStringDisplayContext.setAttributes(AttributeValue[] attrs)
Sets the AttributeValues for the LibraryObject
|
void |
IfsGetAttributesContext.setAttributes(AttributeValue[] attrs)
Sets the Attributes
|
void |
IfsSetAttributesContext.setAttributeValue(AttributeValue value)
Sets the attirbute value.
|
void |
SetAttributesContext.setAttributeValue(AttributeValue value)
Sets the attirbute value.
|
void |
CloseChannelContext.setChannel(IfsServerChannel channel)
Sets the channel.
|
void |
CookieContext.setChannel(IfsServerChannel channel)
Sets the channel.
|
void |
IfsCloseChannelContext.setChannel(IfsServerChannel channel)
Sets the Channel.
|
void |
IfsCookieContext.setChannel(IfsServerChannel channel)
Sets the channel.
|
void |
IfsParseStreamContext.setCharacterSet(String charSet)
Sets the character set.
|
void |
IfsUploadFileContext.setCharacterSet(String charSet)
Sets the character set.
|
void |
ParseStreamContext.setCharacterSet(String charSet)
Sets the character set.
|
void |
UploadFileContext.setCharacterSet(String charSet)
Sets the character set.
|
void |
CheckInContext.setCheckInComment(String comment)
Sets the check-in comment.
|
void |
HandlePublicObjectVersioningContext.setCheckInComment(String comment)
Sets the check-in comment.
|
void |
IfsCheckInContext.setCheckInComment(String comment)
Sets the check-in comment.
|
void |
IfsHandlePublicObjectVersioningContext.setCheckInComment(String comment)
Sets the check-in comment.
|
void |
CheckInContext.setCheckInObject(PublicObject object)
Set the object to add as a new version.
|
void |
IfsLoginContext.setConnectOptions(ConnectOptions connectOptions)
Sets the ConnectOptions.
|
void |
LoginContext.setConnectOptions(ConnectOptions connectOptions)
Sets the ConnectOptions.
|
void |
CreateDocumentContext.setContentStream(InputStream stream)
Sets the content stream.
|
void |
IfsCreateDocumentContext.setContentStream(InputStream stream)
Sets the content stream.
|
void |
IfsParseStreamContext.setContentStream(InputStream stream)
Sets the content stream.
|
void |
IfsUploadFileContext.setContentStream(InputStream stream)
Sets the content stream.
|
void |
ParseStreamContext.setContentStream(InputStream stream)
Sets the content stream.
|
void |
UploadFileContext.setContentStream(InputStream stream)
Sets the content stream.
|
void |
CookieContext.setCookie(Object cookie)
Sets the cookie.
|
void |
IfsCookieContext.setCookie(Object cookie)
Sets the Cookie.
|
void |
IfsLoginContext.setCredential(Credential credential)
Sets the Credential.
|
void |
LoginContext.setCredential(Credential credential)
Sets the Credential.
|
void |
DetermineAclContext.setDefaultAcl(AccessControlList defaultAcl)
Sets the default acl.
|
void |
IfsDetermineAclContext.setDefaultAcl(AccessControlList defaultAcl)
Sets the default acl.
|
void |
IfsMvContext.setDestinationFolder(Folder destination)
Sets the destination folder of this context.
|
void |
MvContext.setDestinationFolder(Folder destination)
Sets the destination folder of this context.
|
void |
CopyContext.setDestinationParentFolder(Folder dest)
Sets the parent folder of the new object.
|
void |
IfsCopyContext.setDestinationParentFolder(Folder dest)
Sets the parent folder of the new object.
|
void |
HelpContext.setDetailedHelpResourceKey(String detail)
Sets the detailed help resource key.
|
void |
IfsHelpContext.setDetailedHelpResourceKey(String key)
Sets the detailed help resource key.
|
void |
DetermineAclContext.setDeterminedAcl(AccessControlList acl)
Sets the determined acl.
|
void |
IfsDetermineAclContext.setDeterminedAcl(AccessControlList acl)
Sets the determined acl.
|
void |
IfsStringListContext.setDisplayAllAttributes(boolean displayAll)
Sets wether or not to display all the attributes for the
LibraryObjects passed in.
|
void |
StringListContext.setDisplayAllAttributes(boolean displayAll)
Sets wether or not to display all the attributes for the
LibraryObjects passed in.
|
void |
AttributeStringDisplayContext.setDisplayBuffer(StringBuffer displayString)
Sets the displayable StringBuffer.
|
void |
IfsAttributeStringDisplayContext.setDisplayBuffer(StringBuffer displayString)
Sets the displayable string.
|
void |
IfsStringListContext.setDisplayBuffer(StringBuffer buffer)
Sets the display buffer.
|
void |
StringListContext.setDisplayBuffer(StringBuffer buffer)
Sets the display buffer.
|
void |
CreateDocumentContext.setDocument(Document doc)
Sets the returning document.
|
void |
IfsCreateDocumentContext.setDocument(Document doc)
Sets the returning document.
|
void |
AddFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
CreateDocumentContext.setFolder(Folder folder)
Sets the parent folder.
|
void |
CreateFolderContext.setFolder(Folder f)
Sets the returning folder.
|
void |
HandlePublicObjectVersioningContext.setFolder(Folder folder)
Sets the folder.
|
void |
IfsAddFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
IfsCreateDocumentContext.setFolder(Folder folder)
Sets the folder.
|
void |
IfsCreateFolderContext.setFolder(Folder f)
Sets the returning folder.
|
void |
IfsHandlePublicObjectVersioningContext.setFolder(Folder folder)
Sets the folder.
|
void |
IfsRemoveFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
RemoveFolderRelationshipContext.setFolder(Folder folder)
Sets the Folder.
|
void |
IfsParseStreamContext.setFolderPath(String folderPath)
Sets the parent folder path.
|
void |
IfsUploadFileContext.setFolderPath(String folderPath)
Sets the parent folder path.
|
void |
ParseStreamContext.setFolderPath(String folderPath)
Sets the parent folder path.
|
void |
UploadFileContext.setFolderPath(String folderPath)
Sets the parent folder path.
|
void |
CreateFolderContext.setFolderPathName(String name)
Sets the absolute path name of a folder to be created.
|
void |
IfsCreateFolderContext.setFolderPathName(String name)
Sets the folder's absolute path name.
|
void |
ChangeDirectoryContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
DoesPublicObjectExistByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
FindPublicObjectByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
IfsChangeDirectoryContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
IfsDoesPublicObjectExistByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
IfsFindPublicObjectByPathContext.setFolderPathResolver(FolderPathResolver fpr)
Sets the folder path resolver.
|
void |
DetermineFormatContext.setFormat(Format format)
Sets the format.
|
void |
IfsDetermineFormatContext.setFormat(Format ff)
Sets the returning format.
|
void |
HelpContext.setHelpKey(Object key)
Sets the help key to obtain the help for.
|
void |
IfsHelpContext.setHelpKey(Object key)
Sets the help key to obtain the help for.
|
void |
DoesPublicObjectExistByIdContext.setId(Long id)
Sets the id.
|
void |
FindPublicObjectByIdContext.setId(Long id)
Sets the id.
|
void |
IfsDoesPublicObjectExistByIdContext.setId(Long id)
Sets the id.
|
void |
IfsFindPublicObjectByIdContext.setId(Long id)
Sets the id.
|
void |
IfsCatContext.setInputStream(InputStream in)
Sets the InputStream which is the result of the rendering.
|
void |
IfsRenderAsStreamContext.setInputStream(InputStream in)
Sets the InputStream which is the result of the rendering.
|
void |
RenderAsStreamContext.setInputStream(InputStream in)
Sets the InputStream which is the result of the rendering.
|
void |
AttributeStringDisplayContext.setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
IfsAttributeStringDisplayContext.setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
IfsInvokeSelectorAndListOutputContext.setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
IfsStringListContext.setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
InvokeSelectorAndListOutputContext.setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
StringListContext.setIsObfuscated(boolean obfuscate)
Sets a boolean flag as to wether the output of the command
should contain id and date strings.
|
void |
IfsParseStreamContext.setLanguage(String language)
Sets the language.
|
void |
IfsUploadFileContext.setLanguage(String language)
Sets the language.
|
void |
ParseStreamContext.setLanguage(String language)
Sets the language.
|
void |
UploadFileContext.setLanguage(String language)
Sets the language.
|
void |
AttributeStringDisplayContext.setLibraryObject(LibraryObject obj)
Sets the the LibraryObject being displayed
|
void |
DeleteLibraryObjectContext.setLibraryObject(LibraryObject lo)
Sets the LibraryObject.
|
void |
GetAttributeNamesContext.setLibraryObject(LibraryObject obj)
Sets the the LibraryObject
|
void |
GetAttributesContext.setLibraryObject(LibraryObject obj)
Sets the the LibraryObject
|
void |
IfsAttributeStringDisplayContext.setLibraryObject(LibraryObject obj)
Sets the the LibraryObject
|
void |
IfsCatContext.setLibraryObject(LibraryObject lo)
Sets the LibraryObject to render.
|
void |
IfsDeleteLibraryObjectContext.setLibraryObject(LibraryObject lo)
Sets the LibraryObject.
|
void |
IfsGetAttributeNamesContext.setLibraryObject(LibraryObject obj)
Sets the the LibraryObject
|
void |
IfsGetAttributesContext.setLibraryObject(LibraryObject obj)
Sets the the LibraryObject
|
void |
IfsParseStreamContext.setLibraryObject(LibraryObject lo)
Sets the returning LibraryObject.
|
void |
IfsRenderAsRandomAccessContentContext.setLibraryObject(LibraryObject lo)
Sets the LibraryObject to render.
|
void |
IfsRenderAsReaderContext.setLibraryObject(LibraryObject lo)
Sets the LibraryObject to render.
|
void |
IfsRenderAsStreamContext.setLibraryObject(LibraryObject lo)
Sets the LibraryObject to render.
|
void |
IfsShowAllPathsContext.setLibraryObject(LibraryObject lo)
Sets the target object.
|
void |
IfsUploadFileContext.setLibraryObject(LibraryObject lo)
Sets the returning LibraryObject.
|
void |
ParseStreamContext.setLibraryObject(LibraryObject lo)
Sets the returning LibraryObject.
|
void |
RenderContext.setLibraryObject(LibraryObject lo)
Sets the LibraryObject to render.
|
void |
ShowAllPathsContext.setLibraryObject(LibraryObject po)
Sets the target object.
|
void |
UploadFileContext.setLibraryObject(LibraryObject lo)
Sets the returning LibraryObject
|
void |
DeleteLibraryObjectContext.setLibraryObjectDefinition(LibraryObjectDefinition loDef)
Sets the LibraryObjectDefinition.
|
void |
DetermineAclContext.setLibraryObjectDefinition(LibraryObjectDefinition loDef)
Sets the loDef.
|
void |
IfsDeleteLibraryObjectContext.setLibraryObjectDefinition(LibraryObjectDefinition loDef)
Sets the LibraryObjectDefinition.
|
void |
IfsDetermineAclContext.setLibraryObjectDefinition(LibraryObjectDefinition loDef)
Sets the loDef.
|
void |
DeleteLibraryObjectContext.setLibraryObjectPath(String path)
Sets the absolute path to the LibraryObject.
|
void |
IfsDeleteLibraryObjectContext.setLibraryObjectPath(String path)
Sets the absolute path to the LibraryObject.
|
void |
IfsSetAttributesContext.setLibraryObjects(LibraryObject[] objs)
Sets the LibraryObjects whose attribute would be
modified.
|
void |
IfsStringListContext.setLibraryObjects(LibraryObject[] objs)
Sets the the LibraryObject
|
void |
SetAttributesContext.setLibraryObjects(LibraryObject[] objs)
Sets the LibraryObjects whose attribute would be
modified.
|
void |
StringListContext.setLibraryObjects(LibraryObject[] objs)
Sets the the LibraryObjects
|
void |
AddFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
AttributeStringDisplayContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession
|
void |
CancelCheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CheckedOutByContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CheckInContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CopyContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
CreateDocumentContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
CreateFolderContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
DeleteLibraryObjectContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
DetermineAclContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DetermineFormatContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DetermineParserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DoesPublicObjectExistByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
DoesPublicObjectExistByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
FindPublicObjectByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
FindPublicObjectByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
GetBeansVersionContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
GetCurrentUserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
HandlePublicObjectVersioningContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsAddFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsAttributeStringDisplayContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession
|
void |
IfsCancelCheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCheckedOutByContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCheckInContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCheckOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCopyContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsCreateDocumentContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsCreateFolderContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsDeleteLibraryObjectContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsDetermineAclContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDetermineFormatContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDetermineParserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDoesPublicObjectExistByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsDoesPublicObjectExistByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsFindPublicObjectByIdContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsFindPublicObjectByPathContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsGetBeansVersionContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsGetCurrentUserContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsHandlePublicObjectVersioningContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsInvokeSelectorAndListOutputContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsInvokeSelectorContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsIsCheckedOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsIsVersionedContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsLoginContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsLogoutContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsMvContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsParseStreamContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsRemoveFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsShowAllPathsContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IfsStringListContext.setLibrarySession(LibrarySession session)
Sets the the LibrarySession
|
void |
IfsUploadFileContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
InvokeSelectorAndListOutputContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
InvokeSelectorContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
IsCheckedOutContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IsVersionedContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
LoginContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
LogoutContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
MvContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
ParseStreamContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
RemoveFolderRelationshipContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
ShowAllPathsContext.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
StringListContext.setLibrarySession(LibrarySession session)
Sets the the LibrarySession
|
void |
UploadFileContext.setLibrarySession(LibrarySession session)
Sets the session.
|
void |
IfsInvokeSelectorAndListOutputContext.setListingOption(int value)
Sets the listing option.
|
void |
InvokeSelectorAndListOutputContext.setListingOption(int value)
Sets the listing option.
|
void |
HelpContext.setMessagePrefix(String prefix)
Sets the message prefix.
|
void |
IfsHelpContext.setMessagePrefix(String prefix)
Sets the message prefix.
|
void |
CreateDocumentContext.setName(String name)
Sets the document name.
|
void |
DetermineAclContext.setName(String name)
Sets the name of the object.
|
void |
DetermineFormatContext.setName(String name)
Sets the document name.
|
void |
DetermineParserContext.setName(String name)
Sets the name.
|
void |
IfsCreateDocumentContext.setName(String name)
Sets the document name.
|
void |
IfsDetermineAclContext.setName(String name)
Sets the name of the object.
|
void |
IfsDetermineFormatContext.setName(String name)
Sets the document name.
|
void |
IfsDetermineParserContext.setName(String name)
Sets the document name.
|
void |
IfsParseStreamContext.setName(String name)
Sets the document name.
|
void |
IfsUploadFileContext.setName(String name)
Sets the document name.
|
void |
ParseStreamContext.setName(String name)
Sets the name.
|
void |
UploadFileContext.setName(String name)
Sets the document name.
|
void |
AttributeStringDisplayContext.setNamesOnly(boolean namesOnly)
Sets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
void |
IfsAttributeStringDisplayContext.setNamesOnly(boolean namesOnly)
Sets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
void |
IfsStringListContext.setNamesOnly(boolean namesOnly)
Sets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
void |
StringListContext.setNamesOnly(boolean namesOnly)
Sets a boolean falg as to wether the output of the command
should be names only or long form (as in ls -l)
this flag is only checked if the attribute names are null
|
void |
CopyContext.setNewName(String name)
Sets the name of the new object.
|
void |
IfsCopyContext.setNewName(String name)
Sets the name of the new object.
|
void |
IfsMvContext.setNewName(String name)
Sets the new name of the public object.
|
void |
MvContext.setNewName(String name)
Sets the new name of the public object.
|
void |
CopyContext.setOverwriteFlag(boolean flag)
Sets the overwrite flag
|
void |
IfsCopyContext.setOverwriteFlag(boolean flag)
Sets the overwrite flag
|
void |
CreateFolderContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
DetermineAclContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
IfsCreateFolderContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
IfsDetermineAclContext.setParentFolder(Folder parent)
Sets the parent folder.
|
void |
IfsUploadFileContext.setParseFlag(boolean parse)
Sets if we are parsing or not.
|
void |
UploadFileContext.setParseFlag(boolean parse)
Sets if we are parsing or not.
|
void |
DetermineParserContext.setParser(Parser parser)
Sets the returning parser.
|
void |
IfsDetermineParserContext.setParser(Parser parser)
Sets the returning parser.
|
void |
IfsParseStreamContext.setParser(Parser parser)
Sets the parser to be used to parse the content.
|
void |
ParseStreamContext.setParser(Parser parser)
Sets the parser.
|
void |
IfsParseStreamContext.setParserCallback(ParserCallback callback)
Sets the parser callback.
|
void |
IfsUploadFileContext.setParserCallback(ParserCallback callback)
Sets the parser callback.
|
void |
ParseStreamContext.setParserCallback(ParserCallback callback)
Sets the ParserCallback.
|
void |
UploadFileContext.setParserCallback(ParserCallback callback)
Sets the parser callback.
|
void |
ChangeDirectoryContext.setPath(String path)
Sets the Path.
|
void |
DoesPublicObjectExistByPathContext.setPath(String path)
Sets the path.
|
void |
FindPublicObjectByPathContext.setPath(String path)
Sets the path.
|
void |
IfsChangeDirectoryContext.setPath(String path)
Sets the Path.
|
void |
IfsDoesPublicObjectExistByPathContext.setPath(String path)
Sets the path.
|
void |
IfsFindPublicObjectByPathContext.setPath(String path)
Sets the path.
|
void |
IfsPasvContext.setPort(int port)
Sets the port.
|
void |
PasvContext.setPort(int port)
Sets the port.
|
void |
IfsPortContext.setPort(String port)
Sets the port.
|
void |
PortContext.setPort(String port)
Sets the port.
|
void |
AddFolderRelationshipContext.setPublicObject(PublicObject publicObject)
Sets the PublicObject.
|
void |
CheckOutContext.setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
void |
FindPublicObjectByIdContext.setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
void |
FindPublicObjectByPathContext.setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
void |
HandlePublicObjectVersioningContext.setPublicObject(PublicObject po)
Sets the PublicObject.
|
void |
IfsAddFolderRelationshipContext.setPublicObject(PublicObject publicObject)
Sets the PublicObject.
|
void |
IfsCheckOutContext.setPublicObject(PublicObject po)
Sets the returning setPublicObject.
|
void |
IfsFindPublicObjectByIdContext.setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
void |
IfsFindPublicObjectByPathContext.setPublicObject(PublicObject po)
Sets the returning PublicObject.
|
void |
IfsHandlePublicObjectVersioningContext.setPublicObject(PublicObject po)
Sets the object.
|
void |
IfsIsVersionedContext.setPublicObject(PublicObject po)
Sets the PublicObject.
|
void |
IfsMvContext.setPublicObject(PublicObject po)
Sets the public object that needs to be moved.
|
void |
IfsRemoveFolderRelationshipContext.setPublicObject(PublicObject publicObject)
Sets the PublicObject.
|
void |
IsVersionedContext.setPublicObject(PublicObject po)
Sets the PublicObject.
|
void |
MvContext.setPublicObject(PublicObject po)
Sets the public object that needs to be moved.
|
void |
RemoveFolderRelationshipContext.setPublicObject(PublicObject publicObject)
Sets the PublicObject.
|
void |
IfsRenderAsRandomAccessContentContext.setRandomAccessContent(RandomAccessContentInterface in)
Sets the RandomAccessContentInterface which is the result of the rendering.
|
void |
RenderAsRandomAccessContentContext.setRandomAccessContent(RandomAccessContentInterface in)
Sets the RandomAccessContentInterface which is the result of the rendering.
|
void |
IfsCatContext.setReader(Reader in)
Sets the Reader which is the result of the rendering.
|
void |
IfsRenderAsReaderContext.setReader(Reader in)
Sets the Reader which is the result of the rendering.
|
void |
RenderAsReaderContext.setReader(Reader in)
Sets the Reader which is the result of the rendering.
|
void |
IfsCatContext.setRendererName(String rendererName)
Sets the RendererName.
|
void |
IfsRenderAsRandomAccessContentContext.setRendererName(String rendererName)
Sets the RendererName.
|
void |
IfsRenderAsReaderContext.setRendererName(String rendererName)
Sets the RendererName.
|
void |
IfsRenderAsStreamContext.setRendererName(String rendererName)
Sets the RendererName.
|
void |
RenderContext.setRendererName(String rendererName)
Sets the RendererName.
|
void |
IfsCatContext.setRendererOptions(Hashtable rendererOptions)
Sets the RendererOptions.
|
void |
IfsRenderAsRandomAccessContentContext.setRendererOptions(Hashtable rendererOptions)
Sets the RendererOptions.
|
void |
IfsRenderAsReaderContext.setRendererOptions(Hashtable rendererOptions)
Sets the RendererOptions.
|
void |
IfsRenderAsStreamContext.setRendererOptions(Hashtable rendererOptions)
Sets the RendererOptions.
|
void |
RenderContext.setRendererOptions(Hashtable rendererOptions)
Sets the RendererOptions.
|
void |
IfsCatContext.setRendererType(String rendererType)
Sets the RendererType.
|
void |
IfsRenderAsRandomAccessContentContext.setRendererType(String rendererType)
Sets the RendererType.
|
void |
IfsRenderAsReaderContext.setRendererType(String rendererType)
Sets the RendererType.
|
void |
IfsRenderAsStreamContext.setRendererType(String rendererType)
Sets the RendererType.
|
void |
RenderContext.setRendererType(String rendererType)
Sets the RendererType.
|
void |
CheckedOutByContext.setReservor(DirectoryUser user)
Sets the reservor.
|
void |
IfsCheckedOutByContext.setReservor(DirectoryUser user)
Sets the reservor.
|
void |
IfsInvokeSelectorContext.setResult(LibraryObject[] result)
Sets the result.
|
void |
InvokeSelectorContext.setResult(LibraryObject[] result)
Sets the result.
|
void |
IfsInvokeSelectorAndListOutputContext.setResult(StringBuffer result)
Sets the result.
|
void |
InvokeSelectorAndListOutputContext.setResult(StringBuffer result)
Sets the result.
|
void |
DoesPublicObjectExistByIdContext.setResults(boolean results)
Sets the results.
|
void |
DoesPublicObjectExistByPathContext.setResults(boolean results)
Sets the results.
|
void |
IfsDoesPublicObjectExistByIdContext.setResults(boolean results)
Sets the results.
|
void |
IfsDoesPublicObjectExistByPathContext.setResults(boolean results)
Sets the results.
|
void |
IfsIsCheckedOutContext.setResults(boolean isCheckedOut)
Sets the results.
|
void |
IfsIsVersionedContext.setResults(boolean isVersioned)
Sets the results.
|
void |
IsCheckedOutContext.setResults(boolean isCheckedOut)
Sets the results.
|
void |
IsVersionedContext.setResults(boolean isVersioned)
Sets the results.
|
void |
IfsInvokeSelectorAndListOutputContext.setSearchClassname(String classname)
Sets the Search class name.
|
void |
IfsInvokeSelectorContext.setSearchClassname(String classname)
Sets the Search class name.
|
void |
InvokeSelectorAndListOutputContext.setSearchClassname(String classname)
Sets the Search class name.
|
void |
InvokeSelectorContext.setSearchClassname(String classname)
Sets the Search class name.
|
void |
IfsLoginContext.setServiceName(String service)
Sets the LibraryService name.
|
void |
LoginContext.setServiceName(String service)
Sets the LibraryService name.
|
void |
OpenSocketContext.setSocket(Socket socket)
Sets the Socket.
|
void |
IfsPasvContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
IfsPortContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
OpenSocketContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
PasvContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
PortContext.setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
void |
IfsInvokeSelectorAndListOutputContext.setSortSpecification(SortSpecification sortSpec)
Sets the sort specification.
|
void |
IfsInvokeSelectorContext.setSortSpecification(SortSpecification sortSpec)
Sets the sort specification.
|
void |
InvokeSelectorAndListOutputContext.setSortSpecification(SortSpecification sortSpec)
Sets the sort specification.
|
void |
InvokeSelectorContext.setSortSpecification(SortSpecification sortSpec)
Sets the sort specification.
|
void |
IfsMvContext.setSourceFolder(Folder source)
Sets the source folder of this context.
|
void |
MvContext.setSourceFolder(Folder source)
Sets the source folder of this context.
|
void |
CopyContext.setSourcePublicObject(PublicObject src)
Sets the PublicObject from which the new object is copied.
|
void |
IfsCopyContext.setSourcePublicObject(PublicObject src)
Sets the PublicObject from which the new object is copied.
|
void |
HelpContext.setUsageHelpKeys(Hashtable usageHelp)
Sets the hashtable of usage help keys
|
void |
IfsHelpContext.setUsageHelpKeys(Hashtable usageHelp)
Sets the hashtable of usage help keys
|
void |
HelpContext.setUsageHelpResourceKey(String usage)
Sets the usage help resource key.
|
void |
IfsHelpContext.setUsageHelpResourceKey(String key)
Sets the usage help resource key.
|
void |
GetCurrentUserContext.setUser(DirectoryUser user)
Sets the current user.
|
void |
IfsGetCurrentUserContext.setUser(DirectoryUser user)
Sets the user.
|
void |
CancelCheckOutContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
CheckedOutByContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
CheckInContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
CheckOutContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
IfsCancelCheckOutContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
IfsCheckedOutByContext.setVersionSeries(VersionSeries vs)
Sets the version series.
|
void |
IfsCheckInContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
IfsCheckOutContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
IfsIsCheckedOutContext.setVersionSeries(VersionSeries vs)
Sets the version series.
|
void |
IsCheckedOutContext.setVersionSeries(VersionSeries vs)
Sets the VersionSeries.
|
void |
GetBeansVersionContext.setVersionString(String version)
Sets the version string.
|
void |
IfsGetBeansVersionContext.setVersionString(String version)
Sets the version string.
|
void |
IfsInvokeSelectorAndListOutputContext.setWhereClause(String whereClause)
Sets the Search WHERE clause.
|
void |
IfsInvokeSelectorContext.setWhereClause(String whereClause)
Sets the Search WHERE clause.
|
void |
InvokeSelectorAndListOutputContext.setWhereClause(String whereClause)
Sets the Search WHERE clause.
|
void |
InvokeSelectorContext.setWhereClause(String whereClause)
Sets the Search WHERE clause.
|
void |
IfsRenderAsRandomAccessContentContext.setWriteable(boolean writeable)
Gets the Writeable boolean flag.
|
void |
RenderAsRandomAccessContentContext.setWriteable(boolean writeable)
Gets the Writeable boolean flag.
|
protected void |
IfsCopyCommand.validateArgument(Object arg,
String name)
Validate argument input.
|
Constructor and Description |
---|
IfsAddFolderRelationshipContext()
Default Constructor.
|
IfsAddFolderRelationshipContext(LibrarySession session,
Folder folder,
PublicObject publicObject)
Constructor which sets up all the required parameters.
|
IfsAttributeStringDisplayContext()
The Constructor.
|
IfsCancelCheckOutContext()
Deafult Constructor.
|
IfsCancelCheckOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsCatContext()
The Constructor.
|
IfsChangeDirectoryContext()
The Constructor.
|
IfsChangeDirectoryContext(FolderPathResolver fpr,
String path)
Other Constructor.
|
IfsCheckedOutByContext()
Deafult Constructor.
|
IfsCheckedOutByContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsCheckInContext()
Deafult Constructor.
|
IfsCheckInContext(LibrarySession session,
VersionSeries vs,
String comment)
Constructor to set up all required parameters.
|
IfsCheckOutContext()
Deafult Constructor.
|
IfsCheckOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsCloseChannelContext()
The Constructor.
|
IfsCloseChannelContext(IfsServerChannel channel)
Other Constructor.
|
IfsCookieContext()
The Constructor.
|
IfsCookieContext(Object cookie,
IfsServerChannel channel)
Other Constructor.
|
IfsCopyContext()
The Constructor.
|
IfsCopyContext(LibrarySession session,
PublicObject srcPO,
Folder destFolder,
String newName,
boolean overwrite)
Other Constructor.
|
IfsCreateDocumentContext()
Deafult Constructor.
|
IfsCreateDocumentContext(LibrarySession session,
String name,
InputStream stream,
Folder folder,
AccessControlList acl)
Constructor which sets up all the required parameters.
|
IfsCreateFolderContext()
The Constructor.
|
IfsCreateFolderContext(LibrarySession session,
String pathname,
Folder parentFolder,
AccessControlList acl,
boolean aclFromParent,
boolean createParents)
Other Constructor.
|
IfsDeleteLibraryObjectContext()
Default Constructor.
|
IfsDeleteLibraryObjectContext(LibrarySession session,
LibraryObject lo,
LibraryObjectDefinition loDef)
Constructor which sets up all the required parameters.
|
IfsDetermineAclContext()
Deafult Constructor.
|
IfsDetermineFormatContext()
Deafult Constructor.
|
IfsDetermineFormatContext(LibrarySession session,
String name)
Constructor which sets up all the required parameters.
|
IfsDetermineParserContext()
Deafult Constructor.
|
IfsDetermineParserContext(LibrarySession session,
String name)
Constructor which sets up all the required parameters.
|
IfsDoesPublicObjectExistByIdContext()
Deafult Constructor.
|
IfsDoesPublicObjectExistByIdContext(LibrarySession session,
Long id)
Constructor to set up all required parameters.
|
IfsDoesPublicObjectExistByPathContext()
Deafult Constructor.
|
IfsDoesPublicObjectExistByPathContext(LibrarySession session,
String path,
FolderPathResolver fpr)
Constructor to set up all required parameters.
|
IfsFindPublicObjectByIdContext()
Deafult Constructor.
|
IfsFindPublicObjectByIdContext(LibrarySession session,
Long id)
Constructor to set up all required parameters.
|
IfsFindPublicObjectByPathContext()
Deafult Constructor.
|
IfsFindPublicObjectByPathContext(LibrarySession session,
String path,
FolderPathResolver fpr)
Constructor to set up all required parameters.
|
IfsGetAttributeNamesContext()
The Constructor.
|
IfsGetAttributesContext()
The Constructor.
|
IfsGetAttributesContext(LibraryObject obj,
String[] attrNames)
Other Constructor.
|
IfsGetBeansVersionContext()
Deafult Constructor.
|
IfsGetBeansVersionContext(LibrarySession session)
Constructor to set up all required parameters.
|
IfsGetCurrentUserContext()
Deafult Constructor.
|
IfsGetCurrentUserContext(LibrarySession session)
Constructor to set up all required parameters.
|
IfsHandlePublicObjectVersioningContext()
Deafult Constructor.
|
IfsHandlePublicObjectVersioningContext(LibrarySession session,
PublicObject po,
Folder folder,
String comment)
Constructor which sets up all the required parameters.
|
IfsHelpContext()
The Constructor.
|
IfsInvokeSelectorAndListOutputContext()
Default Constructor.
|
IfsInvokeSelectorAndListOutputContext(LibrarySession session,
String classname,
String whereClause,
SortSpecification sortSpec,
int listingOption,
String[] attributeNames)
Constructor which sets up all the required parameters.
|
IfsInvokeSelectorContext()
Default Constructor.
|
IfsInvokeSelectorContext(LibrarySession session,
String classname,
String whereClause,
SortSpecification sortSpec)
Constructor which sets up all the required parameters.
|
IfsIsCheckedOutContext()
Deafult Constructor.
|
IfsIsCheckedOutContext(LibrarySession session,
VersionSeries vs)
Constructor to set up all required parameters.
|
IfsIsVersionedContext()
Deafult Constructor.
|
IfsIsVersionedContext(LibrarySession session,
PublicObject po)
Constructor to set up all required parameters.
|
IfsLoginContext()
The Constructor.
|
IfsLoginContext(Credential credential,
ConnectOptions connectOptions)
Other Constructor.
|
IfsLogoutContext()
The Constructor.
|
IfsLogoutContext(LibrarySession session)
Other Constructor.
|
IfsMvContext()
Default constructor.
|
IfsMvContext(LibrarySession session,
PublicObject po,
Folder source,
Folder destination,
String newName)
Constructor that takes all parameters.
|
IfsOpenSocketContext()
The Constructor.
|
IfsOpenSocketContext(SocketFactory socketFactory)
Other Constructor.
|
IfsParseStreamContext()
Deafult Constructor.
|
IfsParseStreamContext(LibrarySession session,
Parser parser,
InputStream stream,
String name,
String folderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String charSet)
Constructor which sets up all the required parameters.
|
IfsPasvContext()
The Constructor.
|
IfsPasvContext(SocketFactory socketFactory,
int port)
Other Constructor.
|
IfsPortContext()
The Constructor.
|
IfsPortContext(SocketFactory socketFactory,
String port)
Other Constructor.
|
IfsRemoveFolderRelationshipContext()
Default Constructor.
|
IfsRemoveFolderRelationshipContext(LibrarySession session,
Folder folder,
PublicObject publicObject)
Constructor which sets up all the required parameters.
|
IfsRenderAsRandomAccessContentContext()
The Constructor.
|
IfsRenderAsReaderContext()
The Constructor.
|
IfsRenderAsStreamContext()
The Constructor.
|
IfsSetAttributesContext()
The Constructor.
|
IfsSetAttributesContext(LibraryObject[] objs,
String attrName,
AttributeValue attrValue)
Another constructor
|
IfsShowAllPathsContext()
Default Constructor.
|
IfsShowAllPathsContext(LibrarySession session,
LibraryObject obj)
Constructor which sets up all the required parameters.
|
IfsStringListContext()
The Constructor.
|
IfsUploadFileContext()
Deafult Constructor.
|
IfsUploadFileContext(LibrarySession session,
boolean parseFlag,
String name,
InputStream stream,
String folderPath,
AccessControlList acl,
boolean aclFromParent,
ParserCallback callback,
String language,
String charSet)
Constructor which sets up all the required parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsCommand.postExecute(CommandContext context,
IfsException e)
This method is always run after
execute . |
Modifier and Type | Method and Description |
---|---|
CommandContext |
Command.createCommandContext()
Create a default implementation of the command context object.
|
CommandContext |
IfsCommand.createCommandContext()
Create a default implementation of the command context object.
|
protected void |
IfsCommand.execute(CommandContext context)
This method is run between
preExecute and
postExecute if preExecute does not throw an
exception. |
Command |
CommandInvoker.getCommand(String cmdName)
Get an instance of the requested command.
|
CommandContext |
CommandContextPool.getCommandContext()
Gets a command context.
|
oracle.ifs.adk.filesystem.FileManager |
FileManagerCommandContext.getFileManager()
Gets the FileManager.
|
protected void |
CommandlineArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext context,
Hashtable translationState)
Handles a specific Flag occurence.
|
protected void |
CommandlineArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext context,
Hashtable translationState)
Handles a specific Positional occurance.
|
protected void |
CommandlineArgumentTranslator.initialize(CommandContext context,
Object invoker,
Hashtable translationState)
Base implemtation does nothing
|
void |
CommandInvoker.invoke(Object invoker,
Object args,
Object cmdKey)
Opaquly runs the command identified by cmdKey.
|
protected void |
CommandlineArgumentTranslator.parse(String cmdline,
CommandContext context,
Hashtable translationState)
Imposes the string parsing framework.
|
void |
Command.populateNestedCommands(CommandInvoker commandInvoker)
Populate all the needed nested commands.
|
void |
IfsCommand.populateNestedCommands(CommandInvoker commandInvoker)
Populate all the needed nested commands.
|
protected void |
IfsCommand.postExecute(CommandContext context,
IfsException e)
This method is always run after
execute . |
protected void |
CommandlineArgumentTranslator.postParse(CommandContext context,
Object invoker,
Hashtable translationState)
Called after parsing is complete.
|
protected void |
IfsCommand.preExecute(CommandContext context)
This method is always run before the
execute method. |
void |
CommandInvoker.registerCommand(Object cmdKey,
Command cmd,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Registers a cmdKey with a command, argument translator, and result
translator.
|
void |
CommandInvoker.registerCommand(Object cmdKey,
String cmd)
Registers a cmdKey with a command, where the command is also the
ArgumentTranslator and the ResultTranslator.
|
void |
CommandInvoker.registerCommand(Object cmdKey,
String cmd,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Registers a cmdKey with a command, argument translator, and result
translator.
|
void |
Command.run(CommandContext context)
Run the commmand.
|
void |
IfsCommand.run(CommandContext context)
Run the command.
|
void |
FileManagerCommandContext.setFileManager(oracle.ifs.adk.filesystem.FileManager fileManager)
Sets the FileManager.
|
void |
ArgumentTranslator.translate(CommandContext context,
Object cmdKey,
Object invoker,
Object args)
Translates from the invocation environment
into a
CommandContext . |
void |
CommandlineArgumentTranslator.translate(CommandContext context,
Object cmdKey,
Object invoker,
Object args)
A CommandlineArgumentTranslator casts the args object to a String and
uses the notion of positionals and flagged arguments provided
through a oracle.ifs.utilities.commandline.CommandlineArguments
object.
|
void |
ExceptionWrapperResultTranslator.translate(CommandContext context,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Rethrows all exceptions.
|
void |
ResultTranslator.translate(CommandContext context,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates from the
CommandContext into
the invocation environment. |
Constructor and Description |
---|
FileManagerCommandContext()
Constructor.
|
IfsCommandContext()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CommandContext |
CupModeCommand.createCommandContext()
Returns a CommandContext to be used throughout the invokation.
|
protected IfsProtocolSession |
CupLoginResultTranslator.createProtocolSession(CommandContext state,
String dateFormat,
String delimiter) |
void |
CupModeCommand.execute(CommandContext state)
Execute a CommandState.
|
void |
CupModeCommand.execute(CupModeContext state)
Execute a CupModeContext.
|
protected LibraryObject[] |
CupLsArgumentTranslator.expandFolders(LibraryObject[] los) |
boolean |
CupModeContext.getAclFromParent()
Gets the Acl from the parent falg.
|
boolean |
IfsCupModeContext.getAclFromParent()
Gets the Acl from the parent falg.
|
boolean |
CupModeContext.getAdminMode()
Gets the admin mode.
|
boolean |
IfsCupModeContext.getAdminMode()
Gets the admin mode.
|
protected boolean |
CupModeArgumentTranslator.getBooleanModeValue(String modeValue) |
CupSession |
CupModeContext.getCupSession()
Gets the CupSession.
|
CupSession |
IfsCupModeContext.getCupSession()
Gets the CupSession.
|
DateFormat |
CupModeContext.getDateFormat()
Gets the date format.
|
DateFormat |
IfsCupModeContext.getDateFormat()
Gets the date format.
|
AccessControlList |
CupModeContext.getDefaultAcl()
Gets the default Acl.
|
AccessControlList |
IfsCupModeContext.getDefaultAcl()
Gets the default Acl.
|
String |
CupModeContext.getFolderPathDelimiter()
Gets the folder path delimiter.
|
String |
IfsCupModeContext.getFolderPathDelimiter()
Gets the folder path delimiter.
|
String |
CupModeContext.getIanaCharacterSet()
Gets the Iana Character Set.
|
String |
IfsCupModeContext.getIanaCharacterSet()
Gets the Iana Character Set.
|
String |
CupModeContext.getLanguage()
Gets the language.
|
String |
IfsCupModeContext.getLanguage()
Gets the language.
|
int |
CupModeContext.getModeType()
Gets the type of mode being set.
|
int |
IfsCupModeContext.getModeType()
Gets the type of mode being set.
|
boolean |
CupModeContext.getParseMode()
Gets the parse mode.
|
boolean |
IfsCupModeContext.getParseMode()
Gets the parse mode.
|
protected String |
CupHelpResultTranslator.getResourceString(IfsProtocolServer server,
LibrarySession session,
String key) |
protected String |
CupHelpResultTranslator.getResourceString(IfsProtocolServer server,
LibrarySession session,
String key,
Object[] inserts) |
protected void |
CupArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupCatArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupFindArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupGetAttrArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupLoginArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tState)
Handles a LANGUAGE_FLAG and COUNTRY_FLAG occurences.
|
protected void |
CupLsArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupModeArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupRmArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupSetAttrArgumentTranslator.handleFlag(String flagKey,
String flagValue,
CommandContext state,
Hashtable tstate)
Handles a flags and arguments in the command line.
|
protected void |
CupAddRefArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positional arguments that cup uses during the AddRef command.
|
protected void |
CupArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tstate)
Handles the positionals that are common to several cup commands.
|
protected void |
CupCdArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the IfsCookieCommand.
|
protected void |
CupCookieArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the IfsCookieCommand.
|
protected void |
CupCpArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the CopyCommand.
|
protected void |
CupFindArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positional arguments that cup uses during the FIND command.
|
protected void |
CupGetArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the GetCommand.
|
protected void |
CupHelpArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the GetCommand.
|
protected void |
CupLoginArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the LoginCommand.
|
protected void |
CupMkdirArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the CreateFolderCommand.
|
protected void |
CupModeArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the IfsCookieCommand.
|
protected void |
CupMvArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positional arguments that cup uses during the Mv command.
|
protected void |
CupPutArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the LoginCommand.
|
protected void |
CupRmRefArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positional arguments that cup uses during the RmRef command.
|
protected void |
CupSetAttrArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the SetAttributesCommand.
|
protected void |
CupSetCharArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the IfsCookieCommand.
|
protected void |
CupSetLangArgumentTranslator.handlePositional(int pos,
String positional,
CommandContext state,
Hashtable tState)
Handles the positionals that cup uses during the IfsCookieCommand.
|
protected void |
CupAddRefArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Base implemtation does nothing
|
protected void |
CupArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tstate)
Initialize the argument translator.
|
protected void |
CupCatArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tstate)
Initialize the argument translator.
|
protected void |
CupCdArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Initialize
|
protected void |
CupCookieArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Initialize
|
protected void |
CupCpArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Base implementation does nothing
|
protected void |
CupFindArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tstate)
Initialize the argument translator.
|
protected void |
CupGetArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Initialize
|
protected void |
CupGetAttrArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Initialize
|
protected void |
CupLoginArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Base implemtation does nothing
|
protected void |
CupLsArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Initialize
|
protected void |
CupMkdirArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Base implementation does nothing
|
protected void |
CupModeArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Initialize
|
protected void |
CupMvArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Initialize for this translator.
|
protected void |
CupPasvArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
sets the port
|
protected void |
CupPutArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState)
Sets the path variable to "."
|
protected void |
CupRmArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tstate)
Initialize the argument translator.
|
protected void |
CupRmRefArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tState) |
protected void |
CupSetAttrArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tstate)
Initialize the argument translator.
|
protected void |
CupShowAllPathsArgumentTranslator.initialize(CommandContext state,
Object invoker,
Hashtable tstate)
Initialize the argument translator.
|
protected void |
CupAddRefArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Converts the source and destination paths provided in arguments
to object instances.
|
protected void |
CupCatArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupCdArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupCookieArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupCpArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Adds an existing LibrarySession to the ExecutionArgs if
one exists.
|
protected void |
CupDoneArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
CupDoneArgumentTranslator adds casts the invoker to a Channel
and sets it.
|
protected void |
CupFindArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tstate)
Sets up the InvokeSelectorAndListOutputContext with parameters required
|
protected void |
CupGetArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupGetAttrArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupHelpArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
sets the help key in the context
|
protected void |
CupLoginArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Adds an existing LibrarySession to the ExecutionArgs if
one exists.
|
protected void |
CupLogoutArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
CupLogoutArgumentTranslator adds an existing LibrarySession to the
CommandState in postParse before calling super->postParse.
|
protected void |
CupLsArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupMkdirArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Adds an existing LibrarySession to the ExecutionArgs if
one exists.
|
protected void |
CupModeArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupMvArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Converts the source and destination paths provided in arguments
to object instances.
|
protected void |
CupPutArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Fills the command state.
|
protected void |
CupRmArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tstate)
Sets up the DeleteLibraryObjectContext with parameters required
|
protected void |
CupRmRefArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Converts the source and destination paths provided in arguments
to object instances.
|
protected void |
CupSetAttrArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
Sets up the SetAttributesContext with parameters required
|
protected void |
CupSetCharArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupSetLangArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupShowAllPathsArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tstate)
Sets up the ShowAllPathsContext with parameters required
|
protected void |
CupShowCharArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected void |
CupShowLangArgumentTranslator.postParse(CommandContext state,
Object invoker,
Hashtable tState)
gets the object associated with the path
|
protected FolderDefinition |
CupRmArgumentTranslator.resolveDefinition(CommandContext state,
Object invoker,
Hashtable tstate,
LibraryObject lo)
Creates a FolderDefinition if we need to one to be used with RM command.
|
protected LibraryObject[] |
CupArgumentTranslator.resolveObject(LibrarySession session,
FolderPathResolver fpr,
Hashtable tstate,
boolean multipleObjectsAllowed)
This returns an array of LibraryObjects based on the flags and positionals.
|
protected void |
CupResultTranslator.sendGenericError(CupServerChannel channel,
Exception e,
Object cmdKey) |
void |
CupModeContext.setAclFromParent(boolean aclFromParent)
Sets the default acl.
|
void |
IfsCupModeContext.setAclFromParent(boolean aclFromParent)
Sets the default acl.
|
void |
CupModeContext.setAdminMode(boolean adminMode)
Sets the admin mode.
|
void |
IfsCupModeContext.setAdminMode(boolean adminMode)
Sets the admin mode.
|
void |
CupModeContext.setCupSession(CupSession psession)
Sets the CupSession.
|
void |
IfsCupModeContext.setCupSession(CupSession psession)
Sets the CupSession.
|
void |
CupModeContext.setDateFormat(DateFormat dateFormat)
Sets the date format.
|
void |
IfsCupModeContext.setDateFormat(DateFormat dateFormat)
Sets the date format.
|
void |
CupModeContext.setDefaultAcl(AccessControlList acl)
Sets the default acl.
|
void |
IfsCupModeContext.setDefaultAcl(AccessControlList acl)
Sets the default acl.
|
void |
CupModeContext.setFolderPathDelimiter(String delim)
Sets the folder path delimiter.
|
void |
IfsCupModeContext.setFolderPathDelimiter(String delim)
Sets the folder path delimiter.
|
void |
CupModeContext.setIanaCharacterSet(String charSet)
Sets the Iana Character Set.
|
void |
IfsCupModeContext.setIanaCharacterSet(String charSet)
Sets the Iana Character Set.
|
void |
CupModeContext.setLanguage(String language)
Sets the language.
|
void |
IfsCupModeContext.setLanguage(String language)
Sets the language.
|
void |
CupModeContext.setModeType(int type)
Sets the type of mode being set.
|
void |
IfsCupModeContext.setModeType(int type)
Sets the type of mode being set.
|
void |
CupModeContext.setParseMode(boolean parseMode)
Sets the parse mode.
|
void |
IfsCupModeContext.setParseMode(boolean parseMode)
Sets the parse mode.
|
void |
CupAttachUsageArgumentTranslator.translate(CommandContext context,
Object cmdKey,
Object invoker,
Object args) |
void |
CupAddRefResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
void |
CupAttachUsageResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupBeansVersionResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
void |
CupCatResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupCdResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupCookieResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupCpResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupDoneResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupFindResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates command output.
|
void |
CupGetAttrResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupGetResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupHelpResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupLoginResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupLogoutResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupLsResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupMkdirResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupModeResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupMvResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
void |
CupPasvResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupPutResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupPwdResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception) |
void |
CupRmRefResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
void |
CupRmResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
void |
CupSetAttrResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
void |
CupShowAllPathsResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
void |
CupWhoAmIResultTranslator.translate(CommandContext state,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates the output and sends out answer to the cup client.
|
Constructor and Description |
---|
IfsCupModeContext()
Deafult Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CupServerChannel.handleCommandInvocationIfsException(IfsException e,
Object cmdKey)
Handles a Throwable while invoking command.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CupSession.getAclFromParent()
Gets wether to take the acl from the folder inwhich an object
is being created
|
boolean |
CupSession.getAdminMode()
Gets the AdminMode.
|
AccessControlList |
CupSession.getDefaultAcl()
Gets the Default Acl.
|
int |
CommandlineUtilityServer.getDefaultPort()
get Server's default port.
|
String |
CommandlineUtilityServer.getDefaultServerName()
get Server's default name, in case ServerManager doesn't specify
one explcitly.
|
String |
CommandlineUtilityServer.getDescriptiveName()
get Server's descriptive name.
|
IfsExceptionResolver |
CupSession.getExceptionResolver()
Gets the IfsExceptionResolver.
|
FolderPathResolver |
CupSession.getFolderPathResolver()
Gets the FolderPathResolver.
|
boolean |
CommandlineUtilityServer.getObfuscateIds()
get if the date and ids should be removed from listing commands.
|
boolean |
CupSession.getParseMode()
Gets the ParseMode.
|
protected void |
CupServerChannel.handleCommandInvocationIfsException(IfsException e,
Object cmdKey)
Handles a Throwable while invoking command.
|
protected void |
CupServerChannel.handleCommandInvocationThrowable(Throwable e,
Object cmdKey)
Handles a Throwable while invoking command.
|
protected void |
CupServerChannel.handleInterruptedIOException(InterruptedIOException e)
Handles an InterruptedIOException in the command loop.
|
protected void |
CupServerChannel.handleIOException(IOException e)
Handles an IOException in the command loop.
|
protected void |
CupServerChannel.handleThrowable(Throwable e)
Handles a Throwable in the command loop.
|
boolean |
CommandlineUtilityServer.isPropertyReadonly(String name) |
protected void |
CupServerChannel.preCommandLoop()
Before first command.
|
protected void |
CommandlineUtilityServer.registerCommands(LibrarySession session)
Register the Commands that this Server invokes.
|
protected void |
CommandlineUtilityServer.registerSpecificCommand(String key,
String cmd,
LibrarySession session) |
void |
CupSession.setAclFromParent(boolean aclFromParent)
Sets the DefaultAcl to be taken from the parent Folder.
|
void |
CupSession.setAdminMode(boolean adminMode)
Sets the AdminMode.
|
void |
CupSession.setDefaultAcl(AccessControlList defaultAcl)
Sets the DefaultAcl.
|
void |
CupSession.setExceptionResolver(IfsExceptionResolver eMapper)
Sets the IfsExceptionResolver.
|
void |
CupSession.setFolderPathResolver(FolderPathResolver fpr)
Sets the FolderPathResolver.
|
void |
CupSession.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
CupSession.setParseMode(boolean parseMode)
Sets the ParseMode.
|
Constructor and Description |
---|
CupSession(String dateFormat,
String delimiter)
Contructor
|
Modifier and Type | Method and Description |
---|---|
String |
DavCategory.getDAVLockOwner()
returns the current lockowner for this dav lockobject
|
int |
DavCategory.getLockDepth()
returns the current lock depth for this dav lockobject
|
String |
DavCategory.getLockToken()
get the current dav token for this dav category
|
void |
DavCategory.setDAVLockOwner(String owner)
sets the lock owner attribute for this object
|
void |
DavCategory.setLockDepth(int depth)
sets the lock depth attribute for this object
|
void |
DavCategory.setLockToken(String token)
sets the lock token attribute for this object
|
Constructor and Description |
---|
DavCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a DavCategory object - standard variant.
|
DavCategoryDefinition()
Constructs a DavCategory object, with default
quantities.
|
DavCategoryDefinition(LibrarySessionInterface session)
Constructs a DavCategoryDefinition explicitly capturing the
session.
|
DavCategoryDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
TieDavCategory(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieDavCategory object
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsDavServlet.handleException(IfsException e,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected boolean |
IfsDavServlet.invokeExceptionHandlerDavlets(IfsException e,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
Modifier and Type | Method and Description |
---|---|
protected void |
IfsDavServlet.addLockDiscoveryElement(LockObject lo,
oracle.ifs.adk.filesystem.FileManager fm,
oracle.ifs.protocols.dav.PropResponder responder,
Element parentElt,
javax.servlet.http.HttpServletRequest req) |
static String |
IfsDavServlet.convertStringToInferredEncoding(javax.servlet.http.HttpServletRequest req,
String s,
LibrarySession session,
boolean useUserProfile) |
protected void |
IfsDavServlet.getDavPropertyValue(oracle.ifs.adk.filesystem.FileManager fm,
javax.servlet.http.HttpServletRequest req,
oracle.ifs.protocols.dav.impl.common.IfsTreeTraverser.TraversedNode tn,
Node property,
oracle.ifs.protocols.dav.PropfindResponder responder,
Element responseGroup,
javax.servlet.ServletContext servletContext,
boolean ignoreNotFound) |
static Credential |
IfsDavServlet.getGuestCredential() |
protected boolean |
IfsDavServlet.getIsFileSyncable(oracle.ifs.adk.filesystem.FileManager fm,
javax.servlet.http.HttpServletRequest req,
PublicObject po) |
protected String |
IfsDavServlet.handleStringEncoding(javax.servlet.http.HttpServletRequest req,
String s,
LibrarySession session) |
protected String |
IfsDavServlet.handleStringEncoding(javax.servlet.http.HttpServletRequest req,
String s,
LibrarySession session,
String encoding) |
protected String |
IfsDavServlet.handleURIEncoding(javax.servlet.http.HttpServletRequest req,
String originalURI,
String decodedURI,
LibrarySession session) |
protected void |
IfsDavServlet.invokePostprocessRequestDavlets(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
oracle.ifs.protocols.dav.impl.RequestContext requestContext) |
protected void |
IfsDavServlet.invokePreauthenticationDavlets(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
IfsDavServlet.invokePreprocessRequestDavlets(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
oracle.ifs.protocols.dav.impl.RequestContext requestContext) |
protected void |
IfsDavServlet.listDirectory(javax.servlet.http.HttpServletResponse resp,
javax.servlet.http.HttpServletRequest req,
oracle.ifs.protocols.dav.impl.RequestContext rc) |
protected oracle.ifs.adk.filesystem.FileManager |
IfsDavServlet.obtainFileManagerInstance(oracle.ifs.adk.security.IfsHttpLogin login) |
protected oracle.ifs.adk.security.IfsHttpLogin |
IfsDavServlet.obtainIfsLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse resp,
String ifsPath) |
protected void |
IfsDavServlet.redirectToJsp(String jspPath,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
oracle.ifs.protocols.dav.impl.RequestContext rc) |
protected boolean |
IfsDavServlet.setDavPropertyValue(oracle.ifs.adk.filesystem.FileManager fm,
String ifsPath,
PublicObject po,
oracle.ifs.protocols.dav.DavServlet.ProppatchAction action) |
protected void |
IfsDavServlet.setUpGuestLoginPool() |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicIfsHttpLogin.disconnect() |
oracle.ifs.adk.filesystem.FileManager |
BasicIfsHttpLogin.getFileManager() |
LibrarySession |
BasicIfsHttpLogin.getSession() |
boolean |
BasicIfsHttpLogin.isBusy() |
Constructor and Description |
---|
BasicIfsHttpLogin(Credential cred,
ConnectOptions options,
IfsServer server) |
Constructor and Description |
---|
S_DavCategory(S_LibrarySession session,
Long classId)
Construct a S_DavCategory object.
|
S_DavCategory(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_DavCategory object.
|
S_DavCategorySelector(S_LibrarySession session,
Long classId)
Construct a S_DavCategorySelector object.
|
S_TieDavCategory(S_LibrarySession session,
Long classId)
Construct a S_TieDavCategory object.
|
S_TieDavCategory(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieDavCategory object.
|
Modifier and Type | Method and Description |
---|---|
void |
Mailbox.addItem(PublicObject item) |
void |
Message.clearRecent()
clearRecent()
Clear the recent flag
|
void |
Rfc822Message.clearRecent()
clearRecent()
Clear the recent flag
|
void |
Rfc822MessageDefinition.createBodyPartReferenceAttribute()
Turns the body part tree into a serialized object
This should be called immediatly before calling
createPublicObject with this definition.
|
void |
Rfc822ContentObjectDefinition.createBodyPartReferenceAttribute(BodyPart rbp)
Turns the body part tree into a serialized object
This should be called immediatly before calling
createPublicObject with this definition.
|
void |
BodyPart.dump(String indent)
Dumps a formatted version of the body part to stdout.
|
void |
MessageInterface.free() |
String[] |
Message.getBccList() |
String[] |
MessageInterface.getBccList() |
String[] |
Rfc822Message.getBccList() |
BodyPart |
Rfc822ContentObject.getBodyPart()
getBodyPart
Get the root body part
|
BodyPart |
Rfc822Message.getBodyPart()
getBodyPart
Get the root body part
|
BodyPart |
Rfc822Message.getBodyPart(String index)
getBodyPart
Get the indicated body part.
|
InputStream |
BodyPart.getBodyStream()
Get an InputStream containing the body of this body part.
|
InputStream |
BodyPartInterface.getBodyStream() |
long |
BodyPartRelationship.getByteCount()
Gets the byte count.
|
long |
Message.getByteCount()
getByteCount()
Get the byte count
|
String[] |
Message.getCcList() |
String[] |
MessageInterface.getCcList() |
String[] |
Rfc822Message.getCcList() |
Reader |
BodyPart.getCleartextBodyReader()
Get a Reader containing the decoded body of this body part.
|
Reader |
BodyPart.getCleartextBodyReader(RandomAccessContentInterface raci)
Get a Reader containing the decoded body of this body part.
|
InputStream |
BodyPart.getCleartextBodyStream()
Get an InputStream containing the decoded body of this body part.
|
InputStream |
BodyPartInterface.getCleartextBodyStream() |
InputStream |
BodyPart.getCleartextBodyStream(RandomAccessContentInterface raci)
Get an InputStream containing the decoded body of this body part.
|
String |
BodyPartRelationship.getContentDescription()
Gets the content description.
|
String |
BodyPartRelationship.getContentDisposition()
Gets the MIME content disposition.
|
PropertyBundle |
BodyPartRelationship.getContentDispositionParameters()
Gets the MIME content disposition parameters
|
String |
BodyPartRelationship.getContentId()
Gets the MIME content id.
|
InputStream |
BodyPart.getContentStream()
Get an InputStream containing this body part.
|
InputStream |
BodyPartInterface.getContentStream() |
String |
BodyPartRelationship.getContentTransferEncoding()
Gets the MIME content transfer encoding.
|
String |
BodyPartRelationship.getContentType()
Gets the MIME content type.
|
String |
Message.getContentType()
getContentType()
Get the content type of the message
|
PropertyBundle |
BodyPartRelationship.getContentTypeParameter()
Gets the MIME content type parameter
|
PropertyBundle |
Message.getContentTypeParameter()
getContentTypeParameter()
Get the content type parameter of the message
|
Date |
MessageInterface.getCreateDate() |
String |
EmailUserProfile.getEmailAddress()
returns the current email address for this user profile.
|
Collection |
EmailUserProfileCollectionResolver.getEmailUserProfileCollection()
Gets a reference to the EmailUserProfile collection.
|
String |
Rfc822Message.getEnvelopeFrom() |
String[] |
Rfc822Message.getEnvelopeRecipientList() |
String[] |
Message.getFromList() |
String[] |
MessageInterface.getFromList() |
String[] |
Rfc822Message.getFromList() |
String[] |
BodyPartRelationship.getHeader()
Gets the MIME header.
|
InputStream |
BodyPart.getHeaderStream()
Get an InputStream containing the header of this body part.
|
InputStream |
BodyPartInterface.getHeaderStream() |
Long |
MessageInterface.getId() |
void |
BodyPart.getIndexableReaders(Vector readerVector,
RandomAccessContentInterface raci) |
String |
Message.getInReplyTo()
getInReplyTo()
Get the InReplyTo value as a string array
|
Date |
MessageInterface.getLastModifyDate() |
long |
BodyPartRelationship.getLineCount()
Gets the line count.
|
long |
Message.getLineCount()
getLineCount()
Get the number of lines
|
String |
Message.getMessageId()
getMessageID()
Get the message ID
|
PublicObject |
MailDocument.getMessageObject() |
PublicObject |
MailFolder.getMessageObject() |
PublicObject |
MailObject.getMessageObject()
Returns the Message that owns this object
|
PublicObject |
Message.getMessageObject()
getMessageObject()
Get the Message Object
For use by Web-UI and Win-Ui finds
|
long |
Message.getMessageObjectId()
getMessageObjectId()
Get the id for the message object
|
String |
MessageInterface.getName() |
long |
Mailbox.getNextUidValue() |
static LibraryObject |
Message.getOwningObject(LibraryObject lo)
getOwningObject()
Get the LibraryObject that owns this object
This is for use in the Web-UI and Win-Ui finds
|
PublicObjectInterface |
BodyPart.getPublicObject()
Get a PublicObject representing the content of this BodyPart
|
Date |
Message.getReceivedDate() |
Date |
Rfc822Message.getReceivedDate() |
String[] |
Message.getReplyToList() |
Date |
Message.getRFC822Date()
getRFC822Date()
Get the RFC822 Date
|
Date |
Rfc822Message.getRFC822Date()
getRFC822Date()
Get the RFC822 Date
|
String[] |
Rfc822Message.getRfc822Header()
getBodyPart()
Get the indicated body part.
|
String[] |
Message.getRFC822Header()
getRFC822Header()
Get the RFC822 Header for the message
This is the entire consolidated header
|
int |
Message.getRFC822Size() |
long |
Rfc822Message.getRFC822Size() |
String[] |
Message.getSenderList() |
String[] |
MessageInterface.getSenderList() |
String[] |
Rfc822Message.getSenderList() |
LibrarySession |
MessageInterface.getSession() |
Dictionary |
Rfc822Message.getSpamFlags()
getSpamFlags()
Get the Spam Flag list
|
String |
Message.getSubject() |
String |
Rfc822Message.getSubject() |
String[] |
Message.getToList() |
String[] |
MessageInterface.getToList() |
String[] |
Rfc822Message.getToList() |
long |
Message.getUid()
getUid()
Get the uid
|
long |
Rfc822Message.getUid()
getUid()
Get the uid
|
boolean |
Rfc822Message.inLoop() |
boolean |
Message.isAnswered()
isAnswered()
Check is the Answered attribute
|
boolean |
Rfc822Message.isAnswered()
isAnswered()
Check is the Answered attribute
|
boolean |
Message.isDraft()
isDraft()
Check if the message is a draft
|
boolean |
Rfc822Message.isDraft()
isDraft()
Check if the message is a draft
|
boolean |
Message.isFlagged()
isFlagged()
Check if the flagged attribute is true
|
boolean |
Rfc822Message.isFlagged()
isFlagged()
Check if the flagged attribute is true
|
boolean |
Mailbox.isMarked() |
boolean |
Message.isMsgLocked()
isMsgLocked()
Check if the message is locked
|
boolean |
Mailbox.isNoInferior() |
boolean |
Mailbox.isNoSelect() |
boolean |
Message.isRecent() |
boolean |
Rfc822Message.isRecent() |
boolean |
BodyPartRelationship.isRelLocked()
Determines whether this BodyPartRelationship is locked.
|
boolean |
Message.isSeen()
isSeen()
Check is the message isSeen
|
boolean |
Rfc822Message.isSeen()
isSeen()
Check is the message isSeen
|
boolean |
Mailbox.isUnmarked() |
void |
EmailUserProfileCollectionResolver.resolveCollection(CachedResolverCollection collection)
resolve Collection.
|
boolean |
Message.setAnswered(boolean flag)
setAnswered()
Set the answered attribute
|
boolean |
Rfc822Message.setAnswered(boolean flag)
setAnswered()
Set the answered attribute
|
void |
Rfc822MessageDefinition.setContentObjectDefinition(ContentObjectDefinition cod) |
void |
Rfc822MessageDefinition.setContentStream(InputStream is) |
boolean |
Message.setDraft(boolean flag)
setDraft()
Set the draft attribute to be true
|
boolean |
Rfc822Message.setDraft(boolean flag)
setDraft()
Set the draft attribute to be true
|
void |
EmailUserProfile.setEmailAddress(String emailAddress)
sets the email address for this user profile
|
boolean |
Message.setFlagged(boolean flag)
setFlagged()
set the flagged attribute
|
boolean |
Rfc822Message.setFlagged(boolean flag)
setFlagged()
set the flagged attribute
|
boolean |
Mailbox.setMarked(boolean flag) |
void |
Message.setMessageObjectId(long oid)
setMessageObjectId()
Set the message object id
|
boolean |
Mailbox.setNoInferior(boolean flag) |
boolean |
Mailbox.setNoSelect(boolean flag) |
boolean |
Message.setSeen(boolean flag)
setSeen()
Set the seen attribute
|
boolean |
Rfc822Message.setSeen(boolean flag)
setSeen()
Set the seen attribute
|
void |
Rfc822MessageDefinition.setSpamFlags(Dictionary spamFlagTbl)
Sets the Spam Flags attribute
This is a convinience function to translate from a Dictionary to
a String Array.
|
protected void |
Message.setUid(long uid)
setUid()
Get the uid
|
protected void |
Rfc822Message.setUid(long uid)
setUid()
Get the uid
|
boolean |
Mailbox.setUnmarked(boolean flag) |
void |
BodyPart.updateByteCount() |
Constructor and Description |
---|
BodyPartRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a BodyPartRelationship object - standard variant.
|
BodyPartRelationshipDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
BodyPartRelationshipDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
EmailUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a EmailUserProfile object - standard variant.
|
EmailUserProfileCollectionResolver(LibrarySession sess)
Construct a EmailUserProfileCollectionResolver object.
|
EmailUserProfileDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
EmailUserProfileDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Mailbox(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Mailbox object - standard variant.
|
MailboxDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
MailboxDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
MailDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a MailDocument object - standard variant.
|
MailDocumentDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
MailDocumentDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
MailFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a MailFolder object - standard variant.
|
MailFolderDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
MailFolderDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Message object - standard variant.
|
MessageDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
MessageDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Rfc822ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Rfc822ContentObject object - standard variant.
|
Rfc822ContentObjectDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
Rfc822ContentObjectDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
Rfc822Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a Rfc822Message object - standard variant.
|
Rfc822MessageDefinition(LibrarySessionInterface session)
Construct a definition explicitly capturing the
session.
|
Rfc822MessageDefinition(LibrarySessionInterface session,
String className)
Construct a definition, explicitly capturing the
session and setting the initial classobject.
|
TieBodyPartRelationship(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieBodyPartRelationship object
|
TieEmailUserProfile(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieEmailUserProfile object
|
TieMailbox(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailbox object
|
TieMailDocument(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailDocument object
|
TieMailFolder(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMailFolder object
|
TieMessage(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieMessage object
|
TieRfc822ContentObject(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRfc822ContentObject object
|
TieRfc822Message(LibrarySession session,
Long id,
Long classId,
S_LibraryObjectData data)
Construct a TieRfc822Message object
|
Modifier and Type | Method and Description |
---|---|
protected void |
S_Rfc822ContentObject.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition def) |
protected void |
S_Rfc822ContentObject.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def) |
void |
S_MailDocument.extendedPreCopy(OperationState opState,
S_LibraryObjectDefinition sdef)
extendedPreCopy - operations to be performed before creating
a copy of an object.
|
void |
S_MailFolder.extendedPreCopy(OperationState opState,
S_LibraryObjectDefinition sdef)
extendedPreCopy - operations to be performed before creating
a copy of an object.
|
void |
S_Message.extendedPreCopy(OperationState opState,
S_LibraryObjectDefinition sdef)
extendedPreCopy - operations to be performed before creating
a copy of an object.
|
protected void |
S_EmailUserProfile.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Perform validation for an insert operation.
|
protected void |
S_Rfc822ContentObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def) |
protected void |
S_Rfc822Message.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef) |
protected void |
S_EmailUserProfile.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Perform validation for an update operation.
|
boolean |
S_BodyPartRelationship.isVersionable()
isVersionable() - true is this object can be in a Family
|
boolean |
S_Mailbox.isVersionable()
isVersionable() - true is this object can be in a Family
|
boolean |
S_MailDocument.isVersionable()
isVersionable() - true is this object can be in a Family
|
boolean |
S_MailFolder.isVersionable()
isVersionable() - true is this object can be in a Family
|
boolean |
S_Message.isVersionable()
isVersionable() - true is this object can be in a Family
|
boolean |
S_Rfc822Message.isVersionable()
isVersionable() - true is this object can be in a Family
|
void |
S_Rfc822Message.process() |
void |
S_Rfc822Message.process(Integer keywordNumber,
String parameter,
Dictionary parameterTable) |
protected void |
S_Rfc822ContentObject.setReadByUserNoCheck(boolean hasread,
S_LibraryObject refObj) |
void |
S_Rfc822ContentObject.verifyCanGetContent(S_ContentObject co) |
Constructor and Description |
---|
S_BodyPartRelationship(S_LibrarySession session,
Long classId)
Construct a S_BodyPartRelationship object.
|
S_BodyPartRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_BodyPartRelationship object.
|
S_BodyPartRelationshipSelector(S_LibrarySession session,
Long classId)
Construct a S_BodyPartRelationshipSelector object.
|
S_EmailUserProfile(S_LibrarySession session,
Long classId)
Construct a S_EmailUserProfile object.
|
S_EmailUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_EmailUserProfile object.
|
S_EmailUserProfileSelector(S_LibrarySession session,
Long classId)
Construct a S_EmailUserProfileSelector object.
|
S_Mailbox(S_LibrarySession session,
Long classId)
Construct a S_Mailbox object.
|
S_Mailbox(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Mailbox object.
|
S_MailboxSelector(S_LibrarySession session,
Long classId)
Construct a S_MailboxSelector object.
|
S_MailDocument(S_LibrarySession session,
Long classId)
Construct a S_MailDocument object.
|
S_MailDocument(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_MailDocument object.
|
S_MailDocumentSelector(S_LibrarySession session,
Long classId)
Construct a S_MailDocumentSelector object.
|
S_MailFolder(S_LibrarySession session,
Long classId)
Construct a S_MailFolder object.
|
S_MailFolder(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_MailFolder object.
|
S_MailFolderSelector(S_LibrarySession session,
Long classId)
Construct a S_MailFolderSelector object.
|
S_Message(S_LibrarySession session,
Long classId)
Construct a S_Message object.
|
S_Message(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Message object.
|
S_MessageSelector(S_LibrarySession session,
Long classId)
Construct a S_MessageSelector object.
|
S_Rfc822ContentObject(S_LibrarySession session,
Long classId)
Construct a S_Rfc822ContentObject object.
|
S_Rfc822ContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Rfc822ContentObject object.
|
S_Rfc822ContentObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_Rfc822ContentObjectSelector object.
|
S_Rfc822Message(S_LibrarySession session,
Long classId)
Construct a S_Rfc822Message object.
|
S_Rfc822Message(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Rfc822Message object.
|
S_Rfc822MessageSelector(S_LibrarySession session,
Long classId)
Construct a S_Rfc822MessageSelector object.
|
S_TieBodyPartRelationship(S_LibrarySession session,
Long classId)
Construct a S_TieBodyPartRelationship object.
|
S_TieBodyPartRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieBodyPartRelationship object.
|
S_TieEmailUserProfile(S_LibrarySession session,
Long classId)
Construct a S_TieEmailUserProfile object.
|
S_TieEmailUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieEmailUserProfile object.
|
S_TieMailbox(S_LibrarySession session,
Long classId)
Construct a S_TieMailbox object.
|
S_TieMailbox(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMailbox object.
|
S_TieMailDocument(S_LibrarySession session,
Long classId)
Construct a S_TieMailDocument object.
|
S_TieMailDocument(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMailDocument object.
|
S_TieMailFolder(S_LibrarySession session,
Long classId)
Construct a S_TieMailFolder object.
|
S_TieMailFolder(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMailFolder object.
|
S_TieMessage(S_LibrarySession session,
Long classId)
Construct a S_TieMessage object.
|
S_TieMessage(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieMessage object.
|
S_TieRfc822ContentObject(S_LibrarySession session,
Long classId)
Constructs an S_TieRfc822ContentObject for a
new CONTENTOBJECT.
|
S_TieRfc822ContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieRfc822ContentObject for an
existing CONTENTOBJECT.
|
S_TieRfc822Message(S_LibrarySession session,
Long classId)
Construct a S_TieRfc822Message object.
|
S_TieRfc822Message(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_TieRfc822Message object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FtpServer.commandCharacterSetIsUserCharacterSet()
Return true if the command character set is derived from the
PrimaryUserProfile's character set.
|
void |
FtpServer.dispose()
Disposes this Server.
|
String |
FtpServer.getBannerText()
Gets the banner text.
|
String |
FtpServer.getCachePerformance()
Gets the cache performance statistics for the FtpServer.
|
String |
FtpServer.getConnectionPoolPerformance()
Gets the connection pool performance statistics
for the FtpServer
|
String |
FtpServer.getDefaultCommandCharacterSet()
Return the Java character set used to encode ftp commands.
|
void |
FtpServer.initialize()
Initializes this Server.
|
void |
FtpsServer.initialize()
Initializes this Server.
|
boolean |
FtpServer.isPropertyReadonly(String name)
Determine whether a server property is read-only.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IfsServerChannel.handleCommandInvocationIfsException(IfsException e,
Object cmdkey)
Handles a Throwable while invoking command.
|
Modifier and Type | Method and Description |
---|---|
Object |
IfsProtocolServer.addNewProtocolSession(IfsProtocolSession psession)
Adds a new ProtocolSession to the server.
|
protected abstract ProtocolStreamParser |
IfsServerChannel.createProtocolStreamParser()
Create the ProtocolStreamParser associated with this Channel.
|
protected SocketFactory |
IfsServerChannel.createSocketFactory(InetAddress localhost,
int localControlPort,
InetAddress clientHost,
int clientContorlPort)
Creates a socket factory with the InetAddresses as given and the ports minus 1.
|
void |
OfficeSaveDetector.deleteDoc(LibrarySession sess,
Document doc,
Folder folder,
boolean freeIfLast)
This function pretends to delete the given document.
|
static void |
ServerUtilities.deregisterPropertyBundle(LibrarySession session,
String valueDefaultName,
String serverName)
Unlocks a server property bundle and frees it.
|
void |
IfsProtocolServer.dispose()
Disposes this Server.
|
LibrarySession |
IfsProtocolServer.getAnonymousSession()
Gets an anonymous session.
|
String |
IfsProtocolServer.getAnonymousUserName(LibrarySession session)
Gets the name for the anonymous user from a domain propoerty.
|
InetAddress |
IfsProtocolServer.getBindAddress()
Get Server's InetAddrees on which it is listening.
|
IfsServerChannel |
IfsProtocolSession.getChannel()
Gets the Channel.
|
int |
IfsProtocolServer.getControlPort()
Get Server's control port on which it is listening.
|
Object |
IfsProtocolSession.getCookie()
Gets the Cookie.
|
abstract int |
IfsProtocolServer.getDefaultPort()
Get Server's default port.
|
abstract String |
IfsProtocolServer.getDescriptiveName()
Get Server's descriptive name.
|
String |
IfsProtocolServer.getHostname()
Get Server's Hostname on which it is listening.
|
LibrarySession |
IfsProtocolSession.getLibrarySession()
Gets the LibrarySession.
|
Locale |
IfsProtocolServer.getLocale()
Returns the locale of the protocol server.
|
static PropertyBundle |
ServerUtilities.getPropertyBundle(LibrarySession session,
String valueDefaultName,
String serverName)
Returns the server property bundle for the given server from
the value default.
|
static PropertyBundle[] |
ServerUtilities.getPropertyBundles(LibrarySession session,
String valueDefaultName)
Returns all active server property bundles in the value default.
|
String |
IfsProtocolServer.getResourceString(String key) |
String |
IfsProtocolServer.getResourceString(String key,
Object[] inserts) |
String |
IfsProtocolSession.getUsername()
Gets the LibrarySession.
|
protected void |
IfsServerChannel.handleCommandInvocationIfsException(IfsException e,
Object cmdkey)
Handles a Throwable while invoking command.
|
protected void |
IfsServerChannel.handleCommandInvocationThrowable(Throwable e,
Object cmdkey)
Handles a Throwable while invoking command.
|
protected void |
IfsServerChannel.handleInterruptedIOException(InterruptedIOException e)
Hanndles an InterruptedIOException in the command loop.
|
protected void |
IfsServerChannel.handleIOException(IOException e)
Hanndles an IOException in the command loop.
|
protected void |
IfsServerChannel.handleThrowable(Throwable e)
Hanndles a Throwable in the command loop.
|
boolean |
IfsProtocolServer.isPropertyReadonly(String name) |
static void |
SocketUtilities.pingServerSocket(InetAddress addr,
int port)
Opens and immediately closes a Socket to the specified host and port.
|
static void |
SocketUtilities.pingServerSocket(ServerSocket socket)
Opens and immediately closes a Socket to the specified ServerSocket.
|
static void |
SocketUtilities.pingServerSocket(String hostname,
int port)
Opens and immediately closes a Socket to the specified host and port.
|
protected void |
IfsProtocolServer.postAcceptLoop()
This is called after the server accept loop.
|
protected void |
IfsServerChannel.postCommandLoop()
Called after entering command loop.
|
protected void |
IfsProtocolServer.preAcceptLoop()
This is called prior to the server accept loop.
|
protected void |
IfsServerChannel.preCommandLoop()
Called before entering command loop.
|
protected void |
IfsProtocolServer.registerCommand(Object key,
Command cmd,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Conviencve method for registers a Command.
|
protected void |
IfsProtocolServer.registerCommand(Object key,
String cmdName)
Conviencve method for registers a Command which is an ArgumentTranslator and
a ResultTranslator.
|
protected void |
IfsProtocolServer.registerCommand(Object key,
String cmdName,
ArgumentTranslator argTrans,
ResultTranslator resultTrans)
Conviencve method for registers a Command.
|
protected abstract void |
IfsProtocolServer.registerCommands(LibrarySession session)
Register the Commands that this Server invokes.
|
static PropertyBundle |
ServerUtilities.registerPropertyBundle(LibrarySession session,
String valueDefaultName,
String serverName,
PropertyBundle serverPropertyBundle)
Registers the property bundle for the server and session locks it.
|
void |
IfsProtocolServer.releaseAnonymousSession(LibrarySession sess)
Releases an anonymous session.
|
void |
IfsProtocolSession.setChannel(IfsServerChannel channel)
Sets the Channel.
|
void |
IfsProtocolSession.setCookie(Object cookie)
Sets the Cookie.
|
void |
IfsProtocolSession.setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
Constructor and Description |
---|
BaseIfsServer()
Creates a new BaseIfsServer.
|
IfsProtocolSession(String dateFormat,
String delimiter)
Contructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
AttributeQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
AttributeSubqueryQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
ContextQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
ExistenceQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
FolderRestrictQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
FreeFormQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
JoinQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
PropertyQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected void |
SearchClause.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
protected abstract void |
SearchQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a Visitor, during the traversal of the SearchTree.
|
protected void |
SubstringQualification.accept(oracle.ifs.search.SearchQualificationVisitor v)
Accepts a SearchQualificationVisitor.
|
void |
SearchSortSpecification.add(String[] sortAttributes,
boolean[] sortOrders)
Adds the unqualified attributes to the sort list.
|
void |
SearchSortSpecification.add(String[] sortClasses,
String[] sortAttributes,
boolean[] sortOrders)
Add Attributes to sort list.
|
void |
SearchSortSpecification.add(String[] sortClasses,
String[] sortAttributes,
boolean[] sortOrders,
String[] sortFunctions)
Add Attributes to sort list.
|
void |
SearchSortSpecification.add(String sortAttribute,
boolean sortOrder)
Adds the unqualified attribute to the end of the sort list.
|
void |
SearchSortSpecification.add(String sortClass,
String sortAttribute,
boolean sortOrder)
Add an attribute to the end of the sort list.
|
void |
SearchSortSpecification.add(String sortClass,
String sortAttribute,
boolean sortOrder,
String sqlFunction)
Add an attribute to the end of the sort list.
|
void |
ViewSpecification.addClass(LibrarySession sess,
String clsName,
String[] attrs)
Let's you add attributes into your view.
|
void |
ViewSpecification.addClass(LibrarySession sess,
String clsName,
String[] attrs,
String[] aliases)
Let's you add attributes into your view.
|
protected void |
ContextSearchSpecification.addContentClass(String clss)
Adds the specified class to the list of classes for which the readContent
check must be performed.
|
void |
SearchClassSpecification.addResultClass(String name)
Add name to the ResultClass list.
|
void |
SearchClassSpecification.addSearchClass(String sClass)
Adds the class to the list of Searched Classes.
|
void |
SearchClassSpecification.addSearchClass(String sClass,
boolean delBeh,
boolean recBeh)
Adds the class to the list of Searched Classes.
|
void |
SearchClassSpecification.addSearchClass(String sClass,
String sAlias)
Adds the class to the list of Searched Classes.
|
void |
SearchClassSpecification.addSearchClass(String className,
String aliasName,
boolean delBeh,
boolean recBeh)
Adds the class to the list of Searched Classes.
|
void |
SearchClassSpecification.addSearchClasses(String[] sClasses)
Add search classes to list of classes.
|
void |
SearchClassSpecification.addSearchClasses(String[] sClasses,
boolean[] delBeh,
boolean[] recBeh) |
void |
SearchClassSpecification.addSearchClasses(String[] sClasses,
String[] sAliases)
add search classes to list of classes.
|
void |
SearchClassSpecification.addSearchClasses(String[] sClasses,
String[] sAliases,
boolean[] delBeh,
boolean[] recBeh)
Add search classes to list of classes.
|
protected void |
AttributeSearchSpecification.bindValuesInPlace(oracle.ifs.search.BindValuesInSpecVisitor vis)
bindValuesInPlace- sets the bind Values in the SearchTree.
|
protected abstract void |
SearchSpecification.bindValuesInPlace(oracle.ifs.search.BindValuesInSpecVisitor vis)
bindValuesInPlace- sets the bind Values in the SearchTree.
|
String[] |
ContextSearchSpecification.contentClasses()
Returns list of classes for read content check must be performed.
|
String[] |
SearchSpecification.contentClasses()
Return the list of classes on which the readAcces check must be performed.
|
protected void |
AttributeSearchSpecification.copy(AttributeSearchSpecification src)
Copies the elements from the src AttributeSearchSpecification into this
object.
|
protected void |
ContextSearchSpecification.copy(ContextSearchSpecification src)
Copies the elements from the src ContextSearchSpecification into this
object.
|
void |
SearchSpecification.createView(S_LibrarySession sess,
ViewSpecification vsp)
Creates a database view based on this Specification, and the ViewSpecification.
|
String |
SearchSpecification.explainPlan(S_Search srchObj,
S_LibrarySession sess,
Hashtable planDetails)
Returns the Query Plan for the Search.
|
protected ClassObject |
SearchValidator.findClass(AttributeSearchSpecification asp,
Long classId) |
protected ClassObject |
SearchValidator.findClass(AttributeSearchSpecification asp,
String cName) |
protected ClassObject |
SearchValidator.findClass(String cName) |
protected String |
SQLGenerator.generateFromClause(AttributeSearchSpecification asp) |
protected String |
SQLGenerator.generateOrderByClause(AttributeSearchSpecification asp,
oracle.ifs.search.ContextScoreVisitor vis) |
protected String |
SQLGenerator.generateSecurityClause(AttributeSearchSpecification asp,
String ownerValue) |
protected String |
SQLGenerator.generateSelectList(AttributeSearchSpecification asp,
boolean searchCountOnly) |
protected String |
SQLGenerator.generateSubClassClause(AttributeSearchSpecification asp) |
protected String |
SQLGenerator.generateViewSelectList(AttributeSearchSpecification asp,
ViewSpecification vsp) |
protected String |
SQLGenerator.generateWhereClause(AttributeSearchSpecification asp,
String ownerValue) |
protected String |
SearchClassSpecification.getAlias(String name)
Returns the Alias associated with the name.
|
String |
AttributeQualification.getAttributeClassname()
Return the search class of this object.
|
String |
SubstringQualification.getAttributeName() |
String[] |
SearchSortSpecification.getAttributeNames()
Gets the list of Sort Attribute names.
|
AttributeValue[] |
ViewSpecification.getBindValues()
Returns Bind Values that are used in this View Specification.
|
SearchSpecification |
SearchSpecification.getBoundSpecification(LibrarySession sess,
AttributeValue[] bindValues)
This Specification is cloned and the input bind Values are bound in place
in the cloned Specification.
|
String |
SearchClassSpecification.getClass(String name)
Given the alias/class, it returns the associated Class.
|
String |
PropertyQualification.getClassname()
Returns the search class for this qualification object.
|
String |
SubstringQualification.getClassName() |
String[] |
SearchSortSpecification.getClassnames()
Returns the Class names of the sort Attributes.
|
String |
ContextSearchSpecification.getContextClassname()
Returns the name of the class used for Text queries.
|
Hashtable |
ContextSearchSpecification.getContextScoreMap()
Returns a mapping from SCORE expression numbers to ContextQualifier names.
|
Hashtable |
SearchSpecification.getContextScoreMap()
Returns a mapping from SCORE expression numbers to ContextQualifier names.
|
String |
AttributeSearchSpecification.getEffectiveOptimizerHint()
Get a string representing all the supplied hints.
|
Character |
AttributeQualification.getEscapeClauseCharacter()
Returns the escape clause character to use for LIKE operations.
|
boolean |
ContextSearchSpecification.getFastResponseType()
Returns true if the search qualifies for rewrite as fast response
context search.
|
protected String |
SubstringQualification.getFunctionName() |
int |
PropertyQualification.getLateBoundDataType()
Get the data type if the qualification is late bound.
|
String |
JoinQualification.getLeftAttributeClassname()
Gets the classname of left side of this join qualification.
|
String |
ExistenceQualification.getLeftAttributeName()
Gets the left hand side Attribute name.
|
String |
JoinQualification.getLeftAttributeName()
Gets the unqualified attribute name of the left side of this
join qualification.
|
String |
ExistenceQualification.getLeftClassname()
Gets the left hand side class name.
|
SearchQualification |
SearchClause.getLeftSearchQualification()
Returns the left side SearchQualification.
|
int |
AttributeSearchSpecification.getMaxItemCount()
Gets the maximum number of items that the search will return.
|
int |
AttributeQualification.getOperatorType()
Gets the operator type of this attribute qualification.
|
int |
PropertyQualification.getOperatorType()
Gets the operator for this qualification.
|
Vector |
AttributeSearchSpecification.getOptimizerHints()
Get all hints.
|
protected String[] |
SQLGenerator.getOrderAttributes(SearchSpecification sp,
String clss,
String name,
oracle.ifs.search.ContextScoreVisitor vis) |
boolean[] |
SearchSortSpecification.getOrders()
Returns the sort Orders of the Sort Attributes.
|
protected String |
ContextSearchSpecification.getQueryTerm()
Returns the query term used by the fast response search.
|
String[] |
AttributeSearchSpecification.getResultClasses()
Returns the result classes of the Search.
|
abstract String[] |
SearchSpecification.getResultClasses()
Returns all Result Classes
|
String[] |
SearchClassSpecification.getResultClassnames()
Gets list of result classes
|
String |
JoinQualification.getRightAttributeClassname()
Gets the classname of right side of this join qualification.
|
protected int |
ExistenceQualification.getRightAttributeDataType()
Gets the data type of the the object on RHS.
|
String |
ExistenceQualification.getRightAttributeName()
Gets the right hand side Attribute name.
|
String |
JoinQualification.getRightAttributeName()
Gets the unqualified attribute name of the right side of this
join qualification.
|
AttributeValue[] |
ExistenceQualification.getRightAttributeValue()
Gets up the Attribute value array for the right hand side.
|
String |
ExistenceQualification.getRightClassname()
Gets the Right hand side class name.
|
String[] |
SearchClassSpecification.getSearchClassAliases()
Gets list of search aliases.
|
SearchClassSpecification |
AttributeSearchSpecification.getSearchClassSpecification()
Gets SearchClassSpecification of this search.
|
abstract SearchClassSpecification |
SearchSpecification.getSearchClassSpecification()
Returns the SearchClassSpecification associated with this SearchSpecification.
|
SearchSortSpecification |
AttributeSearchSpecification.getSearchSortSpecification()
Gets the SearchSortSpecification for this object.
|
Enumeration |
SearchSpecification.getSQL(S_Search srchObj,
S_LibrarySession s)
Returns the SQL for this Specification.
|
Enumeration |
SearchSpecification.getSQL(S_Search srchObj,
S_LibrarySession s,
Vector avs,
boolean searchCountOnly)
Returns the SQL for this Specification.
|
protected Enumeration |
AttributeSearchSpecification.getSQL(String prefix,
S_Search srchObj,
S_LibrarySession sess,
Vector avs,
boolean searchCountOnly)
Returns an Enumeration of PreparedStatements.
|
protected Enumeration |
ContextSearchSpecification.getSQL(String prefix,
S_Search srchObj,
S_LibrarySession sess,
Vector avs,
boolean searchCountOnly)
Returns an Enumeration of PreparedStatements.
|
protected abstract Enumeration |
SearchSpecification.getSQL(String prefix,
S_Search srchObj,
S_LibrarySession sess,
Vector avs,
boolean searchCountOnly)
Returns the SQL for this Specification.
|
String |
FreeFormQualification.getSQLExpression()
Gets the SQL expression of this object.
|
String[] |
SearchSortSpecification.getSqlFunctions()
Gets the list of sql function names.
|
protected String |
SQLGenerator.getSQLStatement(String prefix,
AttributeSearchSpecification asp,
boolean searchCountOnly) |
protected String |
SQLGenerator.getSQLStatement(String prefix,
ContextSearchSpecification csp,
ContextTable[] ctxTabs,
boolean searchCountOnly) |
String |
AttributeSearchSpecification.getSQLString(String prefix,
S_LibrarySession session,
boolean searchCountOnly)
Returns the SQL string for this SearchSpecification.
|
String |
ContextSearchSpecification.getSQLString(String prefix,
S_LibrarySession session,
boolean searchCountOnly)
Returns the SQL string for this SearchSpecification.
|
abstract String |
SearchSpecification.getSQLString(String prefix,
S_LibrarySession session,
boolean searchCountOnly)
Returns the SQL string for this SearchSpecification.
|
Long |
FolderRestrictQualification.getStartFolderId()
Returns the startFolder ID.
|
Folder |
FolderRestrictQualification.getStartingFolder(LibrarySession session)
Returns the start folder
|
protected String |
ViewSpecification.getViewName()
Returns the name of the view.
|
protected String |
SQLGenerator.getViewStatement(ViewSpecification vsp,
AttributeSearchSpecification asp) |
protected String |
SQLGenerator.getViewStatement(ViewSpecification vsp,
ContextSearchSpecification csp,
ContextTable[] ctxTabs) |
protected String |
AttributeSearchSpecification.getViewStatement(ViewSpecification vsp,
S_LibrarySession sess)
Generates a View creation statement, based on the ViewSpecification.
|
protected String |
ContextSearchSpecification.getViewStatement(ViewSpecification vsp,
S_LibrarySession sess)
Generates a View creation statement, based on the ViewSpecification.
|
protected abstract String |
SearchSpecification.getViewStatement(ViewSpecification vsp,
S_LibrarySession sess)
Generates a View creation statement, based on the ViewSpecification.
|
boolean |
AttributeQualification.isCaseIgnored()
Returns true if this AttributeQualification is case insensitive.
|
boolean |
SearchClassSpecification.isDistinct()
Get remove duplicates behavior.
|
boolean |
ExistenceQualification.isRightAttributeValue()
Gets true if the ExistenceQualification was constructed
by supplying an Attribute Value array for RHS.
|
protected boolean |
ViewSpecification.isViewReplaceable()
Returns true if the ViewSpec is a Create or Replace operation.
|
static String |
AttributeQualification.operatorTypeName(int operator)
Gets the String corresponding to the integer operator.
|
static S_Attribute |
PropertyQualification.propertyAttribute(S_LibrarySession sess,
int attributeDataType)
Used to get the Attribute on the Property Class for the specified dataType.
|
void |
ViewSpecification.replaceView(boolean replace)
Makes this ViewSpec a Create or Replace View operation
if replace is true.
|
protected void |
SearchClassSpecification.requireSqlView()
Indicate that all classes must use SQL view
instead of the table
|
protected void |
SearchClassSpecification.requireSqlView(String name)
Indicate that the specified alias/class must use SQL view
instead of the table
|
protected boolean |
SearchValidator.requiresSqlView(ClassObject cls,
Attribute attr) |
protected void |
FolderRestrictQualification.resolveStartFolder(LibrarySession session)
Resolve the startFolder.
|
protected void |
SearchValidator.setAttribute(AttributeQualification aq,
Attribute attr) |
void |
SubstringQualification.setAttributeName(String attributeName)
Sets the attribute name of this
qualification.
|
void |
SubstringQualification.setAttributeName(String className,
String attributeName)
Sets the class and attribute name of this
qualification.
|
void |
ViewSpecification.setBindValues(AttributeValue[] bindVals)
If the ViewSpecification uses a Late Boudn SearchSpecification,
use this function to supply Bind Values.
|
void |
AttributeQualification.setCaseIgnored(boolean value)
Sets up case sensitive behavior based on the parameter.
|
void |
PropertyQualification.setCaseIgnored(boolean value)
Sets up case sensitive behavior for this object.
|
void |
PropertyQualification.setClassname(String clss)
Set the Search Classname.
|
void |
SubstringQualification.setClassName(String className) |
void |
ContextSearchSpecification.setContextClassname(String cn)
Set the Class to be used for Text Queries.
|
void |
PropertyQualification.setDateComparisonLevel(int df)
Sets the date comparison value.
|
void |
ViewSpecification.setDirectoryObject(LibrarySession sess,
DirectoryObject dObj)
Let's you set the DirectoryUser associated with the View.
|
void |
SearchClassSpecification.setDistinct(boolean isDistinct)
Set remove duplicates behavior.
|
void |
AttributeQualification.setEscapeClauseCharacter(Character escape)
Sets the escape clause character to use for LIKE operations.
|
protected void |
ContextSearchSpecification.setFastResponseType(boolean type)
Sets the search to a fast response search.
|
void |
PropertyQualification.setLateBoundDataType(int dataType)
Set Qualification as Late Bound.
|
void |
ExistenceQualification.setLeftAttribute(String classname,
String attribute)
Sets the left hand side class and attribute name of this
qualification.
|
void |
SearchClause.setLeftSearchQualification(SearchQualification s)
Set the left hand side SearchQualification.
|
void |
AttributeSearchSpecification.setMaxItemCount(int maxCount)
Sets the max number of items that should to be returned from
the search.
|
void |
FolderRestrictQualification.setMultiLevel(boolean multiLevel)
Sets whether the search is for items directly in the starting folder,
or at any level below the starting folder.
|
void |
ContextQualification.setName(String name)
Set the name of the Qualification.
|
void |
AttributeQualification.setOperatorType(int oper)
Set the comparision operator.
|
void |
PropertyQualification.setOperatorType(int oper)
Sets the comparision operator.
|
void |
SearchClause.setOperatorType(int oper)
Set the composing operator.
|
void |
AttributeQualification.setOperatorType(String oper)
Sets the comparision operator.
|
void |
PropertyQualification.setOperatorType(String oper)
Sets the comparison operator.
|
void |
SearchClause.setOperatorType(String oper)
Set the operator to put together SearchQualifications.
|
void |
PropertyQualification.setPropertyName(String name)
Set the name of property used in the condition.
|
void |
ContextQualification.setQuery(String query)
Set the Text Query Expression.
|
protected void |
ContextSearchSpecification.setQueryTerm(String term)
Sets the query term that is speficied in the search tree.
|
void |
AttributeSearchSpecification.setResultClass(String clss)
If Class Specification is not set, initializes the SearchClassSpecification,
and adds clss as a result class; else this is a noop.
|
void |
ExistenceQualification.setRightAttribute(String classname,
String attribute)
Sets the right hand side class and attribute name of this
qualification.
|
void |
ExistenceQualification.setRightAttributeValue(AttributeValue[] avArray)
Sets up the Attribute value array for the right hand side.
|
void |
SearchClause.setRightSearchQualification(SearchQualification s)
Set the right side SearchQualification.
|
void |
AttributeSearchSpecification.setSearchClassSpecification(SearchClassSpecification scp)
Sets the SearchClassSpecification for this Search.
|
void |
AttributeSearchSpecification.setSearchQualification(SearchQualification s)
Sets the SearchQualification.
|
void |
AttributeSearchSpecification.setSearchSortSpecification(SearchSortSpecification sortSpec)
Sets the SearchSortSpecification.
|
void |
ViewSpecification.setSearchSpecification(SearchSpecification sp)
Replaces the SearchSpecification of the view.
|
protected int |
AttributeSearchSpecification.setSecurityParameters(S_LibrarySession sess,
PreparedStatement stmt,
S_Search srch,
int startIdx)
Sets the userid in the security clause, returns the bind offset,
which is passed to the bindVisitor.
|
void |
FreeFormQualification.setSqlExpression(String sqlExpression)
Sets the SQL expression for this object.
|
void |
FolderRestrictQualification.setStartFolder(AttributeValue av)
Sets the startFolder.
|
void |
FolderRestrictQualification.setStartFolder(Folder folder)
Sets the startFolder.
|
void |
AttributeQualification.setValue(AttributeValue av)
Sets the comparison value.
|
void |
PropertyQualification.setValue(AttributeValue av)
Sets the comparison value.
|
void |
AttributeQualification.setValue(AttributeValue av,
LibrarySession sess)
Sets the comparison Value.
|
void |
SubstringQualification.setValue(String value) |
void |
AttributeQualification.setValueLateBound()
Sets the value to indicate that it will be specified
at search execution time.
|
void |
ViewSpecification.setViewName(String viewName)
Sets the name of this view.
|
protected String |
AttributeSubqueryQualification.toSQL(String innerViewName,
String innerAliasName,
String innerJoinColumn,
String condition)
Returns the SQL clause that represents the qualification.
|
protected boolean |
SearchClause.traverseBothSides()
Used by Visitors to decide how traversal should proceed.
|
protected void |
SearchValidator.validate(AttributeSearchSpecification asp) |
protected void |
SearchValidator.validate(ContextSearchSpecification csp) |
void |
AttributeSearchSpecification.validate(LibrarySession sess)
Constructs or finds a SearchValidator for the specified session.
|
void |
ContextSearchSpecification.validate(LibrarySession sess)
Constructs or finds a SearchValidator for the specified session.
|
abstract void |
SearchSpecification.validate(LibrarySession s)
This function validates the Specification in a LibrarySession.
|
void |
ViewSpecification.validate(LibrarySession sess)
Validates a View Specification.
|
protected Attribute |
SearchValidator.validateAttribute(ClassObject cls,
String name) |
protected void |
PropertyQualification.validateDataType(int dataType)
Checks if dataType is a valid iFS type.
|
protected void |
SearchValidator.validateFolder(FolderRestrictQualification fq) |
protected void |
SearchValidator.validateObject(Long id,
Long classId,
int type) |
protected static void |
AttributeQualification.validateOperator(int oper)
Checks if operator is valid.
|
protected void |
SearchValidator.validatePublicObjectClass(String clssName) |
protected void |
SearchValidator.validateQuery(ContextQualification cq) |
protected Attribute |
SearchValidator.validateScalarAttribute(ClassObject co,
String attributeName) |
protected void |
SearchValidator.validateValue(AttributeQualification aq) |
protected void |
SearchValidator.validateValue(ContextQualification cq)
Validates the query term used for ContextQualification.
|
protected void |
SearchValidator.validateValue(FreeFormQualification ffq) |
protected void |
SearchValidator.validateValue(PropertyQualification pq) |
protected void |
SearchValidator.validateValue(SubstringQualification sq)
Validates the query term used for SubstringQualification.
|
Constructor and Description |
---|
ExistenceQualification()
Constructs an existence qualification.
|
FreeFormQualification()
Constructs a FreeFormQualification.
|
PropertyQualification()
Constructs a PropertyQualification.
|
SearchClassSpecification()
Constructs an empty SearchClassSpecification.
|
SearchClassSpecification(String[] sClasses)
Construct SearchClassSpecification, initializing with the set of classes
supplied in the parameter.
|
SearchClassSpecification(String[] sClasses,
boolean[] delBehavior,
boolean[] recBehavior)
Construct SearchClassSpecification, initializing it with the
supplied set of classes, delete behavior, and recursive behavior.
|
SearchClassSpecification(String[] sClasses,
String[] sAliases,
boolean[] delBehavior,
boolean[] recBehavior)
Construct SearchClassSpecification, initializing it with the set of
supplied classes, aliases, delete behavior, and recursive behavior.
|
SearchClause(SearchQualification l,
SearchQualification r,
int oper)
Constructs a SearchClause.
|
SearchClause(SearchQualification l,
SearchQualification r,
String oper)
Constructs a SearchClause.
|
SearchSortSpecification(String[] classes,
String[] attributes,
boolean[] orders)
Constructs a SearchSortSpecification.
|
SearchSortSpecification(String[] classes,
String[] attributes,
boolean[] orders,
String[] functions)
Constructs a SearchSortSpecification.
|
SubstringQualification()
Constructs an substring qualification.
|
ViewSpecification(String viewName,
SearchSpecification sp)
Constructs a ViewSpecification object.
|
ViewSpecification(String viewName,
SearchSpecification sp,
boolean repView)
Constructs a ViewSpecification object.
|
Modifier and Type | Method and Description |
---|---|
void |
S_LibrarySession.abortImplicitTransaction(Transaction transaction,
IfsException originalException)
Aborts an implicit transaction.
|
void |
S_LibrarySession.abortTransaction(Transaction transaction,
IfsException originalException)
Aborts a transaction in response to the specified IfsException.
|
Modifier and Type | Method and Description |
---|---|
void |
S_LibrarySession.abortImplicitTransaction(Transaction transaction)
Aborts an implicit transaction.
|
void |
S_LibrarySession.abortImplicitTransaction(Transaction transaction,
IfsException originalException)
Aborts an implicit transaction.
|
void |
S_LibrarySession.abortTransaction(Transaction transaction)
Aborts a transaction.
|
protected void |
UncommittedLibraryObjectDataCache.abortTransaction(Transaction transaction)
Handles the cache implications of aborting a transaction.
|
protected void |
UncommittedResolvedAclCache.abortTransaction(Transaction transaction)
Handles the cache implications of aborting a transaction.
|
void |
S_LibrarySession.abortTransaction(Transaction transaction,
IfsException originalException)
Aborts a transaction in response to the specified IfsException.
|
Connection |
S_LibrarySession.acquireAuxiliaryConnection()
Acquires an auxiliary Connection for use by this S_LibrarySession.
|
LibraryConnection |
S_LibrarySession.acquireAuxiliaryLibraryConnection()
Acquires an auxiliary LibraryConnection for use by this S_LibrarySession.
|
byte[] |
ContentStorageManager.acquireByteBuffer()
Acquires a byte buffer.
|
byte[] |
S_LibrarySessionContentStorageManager.acquireByteBuffer()
Acquires a byte buffer.
|
protected boolean |
S_Media.acquireContentTableLock(Long cid)
Acquires a row-level lock on the row in the content table with the
specified content id.
|
LibraryConnection |
ConnectionPool.acquireLibraryConnection()
Gets a LibraryConnection from this ConnectionPool.
|
LibraryConnection |
IfsConnectionPool.acquireLibraryConnection()
Gets a LibraryConnection from this ConnectionPool.
|
S_LibraryObjectData |
S_AccessControlList.addACE(S_LibraryObjectDefinition sdef)
Adds an ACE to the this object.
|
protected S_LibraryObjectData |
S_AccessControlList.addACE(S_LibraryObjectDefinition sdef,
boolean updateAclDiscTable)
Adds an ACE to the this object.
|
protected void |
S_DirectoryObject.AncestorIdSet.addAncestorIdsToSet(Long[] directAncestorIds)
Add a set of direct ancestors to the list of ancestors,
removing duplicates and cascading up the hierarchy.
|
void |
OperationState.addAtomicOperation(S_LibraryObject obj,
int operationType,
S_LibraryObjectDefinition sdef)
add an atomic operation to this OperationState.
|
void |
OperationState.addAtomicOperation(S_LibraryObject obj,
int operationType,
S_LibraryObjectDefinition sdef,
Object customObject)
add an atomic operation to this OperationState, specifying a custom
object related to the operation.
|
S_Attribute |
S_ClassObject.addAttribute(S_LibraryObjectDefinition def)
Adds an Attribute to this ClassObject.
|
protected S_Category |
S_PublicObject.addCategory(S_LibraryObjectDefinition catdef)
Add a Category to the target object.
|
protected S_SchemaCategory |
S_SchemaObject.addCategory(SchemaCategoryDefinition catdef)
Add a SchemaCategory to the target object.
|
protected S_SystemCategory |
S_SystemObject.addCategory(SystemCategoryDefinition catdef)
Add a SystemCategory to the target object.
|
void |
S_LibraryObjectDataSharedState.addFolderItemIds(Long[] ids,
SortSpecification sort)
Sets the shared state representing the ids of the items in
a Folder.
|
void |
S_Folder.addItem(S_PublicObject ro,
S_LibraryObjectDefinition rdef)
Add an item to a Folder.
|
protected static AccessLevel |
AccessControlListResolver.addLevels(AccessLevel level,
AccessLevel grantedLevel,
S_LibrarySession sess)
Adds two access levels.
|
protected void |
S_LibrarySession.addLockedForSessionObject(Long objid)
Adds the specified S_PublicObject to this S_LibrarySession's
internal table of session-locked objects.
|
protected void |
S_LibrarySession.addLockedForSessionObject(S_PublicObject obj)
Adds the specified S_PublicObject to this S_LibrarySession's
internal table of session-locked objects.
|
protected void |
S_DirectoryGroup.addMember(S_DirectoryObject member)
Adds a member to the group.
|
void |
S_DirectoryGroup.addMember(S_DirectoryObject member,
S_LibraryObjectDefinition sdef)
Adds a member to a group, using a definition to define the
membership relationship.
|
protected void |
S_DirectoryGroup.MemberIdSet.addMemberIdsToSet(Long[] directMemberIds)
Add a set of direct members to the list of members,
removing duplicates and cascading down the hierarchy.
|
void |
S_DirectoryGroup.addMembers(S_DirectoryObject[] members)
Adds members to the group.
|
void |
S_CompositeGroup.addMembers(S_DirectoryObject[] members,
S_LibraryObjectDefinition reldef)
Adds members to the group.
|
void |
S_DirectoryGroup.addMembers(S_DirectoryObject[] members,
S_LibraryObjectDefinition reldef)
Adds members to the group.
|
protected void |
S_Folder.addReference(S_PublicObject ro)
Add a reference to a Folder.
|
protected void |
S_Folder.addReference(S_PublicObject ro,
S_LibraryObjectDefinition rdef)
Add a reference to a Folder.
|
void |
S_LibraryObjectDataSharedState.addReferencingFolderIds(Long[] ids,
SortSpecification sort)
Adds a set of ids of the Folders containing
a PublicObject to the shared state.
|
protected S_LibraryObjectData |
S_PublicObject.addRelationship(S_LibraryObjectDefinition def)
Add a relationship to another public object
|
void |
S_PublicObject.addRelationship(S_PublicObject rightPo,
S_LibraryObjectDefinition def)
Add a relationship to another public object
|
void |
PropagatingSecuritySettings.addSecuritySetting(String attrName,
String colName,
AttributeValue av)
Adds a security setting.
|
protected S_LibraryObjectSelector |
S_LibrarySession.addSelectorToHashMap(Long classId)
Creates an S_LibraryObjectSelector for the specified classobject
and adds it to the hashtable of S_LibraryObjectSelectors.
|
protected void |
S_Folder.addSelfReference(FolderDefinition def)
Add a folder reference to ourselves, to aid in folder tree map management
and FRQ-style searches
|
protected void |
S_LibraryService.addSession(S_LibrarySession session)
Adds the specified S_LibrarySession to the set of sessions
managed by this S_LibraryService.
|
protected void |
FolderIndexService.addToFolder(S_LibrarySession sess,
long parentid,
long childid)
Update the index to reflect a child folder being added to a parent folder.
|
protected void |
FolderIndexService.addToFolderNow(S_LibrarySession sess,
long parentid,
long childid)
Update the index to reflect a child folder being added to a parent folder,
without deferring.
|
protected void |
AccessControlListIndexService.addToGroup(S_LibrarySession sess,
long parentid,
long childid)
Register a member added to a group.
|
protected void |
DirectoryGroupIndexService.addToGroupNow(S_LibrarySession sess,
long parentid,
long childid)
Register a member added to a group.
|
protected void |
LibraryConnection.alterSessionLanguage(String language)
alterSessionLanguage
|
protected void |
LibraryConnection.alterSessionSqlTrace(boolean enabled)
alter the SQL_TRACE parameter for the database session
|
protected void |
AuditExecutor.applyAuditCertificateName(S_LibrarySession session,
AuditCertificate cert)
Apply current name of the target object referenced in an AuditCertificate.
|
protected void |
AccessControlListIndexService.applyDeferredUpdate(S_LibrarySession sess,
AccessControlListDeferredUpdate acldu,
boolean deleteAfterProcessing)
Apply a deferred update entry.
|
protected void |
FolderIndexService.applyDeferredUpdate(S_LibrarySession sess,
FolderIndexDeferredUpdate fidu) |
boolean |
SQLGeneration_Helper.applySecurity()
Returns true if user doesn't have discover admin privileges.
|
protected void |
S_PreparedSelector.applySortSpecificationDefaults()
Applies the primary search target settings as the default class/alias for
the current sort specification.
|
protected void |
S_LibraryObject.applyValueDefault(S_LibraryObjectDefinition def)
Sets default values for any attributes which have a ValueDefault
and for which no value is specified in the definition.
|
protected void |
S_FolderPathRelationship.associatedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for post free actions on
associated objects.
|
protected void |
S_FolderRelationship.associatedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for post free actions on
associated objects.
|
protected void |
S_LibraryObject.associatedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
An extensibility point, subclasses override to
have postFree extensibility after extendedPostFree
and manipulate associated objects
|
protected void |
S_Relationship.associatedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for post free actions on
associated objects.
|
protected void |
S_FolderPathRelationship.associatedPostInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for post insert actions on
associated objects.
|
protected void |
S_FolderRelationship.associatedPostInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for post insert actions on
associated objects.
|
protected void |
S_LibraryObject.associatedPostInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point, subclasses override to
have postinsert extensibility after extendedPostInsert
and manipulate associated objects
|
protected void |
S_Relationship.associatedPostInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for post insert actions on
associated objects.
|
protected void |
S_FolderPathRelationship.associatedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for pre insert actions on
associated objects.
|
protected void |
S_FolderRelationship.associatedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for pre insert actions on
associated objects.
|
protected void |
S_LibraryObject.associatedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point, subclasses override to
have preinsert extensibility after extendedPreInsert
and manipulate associated objects
|
protected void |
S_Relationship.associatedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
an extensibility point for pre insert actions on
associated objects.
|
void |
CredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
IdmCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
IfsCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
UniversalCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates the specified user using the specified credential.
|
void |
XeCredentialManager.authenticate(String distinguishedName,
Credential credential,
ConnectOptions options)
Deprecated.
Authenticates the specified user using the specified credential.
|
void |
DirectoryService.authenticate(String credentialManagerName,
String distinguishedName,
Credential credential,
ConnectOptions options)
Authenticates a user using the specified CredentialManager.
|
Transaction |
S_LibrarySession.beginImplicitReadonlyTransaction()
Starts a readonly transaction implicitly at the beginning of an
operation.
|
Transaction |
S_LibrarySession.beginImplicitTransaction()
Starts a writeable transaction implicitly at the beginning of an
operation.
|
Transaction |
S_LibrarySession.beginReadonlyTransaction()
Starts a readonly transaction.
|
Transaction |
S_LibrarySession.beginTransaction()
Starts a writeable transaction.
|
Transaction |
S_LibrarySession.beginTransaction(boolean writeable)
Starts a transaction.
|
protected void |
UncommittedLibraryObjectDataCache.beginTransaction(Transaction transaction)
Handles the cache implications of beginning a new transaction.
|
protected void |
UncommittedResolvedAclCache.beginTransaction(Transaction transaction)
Handles the cache implications of beginning a new transaction.
|
protected void |
FolderIndexService.breakCycle(S_LibrarySession sess,
long leftId,
long rightId) |
protected void |
DirectoryGroupIndexService.breakCycle(S_LibrarySession sess,
Long leftId,
Long rightId)
Breaks the cycle if there is a cycle in the membership hierarchy.
|
protected void |
S_ContentQuota.calculateConsumedStorage()
Calculates the current consumed storage for the DirectoryUser
and updates this ContentQuota object.
|
protected AccessLevel |
AccessControlListResolver.Resolution.calculateLevelFromRgeSet(S_LibrarySession session,
boolean[] rgeIncluded)
Calculates the level from the set of ResolutionAccessKeys.
|
boolean |
AccessControlListResolver.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
S_LibraryObject.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
boolean |
S_LibraryObjectData.canPurge()
Gets whether the item can be purged from the
the BoundedCache.
|
protected boolean |
S_LibraryObjectDataSharedState.canPurge()
Returns whether this instance should be purged when it
is determined that it has not been recently used.
|
protected boolean |
S_DirectoryGroup.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota
object.
|
protected boolean |
S_DirectoryUser.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota
object.
|
protected boolean |
S_PublicObject.canUseContentQuota(S_ContentQuota quota)
Returns true if the current user can use the specified ContentQuota
object.
|
protected void |
S_LibraryObject.cascadeCopy(OperationState opState,
S_LibraryObjectDefinition def,
S_LibraryObject clone)
Cascade operations to be performed before copying
an object.
|
protected void |
S_PublicObject.cascadeCopy(OperationState opState,
S_LibraryObjectDefinition def,
S_LibraryObject clone)
cascade operations to be performed before copying
an object.
|
protected void |
S_Family.cascadeDelete(OperationState opState,
S_LibraryObjectDefinition def)
Implements cascade operations to be performed before deleting
an object.
|
protected void |
S_PublicObject.cascadeDelete(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before deleting
an object.
|
protected void |
S_VersionDescription.cascadeDelete(OperationState opState,
S_LibraryObjectDefinition def)
Cascade operations to be performed before deleting
an object.
|
protected void |
S_VersionSeries.cascadeDelete(OperationState opState,
S_LibraryObjectDefinition def)
Implements cascade operations to be performed before deleting
an object.
|
protected void |
S_Relationship.cascadeDeleteToLeftObject(OperationState opState,
S_LibraryObject source)
cascade to our left object, indicationg that we
have Deleted.
|
protected void |
S_Relationship.cascadeDeleteToRightObject(OperationState opState,
S_LibraryObject source)
cascade to our right object, indicationg that we
have Deleted.
|
protected void |
S_Category.cascadeFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs cascade operations prior to freeing the
actual object.
|
protected void |
S_Family.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
Implements cascade operations to be performed before freeing an object.
|
protected void |
S_LibraryObject.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before freeing
an object.
|
protected void |
S_PublicObject.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before freeing
an object.
|
protected void |
S_Relationship.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before freeing
an object.
|
protected void |
S_SchemaCategory.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs cascade operations prior to freeing the
actual object.
|
protected void |
S_SchemaObject.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before freeing
an object.
|
protected void |
S_SystemCategory.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs cascade operations prior to freeing the
actual object.
|
protected void |
S_SystemObject.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before freeing
an object.
|
protected void |
S_VersionDescription.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
Cascade operations to be performed before freeing
an object.
|
protected void |
S_VersionSeries.cascadeFree(OperationState opState,
S_LibraryObjectDefinition def)
Implements cascade operations to be performed before freeing
an object.
|
protected void |
S_Category.cascadeFreeToAssociatedObject(OperationState opState)
Notifies the Associated PublicObject of freeing action.
|
protected void |
S_SchemaCategory.cascadeFreeToAssociatedObject(OperationState opState)
Notifies the Associated SchemaObject of freeing action.
|
protected void |
S_SystemCategory.cascadeFreeToAssociatedObject(OperationState opState)
Notifies the Associated SystemObject of freeing action.
|
protected void |
S_Relationship.cascadeFreeToLeftObject(OperationState opState,
S_LibraryObject source)
cascade to our left object, indicationg that we
have freed.
|
protected void |
S_Relationship.cascadeFreeToRightObject(OperationState opState,
S_LibraryObject source)
cascade to our right object, indicationg that we
have freed.
|
protected void |
S_Family.cascadeUndelete(OperationState opState,
S_LibraryObjectDefinition def)
Implements cascade operations to be performed before undeleting
an object.
|
protected void |
S_PublicObject.cascadeUndelete(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before undeleting
an object.
|
protected void |
S_VersionDescription.cascadeUndelete(OperationState opState,
S_LibraryObjectDefinition def)
Cascade operations to be performed before undeleting
an object.
|
protected void |
S_VersionSeries.cascadeUndelete(OperationState opState,
S_LibraryObjectDefinition def)
Implements cascade operations to be performed before undeleting
an object.
|
protected void |
S_Relationship.cascadeUndeleteToLeftObject(OperationState opState,
S_LibraryObject source)
cascade to our left object, indicationg that we
have Undeleted.
|
protected void |
S_Relationship.cascadeUndeleteToRightObject(OperationState opState,
S_LibraryObject source)
cascade to our right object, indicationg that we
have Undeleted.
|
protected void |
S_Category.cascadeUpdate(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before updating
an object.
|
protected void |
S_LibraryObject.cascadeUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Cascade operations to be performed before updating
an object.
|
protected void |
S_SchemaCategory.cascadeUpdate(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before updating
an object.
|
protected void |
S_SystemCategory.cascadeUpdate(OperationState opState,
S_LibraryObjectDefinition def)
cascade operations to be performed before updating
an object.
|
protected void |
AccessControlListIndexService.changeUpdateMode(S_LibrarySession session,
boolean isSync) |
protected void |
FolderIndexService.changeUpdateMode(S_LibrarySession sess,
int newMode) |
boolean |
S_PublicObject.checkAccess(AccessLevel level)
Checks to see if the current user has the set of
permissions specified for the target object.
|
protected void |
S_Family.checkDefaultVersionDescription(S_LibraryObjectDefinition def)
Checks to make sure that the default version description in
this family.
|
protected void |
S_VersionSeries.checkDefaultVersionDescription(S_LibraryObjectDefinition def)
Makes sure the default version description being set is in this series.
|
boolean |
S_Folder.checkExistenceOfPublicObjectByPath(String path)
Check for existence of an object at the specified path.
|
protected static AccessLevel |
AccessControlListResolver.checkForNullAccessLevel(AccessLevel level)
Checks to see if the specified AccessLevel is equivalent
to a null AccessLevel (i.e. has no permissions); if so, return
null.
|
protected void |
S_Family.checkPrimaryVersionSeries(S_LibraryObjectDefinition def)
Checks to make sure that the Primary Version Series attribute
has a Version series which is in the same family.
|
protected void |
S_DirectoryGroup.checkQuotaSpecification(S_LibraryObjectDefinition def)
Checks to see if ContentQuota is specified in the definition.
|
protected S_ContentQuota |
S_Document.checkQuotaSpecification(S_LibraryObjectDefinition def)
Checks to see if ContentQuota is specified in the definition.
|
protected void |
S_PrimaryUserProfile.checkQuotaSpecification(S_LibraryObjectDefinition def)
Checks for existence of the ContentQuota object for this
DirectoryUser.
|
protected void |
S_Document.checkQuotaUpdate(S_ContentQuota quota)
Check quota update.
|
protected void |
S_LibraryObject.checkRequiredForInsert(S_LibraryObjectDefinition def)
Checks whether all required attributes of the object being created
have been set in the specified definition.
|
protected void |
S_LibraryObject.checkSettable(S_LibraryObjectDefinition def)
Checks to ensure the attributes in the specfied
definition are user settable.
|
protected void |
S_LibraryService.cleanupDeadServices(S_LibrarySession session,
long serviceTimeoutPeriod)
Cleans up S_LibraryServices that have abnormally terminated.
|
protected static void |
S_LibraryObject.clearArrayTypeAttributeValues(S_Attribute attribute,
S_LibrarySession session)
This variant is used by S_ClassObject.removeAttribute.
|
protected void |
S_UserState.clearHasRead(Long contentId)
Clears read indication for a content reference
|
protected static void |
S_LibraryObject.clearMapTypeAttributeValues(S_Attribute attribute,
S_LibrarySession session)
This variant is used by S_ClassObject.removeAttribute.
|
protected void |
S_LibrarySession.clearPreparedInsertStatement(PreparedStatement stmt,
S_ClassObjectData clssdef)
Clears all bind variables of the specified INSERT statement for the
specified classobject.
|
int |
S_LockObject.clearReferringPublicObjects()
Release references to an expired LockObject.
|
protected void |
S_LibraryService.clearSharedCaches()
Forces a clear (reset) of shared caches.
|
protected void |
S_LibraryObject.clonePublicObjectAttribute(OperationState opState,
S_LibraryObjectDefinition sdef,
String attrname)
Copies an attribute in a definition.
|
void |
S_LibraryObjectCursor.close()
Closes this S_LibraryObjectCursor.
|
void |
S_RandomAccessorImpl.close()
Closes this RandomAccessor, saving any changes to the document.
|
protected void |
S_Search.close() |
protected void |
S_Folder.closeItems()
Close an opened folder.
|
void |
S_Selector.closeItems()
Closes the search after cursor based access.
|
protected void |
LibraryConnection.commit()
Commits the database Connection represented by this LibraryConnection.
|
void |
S_LibrarySession.commit()
Makes all pending changes for all in-progress Transactions for this
S_LibrarySession visible to all other S_LibrarySessions.
|
void |
S_LibrarySession.completeImplicitTransaction(Transaction transaction)
Completes an implicit transaction.
|
protected void |
FolderIndexService.completeIndexCreation(S_LibrarySession sess,
boolean creationDeferred) |
void |
S_LibrarySession.completeTransaction(Transaction transaction)
Completes a transaction.
|
protected void |
UncommittedResolvedAclCache.completeTransaction(Transaction transaction)
Handles the cache implications of completing a transaction.
|
protected void |
UncommittedLibraryObjectDataCache.completeTransaction(Transaction transaction,
LibraryConnection lconn)
Handles the cache implications of completing a transaction.
|
S_LibrarySessionInterface |
S_LibraryService.connect(Credential credential,
ConnectOptions options)
Creates a new session on this S_LibraryService.
|
protected static S_AccessControlList[] |
S_AccessControlList.constructAccessControlListArray(S_LibrarySession sess,
Long[] ids)
Construct a ACL array from an array of object IDs.
|
protected LibraryObjectDefinition |
S_LibraryObjectDefinition.constructBeanDefinition(LibrarySessionInterface session)
construct a bean-side definition.
|
protected static S_Category[] |
S_Category.constructCategoryArray(S_LibrarySession sess,
Long[] ids)
Construct a Category array from an array of object IDs.
|
protected static S_DirectoryObject[] |
S_DirectoryObject.constructDirectoryObjectArray(S_LibrarySession sess,
Long[] ids)
Construct a DirectoryObject array from an array of object IDs.
|
protected static S_Folder[] |
S_Folder.constructFolderArray(S_LibrarySession sess,
Long[] ids)
Construct a Folder array from an array of object IDs.
|
protected static Long[] |
S_LibraryObject.constructIdArray(S_LibraryObject[] objs)
Construct an array of object IDs from an array of S_LibraryObjects.
|
protected static Long[] |
S_LibraryObject.constructIdArray(Vector vector)
Construct an array of object IDs from a Vector of S_LibraryObjectData
objects.
|
protected S_LibraryObject |
S_LibrarySession.constructLibraryObject(Long class_id)
Constructs a new, non-persistent S_LibraryObject.
|
protected S_LibraryObject |
S_LibrarySession.constructLibraryObject(S_LibraryObjectData data)
Constructs an S_LibraryObject for the specified S_LibraryObjectData.
|
protected static S_LibraryObject |
S_Selector.constructLibraryObject(S_LibrarySession sess,
S_LibraryObjectData data)
Constructs a Library Object from data corresponding to it.
|
protected S_LibraryObjectData |
S_LibrarySession.constructLibraryObjectData(S_LibraryObjectSelector sel,
Long id)
Construct an S_LibraryObjectData by singleton-selecting the
specified object using the specified S_LibraryObjectSelector.
|
protected static Vector |
S_Selector.constructLibraryObjectVector(S_LibrarySession sess,
Vector vector)
Constructs a vector of library objects using a vector of data
corresponding to them.
|
protected static S_Link[] |
S_Link.constructLinkArray(S_LibrarySession sess,
Long[] ids)
Construct a Link array from an array of object IDs.
|
protected static S_MessageEntry[] |
S_MessageEntry.constructMessageEntryArray(S_LibrarySession sess,
Long[] ids)
Constructs a S_MessageEntry array from an array of object IDs.
|
protected OperationDriver |
S_LibrarySession.constructOperationDriver()
Constructs an OperationDriver instance to be used to drive a
policy-driven operation.
|
protected static PolicyAction |
PolicyActionContext.constructPolicyAction(String className)
Constructs a PolicyAction specified by fully-qualified classname.
|
protected static S_PolicyListElement[] |
S_PolicyListElement.constructPolicyListElementArray(S_LibrarySession sess,
Long[] ids)
Construct a PolicyListElement array from an array of object IDs.
|
protected static S_PublicObject[] |
S_PublicObject.constructPublicObjectArray(S_LibrarySession sess,
Long[] ids)
Construct a Folder array from an array of object IDs.
|
protected static S_SchemaCategory[] |
S_SchemaCategory.constructSchemaCategoryArray(S_LibrarySession sess,
Long[] ids)
Construct a SchemaCategory array from an array of object IDs.
|
protected S_LibrarySession |
S_LibraryService.constructSession()
Dynamically constructs an unauthenticated S_LibrarySession.
|
protected static S_SystemCategory[] |
S_SystemCategory.constructSystemCategoryArray(S_LibrarySession sess,
Long[] ids)
Construct a SystemCategory array from an array of object IDs.
|
protected static S_VersionDescription[] |
S_VersionDescription.constructVersionDescriptionArray(S_LibrarySession sess,
Long[] ids)
Construct a VersionDescription array from an array of object IDs.
|
protected static S_VersionSeries[] |
S_VersionSeries.constructVersionSeriesArray(S_LibrarySession sess,
Long[] ids)
Construct a S_VersionSeries array from an array of object IDs.
|
protected static boolean |
S_ContentObject.contentSpecified(S_LibraryObjectDefinition sdef)
Used to check if any action needed with regard to inserting/updating content.
|
protected AttributeValue |
AuditExecutor.convertListToAttributeValue(List list,
int dataType)
Convert the specified list to an AttributeValue that encapsulates
an array of the corresponding type.
|
String |
SQLGeneration_Helper.convertToSQLString(AttributeValue av) |
String |
SQLGeneration_Helper.convertToString(AttributeValue av) |
S_LibraryObject |
S_LibraryObject.copy(OperationState opState)
Make a copy of the target object.
|
S_LibraryObject |
S_Family.copy(OperationState opState,
S_LibraryObjectDefinition def)
Makes a copy of the resolved PUBLICOBJECT.
|
S_LibraryObject |
S_LibraryObject.copy(OperationState opState,
S_LibraryObjectDefinition def)
Make a copy of the target object.
|
S_LibraryObject |
S_VersionDescription.copy(OperationState opState,
S_LibraryObjectDefinition def)
Make a copy of the target object.
|
S_LibraryObject |
S_VersionSeries.copy(OperationState opState,
S_LibraryObjectDefinition def)
Gets a copy of the resolved public object.
|
protected abstract void |
MediaBlobHelper.copyContent(S_MediaBfile srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBfile being the source.
|
protected void |
OracleMediaBlobHelper.copyContent(S_MediaBfile srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBfile being the source.
|
protected void |
PostgresMediaBlobHelper.copyContent(S_MediaBfile srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBfile being the source.
|
protected abstract void |
MediaBlobHelper.copyContent(S_MediaBlob srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBlob being the source.
|
protected void |
OracleMediaBlobHelper.copyContent(S_MediaBlob srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBlob being the source.
|
protected void |
PostgresMediaBlobHelper.copyContent(S_MediaBlob srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id, with a S_MediaBlob being the source.
|
protected void |
S_Media.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
protected void |
S_MediaBfile.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
protected void |
S_MediaBlob.copyContent(S_Media srcMedia,
Long srcCid,
Long dstCid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores a copy of existing content as the content for the specified
content id.
|
protected void |
S_VersionDescription.copyFamilyAttribute(S_LibraryObjectDefinition sourceDef,
S_LibraryObjectDefinition targetDef)
Copies family attribute from a sourec definition to the
destination definition.
|
void |
S_LibraryObjectDefinition.copyInto(S_LibraryObjectDefinition def)
Copy the contents of the target Definition into the specified
Definition.
|
protected static void |
S_LibraryObject.copyVectorToLibraryObjectArray(S_LibrarySession sess,
Vector vector,
S_LibraryObject[] objs)
Fill the specified S_LibraryObject array with S_LibraryObjects
constructed from a corresponding set of S_LibraryObjectData obejcts.
|
protected void |
S_VersionDescription.createBranchRelationship(S_VersionSeries parentVS,
S_VersionSeries childVS,
S_VersionDescription sourceVD,
S_VersionDescription targetVD)
Javadoc Fixme
|
protected void |
S_PublicObject.createCategories(S_LibraryObjectDefinition sdef)
Create a set of categories.
|
protected void |
S_SystemObject.createCategories(S_LibraryObjectDefinition sdef)
Create a set of categories.
|
abstract void |
MediaBlobHelper.createContentIndexProcedure(Connection conn)
Recreates the content index procedure, if any, for this MediaBlob instance.
|
void |
OracleMediaBlobHelper.createContentIndexProcedure(Connection conn)
Recreates the content index procedure, if any, for this MediaBlob instance.
|
void |
PostgresMediaBlobHelper.createContentIndexProcedure(Connection conn)
Recreates the content index procedure, if any, for this MediaBlob instance.
|
protected static S_LibraryObjectDefinition |
S_Family.createDefaultDefinition(S_LibrarySession sess)
Creates a default server side definition for a Family.
|
protected static S_LibraryObjectDefinition |
S_LockObject.createDefaultDefinition(S_LibrarySession sess)
Creates a default lockobject definition for locking operations.
|
protected static S_LibraryObjectDefinition |
S_VersionSeries.createDefaultDefinition(S_LibrarySession sess)
Creates a default server side definition for version series class.
|
S_PolicyPropertyBundle |
S_LibraryObject.createDefaultPolicyPropertyBundle()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
S_PolicyPropertyBundle |
S_PublicObject.createDefaultPolicyPropertyBundle()
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
S_PropertyBundle |
S_LibraryObject.createDefaultPropertyBundle()
Creates a PropertyBundle for a SystemObject or SchemaObject,
using a default name.
|
S_PropertyBundle |
S_PublicObject.createDefaultPropertyBundle()
Creates a PropertyBundle for this PublicObject.
|
S_PropertyBundle |
S_LibraryObject.createDefaultPropertyBundle(String name)
Creates a PropertyBundle for a SystemObject or SchemaObject,
using the name specified.
|
protected void |
AccessControlListIndexService.createDeferredUpdate(S_LibrarySession session,
int operationType,
long leftId,
long rightId)
Create a deferred update entry
|
protected void |
FolderIndexService.createDeferredUpdate(S_LibrarySession sess,
int operationType,
long leftId,
long rightId,
int level) |
protected void |
S_VersionSeries.createFamily(OperationState opState,
S_LibraryObjectDefinition vsdef)
Creates a family for this version series.
|
oracle.security.idm.IdentityStore |
IdmCredentialManager.createIdentityStore()
Create an IdentityStore instance
|
static oracle.security.idm.IdentityStore |
IdmCredentialManagerUtilities.createIdentityStore() |
protected static oracle.security.idm.IdentityStore |
IdmCredentialManager.createIdentityStore(Hashtable env)
Create an IdentityStore instance
|
static oracle.security.idm.IdentityStore |
IdmCredentialManagerUtilities.createIdentityStore(Hashtable env)
Creates an IdentityStore instance with the specified configuration
environment.
|
protected void |
FolderIndexService.createInitialDeferredEntries(S_LibrarySession sess) |
protected void |
FolderIndexService.createInitialSelfRows(S_LibrarySession sess) |
protected long |
AuditExecutor.createInlineString(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
String inlineString)
Create a new inline String reference.
|
protected S_LibraryObjectData |
S_LibraryObject.createInstance(OperationState opState,
S_LibraryObjectDefinition def)
Create a new instance.
|
protected void |
IfsConnectionPool.createLibraryConnection()
Creates a new LibraryConnection and adds it to this ConnectionPool.
|
protected void |
FolderIndexService.createMapSelfRow(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
long id,
long leftSource,
int maplevel) |
protected void |
S_Attribute.createMultiValueTable(LibraryConnection lconn,
int dataType,
int dataLen,
int dataScale,
String tableName)
Creates a multi-value table (for map and array types) if the
table specified does not yet exist.
|
protected void |
S_Attribute.createMultiValueTableIfNeeded(int dataType,
int dataLen,
int dataScale,
String tableName)
Creates a multi-value table (for map and array types) if the
table specified does not yet exist.
|
protected void |
S_VersionDescription.createPublicObject(OperationState opState,
S_LibraryObjectDefinition vddef)
Creates a Public Object to be associated with this version description.
|
AttributeValue |
S_LibrarySession.createPublicObjectInstance(OperationState opState,
S_LibraryObjectDefinition sdef)
Creates a new S_PublicObject based on the specified
S_LibraryObjectDefinition within an OperationState
context.
|
AttributeValue |
S_LibrarySession.createSchemaObjectInstance(OperationState opState,
S_LibraryObjectDefinition sdef)
Creates a new S_SchemaObject based on the specified
S_LibraryObjectDefinition within an OperationState
context.
|
AttributeValue |
S_LibrarySession.createSimpleObjectInstance(OperationState opState,
S_LibraryObjectDefinition sdef)
Creates a new S_SimpleObject based on the specified
S_LibraryObjectDefinition within an OperationState
context.
|
AttributeValue |
S_LibrarySession.createSystemObjectInstance(OperationState opState,
S_LibraryObjectDefinition sdef)
Creates a new S_SystemObject based on the specified
S_LibraryObjectDefinition within an OperationState
context.
|
String |
IdmCredentialManagerUtilities.createUser(String userid,
String password)
Creates a user.
|
String |
CredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
IdmCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
IfsCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
UniversalCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Creates a new user.
|
String |
XeCredentialManager.createUser(String name,
String password,
AttributeValue[] options)
Deprecated.
Creates a new user.
|
String |
DirectoryService.createUser(String credentialManagerName,
String name,
String password,
AttributeValue[] options)
Creates a new user in the specified CredentialManager.
|
protected AttributeValue |
S_LibrarySession.createVersionedPublicObjectInstance(OperationState opState,
S_LibraryObjectDefinition sdef)
Creates a new S_PublicObject based on the specified
S_LibraryObjectDefinition within an OperationState
context.
|
protected void |
S_VersionDescription.createVersionSeries(OperationState opState,
S_LibraryObjectDefinition vddef)
Creates version series to hold a version description.
|
protected S_VersionDescription |
S_Family.createVersionSeries(S_LibraryObjectDefinition vddef)
Creates a new secondary version series.
|
protected static void |
S_Search.createView(S_LibrarySession sess,
ViewSpecification vsp) |
void |
SQLGeneration_Helper.createView(String viewName,
String selectStatement,
boolean replace) |
protected boolean |
FolderIndexService.deferOperation(S_LibrarySession sess) |
protected void |
S_PublicObject.delete(OperationState opState)
delete - THE ONLY METHOD THAT SHOULD CALL THIS
METHOD IS S_LibrarySession.DMDelete()
(or this method recursively).
|
protected void |
S_PublicObject.delete(OperationState opState,
S_LibraryObjectDefinition def)
delete - THE ONLY METHOD THAT SHOULD CALL THIS
METHOD IS S_LibrarySession.DMDelete()
(or this method recursively).
|
protected void |
AccessControlListProxyService.deleteAllSecuredPublicObject(S_LibrarySession sess,
Long securing)
Delete all ACL Proxy entries for a specified Securing object
|
protected void |
AuditExecutor.deleteCertificate(S_LibrarySession session,
long targetId)
Delete a certificate.
|
protected void |
FolderIndexService.deleteDeferredUpdate(S_LibrarySession sess,
long id) |
protected void |
AccessControlListIndexService.deleteDeferredUpdate(S_LibrarySession session,
Long id)
Delete a set of deferred update entries
|
protected void |
AccessControlListIndexService.deleteDeferredUpdates(S_LibrarySession session,
Long[] ids)
Delete a set of deferred update entries
|
void |
S_LibrarySession.deleteExpiredAuditFolderPaths(long expPeriod)
Delete any expired Audit folder paths, that have expired
longer than the specified period.
|
protected void |
AuditExecutor.deleteExpiredAuditFolderPaths(S_LibrarySession session,
long expPeriod)
Delete any expired Audit folder paths, that have expired
longer than the specified period.
|
void |
S_LibrarySession.deleteExpiredGlobalAuditEvents(Long domainId,
Long specId,
Long expPeriod)
Delete any expired global audit events.
|
protected void |
AuditExecutor.deleteExpiredGlobalAuditEvents(S_LibrarySession session,
Long domainId,
Long specId,
Long expPeriod)
Deletes expired audit events from global audit history.
|
void |
ContentStorageManager.deleteFromContextRouter(Long coId)
Deletes a row from the context router table.
|
void |
S_LibrarySessionContentStorageManager.deleteFromContextRouter(Long coId)
Deletes a row from the context router table.
|
protected void |
FolderIndexService.deleteMapParameterRow(LibraryConnection lc,
Connection conn,
long key) |
protected void |
FolderIndexService.deleteMapSelfRow(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
long id,
int maplevel) |
int |
ContentStorageManager.deleteOldFilteredContent(S_LibrarySession session,
long age)
Delete old filtered content entries.
|
int |
OracleContentStorageManager.deleteOldFilteredContent(S_LibrarySession session,
long age)
Delete old filtered content entries.
|
int |
PostgresContentStorageManager.deleteOldFilteredContent(S_LibrarySession session,
long age)
Delete old filtered content entries.
|
abstract int |
S_LibrarySessionContentStorageManager.deleteOldFilteredContent(S_LibrarySession session,
long age)
Delete old filtered content entries.
|
static void |
S_LibraryService.deleteRepositoryParameter(Connection conn,
String name)
Deletes the specified repository parameter.
|
protected void |
S_LibrarySession.deleteRepositoryParameter(String name)
Deletes the specified repository parameter.
|
protected void |
S_LibraryObject.deleteRows()
Delete the row from each table for this instance.
|
protected void |
AccessControlListProxyService.deleteSecuredPublicObject(S_LibrarySession sess,
Long securing,
Long secured)
Delete an ACL Proxy entry
|
protected void |
S_MediaCustom.deleteSecureParameter(String name)
Deletes the specified secure parameter of this MediaCustom instance.
|
protected void |
GroupMembershipCache.deleteTemporaryIds(LibraryConnection lconn)
Delete all IDs from the Global temporary table.
|
void |
S_LibrarySession.deleteUnusedAuditFolderPathOverflowEntries()
Delete any unused overflow entries for Audit folder paths.
|
protected void |
AuditExecutor.deleteUnusedAuditFolderPathOverflowEntries(S_LibrarySession session)
Delete any unused overflow entries for Audit folder paths.
|
void |
S_LibrarySession.deleteUnusedAuditProperties()
Delete any unreferenced Audit event properties.
|
protected void |
AuditExecutor.deleteUnusedAuditProperties(S_LibrarySession session)
Delete any unreferenced Audit event properties.
|
void |
IdmCredentialManagerUtilities.deleteUser(String guid)
Deletes the specified user.
|
void |
CredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
IdmCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
IfsCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
UniversalCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deletes the specified user.
|
void |
XeCredentialManager.deleteUser(String distinguishedName,
AttributeValue[] options)
Deprecated.
Deletes the specified user.
|
void |
DirectoryService.deleteUser(String credentialManagerName,
String distinguishedName,
AttributeValue[] options)
Deletes the specified user from the specified CredentialManager.
|
oracle.sql.ORAData |
S_Queue.dequeue(String subscriberName)
Dequeues a message from the Queue.
|
oracle.sql.ORAData |
S_Queue.dequeueFromExceptionQueue()
Dequeues an exception message from the Queue.
|
void |
S_LibrarySession.deregisterClassEventHandler(S_ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Deregisters the specified IfsEventHandler for the specified
class.
|
void |
S_LibrarySession.deregisterCollection(Collection collection,
String classname)
Deregisters a collection, cancelling the event registration.
|
void |
S_LibrarySession.deregisterEventHandler(S_LibraryObject lo,
IfsEventHandler handler)
Deregisters the specified IfsEventHandler for the specified
S_LibraryObject.
|
void |
S_LibraryService.deregisterServiceEventHandler(IfsEventHandler handler)
De-register a Service event handler.
|
protected void |
S_AccessControlEntry.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_AccessControlList.deriveDefinition(S_LibraryObjectDefinition sdef)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_Attribute.deriveDefinition(S_LibraryObjectDefinition def)
deriveDefinition - Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_Category.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_ClassAccessControlList.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_ClassObject.deriveDefinition(S_LibraryObjectDefinition sdef)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_ContentController.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition for this class,
as part of an operation to derive a definition from an existing object.
|
protected void |
S_ContentObject.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_ContentVaultEntry.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition for this class,
as part of an operation to derive a definition from an existing object.
|
protected void |
S_DirectoryGroup.deriveDefinition(S_LibraryObjectDefinition def)
Adds to the S_LibraryObjectDefinition for this class.
|
protected void |
S_DirectoryUser.deriveDefinition(S_LibraryObjectDefinition def)
Changes the S_LibraryObjectDefinition for this class.
|
protected void |
S_Document.deriveDefinition(S_LibraryObjectDefinition sdef)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_Family.deriveDefinition(S_LibraryObjectDefinition def)
Add or modify the S_LibraryObjectDefinition
for this class.
|
protected void |
S_FolderPathRelationship.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_LibraryObject.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition for this class.
|
protected void |
S_LockObject.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_PolicyList.deriveDefinition(S_LibraryObjectDefinition sdef)
Derives the S_LibraryObjectDefinition for this class.
|
protected void |
S_PolicyListElement.deriveDefinition(S_LibraryObjectDefinition def)
Modifies the S_LibraryObjectDefinition for this class.
|
protected void |
S_Property.deriveDefinition(S_LibraryObjectDefinition sdef)
Modifies the S_LibraryObjectDefinition for this class.
|
protected void |
S_PropertyBundle.deriveDefinition(S_LibraryObjectDefinition sdef)
Derives the S_LibraryObjectDefinition for this class.
|
protected void |
S_PublicObject.deriveDefinition(S_LibraryObjectDefinition sdef)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_Queue.deriveDefinition(S_LibraryObjectDefinition def)
Changes the S_LibraryObjectDefinition for this class.
|
protected void |
S_Relationship.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_SchemaCategory.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_SchemaObject.deriveDefinition(S_LibraryObjectDefinition sdef)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_SystemAccessControlList.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_SystemCategory.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_SystemLockObject.deriveDefinition(S_LibraryObjectDefinition def)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_SystemObject.deriveDefinition(S_LibraryObjectDefinition sdef)
Add to the S_LibraryObjectDefinition
for this class.
|
protected void |
S_VersionDescription.deriveDefinition(S_LibraryObjectDefinition def)
Add or modify the S_LibraryObjectDefinition
for this class.
|
protected void |
S_VersionSeries.deriveDefinition(S_LibraryObjectDefinition def)
Add or modify the S_LibraryObjectDefinition
for this class.
|
protected String |
S_LibraryObject.deriveOwnerUniqueName(AttributeValue avName,
AttributeValue avOwner)
Derives a "owner based unique name", which is a composite of an object
which acts as an owner for scoping purposes, and the object name.
|
protected String |
S_LibraryObject.deriveOwnerUniqueName(AttributeValue avName,
AttributeValue avOwner,
String delim)
Derives a "owner based unique name", which is a composite of an object
which acts as an owner for scoping purposes, and the object name.
|
protected void |
S_LibraryObject.deriveUppercasedAttribute(S_LibraryObjectDefinition def,
String attrname,
String derivedAttrame)
Derives a system-set attribute from a base attribute, if this base
attribute is defined in the specified definition.
|
protected abstract void |
MediaBlobHelper.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content for the specified content ID.
|
protected void |
OracleMediaBlobHelper.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content for the specified content ID.
|
protected void |
PostgresMediaBlobHelper.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content for the specified content ID.
|
protected abstract void |
S_Media.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
protected void |
S_MediaBfile.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
protected void |
S_MediaBlob.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
protected void |
S_MediaCustom.destroyContent(Long cid,
AttributeValue[] mediaOptions)
Destroys the content with the specified content id.
|
void |
CenteraMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
CmsdkMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
CustomMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
FileSystemMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
SnapLockMediaDriver.destroyContent(S_MediaCustom media,
String address,
Long cid,
AttributeValue[] mediaOptions)
Destroys content with the specified content address.
|
void |
ContentStorageManager.destroyContent(S_Media media,
Long cid,
Long coId,
S_LibraryObjectDefinition sdef)
Destroys the content, if any, for the specified ContentObject.
|
void |
S_LibrarySessionContentStorageManager.destroyContent(S_Media media,
Long cid,
Long coId,
S_LibraryObjectDefinition sdef)
Destroys the content, if any, for the specified ContentObject.
|
protected Long |
S_Media.destroyExpiredContent(long expirationDate,
Long previousCid,
int batchSize)
Destroys expired content in this Media.
|
void |
ContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
void |
OracleContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
void |
PostgresContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
abstract void |
S_LibrarySessionContentStorageManager.destroyTextRenditions(S_ContentObject co)
Destroy all text renditions: themes, summaries, and filtered content.
|
protected S_ClassDomain |
S_LibraryObject.determineClassDomain(S_AttributeData attributeData,
S_LibraryObjectDefinition def)
Return the ClassDomain that is in force for the specified
Attribute data.
|
protected S_ClassAccessControlList |
S_ClassObject.determineInheritedClassAcl()
Determines ClassAcl, if any, by ascending up the class hierarchy,
looking for the first class that has a ClassAcl set.
|
protected S_Policy |
S_ClassObject.determineInheritedPolicy(String operationName)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected int |
FolderIndexService.determineMapLevel(LibraryConnection lc,
Connection conn,
int maxLevel,
long folderId) |
protected S_Policy |
S_LibraryObject.determinePolicy(String operationName)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected S_Policy |
S_LibraryObject.determinePolicy(String operationName,
S_LibraryObjectDefinition def)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected S_PublicObject |
S_Family.determineResolvedObject()
Gets the object this family resolves to.
|
protected S_PublicObject |
S_Link.determineResolvedObject()
return the object we resolve to.
|
protected S_PublicObject |
S_PublicObject.determineResolvedObject()
return the object we resolve to.
|
protected S_PublicObject |
S_VersionDescription.determineResolvedObject()
Return the object this resolves to.
|
protected S_PublicObject |
S_VersionSeries.determineResolvedObject()
Gets the resolved object of the series.
|
protected S_ValueDefault |
S_LibraryObject.determineValueDefault(S_AttributeData attributeData,
S_LibraryObjectDefinition def)
return the ValueDefault that is in force for the specified
Attribute data.
|
protected S_ValueDomain |
S_LibraryObject.determineValueDomain(AttributeValue av,
S_ClassObjectData classData,
S_LibraryObjectDefinition def)
Return the ValueDomain that is in force for the specified
AttributeValue.
|
Long |
S_LibrarySession.directlyDispatchAuditEvent(AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified AuditSpecifcation's
event history.
|
protected Long |
AuditExecutor.directlyDispatchAuditEvent(S_LibrarySession session,
AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified AuditSpecifcation's
event history.
|
void |
S_LibraryService.disconnectSession(Long sessionId)
Disconnects the specified session.
|
S_LibraryObject |
S_LibrarySession.discoverLibraryObject(Long id)
Gets an S_LibraryObject by ID, without knowing the class ID.
|
S_LibraryObject |
S_LibrarySession.discoverLibraryObject(Long id,
Long classId)
Gets an S_LibraryObject by ID and classId.
|
S_PublicObject |
S_LibrarySession.discoverPublicObject(Long id)
Gets an S_PublicObject by id.
|
void |
AccessControlListDiscoverAccessService.dispose()
Disposes this AccessControlListDiscoverAccessService.
|
void |
AccessControlListIndexService.dispose()
Terminate this subservice.
|
void |
AccessControlListProxyService.dispose()
Terminate this subservice.
|
void |
ConnectionPool.dispose()
Shuts down this ConnectionPool.
|
void |
CredentialManager.dispose()
Disposes this CredentialManager.
|
void |
DirectoryGroupIndexService.dispose()
Terminate this subservice.
|
void |
DirectoryService.dispose()
Disposes this DirectoryService.
|
void |
FolderIndexService.dispose()
Terminate this subservice.
|
void |
IdmCredentialManager.dispose()
Disposes this IdmCredentialManager.
|
void |
IdmCredentialManagerUtilities.dispose()
Disposes this IdmCredentialManagerUtilities.
|
void |
IfsConnectionPool.dispose()
Shuts down this ConnectionPool.
|
void |
IfsCredentialManager.dispose()
Disposes this IfsCredentialManager.
|
protected void |
LibraryConnection.dispose()
Shuts down this LibraryConnection.
|
void |
RandomAccessDriver.dispose()
Disposes this RandomAccessDriver.
|
void |
SubService.dispose() |
void |
S_LibraryObject.dispose()
Disposes this instance, by nulling the Id and Class Id.
|
void |
S_LibraryService.dispose()
Disposes this iFS service.
|
void |
S_RandomAccessorImpl.dispose()
Disposes this RandomAccessor, discarding any changes to the document.
|
void |
UniversalCredentialManager.dispose()
Disposes this UniversalCredentialManager.
|
void |
XeCredentialManager.dispose()
Deprecated.
Disposes this XeCredentialManager.
|
void |
ConnectionPool.dispose(boolean force)
Shuts down this ConnectionPool.
|
void |
IfsConnectionPool.dispose(boolean force)
Shuts down this ConnectionPool.
|
void |
S_LibraryService.dispose(DataSource dataSource)
Disposes this iFS service.
|
void |
S_LibraryService.dispose(String schemaPassword)
Disposes this iFS service.
|
void |
S_LibraryService.dispose(SystemUserCredential cred)
Disposes this service.
|
void |
S_LibraryService.disposeFolderIndexService()
Dispose the FolderIndexService on-the-fly.
|
void |
S_LibrarySession.DMAbortTransaction(Transaction transaction)
Aborts a transaction.
|
void |
S_LibrarySessionInterface.DMAbortTransaction(Transaction transaction) |
S_LibraryObjectData |
S_LibrarySession.DMaddAccessControlEntry(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Adds an S_AccessControlEntry to the specified S_AccessControlList.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMaddAccessControlEntry(Long id,
Long classId,
S_LibraryObjectDefinition sdef) |
Long |
S_LibrarySession.DMAddAttributeToClassObject(Long id,
S_LibraryObjectDefinition def)
Adds an attribute to an existing classobject.
|
Long |
S_LibrarySessionInterface.DMAddAttributeToClassObject(Long id,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMAddFolderRelationship(Long id,
Long classid,
S_LibraryObjectDefinition rdef)
Adds an item to the specified S_Folder.
|
void |
S_LibrarySessionInterface.DMAddFolderRelationship(Long id,
Long classid,
S_LibraryObjectDefinition rdef) |
void |
S_LibrarySession.DMAddManualTextIndexing(Long id,
Long classId,
ContentStreamSerializer css)
Adds text index information manually.
|
void |
S_LibrarySessionInterface.DMAddManualTextIndexing(Long id,
Long classId,
ContentStreamSerializer css) |
void |
S_LibrarySession.DMAddMembersToDirectoryGroup(Long group_id,
Long classid,
Long[] rightObjIds,
Long[] rightObjClassids)
Adds the specified S_DirectoryObjects to the specified S_DirectoryGroup.
|
void |
S_LibrarySessionInterface.DMAddMembersToDirectoryGroup(Long group_id,
Long classid,
Long[] rightObjIds,
Long[] rightObjClassids) |
void |
S_LibrarySession.DMAddMemberToDirectoryGroup(Long group_id,
Long classid,
Long member_id,
Long memberClassid)
Adds the specified S_DirectoryObject to the specified S_DirectoryGroup.
|
void |
S_LibrarySessionInterface.DMAddMemberToDirectoryGroup(Long group_id,
Long classid,
Long rightObj,
Long rightObjClassid) |
S_LibraryObjectData |
S_LibrarySession.DMAddRelationship(Long id,
Long classId,
S_LibraryObjectDefinition rdef)
Adds a relationship for the specified S_PublicObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMAddRelationship(Long id,
Long classId,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMAddToFolder(Long folder_id,
Long classid,
Long rightObj,
Long rightObjClassid)
Adds the specified item to the specified S_Folder.
|
void |
S_LibrarySessionInterface.DMAddToFolder(Long folder_id,
Long classid,
Long rightObj,
Long rightObjClassid) |
void |
S_LibrarySession.DMApplyAclIndexDeferredUpdate(AccessControlListDeferredUpdate entry,
boolean deleteAfterProcessing)
Forces re-calculation of an ACL's discoverer table.
|
void |
S_LibrarySessionInterface.DMApplyAclIndexDeferredUpdate(AccessControlListDeferredUpdate entry,
boolean deleteAfterProcessing) |
void |
S_LibrarySession.DMApplyFolderIndexDeferredUpdate(FolderIndexDeferredUpdate entry)
Applies a deferred update to the Folder index
|
void |
S_LibrarySessionInterface.DMApplyFolderIndexDeferredUpdate(FolderIndexDeferredUpdate entry) |
Transaction |
S_LibrarySession.DMBeginTransaction(boolean writeable)
Starts a transaction.
|
Transaction |
S_LibrarySessionInterface.DMBeginTransaction(boolean writeable) |
void |
S_LibrarySession.DMCalculateConsumedStorage(Long quotaid,
Long classid)
Recalculates consumed storage for the specified S_ContentQuota.
|
void |
S_LibrarySessionInterface.DMCalculateConsumedStorage(Long quotaid,
Long classid) |
void |
S_LibrarySession.DMCancelOperation()
Cancel any server-side operation in progress for this session.
|
void |
S_LibrarySessionInterface.DMCancelOperation() |
boolean |
S_LibrarySession.DMCheckExistenceOfPublicObjectByPath(Long folder_id,
Long classid,
String path)
Checks whether there exists an S_PublicObject at a path relative
to a specified S_Folder.
|
boolean |
S_LibrarySessionInterface.DMCheckExistenceOfPublicObjectByPath(Long folder_id,
Long classid,
String path) |
void |
S_LibrarySession.DMCloseFolder(Long folder_id,
Long classid)
Closes the specified S_Folder.
|
void |
S_LibrarySessionInterface.DMCloseFolder(Long folder_id,
Long classid) |
void |
S_LibrarySession.DMCloseSearch(Long srchId)
Closes the specified S_Search.
|
void |
S_LibrarySessionInterface.DMCloseSearch(Long id) |
void |
S_LibrarySession.DMCloseSelector(long selId)
Closes the specified selector.
|
void |
S_LibrarySessionInterface.DMCloseSelector(long cursorId) |
void |
S_LibrarySession.DMCommit()
Makes all pending changes for all in-progress Transactions for this
S_LibrarySession visible to all other S_LibrarySessions.
|
void |
S_LibrarySessionInterface.DMCommit() |
void |
S_LibrarySession.DMCompleteTransaction(Transaction transaction)
Completes a transaction.
|
void |
S_LibrarySessionInterface.DMCompleteTransaction(Transaction transaction) |
S_LibraryObjectData |
S_LibrarySession.DMConvertToPrivateACL(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Makes the specified S_PublicObject have a private S_AccessControlList.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMConvertToPrivateACL(Long id,
Long classId,
S_LibraryObjectDefinition sdef) |
S_LibraryObjectData |
S_LibrarySession.DMCopyLibraryObject(Long id,
Long classId,
S_LibraryObjectDefinition sdef)
Copies the specified S_LibraryObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMCopyLibraryObject(Long id,
Long classId,
S_LibraryObjectDefinition sdef) |
S_LibraryObjectData |
S_LibrarySession.DMCreateDefaultPolicyPropertyBundle(Long id,
Long classId)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMCreateDefaultPolicyPropertyBundle(Long id,
Long classId) |
S_LibraryObjectData |
S_LibrarySession.DMCreateDefaultPropertyBundle(Long id,
Long classId)
Creates a default PropertyBundle.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMCreateDefaultPropertyBundle(Long id,
Long classId) |
void |
S_LibrarySession.DMCreateRetainedEventDatabaseObjects(RetainedEvent event)
Create tables associated with a RetainedEvent type
|
void |
S_LibrarySessionInterface.DMCreateRetainedEventDatabaseObjects(RetainedEvent event) |
void |
S_LibrarySession.DMCreateView(ViewSpecification vsp)
Creates a view for the specified ViewSpecification.
|
void |
S_LibrarySessionInterface.DMCreateView(ViewSpecification vsp) |
void |
S_LibrarySession.DMDelete(Long id,
Long classId,
S_LibraryObjectDefinition def)
Deletes the specified S_PublicObject.
|
void |
S_LibrarySessionInterface.DMDelete(Long id,
Long classId,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMDeleteAclIndexDeferredUpdates(Long[] ids)
deletes a set of Deferred ACL Resolution Entries
|
void |
S_LibrarySessionInterface.DMDeleteAclIndexDeferredUpdates(Long[] ids) |
void |
S_LibrarySession.DMDeleteRepositoryParameter(String name)
Deletes the specified repository parameter.
|
void |
S_LibrarySessionInterface.DMDeleteRepositoryParameter(String name) |
void |
S_LibrarySession.DMDeleteRetainedEvent(RetainedEvent event)
Delete a RetainedEvent
|
void |
S_LibrarySessionInterface.DMDeleteRetainedEvent(RetainedEvent event) |
oracle.sql.ORAData |
S_LibrarySession.DMDequeueMessage(Long id,
Long classId,
String subscriberName)
Dequeues a message from the specified queue as the
specified subscriber.
|
oracle.sql.ORAData |
S_LibrarySessionInterface.DMDequeueMessage(Long id,
Long classId,
String subscriberName) |
oracle.sql.ORAData |
S_LibrarySession.DMDequeueMessageFromExceptionQueue(Long id,
Long classId)
Dequeues a message from the specified exception queue.
|
oracle.sql.ORAData |
S_LibrarySessionInterface.DMDequeueMessageFromExceptionQueue(Long id,
Long classId) |
void |
S_LibrarySession.DMDeregisterClassEventHandler(Long classId)
Receive notification that the bean-side has de-registered all
event handlers for the specified ClassObject.
|
void |
S_LibrarySessionInterface.DMDeregisterClassEventHandler(Long classId) |
void |
S_LibrarySession.DMDeregisterEventHandler(Long id)
Receive notification that the bean-side has de-registered all
event handlers for the specified object.
|
void |
S_LibrarySessionInterface.DMDeregisterEventHandler(Long id) |
void |
S_LibrarySession.DMDeregisterServiceEventHandler(IfsEventHandler handler)
De-register a Service event handler.
|
void |
S_LibrarySessionInterface.DMDeregisterServiceEventHandler(IfsEventHandler handler) |
Long |
S_LibrarySession.DMDirectlyDispatchAuditEvent(AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified AuditSpecifcation's
event history.
|
Long |
S_LibrarySessionInterface.DMDirectlyDispatchAuditEvent(AuditEvent event,
Long specId) |
void |
S_LibrarySession.DMDisconnect()
Disconnects this S_LibrarySession.
|
void |
S_LibrarySessionInterface.DMDisconnect() |
void |
S_LibrarySession.DMDisposeSearch(Long srchId)
Disposes the specified S_Search.
|
void |
S_LibrarySessionInterface.DMDisposeSearch(Long srchId) |
void |
S_LibrarySession.DMDropRetainedEventDatabaseObjects(RetainedEvent event)
Drop tables associated with a RetainedEvent type
|
void |
S_LibrarySessionInterface.DMDropRetainedEventDatabaseObjects(RetainedEvent event) |
void |
S_LibrarySession.DMEmptyWastebasket()
Empties the user's (or feigned user's, if applicable) wastebasket.
|
void |
S_LibrarySessionInterface.DMEmptyWastebasket() |
void |
S_LibrarySession.DMEnqueueMessage(Long id,
Long classId,
oracle.sql.ORAData message)
Enqueues the message on the specified queue.
|
void |
S_LibrarySessionInterface.DMEnqueueMessage(Long id,
Long classId,
oracle.sql.ORAData message) |
void |
S_LibrarySession.DMEnqueueMessage(Long id,
Long classId,
oracle.sql.ORAData message,
String correlation)
Enqueues the message on the specified queue.
|
void |
S_LibrarySessionInterface.DMEnqueueMessage(Long id,
Long classId,
oracle.sql.ORAData message,
String correlation) |
void |
S_LibrarySession.DMFeignUser(Long id,
Long classid)
Feigns the specified S_DirectoryUser.
|
void |
S_LibrarySessionInterface.DMFeignUser(Long id,
Long classid) |
Long[] |
S_LibrarySession.DMfetchACEs(Long id,
Long classId)
Gets the S_AccessControlEntries for the specified S_AccessControlList.
|
Long[] |
S_LibrarySessionInterface.DMfetchACEs(Long id,
Long classId) |
Vector |
S_LibrarySession.DMFetchPolicyListElements(Long policyListId,
Long policyListClassId)
Gets the PolicyListElements for the specified PolicyList.
|
Vector |
S_LibrarySessionInterface.DMFetchPolicyListElements(Long policyListId,
Long policyListClassId) |
Vector |
S_LibrarySession.DMFetchProperties(Long propBundleId,
Long propClassId)
Gets the S_Properties for the specified S_PropertyBundle.
|
Vector |
S_LibrarySessionInterface.DMFetchProperties(Long propertyBundleId,
Long propertyBundleClassId) |
Long[] |
S_LibrarySession.DMfetchRevisions(Long id,
Long classid)
Gets the S_VersionDescription IDs for the specified S_VersionSeries.
|
Long[] |
S_LibrarySessionInterface.DMfetchRevisions(Long id,
Long classId) |
Long[] |
S_LibrarySession.DMfetchVersionSerieses(Long id,
Long classid)
Gets the S_VersionSeries for the specified S_Family.
|
Long[] |
S_LibrarySessionInterface.DMfetchVersionSerieses(Long id,
Long classId) |
void |
S_LibrarySession.DMFilterContent(Long id,
Long classId,
boolean plaintext,
Long refObjId,
Long refObjClassId)
Filters the specified S_ContentObject.
|
void |
S_LibrarySessionInterface.DMFilterContent(Long contentId,
Long contentClassId,
boolean plaintext,
Long refObjId,
Long refObjClassId) |
void |
S_LibrarySession.DMFilterDeletedObjects(boolean mode)
Deprecated.
iFS 9.0.3 Has no effect
|
void |
S_LibrarySessionInterface.DMFilterDeletedObjects(boolean mode) |
S_LibraryObjectData |
S_LibrarySession.DMFindPublicObjectByPath(Long folder_id,
Long classid,
String path)
Finds an S_PublicObject by its path relative to a specified S_Folder.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMFindPublicObjectByPath(Long folder_id,
Long classid,
String path) |
void |
S_LibrarySession.DMFlushEvents()
Flushes any outgoing events in event exchanger.
|
void |
S_LibrarySessionInterface.DMFlushEvents() |
boolean |
S_LibrarySession.DMFolderHasSubFolders(Long folder_id,
Long classid)
Returns true if the folder has subfolders.
|
boolean |
S_LibrarySessionInterface.DMFolderHasSubFolders(Long folder_id,
Long classid) |
void |
S_LibrarySession.DMForceReadEvents()
Forces incoming events from the event exchanger to be processed.
|
void |
S_LibrarySessionInterface.DMForceReadEvents() |
void |
S_LibrarySession.DMFree(Long id,
Long classId,
S_LibraryObjectDefinition def)
Frees the specified S_LibraryObject.
|
void |
S_LibrarySessionInterface.DMFree(Long id,
Long classId,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMGenerateSummary(Long id,
Long classId,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel,
Long refObjId,
Long refObjClassId)
Generates a summary of the specified S_ContentObject.
|
void |
S_LibrarySessionInterface.DMGenerateSummary(Long contentId,
Long contentClassID,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel,
Long refObjId,
Long refObjClassId) |
void |
S_LibrarySession.DMGenerateThemes(Long id,
Long classId,
boolean fullThemes,
Long refObjId,
Long refObjClassId)
Generates the themes of the specified S_ContentObject.
|
void |
S_LibrarySessionInterface.DMGenerateThemes(Long contentId,
Long contentClassId,
boolean fullThemes,
Long refObjId,
Long refObjClassId) |
AccessLevel |
S_LibrarySession.DMGetAccessLevel(Long id,
Long classId,
Long userId)
Gets the AccessLevel of the specified S_DirectoryUser for the
specified S_AccessControlList.
|
AccessLevel |
S_LibrarySessionInterface.DMGetAccessLevel(Long id,
Long classId,
Long userId) |
Vector |
S_LibrarySession.DMGetAclIndexDeferredUpdates(int maxItems)
gets a set of Deferred ACL Resolution Entries
|
Vector |
S_LibrarySessionInterface.DMGetAclIndexDeferredUpdates(int maxItems) |
Long[] |
S_LibrarySession.DMGetAllAncestorsOfDirectoryObject(Long id,
Long classid)
Gets all ancestors of the specified S_DirectoryGroup.
|
Long[] |
S_LibrarySessionInterface.DMGetAllAncestorsOfDirectoryObject(Long id,
Long userid) |
String[] |
S_LibrarySession.DMGetAllFolderPaths(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Return all reachable folder paths to an object, or null if there is no
reachable path.
|
String[] |
S_LibrarySessionInterface.DMGetAllFolderPaths(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort) |
Long[] |
S_LibrarySession.DMGetAllMembersOfDirectoryGroup(Long id,
Long classid,
boolean filterForDiscoverability)
Gets all members of the specified S_DirectoryGroup.
|
Long[] |
S_LibrarySessionInterface.DMGetAllMembersOfDirectoryGroup(Long id,
Long userid,
boolean filterForDiscoverability) |
int |
S_LibrarySession.DMGetAncestorThreshold()
Gets the threshold for using a temp table to select all (recursive) ancestors
of a directory object.
|
int |
S_LibrarySessionInterface.DMGetAncestorThreshold() |
String |
S_LibrarySession.DMGetAnyFolderPath(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort)
Return a folder path to an object, or null if there is no
reachable path.
|
String |
S_LibrarySessionInterface.DMGetAnyFolderPath(Long id,
Long classid,
Long folderRefId,
Long folderRefClassid,
FolderPathOptions fpo,
SortSpecification sort) |
Vector |
S_LibrarySession.DMGetArrayReferencingObjects(Long attributeId,
AttributeValue referencedValue,
SortSpecification sort)
Gets the set of object data for objects that are instances
of the class on which the specified Attribute is defined,
and whose array value contains the specified referenced value.
|
Vector |
S_LibrarySessionInterface.DMGetArrayReferencingObjects(Long attributeId,
AttributeValue referencedValue,
SortSpecification sort) |
AttributeValue |
S_LibrarySession.DMGetArrayTypeAttributeValue(long objectId,
long attributeId,
Long priClassId,
int count)
Gets a fully resolved array-type AttributeValue with non-transient
elements for the the specified object/attribute combination.
|
AttributeValue |
S_LibrarySessionInterface.DMGetArrayTypeAttributeValue(long objectId,
long attributeId,
Long priClassId,
int count) |
long |
S_LibrarySession.DMGetAttributesRsn()
Gets the attributes RSN of the service.
|
long |
S_LibrarySessionInterface.DMGetAttributesRsn() |
AuditCertificate[] |
S_LibrarySession.DMGetAuditCertificates(Long[] objectIds)
Select AuditCertificates for the specified object IDs.
|
AuditCertificate[] |
S_LibrarySessionInterface.DMGetAuditCertificates(Long[] objectIds) |
AttributeValue[] |
S_LibrarySession.DMGetAuditTypesForClass(String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetAuditTypesForClass(String className,
boolean includeNested) |
AttributeValue[] |
S_LibrarySession.DMGetAuditTypesForCreateOperations()
Gets the audit operation type values that correspond to "CREATED"
operations.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetAuditTypesForCreateOperations() |
AttributeValue[] |
S_LibrarySession.DMGetAuditTypesForFreeOperations()
Gets the audit operation type values that correspond to "FREED"
operations.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetAuditTypesForFreeOperations() |
Long[] |
S_LibrarySession.DMGetCategoryIds(Long id,
Long classid)
Gets all category IDs for the specified S_PublicObject or
S_SystemObject or S_SchemaObject
For publicobjects, it returns only the set of ID's
that represents Categories
that the current session can discover (which in general
should always be all of the categories, since the ACL of
the Category should always be the same as the PO).
|
Long[] |
S_LibrarySessionInterface.DMGetCategoryIds(Long id,
Long classid) |
Long |
S_LibrarySession.DMGetClockOffset()
Gets the clock offset, representing the number of milliseconds the
DBMS clock is ahead of this mid tier.
|
Long |
S_LibrarySessionInterface.DMGetClockOffset() |
Long[] |
S_LibrarySession.DMGetCompositeAclIds(Long id,
Long classid,
SortSpecification sort)
Gets the set of composite ACLs which reference the target ACL as a
"component".
|
Long[] |
S_LibrarySessionInterface.DMGetCompositeAclIds(Long id,
Long classid,
SortSpecification sort) |
long |
S_LibrarySession.DMGetConsumedStorage(Long id,
Long classid)
Returns the storage (in bytes) consumed by a given public object.
|
long |
S_LibrarySessionInterface.DMGetConsumedStorage(Long id,
Long classId) |
RandomAccessor |
S_LibrarySession.DMGetContentByRandomAccess(Long coId,
Long coClassId,
Long refObjId,
Long refObjClassId)
Gets a RandomAccessor for randomly reading the content of the specified
ContentObject.
|
RandomAccessor |
S_LibrarySessionInterface.DMGetContentByRandomAccess(Long coId,
Long coClassId,
Long refObjId,
Long refObjClassId) |
ContentStreamSerializer |
S_LibrarySession.DMGetContentReader(Long id,
Long classId,
Long refObjId,
Long refObjClassId)
Gets the content of the specified S_ContentObject as a reader.
|
ContentStreamSerializer |
S_LibrarySessionInterface.DMGetContentReader(Long id,
Long classId,
Long refObjId,
Long refObjClassId) |
ContentStreamSerializer |
S_LibrarySession.DMGetContentStream(Long id,
Long classId,
Long refObjId,
Long refObjClassId)
Fetches a ContentStream encapulated in a ContentStreamSerializer for
the given ContentObject.
|
ContentStreamSerializer |
S_LibrarySessionInterface.DMGetContentStream(Long id,
Long classId,
Long refObjId,
Long refObjClassId) |
AttributeValue[] |
S_LibrarySession.DMGetCustomAuditTypes()
Gets the custom audit operation type values.
|
AttributeValue[] |
S_LibrarySessionInterface.DMGetCustomAuditTypes() |
Long[] |
S_LibrarySession.DMGetDirectAncestorsOfDirectoryObject(Long id,
Long classid)
Gets the direct ancestors of the specified S_DirectoryGroup.
|
Long[] |
S_LibrarySessionInterface.DMGetDirectAncestorsOfDirectoryObject(Long id,
Long userid) |
Long[] |
S_LibrarySession.DMGetDirectMembersOfDirectoryGroup(Long id,
Long classid,
boolean filterForDiscoverability)
Gets the direct members of the specified S_DirectoryGroup.
|
Long[] |
S_LibrarySessionInterface.DMGetDirectMembersOfDirectoryGroup(Long id,
Long userid,
boolean filterForDiscoverability) |
S_LibraryObjectData |
S_LibrarySession.DMGetDirectoryUserData()
Gets the S_LibraryObjectData for the current S_DirectoryUser
for this S_LibrarySession.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetDirectoryUserData() |
Long[] |
S_LibrarySession.DMGetDiscoverabilityOfPublicObjectsIds(Long[] ids)
Return indication as to which PublicObject objects specified (by ID) the
current user can discover.
|
Long[] |
S_LibrarySessionInterface.DMGetDiscoverabilityOfPublicObjectsIds(Long[] ids) |
Vector |
S_LibrarySession.DMGetEffectiveClassPolicyListElements(Long id,
Long classId,
String operation)
Gets the set of policies, as PolicyListElement ids, implicitly
applied to all instances of the specified ClassObject for the
specified operation.
|
Vector |
S_LibrarySessionInterface.DMGetEffectiveClassPolicyListElements(Long id,
Long classId,
String operation) |
Vector |
S_LibrarySession.DMGetEffectivePolicyListElements(Long id,
Long classId,
String operation)
Gets the set of policies, as PolicyListElement ids, applied to the
specified LibraryObject, either explicitly (through its
PolicyLists) or implicitly (through the
ClassPolicyLists of its classobject hierarchy) for the specified
operation.
|
Vector |
S_LibrarySessionInterface.DMGetEffectivePolicyListElements(Long id,
Long classId,
String operation) |
String |
S_LibrarySession.DMGetEncryptedRepositoryParameter(String name)
Gets the value of the specified repository parameter.
|
String |
S_LibrarySessionInterface.DMGetEncryptedRepositoryParameter(String name) |
Vector |
S_LibrarySession.DMGetExpiredTimedLocks(int maxItems,
int offset)
Get a set of timed out locks, bounded in size by the max count
specified.
|
Vector |
S_LibrarySessionInterface.DMGetExpiredTimedLocks(int maxItems,
int offset) |
ContentStreamSerializer |
S_LibrarySession.DMGetFilteredContent(Long id,
Long classId,
Long refObjId,
Long refObjClassId)
Gets the filtered content for the specified S_ContentObject as as reader.
|
ContentStreamSerializer |
S_LibrarySessionInterface.DMGetFilteredContent(Long contentId,
Long contentClassId,
Long refObjId,
Long refObjClassId) |
Vector |
S_LibrarySession.DMGetFolderIndexDeferredUpdates(int maxItems)
gets a set of Deferred Folder index updates
|
Vector |
S_LibrarySessionInterface.DMGetFolderIndexDeferredUpdates(int maxItems) |
long |
S_LibrarySession.DMGetFolderItemCount(Long id,
Long classId,
String folderRelClassname)
Gets the number of items in the specified S_Folder.
|
long |
S_LibrarySessionInterface.DMGetFolderItemCount(Long folder_id,
Long classId,
String folderRelClassname) |
Long[] |
S_LibrarySession.DMGetFolderItemList(Long folder_id,
Long classid,
SortSpecification sort)
Gets the item IDs in the specified Folder.
|
Long[] |
S_LibrarySessionInterface.DMGetFolderItemList(Long folder_id,
Long classid,
SortSpecification sort) |
Long[] |
S_LibrarySession.DMGetFolderReferences(Long PublicObject_id,
Long classid,
SortSpecification sort)
Gets the S_Folders that contain the specified S_PublicObject.
|
Long[] |
S_LibrarySessionInterface.DMGetFolderReferences(Long PublicObject_id,
Long classid,
SortSpecification sort) |
long |
S_LibrarySession.DMGetHighestAuditId()
Get the highest Audit Id in use.
|
long |
S_LibrarySessionInterface.DMGetHighestAuditId() |
Long[] |
S_LibrarySession.DMGetIdsForNewObjects(int length)
Returns a set of objects that can be used to import new objects.
|
Long[] |
S_LibrarySessionInterface.DMGetIdsForNewObjects(int length) |
Date |
S_LibrarySession.DMGetLastAccessDate(Long id,
Long classId)
Gets when the content of a ContentObject was most recently written
or read.
|
Date |
S_LibrarySessionInterface.DMGetLastAccessDate(Long id,
Long classId) |
Vector |
S_LibrarySession.DMGetLeftwardRelationshipObjects(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Gets the target objects of the leftward relationships for the
specified S_PublicObject.
|
Vector |
S_LibrarySessionInterface.DMGetLeftwardRelationshipObjects(Long id,
Long classId,
Long relClassId,
SortSpecification sort) |
Vector |
S_LibrarySession.DMGetLeftwardRelationships(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Gets the leftward relationships for the specified S_PublicObject.
|
Vector |
S_LibrarySessionInterface.DMGetLeftwardRelationships(Long id,
Long classId,
Long relClassId,
SortSpecification sort) |
long |
S_LibrarySession.DMGetLeftwardRelationshipsCount(Long id,
Long classId,
Long relClassId)
Gets the number of leftward relationships for the specified
S_PublicObject.
|
long |
S_LibrarySessionInterface.DMGetLeftwardRelationshipsCount(Long id,
Long classId,
Long relClassId) |
S_LibraryObjectData |
S_LibrarySession.DMgetLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Gets the S_LibraryObjectData for the specified id and class id.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMgetLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully) |
Long[] |
S_LibrarySession.DMGetLinks(Long id,
Long classid)
Gets the Links for the specified PublicObject.
|
Long[] |
S_LibrarySessionInterface.DMGetLinks(Long id,
Long classId) |
Vector |
S_LibrarySession.DMGetLockedForSessionObjects()
Gets the objects in this S_LibrarySession's internal table of
session-locked objects.
|
Vector |
S_LibrarySessionInterface.DMGetLockedForSessionObjects() |
AttributeValue |
S_LibrarySession.DMGetMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements for the the specified object/attribute combination.
|
AttributeValue |
S_LibrarySessionInterface.DMGetMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count) |
int |
S_LibrarySession.DMGetMemberThreshold()
Gets the threshold for using a temp table to select all (recursive) members
of a group.
|
int |
S_LibrarySessionInterface.DMGetMemberThreshold() |
String |
S_LibrarySession.DMGetNLSDatabaseParameterValue(String parameter)
Gets the value for the specified NLS database parameter.
|
String |
S_LibrarySessionInterface.DMGetNLSDatabaseParameterValue(String parameter) |
Serializable |
S_LibrarySession.DMGetObjectReferenceAttribute(Long id,
Long classId,
String attrName)
Gets the value of the specified object-reference type attribute.
|
Serializable |
S_LibrarySessionInterface.DMGetObjectReferenceAttribute(Long id,
Long classId,
String attrName) |
S_LibraryObjectData |
S_LibrarySession.DMGetOurPrimaryUserProfile()
Gets the S_PrimaryUserProfile of current S_DirectoryUser for
this S_LibrarySession.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetOurPrimaryUserProfile() |
Long |
S_LibrarySession.DMGetPartitionValue(Long id,
Long classId)
Gets the partition value of a ContentObject.
|
Long |
S_LibrarySessionInterface.DMGetPartitionValue(Long id,
Long classId) |
int |
S_LibrarySession.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its item count.
|
int |
S_LibrarySessionInterface.DMGetPreparedSelectorItemCount(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String hint,
AttributeValue[] bindValues) |
AttributeValueTable[] |
S_LibrarySession.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its results.
|
AttributeValueTable[] |
S_LibrarySessionInterface.DMGetPreparedSelectorResults(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
S_LibraryObjectData |
S_LibrarySession.DMGetPrimaryUserProfile(Long id)
Gets the S_PrimaryUserProfile of the specified S_DirectoryUser.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetPrimaryUserProfile(Long id) |
AttributeValue |
S_LibrarySession.DMGetProperty(Long propBundleId,
Long propClassId,
String propertyName)
Gets the property value from the property bundle.
|
AttributeValue |
S_LibrarySessionInterface.DMGetProperty(Long propertyBundleId,
Long propertyBundleClassId,
String propertyName) |
S_LibraryObjectData |
S_LibrarySession.DMGetPublicObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_PublicObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetPublicObjectData(Long id,
Long classId) |
Vector |
S_LibrarySession.DMGetPublicObjectsReferringToLockObject(Long id,
Long classid,
SortSpecification sort)
Gets the PO's that reference this LockObject
|
Vector |
S_LibrarySessionInterface.DMGetPublicObjectsReferringToLockObject(Long id,
Long classId,
SortSpecification sort) |
String |
S_LibrarySession.DMGetRepositoryParameter(String name)
Gets the value of the specified repository parameter.
|
String |
S_LibrarySessionInterface.DMGetRepositoryParameter(String name) |
String[] |
S_LibrarySession.DMGetRepositoryParameterNames(String prefix)
Gets the repository parameter names that start with the specified prefix.
|
String[] |
S_LibrarySessionInterface.DMGetRepositoryParameterNames(String prefix) |
S_ClassObjectData |
S_LibrarySession.DMGetResolvedClassObjectData(Long id)
Gets the fully-resolved S_ClassObjectData.
|
S_ClassObjectData |
S_LibrarySessionInterface.DMGetResolvedClassObjectData(Long id) |
RetainedEvent[] |
S_LibrarySession.DMGetRetainedEvents(RetainedEvent event,
int maxItems)
Select RetainedEvents
|
RetainedEvent[] |
S_LibrarySessionInterface.DMGetRetainedEvents(RetainedEvent event,
int maxItems) |
Vector |
S_LibrarySession.DMGetRightwardRelationshipObjects(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Gets the target objects of the rightward relationships for the
specified S_PublicObject.
|
Vector |
S_LibrarySessionInterface.DMGetRightwardRelationshipObjects(Long id,
Long classId,
Long relClassId,
SortSpecification sort) |
Vector |
S_LibrarySession.DMGetRightwardRelationships(Long id,
Long classId,
Long relClassId,
SortSpecification sort)
Gets the rightward relationships for the specified S_PublicObject.
|
Vector |
S_LibrarySessionInterface.DMGetRightwardRelationships(Long id,
Long classId,
Long relClassId,
SortSpecification sort) |
String |
S_LibrarySession.DMGetSchemaName()
Gets the schema name in effect for the service.
|
String |
S_LibrarySessionInterface.DMGetSchemaName() |
S_LibraryObjectData |
S_LibrarySession.DMGetSchemaObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_SchemaObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetSchemaObjectData(Long id,
Long classId) |
int |
S_LibrarySession.DMgetSearchItemCount(Long srchId,
Vector bindValues,
String language,
int timeout)
Gets the item count for the specified S_Search.
|
int |
S_LibrarySessionInterface.DMgetSearchItemCount(Long id,
Vector bindValues,
String language,
int timeout) |
SearchSpecification |
S_LibrarySession.DMGetSearchSpecification(Long srchId)
Gets the SearchSpecification of the specified S_Search.
|
SearchSpecification |
S_LibrarySessionInterface.DMGetSearchSpecification(Long srchId) |
String |
S_LibrarySession.DMgetSearchSQLString(Long srchId)
Gets the SQL string for the specified S_Search.
|
String |
S_LibrarySessionInterface.DMgetSearchSQLString(Long srchId) |
long |
S_LibrarySession.DMGetSelectorItemCount(String searchClass,
String searchDefinition,
boolean recursive)
Constructs an S_Selector and gets its number of items.
|
long |
S_LibrarySessionInterface.DMGetSelectorItemCount(String searchClass,
String searchDefinition,
boolean recursive) |
Hashtable |
S_LibrarySessionInterface.DMGetServiceConfigurationProperties() |
Long |
S_LibrarySession.DMGetServiceId()
Gets the id of the S_LibraryService hosting this S_LibrarySession.
|
Long |
S_LibrarySessionInterface.DMGetServiceId() |
int[] |
S_LibrarySession.DMGetServiceTraceLoggerLevels()
Gets the trace levels of the S_LibraryServiceTraceLogger.
|
int[] |
S_LibrarySessionInterface.DMGetServiceTraceLoggerLevels() |
Long |
S_LibrarySession.DMGetSessionId()
Gets the id of this S_LibrarySession.
|
Long |
S_LibrarySessionInterface.DMGetSessionId() |
int[] |
S_LibrarySession.DMGetSessionTraceLoggerLevels()
Gets the trace levels of the S_LibrarySessionTraceLogger.
|
int[] |
S_LibrarySessionInterface.DMGetSessionTraceLoggerLevels() |
S_LibraryObjectData |
S_LibrarySession.DMGetSimpleObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_SimpleObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetSimpleObjectData(Long id,
Long classId) |
S_LibraryObjectDefinition |
S_LibrarySession.DMGetSLibraryObjectDefinition(Long id,
Long classId)
Generates an S_LibraryObjectDefinition for the specified S_LibraryObject.
|
S_LibraryObjectDefinition |
S_LibrarySessionInterface.DMGetSLibraryObjectDefinition(Long id,
Long classid) |
long |
S_LibrarySession.DMGetSubfolderCount(Long id,
Long classId,
String folderRelClassname)
Gets the number of folders in the specified S_Folder.
|
long |
S_LibrarySessionInterface.DMGetSubfolderCount(Long folder_id,
Long classId,
String folderRelClassname) |
ContentStreamSerializer |
S_LibrarySession.DMGetSummary(Long id,
Long classId,
String pointOfView,
Long refObjId,
Long refObjClassId)
Gets the summary of the specified S_ContentObject as as reader.
|
ContentStreamSerializer |
S_LibrarySessionInterface.DMGetSummary(Long contentId,
Long contentClassId,
String pointOfView,
Long refObjId,
Long refObjClassId) |
S_LibraryObjectData |
S_LibrarySession.DMGetSystemObjectData(Long id,
Long classId)
Gets the S_LibraryObjectData for the specified S_SystemObject.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMGetSystemObjectData(Long id,
Long classId) |
ContextTheme[] |
S_LibrarySession.DMGetThemes(Long id,
Long classId,
Long refObjId,
Long refObjClassId)
Gets the themes of the specified S_ContentObject.
|
ContextTheme[] |
S_LibrarySessionInterface.DMGetThemes(Long contentId,
Long contentClassId,
Long refObjId,
Long refObjClassId) |
int |
S_LibrarySession.DMGetTotalFolderItemCount(Long folder_id,
Long classid)
Gets the count of items in a folder, including undiscoverable
items.
|
int |
S_LibrarySessionInterface.DMGetTotalFolderItemCount(Long folder_id,
Long classid) |
long |
S_LibrarySession.DMGetWastebasketSelectorItemCount(String searchClass,
String searchDefinition,
boolean recursive)
Constructs a wastebasket S_Selector and gets its number of items.
|
long |
S_LibrarySessionInterface.DMGetWastebasketSelectorItemCount(String searchClass,
String searchDefinition,
boolean recursive) |
void |
S_LibrarySession.DMGrantAdmin(Long userid)
Grants administration privilege to the specified S_DirectoruUser.
|
void |
S_LibrarySessionInterface.DMGrantAdmin(Long userid) |
void |
S_LibrarySession.DMHandleAuditEventDispatchRequests(ArrayList reqList,
String tableName)
Handle a list of AuditEvent dispatch requests.
|
void |
S_LibrarySessionInterface.DMHandleAuditEventDispatchRequests(ArrayList reqList,
String tableName) |
void |
S_LibrarySession.DMInsertRetainedEvent(RetainedEvent event)
Add a retained event
|
void |
S_LibrarySessionInterface.DMInsertRetainedEvent(RetainedEvent event) |
void |
S_LibrarySession.DMIntegrateIntoVersionSeries(Long sid,
Long sclassId,
Long tid,
Long tclassId)
Integrates an S_VersionSeries at a specified S_VersionDescription
into a second S_VersionSeries at that series's latest
S_VersionDescription, creating a new S_BranchRelationship.
|
void |
S_LibrarySessionInterface.DMIntegrateIntoVersionSeries(Long sid,
Long sclassId,
Long tid,
Long tclassId) |
void |
S_LibrarySession.DMInvalidateTokenCredentials(Long userId)
Invalidates all the token credentials for a given user.
|
void |
S_LibrarySessionInterface.DMInvalidateTokenCredentials(Long userId) |
Object |
S_LibrarySession.DMInvokeOperation(Long id,
Long classId,
OperationContext op)
Invokes a server-side operation.
|
Object |
S_LibrarySessionInterface.DMInvokeOperation(Long id,
Long classId,
OperationContext op) |
Serializable |
S_LibrarySession.DMInvokeServerMethod(Long id,
Long classId,
String methodName,
Serializable payload)
Invokes an S_LibrarySession or S_LibraryObject DYN method.
|
Serializable |
S_LibrarySessionInterface.DMInvokeServerMethod(Long id,
Long classId,
String methodName,
Serializable payload) |
boolean |
S_LibrarySession.DMIsAclIndexUpdateModeSynchronous()
determine if ACL index update mode is synchronous
|
boolean |
S_LibrarySessionInterface.DMIsAclIndexUpdateModeSynchronous() |
boolean |
S_LibrarySession.DMIsArrayInputsUsedForAncestorSelection()
Gets whether to use array inputs for selecting "all ancestors"
if size has exceeded threshhold.
|
boolean |
S_LibrarySessionInterface.DMIsArrayInputsUsedForAncestorSelection() |
boolean |
S_LibrarySession.DMIsArrayInputsUsedForMemberSelection()
Gets whether to use array inputs for selecting "all members"
if size has exceeded threshhold.
|
boolean |
S_LibrarySessionInterface.DMIsArrayInputsUsedForMemberSelection() |
boolean |
S_LibrarySession.DMIsAttributeValueInValueDomain(Long id,
Long classId,
AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomain.
|
boolean |
S_LibrarySessionInterface.DMIsAttributeValueInValueDomain(Long id,
Long classId,
AttributeValue av) |
boolean |
S_LibrarySession.DMIsContentReadByUser(Long id,
Long classId)
Gets the read state of the specified S_ContentObject.
|
boolean |
S_LibrarySessionInterface.DMIsContentReadByUser(Long id,
Long classId) |
boolean |
S_LibrarySession.DMIsContextIndexEnabled()
whether Context has ben enabled on this schema
|
boolean |
S_LibrarySessionInterface.DMIsContextIndexEnabled() |
boolean |
S_LibrarySession.DMIsDirectMemberOfDirectoryGroup(Long groupId,
Long groupClassId,
Long memberId,
Long memberClassId)
Check whether the specified DirectoryObject is a direct
member of the specified group.
|
boolean |
S_LibrarySessionInterface.DMIsDirectMemberOfDirectoryGroup(Long groupId,
Long groupClassId,
Long userId,
Long userClassId) |
boolean |
S_LibrarySession.DMIsExecutionMode(int mode)
Gets whether this S_LibrarySession is in at least the specified
execution mode.
|
boolean |
S_LibrarySessionInterface.DMIsExecutionMode(int mode) |
boolean |
S_LibrarySession.DMIsInstanceOfClassVersionable(Long classId)
Gets whether an instance of the specified S_ClassObject is versionable.
|
boolean |
S_LibrarySessionInterface.DMIsInstanceOfClassVersionable(Long classId) |
boolean |
S_LibrarySession.DMIsLockObjectShared(Long id,
Long classid)
Verifies if the LockObject is shared
|
boolean |
S_LibrarySessionInterface.DMIsLockObjectShared(Long id,
Long classId) |
boolean |
S_LibrarySession.DMIsMemberOfDirectoryGroup(Long groupId,
Long groupClassId,
Long memberId,
Long memberClassId)
Check whether the specified DirectoryObject is a member of the
specified group, directly or indirectly.
|
boolean |
S_LibrarySessionInterface.DMIsMemberOfDirectoryGroup(Long groupId,
Long groupClassId,
Long userId,
Long userClassId) |
boolean |
S_LibrarySession.DMIsTransactionInProgress()
Gets whether this S_LibrarySession is in a transaction, explicit
or implicit.
|
boolean |
S_LibrarySessionInterface.DMIsTransactionInProgress() |
boolean |
S_LibrarySession.DMIsVersionable(Long id,
Long classId)
Gets whether the specified S_PublicObject is versionable.
|
boolean |
S_LibrarySessionInterface.DMIsVersionable(Long id,
Long classId) |
Vector |
S_LibrarySession.DMListItems(Long folder_id,
Long classid,
String folderRelClassname,
SortSpecification sort)
Gets the items in the specified S_Folder.
|
Vector |
S_LibrarySessionInterface.DMListItems(Long folder_id,
Long classid,
String folderRelClassname,
SortSpecification sort) |
Vector |
S_LibrarySession.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues)
Constructs an S_PreparedSelector and gets its items.
|
Vector |
S_LibrarySessionInterface.DMListPreparedSelectorItems(String statementKey,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchDefinition,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
SortSpecification sort,
AttributeValue[] bindValues) |
Vector |
S_LibrarySession.DMListSelectorItems(String searchClass,
String searchDefinition,
boolean recursive,
int maxItemCount,
SortSpecification sort)
Constructs an S_Selector and gets its items.
|
Vector |
S_LibrarySessionInterface.DMListSelectorItems(String searchClass,
String searchDefinition,
boolean recursive,
int maxItemCount,
SortSpecification sort) |
Vector |
S_LibrarySession.DMListWastebasketSelectorItems(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort)
Constructs a wastebasket S_Selector and gets its items.
|
Vector |
S_LibrarySessionInterface.DMListWastebasketSelectorItems(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort) |
void |
S_LibrarySession.DMLockRows(Long id,
Long classId)
Obtain a row-level lock on the specified object.
|
void |
S_LibrarySessionInterface.DMLockRows(Long id,
Long classId) |
String[] |
S_LibrarySession.DMLookupAuditEventOperationTypeKeys(int[] opTypes)
Looks up audit event operation type keys by their numeric values,
returning the string keys.
|
String[] |
S_LibrarySessionInterface.DMLookupAuditEventOperationTypeKeys(int[] opTypes) |
int[] |
S_LibrarySession.DMLookupAuditEventOperationTypes(String[] opTypeKeys)
Looks up audit event operation types by their string key,
returning the corresponding numeric equivalents.
|
int[] |
S_LibrarySessionInterface.DMLookupAuditEventOperationTypes(String[] keys) |
AuditTargetCode |
S_LibrarySession.DMLookupAuditTargetCode(String className)
Looks up an audit target code structure from the specified Class name or
other registered alias for the desired type.
|
AuditTargetCode |
S_LibrarySessionInterface.DMLookupAuditTargetCode(String className) |
S_LibraryObjectData |
S_LibrarySession.DMNewBranchedVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Branches an S_VersionSeries at the specified S_VersionDescription,
resulting in a new S_VersionSeries, S_VersionDescription, and
S_BranchRelationship.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewBranchedVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def) |
ContentStreamSerializer |
S_LibrarySession.DMNewContentStreamSerializer()
Constructs and returns a ContentStreamSerializer appropriate to
the runtime process model.
|
ContentStreamSerializer |
S_LibrarySessionInterface.DMNewContentStreamSerializer() |
S_LibraryObjectData |
S_LibrarySession.DMNewPublicObject(S_LibraryObjectDefinition def)
Creates a new S_PublicObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewPublicObject(S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewRevision(Long id,
Long classId,
S_LibraryObjectDefinition def)
Creates a new S_VersionDescription in the specified S_VersionSeries.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewRevision(Long id,
Long classId,
S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewSchemaObject(S_LibraryObjectDefinition def)
Creates a new S_SchemaObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewSchemaObject(S_LibraryObjectDefinition def) |
Long |
S_LibrarySession.DMNewSearch()
Constructs a new S_Search whose SearchSpecification is undefined.
|
Long |
S_LibrarySessionInterface.DMNewSearch() |
Long |
S_LibrarySession.DMNewSearchFromObject(Long searchObjectId)
Constructs a new S_Search whose SearchSpecification is defined
by the specified S_SearchObject.
|
Long |
S_LibrarySessionInterface.DMNewSearchFromObject(Long srchObjId) |
S_LibraryObjectData |
S_LibrarySession.DMNewSimpleObject(S_LibraryObjectDefinition def)
Creates a new S_SimpleObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewSimpleObject(S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewSystemObject(S_LibraryObjectDefinition def)
Creates a new S_SystemObject based on the specified
S_LibraryObjectDefinition.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewSystemObject(S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNewVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def)
Creates a secondary S_VersionSeries for the specified S_Family.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNewVersionSeries(Long id,
Long classId,
S_LibraryObjectDefinition def) |
S_LibraryObjectData |
S_LibrarySession.DMNextFolderItem(Long folder_id,
Long classid)
Gets the next item in the specified S_Folder.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNextFolderItem(Long folder_id,
Long classid) |
Vector |
S_LibrarySession.DMNextSearchItems(Long srchId,
int batchCount)
Gets the next batch of items in the specified S_Search.
|
Vector |
S_LibrarySessionInterface.DMNextSearchItems(Long id,
int batchCount) |
Vector |
S_LibrarySession.DMNextSelectorBatch(long selId,
int batchSize)
Gets the next batch of items for the specified selector.
|
Vector |
S_LibrarySessionInterface.DMNextSelectorBatch(long cursorId,
int batchSize) |
S_LibraryObjectData |
S_LibrarySession.DMNextSelectorItem(long selId)
Gets the next item in the specified selector.
|
S_LibraryObjectData |
S_LibrarySessionInterface.DMNextSelectorItem(long cursorId) |
void |
S_LibrarySession.DMOpenFolder(Long folder_id,
Long classid,
String folderRelClassname,
SortSpecification sort)
Opens the items in the specified S_Folder.
|
void |
S_LibrarySessionInterface.DMOpenFolder(Long folder_id,
Long classid,
String folderRelClassname,
SortSpecification sort) |
void |
S_LibrarySession.DMOpenSearch(Long srchId,
Vector bindValues,
String language,
int timeout)
Opens the specified S_Search.
|
void |
S_LibrarySessionInterface.DMOpenSearch(Long id,
Vector bindValues,
String language,
int timeout) |
long |
S_LibrarySession.DMOpenSelector(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort)
Constructs and opens an S_Selector.
|
long |
S_LibrarySessionInterface.DMOpenSelector(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort) |
long |
S_LibrarySession.DMOpenWastebasketSelector(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort)
Constructs and opens a wastebasket S_Selector.
|
long |
S_LibrarySessionInterface.DMOpenWastebasketSelector(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort) |
void |
S_LibrarySession.DMPersistTokenCredential(TokenCredential credential)
Makes the specified TokenCredential persistent.
|
void |
S_LibrarySessionInterface.DMPersistTokenCredential(TokenCredential credential) |
void |
S_LibrarySession.DMPostAuditEvent(AuditEvent event,
int mode)
Create an audit event.
|
void |
S_LibrarySessionInterface.DMPostAuditEvent(AuditEvent event,
int mode) |
void |
S_LibrarySession.DMPostEvent(IfsEvent event)
Posts the specified event.
|
void |
S_LibrarySessionInterface.DMPostEvent(IfsEvent event) |
void |
S_LibrarySession.DMProcessEvents()
Processes any events after ticking the event exchanger.
|
void |
S_LibrarySessionInterface.DMProcessEvents() |
Vector |
S_LibrarySession.DMProcessEventsInBackground()
Processes any events server-side after ticking the event exchanger,
and then returns these events to the bean-side caller for
bean-side processing.
|
Vector |
S_LibrarySessionInterface.DMProcessEventsInBackground() |
void |
S_LibrarySession.DMRandomAccessorClose(S_RandomAccessorImpl ra)
Closes the specified RandomAccessor, saving any changes to the document.
|
void |
S_LibrarySessionInterface.DMRandomAccessorClose(S_RandomAccessorImpl ra) |
void |
S_LibrarySession.DMRandomAccessorDispose(S_RandomAccessorImpl ra)
Disposes the specified RandomAccessor, discarding any changes to the
document.
|
void |
S_LibrarySessionInterface.DMRandomAccessorDispose(S_RandomAccessorImpl ra) |
Long |
S_LibrarySession.DMRandomAccessorGetContentObjectId(S_RandomAccessorImpl ra)
Gets the id of the ContentObject being accessed by the specified RandomAccessor.
|
Long |
S_LibrarySessionInterface.DMRandomAccessorGetContentObjectId(S_RandomAccessorImpl ra) |
Long |
S_LibrarySession.DMRandomAccessorGetDocumentId(S_RandomAccessorImpl ra)
Gets the id of the Document being accessed by the specified RandomAccessor.
|
Long |
S_LibrarySessionInterface.DMRandomAccessorGetDocumentId(S_RandomAccessorImpl ra) |
boolean |
S_LibrarySession.DMRandomAccessorIsWriteable(S_RandomAccessorImpl ra)
Gets whether the specified RandomAccessor is writeable.
|
boolean |
S_LibrarySessionInterface.DMRandomAccessorIsWriteable(S_RandomAccessorImpl ra) |
long |
S_LibrarySession.DMRandomAccessorLength(S_RandomAccessorImpl ra)
Gets the content length from the specified RandomAccessor.
|
long |
S_LibrarySessionInterface.DMRandomAccessorLength(S_RandomAccessorImpl ra) |
int |
S_LibrarySession.DMRandomAccessorRead(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Reads bytes from the specified RandomAccessor.
|
int |
S_LibrarySessionInterface.DMRandomAccessorRead(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len) |
void |
S_LibrarySession.DMRandomAccessorSetSession(S_RandomAccessorImpl ra)
Binds the specified RandomAccessor to this session.
|
void |
S_LibrarySessionInterface.DMRandomAccessorSetSession(S_RandomAccessorImpl ra) |
void |
S_LibrarySession.DMRandomAccessorTruncate(S_RandomAccessorImpl ra,
long len)
Truncates the content of the specified RandomAccessor.
|
void |
S_LibrarySessionInterface.DMRandomAccessorTruncate(S_RandomAccessorImpl ra,
long len) |
void |
S_LibrarySession.DMRandomAccessorWrite(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len)
Writes bytes to the specified RandomAccessor.
|
void |
S_LibrarySessionInterface.DMRandomAccessorWrite(S_RandomAccessorImpl ra,
long pos,
byte[] b,
int off,
int len) |
void |
S_LibrarySession.DMReassociateLinks(Long oldId,
Long oldClassId,
Long newId,
Long newClassId)
Reassociate the Links for the specified PublicObject to new
specified PublicObject.
|
void |
S_LibrarySessionInterface.DMReassociateLinks(Long oldId,
Long oldClassId,
Long newId,
Long newClassId) |
boolean |
S_LibrarySession.DMReauthenticate(Credential credential,
ConnectOptions options)
Reauthenticates the DIRECTORYUSER for which this S_LibrarySession
was created (this is the DIRECTORYUSER returned by the method
getAuthenticatedUser ). |
boolean |
S_LibrarySessionInterface.DMReauthenticate(Credential credential,
ConnectOptions options) |
int |
S_LibrarySession.DMRegisterAuditEventOperationType(String opTypeKey,
int targetCode,
String targetClass,
int opCode,
Boolean createOrFree)
Register a new event type.
|
int |
S_LibrarySessionInterface.DMRegisterAuditEventOperationType(String opTypeKey,
int targetCode,
String targetClassName,
int opCode,
Boolean createOrFree) |
void |
S_LibrarySession.DMRegisterClassEventHandler(Long classId)
Receive notification that the bean-side has a registered
event handler for the specified ClassObject.
|
void |
S_LibrarySessionInterface.DMRegisterClassEventHandler(Long classId) |
int |
S_LibrarySession.DMRegisterCustomAuditEventOperationCodeKey(String opCodeKey)
Register a new custom operation code key.
|
int |
S_LibrarySessionInterface.DMRegisterCustomAuditEventOperationCodeKey(String opCodeKey) |
void |
S_LibrarySession.DMRegisterEventHandler(Long id)
Receive notification that the bean-side has a registered
event handler for the specified object.
|
void |
S_LibrarySessionInterface.DMRegisterEventHandler(Long id) |
void |
S_LibrarySession.DMRegisterServiceEventHandler(IfsEventHandler handler)
Register a Service event handler.
|
void |
S_LibrarySessionInterface.DMRegisterServiceEventHandler(IfsEventHandler handler) |
int |
S_LibrarySession.DMReleaseExpiredLockObject(Long id,
Long classId)
Release an expired LockObject.
|
int |
S_LibrarySessionInterface.DMReleaseExpiredLockObject(Long id,
Long classId) |
void |
S_LibrarySession.DMRemoveAccessControlEntry(Long id,
Long classId,
Long aceId,
Long aceClassId)
Removes an S_AccessControlEntry in the specified S_AccessControlList.
|
void |
S_LibrarySessionInterface.DMRemoveAccessControlEntry(Long id,
Long classId,
Long aceId,
Long aceClassId) |
void |
S_LibrarySession.DMremoveAllAccessControlEntries(Long id,
Long classId)
Removes all S_AccessControlEntries from the specified S_AccessControlList.
|
void |
S_LibrarySessionInterface.DMremoveAllAccessControlEntries(Long id,
Long classId) |
void |
S_LibrarySession.DMRemoveAttributeFromClassObject(Long id,
S_LibraryObjectDefinition def)
Removes an attribute from an existing classobject.
|
void |
S_LibrarySessionInterface.DMRemoveAttributeFromClassObject(Long id,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMRemoveAuditEvents(long[] eventIds,
String tableName)
Remove audit events.
|
void |
S_LibrarySessionInterface.DMRemoveAuditEvents(long[] eventIds,
String tableName) |
void |
S_LibrarySession.DMRemoveAuditEventsForTarget(Long specId,
Long targetId)
Free audit events from a specific Audit history, by target ID.
|
void |
S_LibrarySessionInterface.DMRemoveAuditEventsForTarget(Long specId,
Long targetId) |
void |
S_LibrarySession.DMRemoveFromFolder(Long folder_id,
Long classid,
Long rightObj,
Long rightObjClassid,
S_LibraryObjectDefinition def)
Removes the specified item from the specified S_Folder.
|
void |
S_LibrarySessionInterface.DMRemoveFromFolder(Long folder_id,
Long classid,
Long rightObj,
Long rightObjClassid,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMRemoveMemberFromDirectoryGroup(Long group_id,
Long classid,
Long member_id,
Long memberClassid)
Removes the specified S_DirectoryObject from the specified S_DirectoryGroup.
|
void |
S_LibrarySessionInterface.DMRemoveMemberFromDirectoryGroup(Long group_id,
Long classid,
Long rightObj,
Long rightObjClassid) |
void |
S_LibrarySession.DMRemoveMembersFromDirectoryGroup(Long group_id,
Long classid,
Long[] rightObjIds,
Long[] rightObjClassids)
Removes the specified S_DirectoryObjects from the specified S_DirectoryGroup.
|
void |
S_LibrarySessionInterface.DMRemoveMembersFromDirectoryGroup(Long group_id,
Long classid,
Long[] rightObjIds,
Long[] rightObjClassids) |
void |
S_LibrarySession.DMRemoveRawAuditEvents(RawAuditEvent[] rawEvents)
Remove raw audit events.
|
void |
S_LibrarySessionInterface.DMRemoveRawAuditEvents(RawAuditEvent[] rawEvents) |
void |
S_LibrarySession.DMRemoveRelationship(Long id,
Long classId,
Long relId,
Long relClassId)
Removes a relationship from the specified S_PublicObject.
|
void |
S_LibrarySessionInterface.DMRemoveRelationship(Long id,
Long classId,
Long relId,
Long relClassId) |
ContentStreamSerializer |
S_LibrarySession.DMRender(Long id,
Long classId,
String rendererType,
String rendererName,
Hashtable options,
boolean reader)
Deprecated.
iFS 9.0.3 see release notes for more information
|
ContentStreamSerializer |
S_LibrarySessionInterface.DMRender(Long id,
Long classId,
String rendererType,
String rendererName,
Hashtable options,
boolean reader) |
void |
S_LibrarySession.DMReserveNext(Long id,
Long classId,
String contentPath,
String comment)
Reserves the specified S_VersionSeries.
|
void |
S_LibrarySessionInterface.DMReserveNext(Long id,
Long classId,
String contentPath,
String comment) |
void |
S_LibrarySession.DMResolveObjects(Long[] ids,
Long[] classIds,
ObjectResolverSpecification spec)
Force deeper resolution for the specified LibraryObjects
|
void |
S_LibrarySessionInterface.DMResolveObjects(Long[] ids,
Long[] classIds,
ObjectResolverSpecification spec) |
void |
S_LibrarySession.DMRollback()
Discards all pending changes for all in-progress Transactions for this
S_LibrarySession.
|
void |
S_LibrarySessionInterface.DMRollback() |
long |
S_LibrarySession.DMSchemaVersionNumber()
Gets the schema version as a long.
|
long |
S_LibrarySessionInterface.DMSchemaVersionNumber() |
String |
S_LibrarySession.DMSchemaVersionString()
Gets the schema version as a string.
|
String |
S_LibrarySessionInterface.DMSchemaVersionString() |
AttributeValue[] |
S_LibrarySession.DMSelectAggregateAuditEventColumns(Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
AttributeValue[] |
S_LibrarySessionInterface.DMSelectAggregateAuditEventColumns(Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause) |
AuditEvent[] |
S_LibrarySession.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
AuditEvent[] |
S_LibrarySessionInterface.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems) |
RawAuditEvent[] |
S_LibrarySession.DMSelectRawAuditEvents(String filterClause,
int maxItems)
Select raw audit events.
|
RawAuditEvent[] |
S_LibrarySessionInterface.DMSelectRawAuditEvents(String filterClause,
int maxItems) |
AuditFolderPath |
S_LibrarySession.DMSelectSpecificAuditFolderPath(long folderPathId)
Select the specific AuditFolderPath for a given primary key.
|
AuditFolderPath |
S_LibrarySessionInterface.DMSelectSpecificAuditFolderPath(long folderPathId) |
void |
S_LibrarySession.DMSendClientVersionInformation(long versionNumber,
String versionString)
Sets the LibrarySession version for this S_LibrarySession.
|
void |
S_LibrarySessionInterface.DMSendClientVersionInformation(long versionNumber,
String versionString) |
void |
S_LibrarySession.DMSetApplicationName(String name)
Sets the application name.
|
void |
S_LibrarySessionInterface.DMSetApplicationName(String name) |
S_LibraryObjectDefinition |
S_LibrarySession.DMSetAttributes(Long id,
Long classId,
S_LibraryObjectDefinition def)
Updates the specified S_LibraryObject.
|
S_LibraryObjectDefinition |
S_LibrarySessionInterface.DMSetAttributes(Long id,
Long classId,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMSetContentReadByUser(Long id,
Long classId,
boolean readState,
Long refObjId,
Long refObjClassId)
Sets the read state of the specified S_ContentObject.
|
void |
S_LibrarySessionInterface.DMSetContentReadByUser(Long id,
Long classId,
boolean readState,
Long refObjId,
Long refObjClassId) |
void |
S_LibrarySession.DMSetEncryptedRepositoryParameter(String name,
String value)
Sets the value of the specified repository parameter.
|
void |
S_LibrarySessionInterface.DMSetEncryptedRepositoryParameter(String name,
String value) |
void |
S_LibrarySession.DMSetExecutionMode(int mode)
Sets whether the new execution mode for the session
|
void |
S_LibrarySessionInterface.DMSetExecutionMode(int mode) |
void |
S_LibrarySession.DMSetLibrarySession(LibrarySession session)
Sets the LibrarySession callback for this S_LibrarySession.
|
void |
S_LibrarySessionInterface.DMSetLibrarySession(LibrarySession session) |
void |
S_LibrarySession.DMSetRepositoryParameter(String name,
String value)
Sets the value of the specified repository parameter.
|
void |
S_LibrarySessionInterface.DMSetRepositoryParameter(String name,
String value) |
void |
S_LibrarySession.DMSetSearchSpecification(Long srchId,
SearchSpecification sp)
Sets the SearchSpecification of the specified S_Search.
|
void |
S_LibrarySessionInterface.DMSetSearchSpecification(Long srchId,
SearchSpecification sp) |
void |
S_LibrarySession.DMSetServiceTraceLoggerLevels(int[] levels)
Sets the trace levels of the S_LibraryServiceTraceLogger.
|
void |
S_LibrarySessionInterface.DMSetServiceTraceLoggerLevels(int[] levels) |
void |
S_LibrarySession.DMSetSessionTraceLoggerLevels(int[] levels)
Sets the trace levels of the S_LibrarySessionTraceLogger.
|
void |
S_LibrarySessionInterface.DMSetSessionTraceLoggerLevels(int[] levels) |
void |
S_LibrarySession.DMTrace(int channel,
int level,
Long serviceId,
Long sessionId,
Long id,
String className,
String payload)
Sends a trace request to the S_LibrarySessionTraceLogger.
|
void |
S_LibrarySessionInterface.DMTrace(int channel,
int level,
Long serviceId,
Long sessionId,
Long id,
String classname,
String payload) |
void |
S_LibrarySession.DMUndelete(Long id,
Long classId,
S_LibraryObjectDefinition def)
Undeletes the specified S_PublicObject.
|
void |
S_LibrarySessionInterface.DMUndelete(Long id,
Long classId,
S_LibraryObjectDefinition def) |
void |
S_LibrarySession.DMUnregisterAuditEventOperationType(String opTypeKey)
Unregister an event type.
|
void |
S_LibrarySessionInterface.DMUnregisterAuditEventOperationType(String opTypeKey) |
void |
S_LibrarySession.DMUnReserve(Long id,
Long classId)
Unreserves the specified S_VersionSeries.
|
void |
S_LibrarySessionInterface.DMUnReserve(Long id,
Long classId) |
void |
S_LibrarySession.DMupdateAccessControlEntry(Long id,
Long classId,
Long aceId,
Long aceClassId,
S_LibraryObjectDefinition sdef)
Updates an S_AccessControlEntry in the specified S_AccessControlList.
|
void |
S_LibrarySessionInterface.DMupdateAccessControlEntry(Long id,
Long classId,
Long aceId,
Long aceClassid,
S_LibraryObjectDefinition sdef) |
RandomAccessor |
S_LibrarySession.DMUpdateContentByRandomAccess(Long docId,
Long docClassId,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
RandomAccessor |
S_LibrarySessionInterface.DMUpdateContentByRandomAccess(Long docId,
Long docClassId,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod) |
void |
S_LibrarySession.DMUpdateLocalizer(Hashtable properties)
Updates the Localizer of this S_LibrarySession to reflect the Localizer
properties specified as name/value pairs.
|
void |
S_LibrarySessionInterface.DMUpdateLocalizer(Hashtable properties) |
void |
S_LibrarySession.DMUpdateSessionDefaults(Hashtable properties)
Updates the S_LibrarySession preferences, including the name of the
default folder relationship classobject and the folder path delimiter.
|
void |
S_LibrarySessionInterface.DMUpdateSessionDefaults(Hashtable properties) |
long |
S_LibrarySession.DMVersionNumber()
Gets the version of the S_LibraryService hosting this S_LibrarySession
as a long.
|
long |
S_LibrarySessionInterface.DMVersionNumber() |
String |
S_LibrarySession.DMVersionString()
Gets the version of the S_LibraryService hosting this S_LibrarySession
as a string.
|
String |
S_LibrarySessionInterface.DMVersionString() |
static int |
S_Attribute.doDanglingArrayReferencesCleanUp(S_LibrarySession session,
Vector params)
Perform dangling array type object references cleanup
|
static int |
S_Attribute.doDanglingObjectReferencesCleanUp(S_LibrarySession session,
Vector params)
Perform dangling object references cleanup
|
Serializable |
S_FolderPathRelationship.DYNAddToFolderIndex(Serializable payload)
Add this parent/child relationship to the folder index
|
Serializable |
S_ActionSpecification.DYNAddToHierarchy(Serializable payload)
Adds this instance to the ActionSpecification hierarchy.
|
Serializable |
S_ActivitySpecification.DYNAddToHierarchy(Serializable payload)
Adds this instance to the ActivitySpecification hierarchy.
|
Serializable |
S_LibrarySession.DYNChangeAclResolutionMode(Serializable payload)
Change ACL resolution mode to either synchronous or asynchronous.
|
Serializable |
S_LibrarySession.DYNChangeFolderIndexUpdateMode(Serializable payload)
Change folder index update mode to either synchronous or asynchronous.
|
Serializable |
S_LibrarySession.DYNCleanUpDanglingArrayReferences(Serializable payload)
Clears elements of array-type object-type attributes that reference
invalid objects.
|
Serializable |
S_LibrarySession.DYNCleanUpDanglingObjectReferences(Serializable payload)
Clears scalar object-type attributes that reference invalid objects.
|
Serializable |
S_LibrarySession.DYNCleanupDeadServices(Serializable payload)
Cleans up S_LibraryServices that have abnormally terminated.
|
Serializable |
S_Document.DYNClearContentQuota(Serializable payload)
Bean-callable wrapper to clearContentQuota
|
Serializable |
S_Document.DYNCloneContentObject(Serializable payload)
dynamic wrapper to cloneContentObject
|
Serializable |
S_LibrarySession.DYNCompleteIndexCreation(Serializable payload)
Complete the creation of the folder index.
|
Serializable |
S_LibrarySession.DYNCreateAdminDirectoryObjects(Serializable payload)
Creates the admin DirectoryUser and the world DirectoryGroup.
|
Serializable |
S_MediaBlob.DYNCreateContentIndexProcedure(Serializable payload)
DYN wrapper for
createContentIndexProcedure . |
Serializable |
S_LibrarySession.DYNCreateInitialDeferredEntries(Serializable payload)
Create the initial deferred set of folder relationships for the
Folder index.
|
Serializable |
S_LibrarySession.DYNCreateInitialSelfRows(Serializable payload)
Create the initial set of self-referencing rows inthe folder index
|
Serializable |
S_PerformedActivitySpecification.DYNCreatePerformedActivityDatabaseObjects(Serializable payload)
Creates the Performed Activity table and all associated database objects.
|
Serializable |
S_TrackedActivitySpecification.DYNCreateTrackedActivityTable(Serializable payload)
Creates the Tracked Activity table and all associated database objects.
|
Serializable |
S_LibrarySession.DYNCredentialManagerAuthenticate(Serializable payload)
Authenticates the specified credential.
|
Serializable |
S_LibrarySession.DYNCredentialManagerCreateInitialContext(Serializable payload)
Creates a JNDI connection to the OiD instance for the specified
OidCredentialManager and returns the DirContext of that connection.
|
Serializable |
S_LibrarySession.DYNCredentialManagerCreateUser(Serializable payload)
Deprecated.
iFS 9.0.2 added options element
|
Serializable |
S_LibrarySession.DYNCredentialManagerDeleteUser(Serializable payload)
Deprecated.
iFS 9.0.2 added options element
|
Serializable |
S_LibrarySession.DYNCredentialManagerGetProperty(Serializable payload)
Gets the value of the specified dynamic property for the specified
CredentialManager.
|
Serializable |
S_LibrarySession.DYNCredentialManagerListUsers(Serializable payload)
Deprecated.
iFS 9.0.2 changed payload to Vector of two elements
|
Serializable |
S_LibrarySession.DYNCredentialManagerSetPassword(Serializable payload)
Deprecated.
iFS 9.0.2 added options element
|
Serializable |
S_LibrarySession.DYNCredentialManagerSupportsCreateUser(Serializable payload)
Determines whether the specified CredentialManager supports the
DYNCredentialManagerCreateUser method. |
Serializable |
S_LibrarySession.DYNCredentialManagerSupportsDeleteUser(Serializable payload)
Determines whether the specified CredentialManager supports the
DYNCredentialManagerDeleteUser method. |
Serializable |
S_LibrarySession.DYNCredentialManagerSupportsListUsers(Serializable payload)
Determines whether the specified CredentialManager supports the
DYNCredentialManagerListUsers method. |
Serializable |
S_LibrarySession.DYNCredentialManagerSupportsSetPassword(Serializable payload)
Determines whether the specified CredentialManager supports the
DYNCredentialManagerSetPassword method. |
Serializable |
S_LibrarySession.DYNCredentialManagerUserExists(Serializable payload)
Determines whether the specified CredentialManager can authenticate the
specified user.
|
Serializable |
S_LibrarySession.DYNDeleteExpiredAuditFolderPaths(Serializable payload)
Delete any expired Audit folder paths, that have expired
longer than the specified period.
|
Serializable |
S_LibrarySession.DYNDeleteExpiredGlobalAuditEvents(Serializable payload)
Delete any expired audit events from global audit history.
|
Serializable |
S_LibrarySession.DYNDeleteOldFilteredContent(Serializable payload)
Garbage collects old filtered content rows.
|
Serializable |
S_DirectoryObject.DYNDeleteTemporaryIds(Serializable payload)
Deletes all IDs from temporary table used in GroupMembershipCache.
|
Serializable |
S_LibrarySession.DYNDeleteUnusedAuditFolderPathOverflowEntries(Serializable payload)
Delete any unused overflow entries for Audit folder paths.
|
Serializable |
S_LibrarySession.DYNDeleteUnusedAuditProperties(Serializable payload)
Delete any unreferenced Audit event properties.
|
Serializable |
S_Media.DYNDestroyExpiredContent(Serializable payload)
DYN wrapper for
destroyExpiredContent . |
Serializable |
S_PerformedActivitySpecification.DYNDropPerformedActivityDatabaseObjects(Serializable payload)
Drops the Performed Activity table and all associated database objects.
|
Serializable |
S_TrackedActivitySpecification.DYNDropTrackedActivityTable(Serializable payload)
Drops the Tracked Activity table and all associated database objects.
|
Serializable |
S_LibrarySession.DYNExplainPlan(Serializable payload)
Generates the query plan for a S_Search.
|
Serializable |
S_LibrarySession.DYNExtractContentForIndexing(Serializable payload)
DYN wrapper for the
extractContentForIndexing method
of S_LibrarySessionContentStorageManager. |
Serializable |
S_LibrarySession.DYNGetAbsolutePath(Serializable payload)
Gets an absolute path, on the database-tier file system, for the specified
path.
|
Serializable |
S_LibrarySession.DYNGetCommittedLibraryObjectDataCachePerformanceString(Serializable payload)
Gets the cache performance of the committed S_LibraryObjectData
cache, as a string.
|
Serializable |
S_LibrarySession.DYNGetCommittedResolvedAclCachePerformanceString(Serializable payload)
Gets the cache performance of the committed Resolved ACL
cache, as a string.
|
Serializable |
S_LibrarySession.DYNGetFolderIndexMaxLevel(Serializable payload)
Get the max level parameter from FolderIndexService.
|
Serializable |
S_LibrarySession.DYNGetFolderPathCachePerformanceString(Serializable payload)
Deprecated.
CM SDK 10g removed explicit Folder path cache
|
Serializable |
S_LibrarySession.DYNGetFoldersNeedingPromotion(Serializable payload)
Get the list of folders that are in need of promotion.
|
Serializable |
S_Folder.DYNGetFrqClause(Serializable payload)
Gets the FRQ clause to use with the target folder being the top folder.
|
Serializable |
S_LibrarySession.DYNGetLibraryObjectCachePerformanceString(Serializable payload)
Gets the cache performance of the S_LibraryObject cache, as a string.
|
Serializable |
S_LibrarySession.DYNGetReadonlyConnectionPoolPerformanceString(Serializable payload)
Gets performance statistics of the readonly connection pool.
|
Serializable |
S_LibrarySession.DYNGetRichMediaDocsWithoutRichMediaCategories(Serializable payload)
Gets all Docs that are in the "InterMedia" media but are not
associated with an InterMedia category.
|
Serializable |
S_LibrarySession.DYNGetSystemUserToken(Serializable payload)
Gets the system token that can be used to efficiently clone
system sessions.
|
Serializable |
S_LibrarySession.DYNGetUncommittedLibraryObjectDataCachePerformanceString(Serializable payload)
Gets the cache performance of the uncommitted S_LibraryObjectData
cache, as a string.
|
Serializable |
S_LibrarySession.DYNGetUncommittedResolvedAclCachePerformanceString(Serializable payload)
Gets the cache performance of the uncommitted Resolved ACL
cache, as a string.
|
Serializable |
S_LibrarySession.DYNGetUnreferencedContentObjectList(Serializable payload)
Gets List of all unreferenced ContentObjects
|
Serializable |
S_LibrarySession.DYNGetWriteableConnectionPoolPerformanceString(Serializable payload)
Gets performance statistics of the writeable connection pool.
|
Serializable |
S_LibrarySession.DYNInitializeFolderIndexTables(Serializable payload)
Creates folder index tables.
|
Serializable |
S_DirectoryObject.DYNInsertTemporaryIds(Serializable payload)
Inserts IDs into temporary table used in GroupMembershipCache.
|
Serializable |
S_LibraryObject.DYNInvalidateState(Serializable payload)
Invalidates any information cached for this object.
|
Serializable |
S_LibrarySession.DYNIsFolderIndexEnabled(Serializable payload)
Returns indication of whether a folder index service is
in use.
|
Serializable |
S_LibrarySession.DYNIsFolderIndexUpdateModeSynchronous(Serializable payload)
Get indication of theFolderIndexService update mode.
|
Serializable |
S_DirectoryUser.DYNisUserInDirectoryService(Serializable payload)
Determines if the user is a valid user in the underlying Directory
Service.
|
Serializable |
S_LibrarySession.DYNListAllFoldersWithSubfolders(Serializable payload)
Gets all S_Folders that have one or more subfolders.
|
Serializable |
S_LibraryObject.DYNLockRows(Serializable payload)
Lock the rows from each table for this instance.
|
Serializable |
S_Category.DYNMoveCategory(Serializable payload)
Move Category to another PublicObject.
|
Serializable |
S_Folder.DYNPromote(Serializable payload)
Promote this folder to a specified level in the
folder index service.
|
Serializable |
S_LibrarySession.DYNPurgeEvents(Serializable payload)
Purges events older than a threshold age.
|
Serializable |
S_ClassObject.DYNRecreateViews(Serializable payload)
Force re-creation of the database views, for this class
and all of its subclasses.
|
Serializable |
S_AccessControlList.DYNRemoveAcesForFreedGrantees(Serializable payload)
Removes obsolete ACEs that correspond to grantees that no longer exist.
|
Serializable |
S_LibrarySession.DYNRemoveInvalidTokenCredentials(Serializable payload)
Remove Token Credentials that have expired or have been expended.
|
Serializable |
S_PublicObject.DYNReplaceCreator(Serializable payload)
Changes the creator of an object to the passed in user.
|
Serializable |
S_PublicObject.DYNReplaceDeletor(Serializable payload)
Changes the deletor of an object to the passed in user.
|
Serializable |
S_PublicObject.DYNReplaceModifier(Serializable payload)
Changes the last modifier of an object to the passed in user.
|
Serializable |
S_LibrarySession.DYNResetFolderIndex(Serializable payload)
Resets Folder index so that the only rows included are
"self" rows.
|
Serializable |
S_LibrarySession.DYNSelectUnusedAuditTypeLists(Serializable payload)
Get a list of unused audit type list IDs.
|
Serializable |
S_LibrarySession.DYNSyncContentIndex(Serializable payload)
Syncs the Oracle Text index.
|
Serializable |
S_LibrarySession.DYNTruncateFolderIndexTables(Serializable payload)
Truncates the folder index tables.
|
Serializable |
S_ContentQuota.DYNUpdateContentQuota(Serializable payload)
Used for upgrade.
|
Serializable |
S_AccessControlList.DYNUpdateOwnerBypassUniquenessCheck(Serializable payload)
Updates the owner and clears the ownerUniqueName attribute.
|
Serializable |
S_DirectoryGroup.DYNUpdateOwnerBypassUniquenessCheck(Serializable payload)
Updates the owner and clears the ownerUniqueName attribute.
|
Serializable |
S_LibrarySession.DYNVacuumAnalyze(Serializable payload)
Execute the VACUUM ANALYZE action for Postgres.
|
protected void |
S_LibrarySession.emptyWastebasket(S_DirectoryObject user)
Empties the user's (or feigned user's, if applicable) wastebasket.
|
void |
S_AccessControlList.enforceNameUniquenessByOwner(S_LibraryObjectDefinition def)
Perform name uniqueness enforcement, by owner.
|
void |
S_DirectoryGroup.enforceNameUniquenessByOwner(S_LibraryObjectDefinition def)
Perform name uniqueness enforcement, by owner.
|
void |
S_Queue.enqueue(oracle.sql.ORAData message)
Enqueues a message onto this queue.
|
protected void |
S_Queue.enqueue(oracle.sql.ORAData message,
int priority)
Enqueues a message onto this queue.
|
protected void |
S_Queue.enqueue(oracle.sql.ORAData message,
int priority,
String correlation)
Enqueues a message onto this queue.
|
protected void |
AccessControlListResolver.ensureAces(S_LibrarySession sess)
Make sure we have the ACE data resolved.
|
protected void |
S_Media.ensureContentTableExists(Connection auxconn,
S_LibraryObjectDefinition sdef)
Checks if the content table already exists, and if not, creates it.
|
protected void |
S_LibraryObjectSelector.ensureDefaultClass(SortSpecification sort)
Ensure that the specified SortSpecification has
a valid default class set.
|
boolean |
S_LibraryObject.equals(S_LibraryObject item)
Compares whether two LibraryObjects are the same
IFS object.
|
void |
S_LibraryService.establishFolderIndexService()
Establish a FolderIndexService on-the-fly.
|
boolean |
S_LibrarySession.execute(PreparedStatement stmt)
Covers a JDBC execute statement, so that this statement
can be cancelled if it blocks.
|
int |
PolicyAction.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionApplyValueDefault.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionAssociatedPreInsert.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionCheckRequiredForInsert.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionCheckSettable.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionExtendedPreInsert.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionInsertReferenceAttributes.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionIsAlwaysVersionable.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionIsAudited.execute(S_LibrarySession ssession,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionIsNeverVersionable.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
int |
PolicyActionVerifyCanCreate.execute(S_LibrarySession session,
OperationDriver opDriver,
OperationContext opState,
PolicyActionContext pac)
Execute the action.
|
boolean |
S_LibrarySession.execute(Statement stmt,
String sql)
Covers a JDBC execute statement, so that this statement
can be cancelled if it blocks.
|
protected void |
OperationState.executeAtomicOperations()
execute all of the atomic operations in the order in which they
were added to this OperationState.
|
int[] |
S_LibrarySession.executeBatch(Statement stmt)
Covers a JDBC executeBatch statement, so that this statement
can be cancelled if it blocks.
|
void |
OperationDriver.executePolicyOperation(OperationContext opState)
Execute an operation.
|
void |
S_LibraryObject.executePolicyOperation(String opName,
OperationState opState,
S_LibraryObjectDefinition def)
Execute Policy operation.
|
ResultSet |
S_LibrarySession.executeQuery(PreparedStatement stmt)
Covers a JDBC executeQuery statement, so that this statement
can be cancelled if it blocks.
|
ResultSet |
S_LibrarySession.executeQuery(Statement stmt,
String sql)
Covers a JDBC executeQuery statement, so that this statement
can be cancelled if it blocks.
|
int |
S_LibrarySession.executeUpdate(PreparedStatement stmt)
Covers a JDBC executeUpdate statement, so that this statement
can be cancelled if it blocks.
|
int |
S_LibrarySession.executeUpdate(Statement stmt,
String sql)
Covers a JDBC executeUpdate statement, so that this statement
can be cancelled if it blocks.
|
boolean |
CredentialManager.exists(String distinguishedName)
Determines whether this CredentialManager can authenticate the
specified user.
|
boolean |
IdmCredentialManager.exists(String distinguishedName)
Determines whether this IdmCredentialManager can authenticate the
specified user.
|
boolean |
IfsCredentialManager.exists(String distinguishedName)
Determines whether this IfsCredentialManager can authenticate the
specified user.
|
boolean |
UniversalCredentialManager.exists(String distinguishedName)
Determines whether this UniversalCredentialManager can authenticate the
specified user.
|
boolean |
XeCredentialManager.exists(String distinguishedName)
Deprecated.
Determines whether this XeCredentialManager can authenticate the
specified user.
|
boolean |
DirectoryService.exists(String credentialManagerName,
String distinguishedName)
Determines whether the specified CredentialManager can authenticate the
specified user.
|
protected String |
S_Search.explainPlan(Hashtable planDetails)
Wrapper for SearchSpecification explainPlan.
|
String |
SQLGeneration_Helper.explainPlan(PreparedStatement planStatement,
String planTable,
String planName,
boolean deleteRows) |
protected void |
S_Folder.extendedPostAddItem(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition sdef,
S_Relationship rel)
An extensibility point after an item is added to a folder.
|
protected void |
S_FolderRelationship.extendedPostAddRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point after a relationship is created.
|
protected void |
S_Relationship.extendedPostAddRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point after a relationship is created.
|
protected void |
S_PublicObject.extendedPostDelete(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed after deleting
an object.
|
protected void |
S_AccessControlList.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object.
|
protected void |
S_Attribute.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs post-free operations.
|
protected void |
S_Category.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object
|
protected void |
S_ClassObject.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed after freeing
an object.
|
protected void |
S_ContentObject.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def) |
protected void |
S_DirectoryObject.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs the necessary operations after freeing an object.
|
protected void |
S_Folder.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed after freeing
an object.
|
protected void |
S_LibraryObject.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object.
|
protected void |
S_MediaBfile.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object.
|
protected void |
S_MediaBlob.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object.
|
protected void |
S_MediaCustom.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object.
|
protected void |
S_PublicObject.extendedPostFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object
|
protected void |
S_AccessControlList.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Insert into odmz_acl_discoverer table
after insert succeeds.
|
protected void |
S_Attribute.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-insert operations.
|
protected void |
S_Category.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation after to an insert.
|
protected void |
S_ClassObject.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-insert actions.
|
protected void |
S_CompositeGroup.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
operations to be performed after creating
an instance.
|
protected void |
S_DirectoryObject.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed after creating
an instance.
|
protected void |
S_Folder.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
operations to be performed after creating
an instance of S_Folder.
|
protected void |
S_LibraryObject.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed after creating
an object.
|
protected void |
S_LifecyclePolicyEntry.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation after to an insert.
|
protected void |
S_Media.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed after creating an object.
|
protected void |
S_MediaBfile.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed after creating an object.
|
protected void |
S_MediaBlob.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed after creating an object.
|
protected void |
S_MediaCustom.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed after creating an object.
|
protected void |
S_Policy.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition def)
Post-insert actions.
|
protected void |
S_PolicyList.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Add the PolicyListElements after a successful insert of this PolicyList.
|
protected void |
S_PolicyListElement.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation after to an insert.
|
protected void |
S_PropertyBundle.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Add the properties after a successful insert of this PropertyBundle.
|
protected void |
S_PublicObject.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed after creating
an object.
|
protected void |
S_SchemaCategory.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation after to an insert.
|
protected void |
S_SystemCategory.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation after to an insert.
|
protected void |
S_SystemObject.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed after creating an object.
|
protected void |
S_UserProfile.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation after to an insert.
|
protected void |
S_ValueDefaultPropertyBundle.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-insert operations.
|
protected void |
S_ValueDomainPropertyBundle.extendedPostInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-insert operations.
|
protected void |
S_Folder.extendedPostRemoveItem(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition sdef,
S_Relationship relationship)
An extensibility point after an item is removed from a folder.
|
protected void |
S_FolderRelationship.extendedPostRemoveRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point after a relationship is removed.
|
protected void |
S_Relationship.extendedPostRemoveRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point after a relationship is removed.
|
protected void |
S_PublicObject.extendedPostUndelete(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed after undeleting
an object.
|
protected void |
S_AccessControlList.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def)
extended operations to be performed after
updating an object.
|
protected void |
S_Attribute.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-update operations.
|
protected void |
S_Category.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Perform extended updates for Category.
|
protected void |
S_ClassObject.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-update operations.
|
protected void |
S_LibraryObject.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Extended operations to be performed after updating an object.
|
protected void |
S_MessageList.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Perform extended updates for S_MessageList.
|
protected void |
S_Policy.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Post-update actions.
|
protected void |
S_PrimaryUserProfile.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def)
perform any operations after updates have
gone to the database (before commit)
|
protected void |
S_PublicObject.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def)
extended operations to be performed after
updating an object.
|
protected void |
S_SystemObject.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Extended operations to be performed after updating an object.
|
protected void |
S_ValueDefaultPropertyBundle.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-update operations.
|
protected void |
S_ValueDomainPropertyBundle.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs post-update operations.
|
protected void |
S_VersionDescription.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for updating this version description
|
protected void |
S_VersionSeries.extendedPostUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update appropriate system attributes after updating this version series.
|
protected void |
S_Folder.extendedPreAddItem(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition sdef)
An extensibility point before an item is added to a folder.
|
protected void |
S_FolderRelationship.extendedPreAddRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point before a relationship is created.
|
protected void |
S_Relationship.extendedPreAddRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point before a relationship is created.
|
protected void |
S_ContentObject.extendedPreCopy(OperationState opState,
S_LibraryObjectDefinition sdef)
Handles copying the content
|
protected void |
S_Document.extendedPreCopy(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed prior to creating an object copy.
|
protected void |
S_LibraryObject.extendedPreCopy(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before creating
a copy of an object.
|
protected void |
S_PublicObject.extendedPreCopy(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed prior to creating an object copy.
|
protected void |
S_Folder.extendedPreDelete(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be preformed before deleting an instance of S_Folder.
|
protected void |
S_PublicObject.extendedPreDelete(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before deleting
an object.
|
protected void |
S_Attribute.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs pre-free operations.
|
protected void |
S_Category.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
operations to be performed before freeing
an object.
|
protected void |
S_ClassObject.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before freeing
an object.
|
protected void |
S_CompositeGroup.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs operations before freeing an object.
|
protected void |
S_ContentObject.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Processing appropriate for freeing this object
|
protected void |
S_DirectoryGroup.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs operations before freeing an object.
|
protected void |
S_DirectoryObject.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs the necessary operations before freeing an object.
|
protected void |
S_DirectoryUser.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs the necessary operations before freeing an object.
|
protected void |
S_Document.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before freeing
an object.
|
protected void |
S_Folder.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
operations to be performed before freeing
an instance of S_Folder.
|
protected void |
S_LibraryObject.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed before freeing
an object.
|
protected void |
S_LifecyclePolicyEntry.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before freeing
an object.
|
protected void |
S_Link.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before freeing
an object.
|
protected void |
S_LockObject.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before freeing
an object.
|
protected void |
S_Media.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before freeing
an object.
|
protected void |
S_MediaBfile.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before freeing
an object.
|
protected void |
S_MediaBlob.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before freeing
an object.
|
protected void |
S_MediaCustom.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before freeing
an object.
|
protected void |
S_PermissionBundle.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before freeing
an object.
|
protected void |
S_Policy.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Pre-free actions.
|
protected void |
S_PolicyList.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Removes all PolicyListElements from this PolicyList prior to freeing this
PolicyList.
|
protected void |
S_PolicyListElement.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Performs validation before a free.
|
protected void |
S_PolicyPropertyBundle.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Deprecated.
Performs the necessary operations before freeing an object.
|
protected void |
S_PrimaryUserProfile.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed before freeing
an object.
|
protected void |
S_Printer.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed before freeing
an object.
|
protected void |
S_PrintJob.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed before freeing
an object.
|
protected void |
S_PropertyBundle.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Removes all properties from this PropertyBundle prior to freeing this
PropertyBundle.
|
protected void |
S_PublicObject.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before freeing
an object.
|
protected void |
S_Relationship.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Processing appropriate for freeing this object
Save the left object away for post free processing
|
protected void |
S_ServerConfiguration.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition def)
Extended pre-free actions.
|
protected void |
S_StorageGroup.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before freeing
an object.
|
protected void |
S_UserProfile.extendedPreFree(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be performed before freeing
an object.
|
protected void |
S_AccessControlEntry.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this
object.
|
protected void |
S_AccessControlList.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object; in this case, set the is_shared attribute to true if it
is not set explicitly.
|
protected void |
S_Attribute.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert validation.
|
protected void |
S_BranchRelationship.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_Category.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_ClassAccessControlList.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this
object; in this case, set the is_shared attr to true and add
the uniquename attribute to the system list.
|
protected void |
S_ClassDomain.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert validation.
|
protected void |
S_ClassObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert actions.
|
protected void |
S_ContentObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_ContentQuota.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this
object; in this case, derive the UniqueName.
|
protected void |
S_DirectoryGroup.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object; in this case, invoke a name uniqueness enforcement
method if specified by a Policy.
|
protected void |
S_DirectoryUser.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object.
|
protected void |
S_Document.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_FolderPathRelationship.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be preformed before creating an instance of S_FolderPathRelationship.
|
protected void |
S_FolderRelationship.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be preformed before creating an instance of S_FolderRelationship.
|
protected void |
S_Format.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be preformed before creating an instance of S_Format.
|
protected void |
S_GroupMemberRelationship.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this object, and
checks for cycles.
|
protected void |
S_InterMediaSource.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert validation.
|
protected void |
S_LibraryObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Extensibility point to perform actions prior to the
creation of a new CM SDK object.
|
protected void |
S_Link.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Performs pre-insert validation.
|
protected void |
S_LockObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert validation.
|
protected void |
S_Media.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert actions.
|
protected void |
S_MediaBfile.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert actions.
|
protected void |
S_MediaBlob.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert actions.
|
protected void |
S_MountPoint.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this object
|
protected void |
S_NodeConfiguration.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object.
|
protected void |
S_PolicyListElement.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation prior to an insert.
|
protected void |
S_PrimaryUserProfile.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object.
|
protected void |
S_Printer.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_PrintJob.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object.
|
protected void |
S_Property.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation prior to an insert.
|
protected void |
S_PublicObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_Queue.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object.
|
protected void |
S_Relationship.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_SchemaObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert actions.
|
protected void |
S_ServerConfiguration.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object.
|
protected void |
S_ServiceConfiguration.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this
object.
|
protected void |
S_SystemAccessControlList.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this
object; int his case, set the is_shared attr to true.
|
protected void |
S_SystemObject.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert actions.
|
protected void |
S_UserProfile.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Updates any system attributes appropriate for creating this object
|
protected void |
S_ValueDefault.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert validation.
|
protected void |
S_ValueDomain.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-insert validation.
|
protected void |
S_VersionDescription.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this version description
|
protected void |
S_VersionSeries.extendedPreInsert(OperationState opState,
S_LibraryObjectDefinition def)
Setup appropriate system attributes prior to creating this series.
|
protected void |
S_Folder.extendedPreRemoveItem(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition sdef,
S_Relationship relationship)
An extensibility point before an item is removed from a folder.
|
protected void |
S_FolderPathRelationship.extendedPreRemoveRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point before a relationship is removed.
|
protected void |
S_FolderRelationship.extendedPreRemoveRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point before a relationship is removed.
|
protected void |
S_Relationship.extendedPreRemoveRelationship(OperationState opState,
S_PublicObject rightpo,
S_LibraryObjectDefinition def)
an extensibility point before a relationship is removed.
|
protected void |
S_Folder.extendedPreUndelete(OperationState opState,
S_LibraryObjectDefinition sdef)
Operations to be preformed before undeleting an instance of S_Folder.
|
protected void |
S_PublicObject.extendedPreUndelete(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed before undeleting
an object.
|
protected void |
S_AccessControlList.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for updating this ACL
|
protected void |
S_Attribute.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-update validation.
|
protected void |
S_ClassAccessControlList.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Performs the necessary operations before an update.
|
protected void |
S_ClassDomain.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs pre-update validation.
|
protected void |
S_ContentObject.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_ContentQuota.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Performs the necessary operations before an update.
|
protected void |
S_DirectoryGroup.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for updating this ACL
|
protected void |
S_DirectoryUser.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Performs the necessary operations before an update.
|
protected void |
S_Document.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for updating this object
|
protected void |
S_Family.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for updating this family
|
protected void |
S_FolderPathRelationship.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be preformed before updating an instance of S_FolderRelationship.
|
protected void |
S_Format.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be preformed before updating an instance of S_FolderRelationship.
|
protected void |
S_LibraryObject.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed before updating
an object.
|
protected void |
S_LifecyclePolicyEntry.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_Link.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Performs pre-update validation.
|
protected void |
S_MediaBfile.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_MountPoint.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_NodeConfiguration.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_PermissionBundle.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def) |
protected void |
S_PolicyList.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs operations prior to updating this PolicyList.
|
protected void |
S_PolicyListElement.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation prior to an update .
|
protected void |
S_PolicyPropertyBundle.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Deprecated.
Performs the necessary oprations before updating an object.
|
protected void |
S_PrimaryUserProfile.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Oprations to be performed before updating
an object.
|
protected void |
S_Printer.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_PrintJob.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_Property.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs validation prior to an update .
|
protected void |
S_PropertyBundle.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Performs operations prior to updating this PropertyBundle.
|
protected void |
S_PublicObject.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_Queue.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_SchemaObject.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_ServerConfiguration.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_ServiceConfiguration.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for creating this object
|
protected void |
S_SystemAccessControlList.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Performs the necessary operations before an update.
|
protected void |
S_SystemObject.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition sdef)
Update any system attributes appropriate for creating this object
|
protected void |
S_VersionDescription.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for updating this version description
|
protected void |
S_VersionSeries.extendedPreUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Setup appropriate system attributes prior to updating this series.
|
Long |
ContentStorageManager.extractContentForIndexing(Long prevContentObjectId,
int batchSize)
Called by the ContentAgent, identifies rows in ODMZ_CONTEXT_ROUTER whose
content is ready for indirect full-text indexing, and for each such row,
sets the INDEXABLECONTENT BLOB column to the content.
|
Long |
S_LibrarySessionContentStorageManager.extractContentForIndexing(Long previousContentObjectId,
int batchSize)
Called by the ContentAgent, identifies rows in ODMZ_CONTEXT_ROUTER whose
content is ready for indirect full-text indexing, and for each such row,
sets the INDEXABLECONTENT BLOB column to the content.
|
protected void |
OracleContentStorageManager.extractContentForIndexing(S_ContentObject co)
For the specified ContentObject, extracts the content and loads it into
the INDEXABLECONTENT column in the corresponding ODMZ_CONTEXT_ROUTER row.
|
protected void |
PostgresContentStorageManager.extractContentForIndexing(S_ContentObject co)
For the specified ContentObject, extracts the content and loads it into
the INDEXABLECONTENT column in the corresponding ODMZ_CONTEXT_ROUTER row.
|
protected abstract void |
S_LibrarySessionContentStorageManager.extractContentForIndexing(S_ContentObject co)
For the specified ContentObject, extracts the content and loads it into
the INDEXABLECONTENT column in the corresponding ODMZ_CONTEXT_ROUTER row.
|
protected Long |
AuditExecutor.extractObjectId(LibraryObjectInterface obj)
Extract ID from an object, which could be null.
|
protected Object |
AuditExecutor.extractValueFromResultSet(ResultSet rset,
int position,
int datatype)
Gets the selected value of the specified type.
|
protected S_PrimaryUserProfile |
S_DirectoryUser.fetchPrimaryUserProfile()
Gets the primary user profile for this user.
|
protected String |
LibraryConnection.fetchSessionLanguage()
fetchSessionLanguage
|
void |
S_ContentObject.filterContent(boolean plaintext,
S_LibraryObject refObj)
Generates an HTML or plaintext version of the content, via the
InterMedia INSO filters.
|
void |
ContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
void |
OracleContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
void |
PostgresContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.filterContent(S_ContentObject co,
boolean plaintext)
Generate filtered content for the specified ContentObject.
|
Object |
BoundedLibraryObjectCache.find(Object id)
Gets an item from this cache.
|
Object |
LooselyBoundedSLibraryObjectCache.find(Object id)
Gets an item from this cache.
|
Object |
UncommittedLibraryObjectDataCache.find(Object id)
Gets an item from this cache.
|
Object |
UncommittedResolvedAclCache.find(Object id)
Gets an item from this cache.
|
S_ClassObjectData |
S_LibrarySession.findClassData(String className)
Returns an S_ClassObjectData given a class name.
|
protected String |
AuditExecutor.findInlineString(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
long stringRef)
Find inline String by inline String reference.
|
protected long |
AuditExecutor.findInlineStringReference(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
String inlineString)
Find inline String reference (sequence) by String value.
|
LibraryObject |
BoundedLibraryObjectCache.findLibraryObject(Object itemKey,
LibrarySession session)
Gets an item from this cache.
|
protected S_LibraryObjectData |
S_LibrarySession.findLibraryObjectData(Long id)
Finds the S_LibraryObjectData in the data cache
|
protected S_LibraryObjectData |
S_LibraryObjectSelector.findObjectById(Long id)
Find an object by ID.
|
AccessControlListResolver |
UncommittedResolvedAclCache.findOrConstruct(Long id)
Gets an item from this cache.
|
protected AccessControlListResolver |
S_LibrarySession.findOrConstructAclResolver(Long key)
Finds a previously constructed uncommitted AccessControlListResolver,
or failing that, a commited AccessControlListResolver for the
specified id.
|
protected AuditCertificate |
AuditExecutor.findOrSelectAuditCertificate(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
Long objectId)
Find or select AuditCertificate for the specified object ID.
|
S_PublicObject |
S_Folder.findPublicObjectByPath(String path)
Find item by Folder path.
|
protected S_LibraryObjectSelector |
S_LibrarySession.findSelectorInCache(Long classId)
Gets the S_LibraryObjectSelector for the specified classobject.
|
S_LibraryObjectSelector |
S_LibrarySession.findSelectorInCache(String className)
Gets the S_LibraryObjectSelector for the specified classobject.
|
static S_LibraryService |
S_LibraryService.findService(String serviceName)
Finds an existing iFS service with the specified name.
|
S_LibraryObject |
BoundedLibraryObjectCache.findSLibraryObject(Object itemKey)
Gets an item from this cache.
|
protected S_Selector |
S_LibrarySession.findSSelector(long selId)
Get the specified S_Selector from the set of S_Selectors for
this S_LibrarySession.
|
protected SubService |
S_LibraryService.findSubService(String name)
Gets a subservice by name.
|
void |
S_LibraryServiceRdbmsEventExchanger.flush()
Flushes any buffered outgoing or incoming events.
|
void |
S_LibrarySession.flushEvents()
Flush any pending outgoing events.
|
void |
S_LibraryServiceRdbmsEventExchanger.forceRead()
Forces a read of any incoming events.
|
void |
AccessControlListResolver.forceResolution(S_LibrarySession session)
Force resolution of this instance.
|
protected void |
S_Category.forceSecuredObjectsToClear(OperationState opState)
Overrides
forceSecuredObjectsToClear , as
there are never objects that reference this as
their SecuringPublicObject. |
protected void |
S_PublicObject.forceSecuredObjectsToClear(OperationState opState)
for objects that we secure, if they haven't been
freed as part of the specified operation,
then force them to clear their SecuringPublicObject setting.
|
protected void |
S_LibraryObject.free(OperationState opState)
Permanently delete an object.
|
void |
S_LibraryObject.free(OperationState opState,
S_LibraryObjectDefinition def)
Permanently delete an object.
|
protected void |
S_PublicObject.freeIfNoFolderReferences(S_LibraryObjectDefinition sdef)
free this instance if there are no left-side FolderPathRelationships.
|
protected void |
S_Category.freeNonsharedAcl(OperationState opState)
Overrides
freeNonsharedAcl , as we never
need to free our ACL since it is always inherited from
the associated PublicObject. |
protected void |
S_PublicObject.freeNonsharedAcl(OperationState opState) |
protected void |
S_PublicObject.freeNonsharedLockObject(OperationState opState,
S_LockObject ourlockobj) |
protected void |
S_ContentObject.freeReadIndicationRows(Long contentid)
Free all references to this target object in the read indication table.
|
protected static long |
CipherUtilities.generateEncryptionToken(S_LibrarySession session,
Long cid)
Derive an encryption token from the specified content ID.
|
protected String |
S_LibrarySession.generateInsertStatement(String tableName,
S_ClassObjectData clssdef)
Generates a INSERT statement string for the specified classobject.
|
PreparedStatement |
S_Search.generateSQLStatement(String sqlStmt) |
protected String |
S_LibraryObjectSelector.generateStatementName(String classname,
SortSpecification sort,
String stmtSuffix)
Generates a statement name.
|
protected String |
S_LibraryObjectSelector.generateStatementName(String classname,
String stmtSuffix)
Generates a statement name.
|
protected String |
S_LibraryObjectSelector.generateStatementName(String classname,
String relname,
SortSpecification sort,
String stmtSuffix)
Generates a statement name.
|
protected String |
S_LibraryObjectSelector.generateStatementName(String classname,
String relname,
String stmtSuffix)
Generates a statement name.
|
void |
ContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
void |
OracleContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
void |
PostgresContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.generateSummary(S_ContentObject co,
String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel)
Generate Summary for specified ContentObject.
|
void |
S_ContentObject.generateSummary(String pointOfView,
long sizeAsPercent,
long sizeAsNumParagraphs,
String summaryLevel,
S_LibraryObject refObj)
Generates one or more summaries for this content by submitting a
request to InterMedia to generate summaries.
|
void |
S_ContentObject.generateThemes(boolean fullThemes,
S_LibraryObject refObj)
Generates the Themes for this content by submitting a request to
InterMedia Text to generate Themes.
|
void |
ContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
void |
OracleContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
void |
PostgresContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.generateThemes(S_ContentObject co,
boolean fullThemes)
Generate Themes for specified ContentObject.
|
protected static String |
S_MediaBfile.getAbsolutePath(S_LibrarySession session,
String path)
Gets an absolute path, on the database-tier file system, for the specified
path.
|
protected S_AccessControlEntry |
AccessControlListResolver.AccessControlEntryData.getAccessControlEntry(S_LibrarySession session)
Gets the AccessControlEntry.
|
Long[] |
S_AccessControlList.getAccessControlEntryIds()
Returns the set of S_AccessControlEntry IDs
associated with this ACL.
|
protected Long[] |
AccessControlListResolver.getAccessControlEntryIds(S_LibrarySession session)
Gets the S_LibraryObjectData vector that contains the
AccessControlEntrys.
|
S_AccessControlEntry[] |
S_AccessControlList.getAccessControlEntrys()
Returns the set of S_AccessControlEntry objects
associated with this ACL.
|
protected S_AccessControlEntry[] |
AccessControlListResolver.getAccessControlEntrys(S_LibrarySession session)
Gets the ACE objects.
|
AccessLevel |
S_AccessControlEntry.getAccessLevel()
Returns the access level represented by this ACE
|
protected AccessLevel |
S_AccessControlList.getAccessLevel()
Returns the accesslevel for the current user.
|
AccessLevel |
S_PermissionBundle.getAccessLevel()
Returns the AccessLevel for this permission bundle.
|
AccessLevel |
S_AccessControlList.getAccessLevel(Long userId)
Returns the access level for the specified user.
|
protected AccessLevel |
AccessControlListResolver.getAccessLevel(S_LibrarySession session,
Long userid)
Checks access that a specified user has.
|
protected AccessLevel |
AccessControlListResolver.getAccessLevel(S_LibrarySession session,
Long userid,
boolean clone,
boolean useAccessCheckMode)
Checks access that a specified user has.
|
protected AccessLevel |
AccessControlListResolver.Resolution.getAccessLevel(S_LibrarySession session,
Long userid,
boolean clone,
boolean useAccessCheckMode)
Gets the AccessLevel.
|
protected static AccessLevel |
AccessControlListResolver.getAccessLevelFromAceSet(S_LibrarySession sess,
AccessControlListResolver.AccessControlEntryData[] aceDatas,
boolean[] aceIncluded)
Compute the AccessLevel from a set of ACEs that are "included"
in consideration.
|
S_AccessControlList |
S_AccessControlEntry.getAcl()
Returns the ACL for this ACE.
|
protected S_AccessControlList |
S_PublicObject.getAcl()
gets the ACL for this object, which can be null.
|
protected String |
S_MediaCustom.getAddress(Long cid)
Gets the content address for the specified content id.
|
protected boolean |
S_DirectoryUser.getAdminEnabled()
Checks if this user has admin privileges.
|
protected Long[] |
S_DirectoryObject.getAllAncestorIds()
Gets the set of all IDs that are members (direct or indirect)
of this group.
|
protected Long[] |
S_DirectoryUser.getAllAncestorIds()
Gets the set of all IDs that are ancestor groups (direct or indirect)
of this user.
|
S_DirectoryObject[] |
S_DirectoryObject.getAllAncestors()
Gets all ancestors of a member, returning the ancestors as an array
of S_DirectoryObject.
|
String[] |
S_PublicObject.getAllFolderPaths()
Gets all Folder paths to the target object, starting from the
Root Folder.
|
String[] |
S_PublicObject.getAllFolderPaths(S_Folder reference)
get all Folder paths to the target object.
|
String[] |
S_PublicObject.getAllFolderPaths(S_Folder reference,
SortSpecification sort)
get all Folder paths to the target object.
|
String[] |
S_PublicObject.getAllFolderPaths(S_Folder reference,
SortSpecification sort,
FolderPathOptions fpo)
get all Folder paths to the target object.
|
protected S_Relationship[] |
S_PublicObject.getAllLeftRelationships()
getAllLeftRelationships - gets all Relationship objects to the
left of this object.
|
protected Long[] |
S_DirectoryGroup.getAllMemberIds()
Gets the set of all IDs that are members (direct or indirect)
of this group.
|
S_DirectoryObject[] |
S_DirectoryGroup.getAllMembers()
Gets all members of the group, direct or indirect.
|
S_DirectoryObject[] |
S_DirectoryObject.getAllMembers()
Gets all members belonging to this DIRECTORYOBJECT.
|
protected Long[] |
S_DirectoryObject.getAllMembersIds()
Gets all members belonging to this DIRECTORYOBJECT.
|
protected LibraryQueryStatement |
S_DirectoryObjectSelector.getAllMembersSelectStatement(LibraryConnection lconn,
Connection conn,
Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected long |
S_ContentQuota.getAllocatedStorage()
Gets the amount of allocated storage.
|
protected S_Relationship[] |
S_PublicObject.getAllRightRelationships()
getAllRightRelationships - gets all Relationship objects to the
right of this object.
|
protected S_LibrarySession[] |
S_LibraryService.getAllSessions()
Gets all connected sessions
|
protected SubService[] |
S_LibraryService.getAllSubServices()
Gets all registered SubServices.
|
protected Long[] |
S_DirectoryGroup.getAllUserMemberIds()
Gets the set of all IDs that are user members (direct or indirect)
of this group.
|
S_DirectoryObject[] |
S_DirectoryGroup.getAllUserMembers()
Gets all user members of the group, direct or indirect.
|
S_VersionSeries[] |
S_Family.getAllVersionSeries()
Gets the server side representation of all version series in this family.
|
Long[] |
S_Family.getAllVersionSeriesIds()
Get the IDs of all VersionSeries contained by this instance.
|
int |
S_LibrarySession.getAncestorThreshold()
Gets the threshold for using a temp table to select all (recursive) ancestors
of a directory object.
|
int |
S_LibraryService.getAncestorThreshold(S_LibrarySession session)
Gets the threshold for using a temp table to select all (recursive) ancestors
of a directory object.
|
String |
S_PublicObject.getAnyFolderPath()
Gets any Folder path to the target object, starting from the
Root Folder.
|
String |
S_PublicObject.getAnyFolderPath(S_Folder reference)
Gets any Folder path to the target object.
|
String |
S_PublicObject.getAnyFolderPath(S_Folder reference,
SortSpecification sort)
Gets any Folder path to the target object.
|
String |
S_PublicObject.getAnyFolderPath(S_Folder reference,
SortSpecification sort,
FolderPathOptions fpo)
Gets any Folder path to the target object.
|
protected String |
S_LibrarySession.getApplicationName()
Gets the name of the application that created this session.
|
protected Object[] |
S_LibrarySession.getArrayAttributeValueEntries(int dataType,
AttributeValue av)
Gets the array of objects corresponding to an array-type
AttributeValue.
|
AttributeValue |
S_LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
Long priClassId,
int count)
Gets a fully resolved array-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
static AttributeValue |
S_LibrarySession.getArrayTypeAttributeValue(AttributeValueArray av,
long objectId,
long attributeId,
Long priClassId,
S_LibrarySession session,
LibraryConnection lconn,
Connection conn)
Gets a fully resolved array-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
S_PublicObject |
S_Category.getAssociatedPublicObject()
Gets the PublicObject associated with this Category.
|
S_PublicObject |
S_ContentQuota.getAssociatedPublicObject()
Gets the PublicObject associated with this ContentQuota object.
|
S_PublicObject |
S_Link.getAssociatedPublicObject()
Gets the PublicObject associated with this Link.
|
S_SchemaObject |
S_SchemaCategory.getAssociatedSchemaObject()
Gets the SchemaObject associated with this SchemaCategory.
|
S_SystemObject |
S_SystemCategory.getAssociatedSystemObject()
Gets the SystemObject associated with this SystemCategory.
|
Object |
OperationState.getAtomicOperationCustomObject(S_LibraryObject obj,
int operationType)
get the custom object specified when an AtomicOperation was added.
|
S_LibraryObjectDefinition |
OperationState.getAtomicOperationDefinition(S_LibraryObject obj,
int operationType)
get the Definition specified when an AtomicOperation was added.
|
AtomicOperation[] |
OperationState.getAtomicOperations()
Gets the atomic operations.
|
AttributeValue |
S_LibraryObject.getAttribute(String attr_name)
Return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
S_LibraryObjectDefinition.getAttribute(String name)
return an AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue |
S_LibraryObjectData.getAttribute(String name,
LibrarySession session)
Gets the value of the specified attribute for the LIBRARYOBJECT
represented by this S_LibraryObjectData.
|
AttributeValue |
S_LibraryObjectData.getAttribute(String name,
S_LibrarySession session)
Gets the value of the specified attribute for the LIBRARYOBJECT
represented by this S_LibraryObjectData.
|
AttributeValue |
S_LibraryObject.getAttributeByUpperCaseName(String attr_name)
Gets the attribute value for the specified attribute.
|
AttributeValue[] |
S_LibraryObjectData.getAttributes()
Gets the values of the attributes of the LIBRARYOBJECT
represented by this S_LibraryObjectData.
|
AttributeValue[] |
S_LibraryObjectDefinition.getAttributes()
return array of Attribute values that were set for this
new instance.
|
String |
S_LibrarySession.getAttributeSortName(String classname,
String attributename)
Gets the database object name of the specified attribute.
|
long |
S_ClassObjectData.getAttributesRsn()
Gets the resolution sequence number of
m_EffectiveClassAttributeIndexesByName,
m_EffectiveClassAttributeIds, and
m_ExtendedAttributeCount.
|
long |
S_LibraryService.getAttributesRsn()
Gets the resolution sequence number at which an attribute
was last added or removed.
|
BoundedCacheConfiguration |
S_LibraryService.getAuditCertificateCacheConfiguration()
Gets the configuration parameters of the AuditCertificate
cache.
|
CachePerformance |
S_LibraryService.getAuditCertificateCachePerformance()
Gets the performance information for the AuditCertificate
cache.
|
String |
S_LibraryObject.getAuditCertificateName()
Gets the name to use in an audit certificate.
|
AuditCertificate[] |
S_LibrarySession.getAuditCertificates(Long[] objectIds)
Select AuditCertificates for the specified object IDs.
|
AuditCertificate[] |
AuditExecutor.getAuditCertificates(S_LibrarySession session,
Long[] objectIds)
Select AuditCertificates for the specified object IDs.
|
protected int |
AuditExecutor.getAuditColumnDatatype(String columnName)
Get the data type that matches the specified audit event
column name.
|
Long |
S_LibraryObject.getAuditDomainContext()
Gets the domain context to use for auditing.
|
long |
S_DirectoryUser.getAuditEventCreator()
Return the user ID to use as the creator of an audit
event.
|
S_Folder |
S_Category.getAuditEventFolderContext()
Gets the folder context for the target of an Audit Event.
|
S_Folder |
S_LibraryObject.getAuditEventFolderContext()
Gets the folder context for the target of an Audit Event.
|
S_Folder |
S_PublicObject.getAuditEventFolderContext()
Gets the folder context for the target of an Audit Event.
|
protected S_Folder |
AuditExecutor.getAuditEventFolderContext(S_LibrarySession session,
Long targetId,
Long targetClassId)
Gets the folder context for the target of an Audit Event.
|
long |
S_DirectoryUser.getAuditEventSessionUser()
Return the user ID to use as the session user of an audit
event.
|
AuditFolderPath |
S_LibraryObjectDataSharedState.getAuditFolderPath()
Gets the shared state representing for the AuditFolderPath
for the associated Folder.
|
AuditFolderPath |
S_Folder.getAuditFolderPath(Long[] pathIds)
Find the AuditFolderPath that matches the specified path.
|
protected long |
AuditExecutor.getAuditFolderPathExpirationPeriod(S_LibrarySession session)
Get the expiration period to use for newly created AuditFolderPaths.
|
protected AuditTargetCode |
AuditExecutor.getAuditTargetCode(S_LibrarySession session,
String className)
Looks up an audit target code structure from the specified Class name or
other registered alias for the desired type.
|
Hashtable |
S_LibraryObjectDataSharedState.getAuditTypeEntryTable()
Gets the shared state representing the Hashtable resolution
of an AuditTypeList's set of AuditTypeEntries.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesForClass(S_LibrarySession session,
String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
S_LibrarySession.getAuditTypesForClass(String className,
boolean includeNested)
Gets the audit operation type values for a specified
class name, optionally including any types that are
applicable to a class that is considered a descendent of the
specified class.
|
AttributeValue[] |
S_LibrarySession.getAuditTypesForCreateOperations()
Gets the audit operation type values that correspond to "CREATED"
operations.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesForCreateOperations(S_LibrarySession session)
Gets the audit operation type values that correspond to "CREATED"
operations.
|
AttributeValue[] |
S_LibrarySession.getAuditTypesForFreeOperations()
Gets the audit operation type values that correspond to "FREE" operations.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesForFreeOperations(S_LibrarySession session)
Gets the audit operation type values that correspond to "FREE" operations.
|
protected AttributeValue[] |
AuditExecutor.getAuditTypesWithOperationMarker(S_LibrarySession session,
String marker)
Gets the audit operation type values that have a created or freed marker.
|
S_DirectoryUser |
S_LibrarySession.getAuthenticatedUser()
Gets the S_DirectoryUser for which this S_LibrarySession was
authenticated.
|
Long |
S_LibrarySession.getAuthenticatedUserId()
Gets the id of the S_DirectoryUser for which this S_LibrarySession
was authenticated.
|
protected String |
S_LibrarySession.getAuthenticatedUserName()
Gets the name of the S_DirectoryUser for which this S_LibrarySession
was authenticated.
|
AttributeValue[] |
S_PreparedSelector.getAuxiliarySearchTargets()
Returns the auxiliary search targets.
|
Constructor |
S_ClassObjectData.getBeanConstructor(LibrarySession session)
Gets the Constructor for the LibraryObject subclass
that represents instances of this CLASSOBJECT.
|
LibraryObjectDefinition |
S_LibraryObjectDefinition.getBeanDefinition(LibrarySessionInterface session)
return bean-side definition.
|
protected long |
S_LibrarySession.getBeansVersionNumber()
Gets the beans-side version number, as a long.
|
protected String |
S_LibrarySession.getBeansVersionString()
Gets the beans-side version number, as a string.
|
protected oracle.sql.BFILE |
S_MediaBfile.getBfile(Long cid)
Gets the BFILE for the specified content id.
|
protected Object |
CmsdkMediaDriver.getBinary(S_MediaCustom media,
Long cid)
Gets the InputStream for the specified content id.
|
AttributeValue[] |
S_PreparedSelector.getBindValues()
Gets the bind values to use in the select statement.
|
protected oracle.sql.BLOB |
OracleMediaBlobHelper.getBlob(Long cid)
Gets the BLOB for the specified content id.
|
protected HashMap |
S_LibraryService.getBootstrapClassPolicyActionContexts()
Gets the "policy bootstrap" PolicyActionContexts.
|
String[] |
S_PreparedSelector.getBypassSecurityAliases()
Returns the bypass security aliases that was
set using setBypassSecurityAliases().
|
int |
ContentStorageManager.getByteBufferSize()
Estimates the size, in bytes, of a buffer that would be returned by
acquireByteBuffer . |
int |
S_LibrarySessionContentStorageManager.getByteBufferSize()
Estimates the size, in bytes, of a buffer that would be returned by
acquireByteBuffer . |
S_Category[] |
S_PublicObject.getCategories()
Get all categries associated with this instance.
|
S_SchemaCategory[] |
S_SchemaObject.getCategories()
Get all schema categories associated with this instance.
|
S_SystemCategory[] |
S_SystemObject.getCategories()
Get all system categories associated with this instance.
|
S_Category[] |
S_PublicObject.getCategories(S_ClassObject classobj)
Returns the associated Category objects that are instances of the
ClassObject (or one of its subclasses) specified.
|
S_SchemaCategory[] |
S_SchemaObject.getCategories(S_ClassObject classobj)
Returns the associated SchemaCategory objects that are instances of the
ClassObject (or one of its subclasses) specified.
|
S_SystemCategory[] |
S_SystemObject.getCategories(S_ClassObject classobj)
Returns the associated SystemCategory objects that are instances of the
ClassObject (or one of its subclasses) specified.
|
S_Category[] |
S_PublicObject.getCategories(SortSpecification sort)
Get all categories associated with this instance.
|
S_SchemaCategory[] |
S_SchemaObject.getCategories(SortSpecification sort)
Get all Schemacategories associated with this instance.
|
S_SystemCategory[] |
S_SystemObject.getCategories(SortSpecification sort)
Get all Systemcategories associated with this instance.
|
S_Category |
S_PublicObject.getCategory(S_ClassObject classobj)
Returns the associated Category object that is an
instance of the ClassObject (or one of its subclasses) specified.
|
String |
S_ContentObject.getCharacterSet()
Gets the Iana character set of the content or null if not specified.
|
String |
S_Document.getCharacterSet()
Gets the Iana character set of the content or null if not specified.
|
protected int |
OracleMediaBlobHelper.getChunkSize(oracle.sql.BLOB blob)
Gets the chunk size for BLOBs in this MediaBlob instance.
|
Collection |
S_LibrarySession.getClassAccessControlListCollection()
Gets a reference to the ClassAccessControlList collection.
|
protected S_ClassObjectData |
S_LibraryObject.getClassData()
Gets the object's class's Data object.
|
protected S_ClassObjectData |
S_LibraryObjectSelector.getClassData()
Gets the Data object.
|
S_ClassObjectData |
SQLGeneration_Helper.getClassData(Long classId) |
protected S_ClassObjectData |
S_LibraryObjectSelector.getClassData(Long classId)
Gets the ClassData object for the specified class ID.
|
protected S_ClassObjectData |
LibraryQueryStatement.getClassData(S_LibrarySession session,
Long classId)
Gets the ClassData object for the specified class ID.
|
S_ClassObjectData |
SQLGeneration_Helper.getClassData(String className) |
protected S_ClassDomain |
S_AttributeData.getClassDomain(S_LibrarySession session)
Gets the class domain of this attribute.
|
Collection |
S_LibrarySession.getClassDomainCollection()
Gets a reference to the S_ClassDomain collection.
|
S_ClassObject[] |
S_ClassDomain.getClasses()
Gets the classes in this ClassDomain.
|
static String |
S_PreparedSelector.getClassFromTarget(AttributeValue target)
Deprecated.
9.3.3.0 use
PreparedSelector.getClassNameFromTarget |
protected Long |
OperationState.getClassId()
getClassId - get the initiating object's class Id
|
Long |
S_LibraryObject.getClassId()
Gets the object's class ID (a long).
|
Long |
S_LibraryObjectData.getClassId()
Gets the class id of LIBRARYOBJECT represented by this
S_LibraryObjectData.
|
Long |
S_LibraryObjectDefinition.getClassId()
return the Class Id, null if not specified
|
String |
S_LibraryObject.getClassName()
Gets the object's class's name.
|
protected String |
S_LibraryObjectSelector.getClassName()
Get the class's name that this instance services.
|
protected String |
S_LibrarySession.getClassName(Long classid)
Gets the name of the S_ClassObject for the specified class id.
|
S_ClassObject |
S_LibraryObject.getClassObject()
Gets the object's ClassObject.
|
S_ClassObject |
S_LibrarySession.getClassObject(Long classid)
Gets the S_ClassObject for the specified class id.
|
S_ClassObject |
S_LibrarySession.getClassObjectByName(String className)
Returns a class object given a class name, throwing an exception
if not found.
|
S_ClassObject |
S_LibrarySession.getClassObjectByName(String className,
boolean enforce)
Returns a class object given a class name, optionally returning null
if not found.
|
Collection |
S_LibrarySession.getClassObjectCollection()
Gets a reference to the S_ClassObject collection.
|
AttributeValue |
S_LibrarySession.getClassObjectValueByName(String name)
Gets an AttributeValue representation of a CLASSOBJECT that has the
specified name.
|
String |
SQLGeneration_Helper.getClassViewName(String className)
Returns the view name for the specified ClassObject.
|
Long |
S_LibraryService.getClockOffset()
Gets the clock offset, representing the number of milliseconds the
DBMS clock is ahead of this mid tier.
|
Long |
S_LibrarySession.getClockOffset()
Gets the clock offset, representing the number of milliseconds the
DBMS clock is ahead of this mid tier.
|
protected Vector |
IdmCredentialManagerUtilities.getCMUsers(AttributeValue[] options)
Gets the users that matches the specified options
|
ColumnDescriptor[] |
S_PreparedSelector.getColumnDescriptors()
Gets the column descriptors to use in the select statement.
|
String |
S_Media.getColumnName()
Gets the value of the COLUMNNAME attribute.
|
BoundedCacheConfiguration |
S_LibraryService.getCommittedLibraryObjectDataCacheConfiguration()
Gets the configuration parameters of the committed S_LibraryObjectData
cache.
|
CachePerformance |
S_LibraryService.getCommittedLibraryObjectDataCachePerformance()
Gets the performance information for the committed S_LibraryObjectData
cache.
|
BoundedCacheConfiguration |
S_LibraryService.getCommittedResolvedAclCacheConfiguration()
Gets the configuration parameters of the committed Resolved Acl
cache.
|
CachePerformance |
S_LibraryService.getCommittedResolvedAclCachePerformance()
Gets the performance information for the committed Resolved Acl
cache.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly,
int maxItemCount)
Gets a statement for a complex query.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getComplexQueryStatement(String key,
LibraryConnection lconn,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
boolean countOnly)
Gets a statement for a complex query.
|
S_AccessControlList[] |
S_AccessControlList.getComponentAcls()
Returns all AccessControlLists that are components of the target ACL.
|
protected Long |
S_LibrarySession.getComponentAclsAttributeId()
Returns the ID of the Attribute object for the
AccessControlList.ComponentAcls attribute.
|
Long[] |
S_AccessControlList.getCompositeAclIds()
Gets the set of composite ACLs IDs which reference the target ACL as a
"component".
|
Long[] |
S_LibraryObjectDataSharedState.getCompositeAclIds()
Gets the shared state representing the ids of the composite
ACLs of an ACL.
|
S_AccessControlList[] |
S_AccessControlList.getCompositeAcls()
Gets the set of composite ACLs which reference the target ACL as a
"component".
|
S_AccessControlList[] |
S_AccessControlList.getCompositeAcls(SortSpecification sort)
Gets the set of composite ACLs which reference the target ACL as a
"component", sorted according to a specification.
|
Connection |
LibraryConnection.getConnection()
Gets the database Connection represented by this LibraryConnection.
|
ConnectionPoolConfiguration |
ConnectionPool.getConnectionPoolConfiguration()
Gets the configuration parameters of this ConnectionPool.
|
ConnectionPoolConfiguration |
IfsConnectionPool.getConnectionPoolConfiguration()
Gets the configuration parameters of this ConnectionPool.
|
String |
LibraryConnection.getConnectionPoolName()
Gets the name of the ConnectionPool to which this LibraryConnection
belongs.
|
ConnectionPoolPerformance |
ConnectionPool.getConnectionPoolPerformance()
Gets the performance information for this ConnectionPool.
|
ConnectionPoolPerformance |
IfsConnectionPool.getConnectionPoolPerformance()
Gets the performance information for this ConnectionPool.
|
protected long |
S_ContentQuota.getConsumedStorage()
Gets the amount of consumed storage.
|
protected long |
S_Document.getConsumedStorage()
Returns the size of the document as the consumed storage of the
document.
|
protected long |
S_Family.getConsumedStorage()
Gets the sum of contentsizes of all the documents in this family.
|
protected long |
S_Folder.getConsumedStorage()
Gets the sum of contentsizes of all the documents under this folder.
|
protected long |
S_PublicObject.getConsumedStorage()
Returns 0 as the storage consumed by PublicObject.
|
protected abstract InputStream |
MediaBlobHelper.getContent(Long cid)
Gets the content stream for the specified content id.
|
protected InputStream |
OracleMediaBlobHelper.getContent(Long cid)
Gets the content stream for the specified content id.
|
protected InputStream |
PostgresMediaBlobHelper.getContent(Long cid)
Gets the content stream for the specified content id.
|
protected abstract InputStream |
S_Media.getContent(Long cid)
Gets the content stream for the specified content id.
|
protected InputStream |
S_MediaBfile.getContent(Long cid)
Gets the content stream for the specified content id.
|
protected InputStream |
S_MediaBlob.getContent(Long cid)
Gets the content stream for the specified content id.
|
protected InputStream |
S_MediaCustom.getContent(Long cid)
Gets the content stream for the specified content id.
|
InputStream |
CenteraMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
CmsdkMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
CustomMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
FileSystemMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
InputStream |
SnapLockMediaDriver.getContent(S_MediaCustom media,
String address)
Gets the content for the specified content address.
|
RandomAccessor |
S_Document.getContentByRandomAccess()
Gets a RandomAccessor for randomly reading the content of this document.
|
RandomAccessor |
S_ContentObject.getContentByRandomAccess(S_Document refObj)
Gets a RandomAccessor for randomly reading the content of this
ContentObject.
|
S_RandomAccessorImpl |
ContentStorageManager.getContentByRandomAccess(S_Document doc,
S_ContentObject co)
Gets a RandomAccessor for randomly reading the content of the specified
document.
|
S_RandomAccessorImpl |
S_LibrarySessionContentStorageManager.getContentByRandomAccess(S_Document doc,
S_ContentObject co)
Gets a RandomAccessor for randomly reading the content of the specified
document.
|
S_ContentController |
S_ContentVaultEntry.getContentController()
Gets the referencing ContentController.
|
Long |
S_ContentObject.getContentId() |
String |
S_Media.getContentIndexProcedure()
Gets the name of the stored procedure called by Oracle Text to retrieve
content, or null for indirect full-text indexing.
|
S_ContentObject |
S_ContentVaultEntry.getContentObject()
Gets the referencing ContentObject.
|
S_ContentObject |
S_Document.getContentObject() |
Long |
S_RandomAccessorImpl.getContentObjectId()
Gets the id of the ContentObject being accessed by this RandomAccessor.
|
S_ContentQuota |
S_DirectoryGroup.getContentQuota()
Gets the S_ContentQuota for this object.
|
S_ContentQuota |
S_Document.getContentQuota()
Gets the S_ContentQuota for this object.
|
S_ContentQuota |
S_PrimaryUserProfile.getContentQuota()
Gets the S_ContentQuota for this object.
|
protected S_ContentQuota |
S_ContentObject.getContentQuota(S_LibraryObject refObj)
Get the ContentQuota object associated with the referencing object.
|
protected S_ContentQuota |
S_ContentObject.getContentQuota(S_LibraryObjectDefinition def)
Get the current user's ContentQuota
|
Reader |
S_Document.getContentReader()
Gets the document content as a Reader
|
Reader |
ContentStorageManager.getContentReader(S_ContentObject co)
Gets the content of the specified ContentObject as a Reader.
|
Reader |
S_LibrarySessionContentStorageManager.getContentReader(S_ContentObject co)
Gets the content of the specified ContentObject as a Reader.
|
Reader |
S_ContentObject.getContentReader(S_LibraryObject refObj)
returns a Reader representing the content.
|
Long |
S_ContentVaultEntry.getContentRowId()
Gets Content row ID.
|
long |
S_ContentObject.getContentSize()
returns the size (in bytes) of the content.
|
long |
S_Document.getContentSize()
Gets the size of this document's content.
|
protected abstract long |
MediaBlobHelper.getContentSize(Long cid)
Gets the size of the content stream for the specified content id.
|
protected long |
OracleMediaBlobHelper.getContentSize(Long cid)
Gets the size of the content stream for the specified content id.
|
protected long |
PostgresMediaBlobHelper.getContentSize(Long cid)
Gets the size of the content stream for the specified content id.
|
protected abstract long |
S_Media.getContentSize(Long cid)
Gets the size of the content stream for the specified content id.
|
protected long |
S_MediaBfile.getContentSize(Long cid)
Gets the size of the content stream for the specified content id.
|
protected long |
S_MediaBlob.getContentSize(Long cid)
Gets the size of the content stream for the specified content id.
|
protected long |
S_MediaCustom.getContentSize(Long cid)
Gets the size of the content stream for the specified content id.
|
long |
CenteraMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
CmsdkMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
CustomMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
FileSystemMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
long |
SnapLockMediaDriver.getContentSize(S_MediaCustom media,
String address)
Gets the content size, in bytes, for the specified content address.
|
protected ContentStorageManager |
S_LibraryObject.getContentStorageManager()
Gets the Content storage manager to use for this instance.
|
InputStream |
S_ContentVaultEntry.getContentStream()
Gets the content as an InputStream.
|
InputStream |
S_Document.getContentStream()
Gets the document content as an InputStream.
|
InputStream |
ContentStorageManager.getContentStream(S_ContentObject co)
Gets the content of the specified ContentObject as an InputStream.
|
InputStream |
S_LibrarySessionContentStorageManager.getContentStream(S_ContentObject co)
Gets the content of the specified ContentObject as an InputStream.
|
InputStream |
S_ContentObject.getContentStream(S_LibraryObject refObj) |
protected InputStream |
S_ContentVaultEntry.getContentStream(S_Media media,
Long cid)
Gets the content as an InputStream.
|
String |
S_Media.getContentTableName()
Gets the name of the content table.
|
S_ContentVaultEntry |
S_ContentObject.getContentVaultEntry()
Gets the ContentVaultEntry object that describes the row in content storage
that is currently active.
|
String[] |
ContextTable.getContextColumns() |
String |
ContextTable.getContextIndex(String column) |
String[] |
ContextTable.getContextIndexes() |
String |
ContextTable.getContextTableName() |
static ContextTable[] |
OracleContentStorageManager.getContextTables(S_LibrarySession sess)
Called by search.
|
static ContextTable[] |
S_LibrarySessionContentStorageManager.getContextTables(S_LibrarySession sess)
Called by search.
|
protected long |
S_LibraryObjectSelector.getCountFromResultSet(ResultSet rset)
Gets the count from a ResultSet opened with "select count()" query.
|
protected String |
S_DirectoryObject.getCredentialManager()
Gets the credential manager of this DirectoryObject.
|
protected CredentialManager |
DirectoryService.getCredentialManager(String name)
Gets the specified CredentialManager.
|
String[] |
DirectoryService.getCredentialManagerNames()
Gets the names of all CredentialManagers.
|
CredentialNameTokenizer |
DirectoryService.getCredentialNameTokenizer()
Gets the CredentialNameTokenizer for this DirectoryService.
|
CredentialNameTokenizer |
S_LibraryService.getCredentialNameTokenizer()
Gets the CredentialNameTokenizer for this S_LibraryService.
|
protected long |
AuditExecutor.getCurrentAuditSequenceId(S_LibrarySession session)
Gets the current Audit sequence, established via a previous call
to "nextval" on the sequence.
|
protected long |
AuditExecutor.getCurrentAuditSequenceId(S_LibrarySession session,
LibraryConnection lconn,
Connection conn)
Gets the current Audit sequence, established via a previous call
to "nextval" on the sequence.
|
Date |
S_LibrarySession.getCurrentDate()
Gets the current Date, with the clock offset applied.
|
long |
S_LibrarySession.getCurrentTimeMillis()
Gets the current time in milliseconds, with the clock offset applied.
|
Long |
SQLGeneration_Helper.getCurrentUser() |
AttributeValue[] |
S_LibrarySession.getCustomAuditTypes()
Gets the custom audit operation type values.
|
protected AttributeValue[] |
AuditExecutor.getCustomAuditTypes(S_LibrarySession session)
Gets the custom audit operation type values.
|
CustomMediaDriver |
S_CustomMediaDriverSpecification.getCustomMediaDriver()
Gets the CustomMediaDriver for this CustomMediaDriverSpecification.
|
protected S_LibraryObjectData |
S_LibraryObject.getData()
Returns the data representation of the object
|
String |
S_ClassObjectData.getDatabaseBaseViewName(LibrarySessionInterface session)
Gets the name of the database base view of the class.
|
String |
S_Attribute.getDatabaseObjectName()
getDatabaseObjectName - gets the database column name used
by this Attribute.
|
String |
S_ClassObject.getDatabaseObjectName()
Returns the database object name for this instance.
|
String |
S_ClassObjectData.getDatabaseObjectName(LibrarySessionInterface session)
Gets the class database object name.
|
String |
S_AttributeData.getDatabaseObjectName(S_LibrarySession session)
Gets the database object name of this attribute.
|
String |
SQLGeneration_Helper.getDatabaseObjectName(String className,
String attrName)
Returns the databaseobjectname for the class and attribute.
|
String |
S_ClassObject.getDatabaseTableName()
Gets the name of the database table of the class.
|
String |
S_ClassObjectData.getDatabaseTableName(LibrarySessionInterface session)
Gets the name of the database table of the class.
|
static long |
S_LibraryService.getDatabaseVersionNumber(Connection conn)
Gets the version of the database as a long
|
static String |
S_LibraryService.getDatabaseVersionString(Connection conn)
Gets the version of the Database as a string.
|
String |
S_ClassObjectData.getDatabaseViewName(LibrarySessionInterface session)
Gets the name of the database view of the class.
|
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
protected S_LibraryObjectData |
S_LibrarySession.getDataInstance(long selectClassId,
S_ClassObjectData classData,
S_LibraryObjectData[] selectAttributeDatas,
ResultSet rset,
int rsetStartIndex)
Gets an S_LibraryObjectData based on the specified ResultSet.
|
int |
S_Attribute.getDataLength()
Gets the data length of the attribute.
|
int |
S_AttributeData.getDatalength(S_LibrarySession session)
Gets the datalength of this attribute.
|
int |
S_Attribute.getDataScale()
Get the data scale of this Attribute.
|
int |
S_AttributeData.getDatascale(S_LibrarySession session)
Gets the datascale of this attribute.
|
DataSource |
ConnectionPoolConfiguration.getDataSource()
Returns the data source used by this connection pool
config.
|
int |
S_Attribute.getDatatype()
getDatatype - gets the datatype of this Attribute
|
int |
S_AttributeData.getDatatype(S_LibrarySession session)
Gets the datatype of this attribute.
|
long[] |
SQLGeneration_Helper.getDateRangeValues(Date dateval,
int compLevel)
get low and high long value corresponding to a date
value and a comparison level.
|
protected static InputStream |
CipherUtilities.getDecryptedInputStream(S_LibrarySession session,
long token,
InputStream is)
Return an InputStream that wraps the specified InputStream and decrypts its contents.
|
protected AttributeValue |
S_PublicObject.getDefaultAclFromUserProfile(Long classid)
Get the defaultACL for a specified class of object, based on the
current user's primaryUserProfile's DEFAULTACLS propertyBundle.
|
S_ContentQuota |
S_LibrarySession.getDefaultContentQuota()
Gets the default ContentQuota to be used when creating new content
|
protected String |
S_Queue.getDefaultExceptionQueueName()
Gets the name of the default exception queue.
|
String |
S_LibrarySession.getDefaultFolderRelationshipClassname()
Deprecated.
CM SDK 10g: no replacement functionality; FolderPathRelationship
is now used as the class name
|
int |
ConnectionPoolConfiguration.getDefaultRowPrefetch()
Gets the default number of prefetched rows.
|
static TimeZone |
FileSystemMediaDriver.getDefaultTimeZone(S_LibrarySession session)
Gets the default TimeZone.
|
protected S_VersionDescription |
S_Family.getDefaultVersionDescription()
Gets the default version description for this family.
|
protected S_VersionDescription |
S_VersionSeries.getDefaultVersionDescription()
Gets the default VERSIONDESCRIPTION for this series.
|
S_ClassObject |
S_Attribute.getDefiningClass()
Returns the ClassObject that defines this attribute.
|
protected S_LibraryObjectDefinition |
S_Attribute.getDefinition()
Override getDefinition() to construct the correct bean-side
definition.
|
protected S_LibraryObjectDefinition |
S_ClassObject.getDefinition()
Override getDefinition() to construct the correct bean-side
definition.
|
protected S_LibraryObjectDefinition |
S_LibraryObject.getDefinition()
Construct a S_LibraryObjectDefinition object
that represents the target object.
|
LibraryObjectDefinition |
S_LibraryObjectDefinition.getDefinition()
return bean-side definition.
|
String |
S_AttributeData.getDescription(S_LibrarySession session)
Gets the description of this attribute.
|
Long[] |
S_LibraryObjectDataSharedState.getDirectAncestorGroupIds()
Gets the shared state representing the ids of the direct
ancestors of a directoryobject.
|
Long[] |
S_DirectoryObject.getDirectAncestorIds()
Gets the direct ancestors of this DIRECTORYOBJECT.
|
protected Long[] |
S_DirectoryObject.AncestorIdSet.getDirectAncestorIds(Long objId)
Gets the direct ancestor IDs of the specified object ID.
|
S_DirectoryObject[] |
S_DirectoryObject.getDirectAncestors()
Gets direct group ancestors of a member, returning the ancestors
as an array of S_DirectoryObject.
|
Long[] |
S_DirectoryGroup.getDirectMemberIds()
Gets the direct members of this group.
|
protected Long[] |
S_DirectoryGroup.MemberIdSet.getDirectMemberIds(Long objId)
Gets the direct member IDs of the specified object ID.
|
S_DirectoryObject[] |
S_DirectoryGroup.getDirectMembers()
Gets the direct members of this DIRECTORYOBJECT.
|
S_DirectoryObject[] |
S_DirectoryObject.getDirectMembers()
Gets the direct members of this DIRECTORYOBJECT.
|
S_DirectoryObject |
S_LibrarySession.getDirectoryObject(Long id)
Gets an S_DirectoryObject by id.
|
S_DirectoryObject |
S_LibrarySession.getDirectoryObject(Long id,
Long classId)
Gets an S_DirectoryObject by id and classId.
|
DirectoryObjectInterface |
S_LibrarySession.getDirectoryObjectInterface(Long id)
Gets the DirectoryObjectInterface for the specified id.
|
DirectoryObjectInterface[] |
S_LibrarySession.getDirectoryObjectInterfaces(Long[] ids)
Gets the DirectoryObjectInterfaces for the specified ids.
|
DirectoryService |
S_LibraryService.getDirectoryService()
Gets the DirectoryService of this S_LibraryService.
|
DirectoryService |
S_LibrarySession.getDirectoryService()
Gets the DirectoryService of the S_LibraryService of this
S_LibrarySession.
|
S_DirectoryUser |
S_UserProfile.getDirectoryUser()
Gets the user of this profile.
|
Collection |
S_LibrarySession.getDirectoryUserCollection()
Gets a reference to the DirectoryUser collection.
|
protected HashMap |
FolderIndexService.getDirectParents(S_LibrarySession sess,
int level,
Vector folderVector)
Returns the direct parents of all the folders that are in the
given vector.
|
S_ClassObject[] |
S_ClassObject.getDirectSubclasses()
Gets the direct subclasses for this class as an array of
S_ClassObjects.
|
S_ClassObject |
S_ClassObject.getDirectSubclasses(int index)
Gets the index-specified direct subclass for this class as
an S_ClassObject.
|
AttributeValue |
S_LibraryObjectDataSharedState.getDirectSubclassesValue()
Gets the shared state representing the set of direct subclasses
of a ClassObject, stored as an AttributeValue of KOs.
|
protected Long[] |
S_LibrarySession.getDiscoverabilityOfPublicObjectsIds(Long[] ids)
Return indication as to which PublicObject objects specified (by ID) the
current user can discover.
|
protected String |
S_DirectoryObject.getDistinguishedName()
Gets the distinguished name of this DirectoryObject.
|
protected String |
S_LibrarySession.getDistinguishedUserName()
Gets the distinguished name of the current S_DirectoryUser for
this S_LibrarySession.
|
Long |
S_RandomAccessorImpl.getDocumentId()
Gets the id of the Document being accessed by this RandomAccessor.
|
S_PropertyBundle |
S_LibrarySession.getDomainPropertyBundle()
Gets the domain PropertyBundle.
|
AttributeValue |
S_LibrarySession.getDomainPropertyValue(String name)
Gets the value of a domain property, by name.
|
protected int |
S_ClassObjectData.getEffectiveClassAttributeCount(LibrarySessionInterface session)
Gets the number of effective attributes in this class.
|
S_AttributeData |
S_ClassObjectData.getEffectiveClassAttributeData(int index,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
S_AttributeData object.
|
S_AttributeData[] |
S_ClassObjectData.getEffectiveClassAttributeData(LibrarySessionInterface session)
Gets the effective attributes for the CLASSOBJECT as an array of
S_AttributeData objects.
|
S_AttributeData |
S_ClassObjectData.getEffectiveClassAttributeData(String attributeName,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
S_AttributeData object.
|
int |
S_ClassObject.getEffectiveClassAttributeIndex(String attributeName)
Gets the array index of the specified effective attribute of
the class.
|
int |
S_ClassObjectData.getEffectiveClassAttributeIndex(String attributeName,
LibrarySessionInterface session)
Gets the array index of the specified effective attribute of
the CLASSOBJECT.
|
S_Attribute[] |
S_ClassObject.getEffectiveClassAttributes()
Gets the effective attributes for the class.
|
S_Attribute |
S_ClassObject.getEffectiveClassAttributes(int index)
Gets the specified effective attribute of the class.
|
S_Attribute |
S_ClassObject.getEffectiveClassAttributes(String attributeName)
Gets the specified effective attribute of the class.
|
protected Vector |
S_ClassObject.getEffectiveClassPolicyActionContexts(String operation)
Gets the set of policies, as PolicyActionContexts, implicitly applied
to all instances of this ClassObject for the specified operation.
|
Vector |
S_ClassObject.getEffectiveClassPolicyListElements(String operation)
Gets the set of policies, as PolicyListElements, implicitly applied
to all instances of this ClassObject for the specified operation.
|
int |
S_Attribute.getEffectiveDatalength()
Gets the effective data length for the Attribute.
|
protected Vector |
S_LibraryObject.getEffectivePolicyActionContexts(String operation)
Gets the set of policies, as PolicyActionContexts, applied to this
LibraryObject, either explicitly (through its PolicyLists) or
implicitly (through the ClassPolicyLists
of its classobject hierarchy) for the specified operation.
|
Vector |
S_LibraryObject.getEffectivePolicyListElements(String operation)
Gets the set of policies, as PolicyListElements, applied to this
LibraryObject, either explicitly (through its PolicyLists)
or implicitly (through the ClassPolicyLists
of its classobject hierarchy) for the specified operation.
|
long |
S_LibraryService.getEffectiveSchemaVersionNumber()
Gets the effective schema version as a long.
|
String |
S_LibraryService.getEffectiveSchemaVersionString()
Gets the effective schema version as a string.
|
Enumeration |
BoundedLibraryObjectCache.getElements()
Gets an Enumeration of the S_LibraryObjects in this cache.
|
Enumeration |
LooselyBoundedSLibraryObjectCache.getElements()
Gets an Enumeration of the LibraryObjects in this cache.
|
protected static InputStream |
CipherUtilities.getEncryptedInputStream(S_LibrarySession session,
long token,
InputStream is)
Return an InputStream that wraps the specified InputStream and encrypts its contents.
|
static String |
S_LibraryService.getEncryptedRepositoryParameter(Connection conn,
String name)
Gets the value of the specified repository parameter.
|
protected String |
S_LibrarySession.getEncryptedRepositoryParameter(String name)
Gets the value of the specified repository parameter.
|
long |
S_ContentVaultEntry.getEncryptionToken()
Gets the encryption token value.
|
protected oracle.ifs.server.S_LibraryServiceEventExchanger |
S_LibraryService.getEventExchanger()
Returns the S_LibraryServiceEventExchanger of this S_LibraryService.
|
S_AuditSpecification |
S_ActivityRecord.getEventHistory()
Gets the AuditSpecification which contains the event history
for this instance.
|
protected AttributeValue |
S_LibraryObject.getEventualAttributeByUpperCaseName(String attrname,
S_LibraryObjectDefinition def)
Gets the attribute value for the specified attribute from either
the target object or from the specified definition.
|
int |
PolicyActionContext.getExecutionMode()
Gets the execution mode.
|
S_AttributeData |
S_ClassObjectData.getExtendedClassAttributeData(int index,
LibrarySessionInterface session)
Gets the specified extended attribute of the CLASSOBJECT as an
S_AttributeData object.
|
S_AttributeData[] |
S_ClassObjectData.getExtendedClassAttributeData(LibrarySessionInterface session)
Gets the extended attributes for the CLASSOBJECT as an array of
S_AttributeData objects.
|
S_AttributeData |
S_ClassObjectData.getExtendedClassAttributeData(String attributeName,
LibrarySessionInterface session)
Gets the specified effective attribute of the CLASSOBJECT as an
S_AttributeData object.
|
int |
S_ClassObject.getExtendedClassAttributeIndex(String attributeName)
Gets the array index of the specified extended attribute of
the class.
|
int |
S_ClassObjectData.getExtendedClassAttributeIndex(String attributeName,
LibrarySessionInterface session)
Gets the array index of the specified extended attribute of
the CLASSOBJECT.
|
S_Attribute[] |
S_ClassObject.getExtendedClassAttributes()
Gets the extended attributes for the class.
|
S_Attribute |
S_ClassObject.getExtendedClassAttributes(int index)
Gets the specified extended attribute of the class.
|
S_Attribute[] |
S_ClassObject.getExtendedClassAttributes(S_ClassObject superclass)
Gets an array of the attributes defined by this class.
|
S_Attribute |
S_ClassObject.getExtendedClassAttributes(String attributeName)
Gets the specified extended attribute of the class.
|
Collection |
S_LibrarySession.getExtendedPermissionCollection()
Gets a reference to the S_ExtendedPermission collection.
|
Collection |
S_LibrarySession.getExtendedUserProfileCollection()
Gets a reference to the S_ExtendedUserProfile collection for
this S_LibrarySessions user.
|
protected S_Family |
S_PublicObject.getFamily()
gets the S_Family of this object (or null for non-versioned)
|
protected S_Family |
S_VersionDescription.getFamily()
Returns the S_Family of this object.
|
protected S_Family |
S_VersionSeries.getFamily()
Gets the server side representation of the FAMILY for this version
series.
|
Reader |
ContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
Reader |
OracleContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
Reader |
PostgresContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
abstract Reader |
S_LibrarySessionContentStorageManager.getFilteredContent(S_ContentObject co)
Gets the filtered content for specified ContentObject.
|
Reader |
S_ContentObject.getFilteredContent(S_LibraryObject refObj)
Gets the plaintext or HTML content of the document, previously
generated by a call to filterContent()
|
String[] |
PolicyActionContext.getFilters()
Gets the input filters.
|
long |
S_PublicObject.getFlags()
Gets the flags bitmask.
|
protected int |
FolderIndexService.getFolderIndexLock(LibraryConnection lc,
Connection conn) |
protected Long |
FolderIndexService.getFolderIndexPropertyBundleClassId(S_LibrarySession sess) |
protected Long |
FolderIndexService.getFolderIndexPropertyBundleId(S_LibrarySession sess) |
Long[] |
S_LibraryObjectDataSharedState.getFolderItemIds(LibrarySessionInterface sess,
SortSpecification sort)
Gets the shared state representing the ids of the items in
a Folder.
|
Hashtable |
S_LibraryObjectDataSharedState.getFolderItemsKeyedByName()
Gets the shared state representing the Hashtable resolution
of a Folder's items (keyed by item name, forced to upper case).
|
String |
S_LibrarySession.getFolderPathDelimiter()
Gets the Folder Path Delimiter for this session
|
protected Long[] |
FolderIndexService.getFoldersNeedingPromotion(S_LibrarySession sess,
int level,
int maxParentsThreshold,
int maxChildrenThreshold)
Returns array of Long objects that hold the id of the
folders at the current level that need promotion, in order to avoid explosion
of rows in the odmz_folderindex because of multiply
linked folders.
|
protected Vector |
FolderIndexService.getFoldersWithParentCountAboveThreshold(S_LibrarySession sess,
int level,
int parentThreshhold)
Returns Vector of folders whose direct parent count is greater
than the max parent threshold.
|
protected LibraryQueryStatement |
S_FolderSelector.getFoldersWithSubFoldersSelectStatement(LibraryConnection lconn,
Connection conn,
String relClassName,
SortSpecification sort) |
Collection |
S_LibrarySession.getFormatCollection()
Gets a reference to the S_Format collection, organized by name.
|
Collection |
S_LibrarySession.getFormatExtensionCollection()
Gets a reference to the S_Format collection, organized by extension.
|
S_Format |
S_ContentObject.getFormatObject() |
String |
SQLGeneration_Helper.getFrqClause(long startFolderId,
String poAlias,
String relView)
gets the SQL clause for a FolderRestrictQualification.
|
protected String |
FolderIndexService.getFrqClause(S_LibrarySession sess,
long topFolderId,
String poAlias,
String relView)
Gets a Folder-restricted search clause (FRQ).
|
protected String |
FolderIndexService.getFrqClause(S_LibrarySession sess,
long topFolderId,
String poAlias,
String relView,
Boolean useExists)
Gets a Folder-restricted search clause (FRQ).
|
protected String |
FolderIndexService.getFrqExistsClause(S_LibrarySession sess,
long topFolderId,
String poAlias,
String relView)
Gets a Folder-restricted search clause (FRQ) using the EXISTS syntax.
|
protected String |
FolderIndexService.getFrqInClause(S_LibrarySession sess,
long topFolderId,
String poAlias,
String relView)
Gets a Folder-restricted search clause (FRQ) using the IN syntax.
|
AccessLevel |
S_AccessControlList.getGrantedAccessLevel()
Returns the access level for the current user.
|
AccessLevel |
S_AccessControlList.getGrantedAccessLevel(S_DirectoryUser user)
Returns the access level for the specified user.
|
protected S_DirectoryObject |
AccessControlListResolver.getGrantee(S_LibraryObjectData aceData,
S_LibrarySession sess)
Gets the DirectoryObject which is the grantee of the specified
ACE data object.
|
protected S_DirectoryObject |
AccessControlListResolver.AccessControlEntryData.getGrantee(S_LibrarySession sess)
Gets the grantee.
|
protected S_DirectoryObject |
AccessControlListResolver.ResolutionGranteeEntry.getGrantee(S_LibrarySession sess)
Gets the grantee.
|
Long[] |
S_LibraryObjectDataSharedState.getGroupDirectMemberIds()
Gets the shared state representing the ids of the direct
members of a group.
|
protected Long |
AccessControlListIndexService.getGroupIndexPropertyBundleClassId(S_LibrarySession sess)
Get the Class ID of the PropertyBundle used for Group Index properties.
|
protected Long |
AccessControlListIndexService.getGroupIndexPropertyBundleId(S_LibrarySession sess)
Get the ID of the PropertyBundle used for Group Index properties.
|
GssApiCredential |
S_LibraryService.getGssApiCredential(byte[] inputTicket,
Hashtable parameters)
Gets a new GssApiCredential using the supplied ticket.
|
protected Long |
S_LibraryService.getGuestUserId(S_LibrarySession session)
Gets the ID of the guest user.
|
Boolean |
S_LibraryObjectDataSharedState.getHasSubFoldersState()
Returns the hasSubFolders shared state.
|
long |
S_LibrarySession.getHighestAuditId()
Get the highest Audit Id in use.
|
String |
S_PreparedSelector.getHint()
Gets the SQL hint to use for the main select.
|
protected Long |
AccessControlListResolver.getId()
Gets the ACL Id.
|
protected long |
LibraryConnection.getId()
Gets the identifier of this LibraryConnection.
|
protected Long |
OperationState.getId()
getId - get the initiating object's Id
|
Long |
S_LibraryObject.getId()
Gets the object's numeric ID (a long).
|
Long |
S_LibraryObjectData.getId()
Gets the id of LIBRARYOBJECT represented by this
S_LibraryObjectData.
|
Long |
S_LibraryObjectDefinition.getId()
return the Id, null if not yet specified
|
Long |
S_LibraryService.getId()
Gets the id of this service.
|
Long |
S_LibrarySession.getId()
Gets the id of this S_LibrarySession.
|
oracle.security.idm.IdentityStore |
IdmCredentialManagerUtilities.getIdentityStore()
Returns the IdentityStore instance
|
Long |
S_LibrarySession.getIdForNewObject(S_LibraryObjectDefinition def)
Gets the next available id value.
|
IdmCredentialManagerUtilities |
IdmCredentialManager.getIdmCredentialManagerUtilities()
Returns IdmCredentialManagerUtilities instance
|
protected SortSpecification |
S_LibraryObjectSelector.getIdSortSpecification()
Returns the ID Sort Specification to be used
by this selector.
|
IfsConnection |
S_LibrarySession.getIfsConnection()
Returns an IfsConnection for this S_LibrarySession.
|
AttributeValue |
S_ClassObject.getInheritedPropertyValue(String name)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
AttributeValue |
S_ClassObject.getInheritedPropertyValue(String name,
boolean bypassNulls)
Gets named property, if any, by searching in the target
ClassObject's PropertyBundle, or in one of its
superclasses PropertyBundle.
|
protected Vector |
S_ServerConfiguration.getInheritingServerConfigurations()
Gets the ServerConfigurations that inherit this ServerConfiguration.
|
protected Object |
OperationState.getInitialCustomObject()
getInitialCustomObject - get the initial custom object
specified in the first Operation for the initiating object.
|
S_LibraryObjectDefinition |
OperationState.getInitialDefinition()
getInitialDefinition - get the initial S_LibraryObjectDefinition
specified in the first Operation for the initiating object.
|
protected S_LibraryObject |
OperationState.getInitialLibraryObject()
getInitialLibraryObject - get the initiating object.
|
protected boolean |
AccessControlListResolver.getIsGrant(S_LibraryObjectData aceData,
S_LibrarySession sess)
Checks whether the specified ACE represents a grant or a revoke
|
int |
S_PreparedSelector.getItemCount()
Returns the row count of the search.
|
int |
S_Selector.getItemCount()
Returns the number of items in the search results.
|
long |
S_Folder.getItemCount(String folderRelClassname)
Get the number of items in the S_Folder.
|
protected int |
S_Search.getItemCount(Vector bindValues,
String language,
int timeout) |
Long[] |
S_Folder.getItemIds(SortSpecification sort)
Get the IDs of all folders that contain this instance.
|
Long[] |
S_Folder.getItemIds(SortSpecification sort,
S_LibraryObjectDataSharedState state)
Get the IDs of all folders that contain this instance.
|
S_LibraryObject[] |
S_PreparedSelector.getItems()
Returns the entire search results as an array.
|
S_LibraryObject[] |
S_Selector.getItems()
Returns the entire search results as an array.
|
S_LibraryObject |
S_Selector.getItems(int index)
Returns a single search result item from the search results
with an index relatitve the the search sort order.
|
S_PublicObject[] |
S_Folder.getItems(SortSpecification sort)
Gets the PUBLICOBJECTs in this FOLDER.
|
S_PublicObject[] |
S_Folder.getItems(String classname,
SortSpecification sort)
Deprecated.
use getItems(SortSpecification sort)
|
protected HashMap |
BoundedLibraryObjectCache.getItemsHashMap(boolean required)
Return cache item map, or throw if we are disposed
|
PrintStream |
ConnectionPoolConfiguration.getJdbcLogStream()
Gets the PrintStream to which the JDBC log will be sent.
|
String |
S_PreparedSelector.getJoinCondition()
Returns the join condition that was set using setJoinCondition().
|
String |
S_ContentObject.getLanguage()
Gets the language of the content or null if not specified.
|
String |
S_Document.getLanguage()
Gets the language of the content or null if not specified.
|
protected PostgresMediaBlobHelper.LargeObjectProxy |
PostgresMediaBlobHelper.getLargeObject(Long cid)
Gets the LargeObject for the specified content id.
|
Date |
S_ContentObject.getLastAccessDate()
Gets when the content of this ContentObject was most recently written
or read.
|
Date |
ContentStorageManager.getLastAccessDate(Long coId)
Gets the last access date for the specified ContentObject.
|
Date |
S_LibrarySessionContentStorageManager.getLastAccessDate(Long coId)
Gets the last access date for the specified ContentObject.
|
protected S_VersionDescription |
S_VersionSeries.getLatestVersionDescription()
Gets the latest version description in this series.
|
S_PublicObject |
S_Relationship.getLeftObject()
gets the S_PublicObject that is left
of this relationship.
|
protected LibraryQueryStatement |
S_PublicObjectSelector.getLeftObjectsCountSelectStatement(LibraryConnection lconn,
Connection conn,
Long rightId,
String relClassName) |
protected LibraryQueryStatement |
S_PublicObjectSelector.getLeftObjectsSelectStatement(LibraryConnection lconn,
Connection conn,
Long rightId,
String relClassName,
SortSpecification sort) |
protected S_Relationship[] |
S_PublicObject.getLeftRelationships(String relClassName)
getLeftRelationships - gets all Relationship objects to the
left of this object for a specified Relationship class.
|
protected Vector |
S_PublicObject.getLeftwardRelationshipDatas(S_ClassObject relClass,
SortSpecification sort) |
protected Vector |
S_PublicObject.getLeftwardRelationshipDatas(String relClassName,
SortSpecification sort) |
protected Vector |
S_PublicObject.getLeftwardRelationshipObjectDatas(S_ClassObject relClass,
SortSpecification sort) |
protected Vector |
S_PublicObject.getLeftwardRelationshipObjectDatas(String relClassName,
SortSpecification sort) |
S_PublicObject[] |
S_PublicObject.getLeftwardRelationshipObjects(S_ClassObject relClass,
SortSpecification sort)
returns all "left side" public objects that are related to this object by
the specied Relationship Class.
|
S_PublicObject[] |
S_PublicObject.getLeftwardRelationshipObjects(String relClassName,
SortSpecification sort)
returns all "left side" public objects that are related to this object by
the specied Relationship Class.
|
S_Relationship[] |
S_PublicObject.getLeftwardRelationships(S_ClassObject relClass,
SortSpecification sort)
returns all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
S_Relationship[] |
S_PublicObject.getLeftwardRelationships(String relClassName,
SortSpecification sort)
returns all "left side" relationship instances that are used to relate to this object
to other PublicObjects.
|
protected long |
S_PublicObject.getLeftwardRelationshipsCount(S_ClassObject relClass) |
protected long |
S_PublicObject.getLeftwardRelationshipsCount(String relClassname) |
protected Object[] |
AccessControlListResolver.getLevelInfoFromData(S_LibraryObjectData aceData,
S_LibrarySession sess)
Gets the information that represents the access associated with with
the acedata.
|
S_ClassObjectData |
S_Search.getLibraryClassData(Long id) |
protected LibraryConnection |
S_LibraryObject.getLibraryConnection()
Return the database connection.
|
LibraryConnection |
S_LibrarySession.getLibraryConnection()
Gets the LibraryConnection for this S_LibrarySession.
|
S_LibraryObject |
S_LibrarySession.getLibraryObject(Long id,
Long classId)
Gets an S_LibraryObject by id and classId.
|
S_LibraryObject |
S_LibrarySession.getLibraryObject(Long id,
String className)
Gets an S_LibraryObject by id and classobject name.
|
S_LibraryObject |
S_LibrarySession.getLibraryObject(S_LibraryObjectData data)
Gets an S_LibraryObject by S_LibraryObjectData.
|
protected S_LibraryObjectData |
S_LibrarySession.getLibraryObjectData(Long id,
Long classId,
String attributeName,
boolean selectFully)
Gets the S_LibraryObjectData for the specified id and class id.
|
Vector |
S_LibrarySession.getLibraryObjectDataVector(S_LibraryObject[] objs)
Gets the S_LibraryObjectDatas for the specified S_LibraryObjects.
|
Enumeration |
BoundedLibraryObjectCache.getLibraryObjectEnumeration()
Gets an Enumeration of the LibraryObjects in this cache.
|
S_LibraryObject[] |
S_LibrarySession.getLibraryObjects(Vector vData)
Get the S_LibraryObjects for the specified S_LibraryObjectDatas.
|
S_LifecyclePolicy |
S_LifecyclePolicyEntry.getLifecyclePolicy()
Returns the LifecyclePolicy that references this entry.
|
Long[] |
S_LibraryObjectDataSharedState.getLifecyclePolicyEntryIds()
Gets the shared state representing the ids of the LifecyclePolicyEntries
of a LifecyclePolicy.
|
Long[] |
S_PublicObject.getLinkIds()
Get the IDs of all Links that refer to this instance.
|
S_Link[] |
S_PublicObject.getLinks()
Get all Links that refer to this instance.
|
Localizer |
SQLGeneration_Helper.getLocalizer()
return the Localizer for the session.
|
Localizer |
S_LibraryService.getLocalizer()
Gets the Localizer of this S_LibraryService.
|
Localizer |
S_LibrarySession.getLocalizer()
Gets the Localizer of this S_LibrarySession.
|
long |
S_LockObject.getLockedForSessionId()
Returns the session id of the session holding this SessionLock
or 0 if the LockState of this object is not LOCKSTATE_SESSIONLOCK.
|
protected long |
S_PublicObject.getLockedForSessionId()
returns the session Id of the session that holds a session lock
on the target object.
|
S_LockEntry[] |
S_PublicObject.getLockEntries()
Returns all LockEntry objects associated with this instance.
|
protected LibraryQueryStatement |
S_LockObjectSelector.getLockExpiredSelectStatement(LibraryConnection lconn,
Connection conn)
Get the prepared statement for expired locks
|
S_LockObject |
S_PublicObject.getLockObject()
Returns the lock object of this object
|
AccessLevel |
S_PublicObject.getLockRestrictions()
Gets the set of lock restrictions for the current user.
|
Long |
S_LibrarySession.getLowestCommonClassObjectIdAncestor(SimpleObjectInterface[] mos)
Gets the lowest common S_ClassObject ancestor for the specified array
of SimpleObjectInterface, excluding tableless ClassObjects.
|
protected int |
FolderIndexService.getMapParameterRow(LibraryConnection lc,
Connection conn,
int paramKey,
boolean shouldLock) |
AttributeValue |
S_LibrarySession.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
int count)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified map-type AttributeValue.
|
static AttributeValue |
S_LibrarySession.getMapTypeAttributeValue(int dataType,
long objectId,
long attrIdVal,
S_LibrarySession session,
LibraryConnection lconn,
Connection conn)
Gets a fully resolved map-type AttributeValue with non-transient
elements that is a copy of the specified array-type AttributeValue.
|
int |
S_LibraryService.getMaximumConcurrentSessions()
Gets the maximum number of concurrent sessions for this service.
|
int |
S_LibraryService.getMaximumConcurrentSessionsPerUser()
Gets the maximum number of concurrent sessions per user for this
service.
|
int |
ConnectionPoolConfiguration.getMaximumSize()
Gets the absolute maximum number of LibraryConnections
in the ConnectionPool.
|
long |
ConnectionPoolConfiguration.getMaximumSizeTimeout()
Gets the period of time, in milliseconds, that attempting to acquire
a LibraryConnection will wait before throwing an exception if the
ConnectionPool size has reached its absolute maximum.
|
int |
S_PreparedSelector.getMaxItemCount()
Returns the maximum number of items that will be returned by
getItems . |
int |
S_Selector.getMaxItemCount()
Returns the setting of the maximum number of items that will be returned in a
getItems() invocation.
|
int |
S_Selector.getMaxItems()
Gets the value of the maximum number of items fetched limit.
|
protected int |
FolderIndexService.getMaxLevel(LibraryConnection lc,
Connection conn) |
protected int |
FolderIndexService.getMaxLevel(LibraryConnection lc,
Connection conn,
boolean shouldLock) |
int |
FolderIndexService.getMaxLevel(S_LibrarySession sess)
Gets the Max level setting for the Folder index.
|
S_Media |
S_ContentVaultEntry.getMedia()
Gets the Media object.
|
Collection |
S_LibrarySession.getMediaCollection()
Gets a reference to the Media collection.
|
Hashtable |
S_LibraryObjectDataSharedState.getMediaCustomSecureParameters()
Gets the secure parameters of a MediaCustom index, as a Hashmap of string
values hashed by string key.
|
S_Media |
S_ContentObject.getMediaObject() |
int |
S_LibrarySession.getMemberThreshold()
Gets the threshold for using a temp table to select all (recursive) members
of a group.
|
int |
S_LibraryService.getMemberThreshold(S_LibrarySession session)
Gets the threshold for using a temp table to select all (recursive) members
of a group.
|
S_MessageEntry[] |
S_MessageList.getMessageEntries()
Returns the set of MessageEntry instances defined for this
MessageList.
|
Long[] |
S_LibraryObjectDataSharedState.getMessageEntryIds()
Gets the shared state representing the ids of the MessageEntries
of a MessageList.
|
S_MessageList |
S_MessageEntry.getMessageList()
Returns the MessageList that references this message.
|
String |
S_MessageEntry.getMessageText()
Gets the message text.
|
String |
S_Format.getMimeType()
get the MimeType of this format
|
int |
ConnectionPoolConfiguration.getMinimumSize()
Gets the minimum number of LibraryConnections in the ConnectionPool.
|
String |
S_Attribute.getMultiValueTableName()
Gets the table name to use for storing multi-valued
attribute values (maps or arrays).
|
String |
S_Attribute.getMultiValueTableName(String suffix)
Gets the table name to use for storing multi-valued
attribute values (maps or arrays).
|
String |
S_Attribute.getMultiValueTableSuffix()
Returns the custom table suffix used to derive the table
for the map or array values used for this Attribute.
|
String |
ConnectionPoolConfiguration.getName()
Gets the name of the ConnectionPool.
|
String |
S_LibraryObject.getName()
Returns the Name of this object, or null of this
object does not have a NAME attribute.
|
String |
S_LibraryService.getName()
Gets the name of this service.
|
String |
S_ClassObjectData.getName(LibrarySessionInterface session)
Gets the class name.
|
String |
S_AttributeData.getName(S_LibrarySession session)
Gets the name of this attribute.
|
protected SortSpecification |
S_LibraryObjectSelector.getNameSortSpecification()
Returns the Name Sort Specification to be used
by this selector.
|
S_ClassObjectData |
S_ClassObjectData.getNearestSuperclassdataWithTable(LibrarySessionInterface session)
Get the nearest superclass that has a table.
|
Hashtable |
S_LibraryObjectDataSharedState.getNegativeFolderItemsKeyedByName()
Gets the shared state representing the Hashtable resolution
of the set of items not in a Folder (keyed by item name,
forced to upper case).
|
Long |
ContentStorageManager.getNewContentID()
Gets a new ID to use for created new content.
|
Long |
S_LibrarySessionContentStorageManager.getNewContentID()
get's a new id from the master sequence
|
protected long |
AuditExecutor.getNextAuditId(S_LibrarySession session)
Gets the next available audit id value.
|
protected long |
AuditExecutor.getNextAuditId(S_LibrarySession session,
LibraryConnection lconn,
Connection conn)
Gets the next available audit id value.
|
protected String |
S_LibrarySession.getNLSDatabaseParameterValue(String parameter)
Gets the value for the specified NLS database parameter.
|
String |
S_LibraryService.getNodeName()
Gets the name of the node that started this service.
|
protected AccessControlListResolver.NonconformingResolution |
AccessControlListResolver.getNonconformingResolution(S_LibrarySession sess)
Resolves this nonconforming instance for the purpose
of being able to update the ACLD tables
|
protected LibraryQueryStatement |
S_DirectoryUserSelector.getObjectByNameSelectStatement(LibraryConnection lconn,
Connection conn) |
protected ObjectReferenceAttributeValue |
S_LibraryObject.getObjectReferenceAttribute(String attrname)
Gets the value of a ObjectReference attribute.
|
String |
PolicyActionContext.getOperation()
Gets the operation.
|
protected int |
AuditExecutor.getOperationType(S_LibrarySession session,
String opTypeKey)
Get the numeric Operation type given an operation type key.
|
protected String |
AuditExecutor.getOperationTypeKey(S_LibrarySession session,
int opType)
Get the Operation type key given an operation type.
|
Object |
S_LibraryObjectDefinition.getOption(String name)
return an option value
|
String[] |
S_LibraryObjectDefinition.getOptionKeys()
Return array of option keys
|
protected static Hashtable |
IdmCredentialManager.getOptionsHashtable(AttributeValue[] avs)
Converts an AttributeValue[] to a Hashtable of AttributeValues.
|
protected S_DirectoryUser |
S_PublicObject.getOwner()
getOwner - gets the owner of this object
|
int |
LibraryQueryStatement.getParamOffset(S_LibrarySession sess)
Return the index of the first param that represents user-defined
parameters.
|
S_PolicyList |
S_PolicyListElement.getParentPolicyList()
Returns the parent PolicyList for this element.
|
Long |
S_ContentObject.getPartitionValue()
Gets the partition value for this ContentObject.
|
protected Long |
S_Media.getPartitionValue(Long cid)
Gets the value of the content table PARTITIONVALUE column for the
specified content id.
|
Long[] |
S_Folder.getPathIds(Long rootId)
Gets the path to the target folder, repsented as an array of
IDs.
|
protected S_PublicObject |
S_VersionSeries.getPendingPublicObject()
Gets the pending public object for this series.
|
S_PerformedActivitySpecification |
S_Actor.getPerformedActivitySpecification()
Gets the PerformedActivitySpecification used by this instance.
|
Collection |
S_LibrarySession.getPermissionBundleCollection()
Gets a reference to the S_PermissionBundle collection.
|
S_Policy |
S_PolicyListElement.getPolicy()
Returns the Policy referenced by this object.
|
String |
PolicyActionContext.getPolicyAction()
Gets the fully-qualified classname of the PolicyAction.
|
protected static PolicyAction |
PolicyActionContext.getPolicyAction(S_LibrarySession session,
String className)
Finds or Constructs a PolicyAction specified by fully-qualified classname.
|
protected PolicyAction |
S_LibraryService.getPolicyAction(String className)
Finds a PolicyAction specified by fully-qualified classname.
|
protected PolicyAction |
S_LibrarySession.getPolicyAction(String className)
Finds a PolicyAction specified by fully-qualified classname,
as kept by the service.
|
Collection |
S_LibrarySession.getPolicyCollection()
Gets a reference to the S_Policy collection.
|
Collection |
S_LibrarySession.getPolicyListCollection()
Gets a reference to the S_PolicyList collection.
|
PolicyListElementInterface |
PolicyActionContext.getPolicyListElement(LibrarySessionInterface session)
Gets the PolicyListElement.
|
Long[] |
S_LibraryObjectDataSharedState.getPolicyListElementIds()
Gets the shared state representing the ids of the PolicyListElements of
a PolicyList.
|
S_PolicyListElement[] |
S_PolicyList.getPolicyListElements()
Gets the PolicyListElements in this PolicyList sorted by the
default SortSpecification.
|
S_PolicyListElement[] |
S_PolicyList.getPolicyListElements(SortSpecification sort)
Gets the PolicyListElements in this PolicyList sorted by the
SortSpecification.
|
protected Vector |
S_PolicyList.getPolicyListElementsVector()
Gets the vector of PolicyListElements for this PolicyList
sorted by the default SortSpecification.
|
protected Vector |
S_PolicyList.getPolicyListElementsVector(SortSpecification sort)
Gets the vector of PolicyListElements for this PolicyList
sorted by the SortSpecification.
|
protected S_ClassObject |
S_AttributeData.getPrimaryClassDomainClass(S_LibrarySession session)
Gets the Primary class defined by the ClassDomain.
|
protected Long |
S_AttributeData.getPrimaryClassDomainClassId(S_LibrarySession session)
Gets the ID of the Primary class defined by the ClassDomain.
|
protected S_Folder |
S_PublicObject.getPrimaryParentFolder()
Gets the primary parent folder for this object.
|
String |
S_PreparedSelector.getPrimarySearchAlias()
Returns the alias used for the primary search class.
|
String |
S_PreparedSelector.getPrimarySearchClass()
Returns the search class that was previously set.
|
AttributeValue |
S_PreparedSelector.getPrimarySearchTarget()
Returns the primary search target.
|
S_PrimaryUserProfile |
S_DirectoryUser.getPrimaryUserProfile()
Gets the primary user profile for this user.
|
S_PrimaryUserProfile |
S_LibrarySession.getPrimaryUserProfile()
Gets the S_PrimaryUserProfile of current S_DirectoryUser for
this S_LibrarySession.
|
Long |
S_LibraryObjectDataSharedState.getPrimaryUserProfileId()
Gets the shared state representing the id of the PrimaryUserProfile
Id of a DirectoryUser.
|
protected S_VersionSeries |
S_Family.getPrimaryVersionSeries()
Gets the Primary Version Series of this family.
|
String |
S_PerformedActivitySpecification.getPrivateActionTableName()
Returns the table name to use for Private actions performed by the actor.
|
String |
S_TrackedActivitySpecification.getPrivateActionTableName()
Returns the table name to use for Private actions tracked by the actor.
|
S_Property[] |
S_PropertyBundle.getProperties(SortSpecification sort)
Gets the properties in this PropertyBundle sorted by the
SortSpecification.
|
protected Vector |
S_PropertyBundle.getPropertiesVector(SortSpecification sort)
Gets the vector of properties for this PropertyBundle
sorted by the SortSpecification.
|
AttributeValue |
CredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
CredentialManager.
|
AttributeValue |
IdmCredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
IdmCredentialManager.
|
AttributeValue |
IfsCredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
IfsCredentialManager.
|
S_Property |
S_PropertyBundle.getProperty(String name)
Gets the S_Property of the specified name.
|
AttributeValue |
UniversalCredentialManager.getProperty(String name)
Gets the value of the specified dynamic property for this
UniversalCredentialManager.
|
AttributeValue |
XeCredentialManager.getProperty(String name)
Deprecated.
Gets the value of the specified dynamic property for this
XeCredentialManager.
|
AttributeValue |
DirectoryService.getProperty(String credentialManagerName,
String name)
Gets the value of the specified dynamic property for the specified
CredentialManager.
|
Long |
SQLGeneration_Helper.getPropertyAttributeId(int dataType) |
String |
SQLGeneration_Helper.getPropertyAttributeName(int dataType) |
S_PropertyBundle |
S_LibraryObject.getPropertyBundle()
Gets the S_PropertyBundle for this object.
|
Hashtable |
S_LibraryObjectDataSharedState.getPropertyBundleProperties()
Gets the shared state representing the Hashtable resolution
of a PropertyBundle's properties.
|
Vector |
S_LibraryObjectDataSharedState.getPropertyIds()
Gets the shared state representing the ids of the properties of
a property bundle.
|
AttributeValue |
S_Property.getPropertyValue()
Gets the value of the Property.
|
AttributeValue |
S_ValueDefault.getPropertyValue()
Gets the value of the ValueDefaultPropertyBundle of this ValueDefault,
as an AttributeValue.
|
AttributeValue |
S_ValueDefaultPropertyBundle.getPropertyValue()
Gets the value of this ValueDefaultPropertyBundle.
|
AttributeValue |
S_ValueDomain.getPropertyValue()
Gets the value of the ValueDomainPropertyBundle of this ValueDomain,
as an AttributeValue.
|
AttributeValue |
S_ValueDomainPropertyBundle.getPropertyValue()
Gets the value of this ValueDefaultPropertyBundle.
|
AttributeValue |
S_LibraryObject.getPropertyValue(String key)
Returns a property from the S_PropertyBundle associated with this instance.
|
AttributeValue |
S_PropertyBundle.getPropertyValue(String name)
Gets the value of a particular property.
|
protected S_PublicObject |
S_VersionDescription.getPublicObject()
Returns the public object associated with this object.
|
S_PublicObject |
S_LibrarySession.getPublicObject(Long id)
Gets an S_PublicObject by id.
|
S_PublicObject |
S_LibrarySession.getPublicObject(Long id,
Long classId)
Gets an S_PublicObject by id and classId.
|
Long[] |
S_LibraryObjectDataSharedState.getPublicObjectCategoryIds()
Gets the shared state representing the ids of the Categories of
a PublicObject.
|
PublicObjectInterface |
S_LibrarySession.getPublicObjectInterface(Long id)
Gets the PublicObjectInterface for the specified id.
|
PublicObjectInterface[] |
S_LibrarySession.getPublicObjectInterfaces(Long[] ids)
Gets the PublicObjectInterfaces for the specified ids.
|
Long[] |
S_LibraryObjectDataSharedState.getPublicObjectLinkIds()
Gets the shared state representing the ids of the Links of
a PublicObject.
|
protected Vector |
S_LibrarySession.getPublicObjectsByIds(Long[] ids)
Gets a set of S_PublicObjects from a set of IDs.
|
protected abstract RandomAccessDriver |
MediaBlobHelper.getRandomAccessDriver(Long cid)
Returns a RandomAccessDriver to use to retrieve the indicated content.
|
protected RandomAccessDriver |
OracleMediaBlobHelper.getRandomAccessDriver(Long cid)
Returns a RandomAccessDriver to use to retrieve the indicated content.
|
protected RandomAccessDriver |
PostgresMediaBlobHelper.getRandomAccessDriver(Long cid)
Returns a RandomAccessDriver to use to retrieve the indicated content.
|
protected abstract RandomAccessDriver |
S_Media.getRandomAccessDriver(Long cid)
Gets a RandomAccessDriver for the specified content id.
|
protected RandomAccessDriver |
S_MediaBfile.getRandomAccessDriver(Long cid)
Gets a RandomAccessDriver for the specified content id.
|
protected RandomAccessDriver |
S_MediaBlob.getRandomAccessDriver(Long cid)
Gets a RandomAccessDriver for the specified content id.
|
protected RandomAccessDriver |
S_MediaCustom.getRandomAccessDriver(Long cid)
Gets a RandomAccessDriver for the specified content id.
|
RandomAccessDriver |
CenteraMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
CmsdkMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
CustomMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
FileSystemMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
RandomAccessDriver |
SnapLockMediaDriver.getRandomAccessorDriver(S_MediaCustom media,
String address)
Gets a RandomAccessDriver for the specified content address.
|
protected ConnectionPool |
S_LibraryService.getReadonlyConnectionPool()
Gets the readonly connection pool for this S_LibraryService.
|
ConnectionPoolConfiguration |
S_LibraryService.getReadonlyConnectionPoolConfiguration()
Gets the configuration parameters of the readonly ConnectionPool.
|
ConnectionPoolPerformance |
S_LibraryService.getReadonlyConnectionPoolPerformance()
Gets the performance information for the readonly ConnectionPool.
|
String |
IdmCredentialManagerUtilities.getRealmName() |
String |
SQLGeneration_Helper.getRecursiveClause(String vName,
String className,
boolean isRecursive) |
ReferenceAttributeValue[] |
S_LibraryObjectDefinition.getReferenceAttributes()
return array of reference attributes.
|
Long[] |
S_LibraryObjectDataSharedState.getReferencingFolderIds(LibrarySessionInterface sess,
SortSpecification sort)
Gets the shared state representing the ids of the Folders containing
a PublicObject.
|
Long[] |
S_PublicObject.getReferencingFolderIds(SortSpecification sort)
Get the IDs of all folders that contain this instance.
|
S_Folder[] |
S_PublicObject.getReferencingFolders(SortSpecification sort)
returns an array of S_Folders that reference this object
|
int |
S_AttributeData.getReferentialIntegrityRule(S_LibrarySession session)
Gets the referential integrity rule for this attribute.
|
protected Vector |
S_LockObject.getReferringPublicObjects(SortSpecification sort)
Gets the PublicObjects that refer to this LockObject
|
protected LibraryQueryStatement |
S_RelationshipSelector.getRelationshipSelectCountStatement(LibraryConnection lconn,
Connection conn) |
protected LibraryQueryStatement |
S_RelationshipSelector.getRelationshipSelectStatement(LibraryConnection lconn,
Connection conn,
SortSpecification sort) |
static String |
S_LibraryService.getRepositoryParameter(Connection conn,
String name)
Gets the value of the specified repository parameter.
|
protected static String |
S_LibraryService.getRepositoryParameter(Connection conn,
String name,
boolean shouldLock)
Gets the value of the specified repository parameter, acquiring a
row-level lock if specified.
|
protected String |
S_LibraryService.getRepositoryParameter(String name)
Gets the value of the specified repository parameter.
|
protected String |
S_LibrarySession.getRepositoryParameter(String name)
Gets the value of the specified repository parameter.
|
protected String[] |
S_LibraryService.getRepositoryParameterNames(Connection conn,
String prefix)
Gets the repository parameter names that start with the specified prefix.
|
protected String[] |
S_LibrarySession.getRepositoryParameterNames(String prefix)
Gets the repository parameter names that start with the specified prefix.
|
protected AccessControlListResolver.ResolutionAccessKey |
AccessControlListResolver.Resolution.getResolutionAccessKey(S_LibrarySession session,
Long userid)
Gets the ResolutionAccessKey.
|
Hashtable |
S_Folder.getResolvedAuditObjectHistoryTable()
Gets the resolved set of operation types that represent the
types that should be dispatched to the object's audit history.
|
protected S_PublicObject |
S_PublicObject.getResolvedObject()
getResolvedObject - gets the resolved public object of this objec
|
long |
S_LockEntry.getResolvedRestriction(Long userId,
Long sessId)
Gets the resolved permissions restricted on the associated
PublicObject(s) because of this LockEntry, on behalf of a
specified user and session.
|
String |
S_LibraryObject.getResourceString(String key)
Gets the resource string for the specified key.
|
protected String |
S_LibraryObjectSelector.getResourceString(String key)
Returns a resource string from the Resource Bundle.
|
String |
S_LibraryService.getResourceString(String key)
Gets the resource string for the specified key.
|
String |
S_LibrarySession.getResourceString(String key)
Gets the resource string for the specified key.
|
String |
S_LibraryObject.getResourceString(String key,
Object[] params)
Gets the resource string for the specified key, and substitutes the
specified parameters into that resource string.
|
String |
S_LibraryService.getResourceString(String key,
Object[] params)
Gets the resource string for the specified key, and substitutes the
specified parameters into that resource string.
|
String |
S_LibrarySession.getResourceString(String key,
Object[] params)
Gets the resource string for the specified key, and substitutes the
specified parameters into that resource string.
|
S_PublicObject |
S_Relationship.getRightObject()
gets the S_PublicObject that is right
of this relationship.
|
protected LibraryQueryStatement |
S_PublicObjectSelector.getRightObjectsCountSelectStatement(LibraryConnection lconn,
Connection conn,
Long leftId,
String relClassName) |
protected LibraryQueryStatement |
S_PublicObjectSelector.getRightObjectsSelectStatement(LibraryConnection lconn,
Connection conn,
Long leftId,
String relClassName,
SortSpecification sort) |
protected S_Relationship[] |
S_PublicObject.getRightRelationships(String relClassName)
getRightRelationships - gets all Relationship objects to the
right of this object for a specified Relationship class.
|
protected Vector |
S_PublicObject.getRightwardRelationshipDatas(S_ClassObject relClass,
SortSpecification sort) |
protected Vector |
S_PublicObject.getRightwardRelationshipDatas(String relClassName,
SortSpecification sort) |
protected Vector |
S_PublicObject.getRightwardRelationshipObjectDatas(S_ClassObject relClass,
SortSpecification sort) |
protected Vector |
S_PublicObject.getRightwardRelationshipObjectDatas(String relClassName,
SortSpecification sort) |
S_PublicObject[] |
S_PublicObject.getRightwardRelationshipObjects(S_ClassObject relClass,
SortSpecification sort)
returns all "right side" public objects that are related to this object by
the specified Relationship Class.
|
S_PublicObject[] |
S_PublicObject.getRightwardRelationshipObjects(String relClassName,
SortSpecification sort)
returns all "right side" public objects that are related to this object by
the specified Relationship Class.
|
S_Relationship[] |
S_PublicObject.getRightwardRelationships(S_ClassObject relClass,
SortSpecification sort)
returns all "right side" relationship instances that are used to relate to this object
to other PublicObjects.
|
S_Relationship[] |
S_PublicObject.getRightwardRelationships(String relClassName,
SortSpecification sort)
returns all "right side" relationship instances that are used to relate to this object
to other PublicObjects.
|
S_Folder |
S_LibrarySession.getRootFolder()
Return the top-most Folder in the CM SDK folder hierarchy.
|
long |
S_LibraryObjectData.getRsn()
Gets the resolution sequence number of this S_LibraryObjectData.
|
long |
S_LibraryService.getRsn()
Gets the last-generated resolution sequence number.
|
String |
S_LibraryService.getSchemaName()
Returns the name of the schema used by this service.
|
String |
S_LibrarySession.getSchemaName()
Gets the schema name in effect for the service.
|
S_SchemaObject |
S_LibrarySession.getSchemaObject(Long id)
Gets an S_SchemaObject by id.
|
S_SchemaObject |
S_LibrarySession.getSchemaObject(Long id,
Long classId)
Gets an S_SchemaObject by id and classId.
|
Long[] |
S_LibraryObjectDataSharedState.getSchemaObjectCategoryIds()
Gets the shared state representing the ids of the Categories of
a SchemaObject.
|
SchemaObjectInterface |
S_LibrarySession.getSchemaObjectInterface(Long id)
Gets the SchemaObjectInterface for the specified id.
|
SchemaObjectInterface[] |
S_LibrarySession.getSchemaObjectInterfaces(Long[] ids)
Gets the SchemaObjectInterfaces for the specified ids.
|
protected Vector |
S_LibrarySession.getSchemaObjectsByIds(Long[] ids)
Gets a set of S_SchemaObjects from a set of IDs.
|
long |
S_LibraryService.getSchemaVersionNumber()
Gets the schema version as a long.
|
String |
S_LibraryService.getSchemaVersionString()
Gets the schema version as a string.
|
S_Search |
S_SearchObject.getSearch()
Returns the S_Search object that is constructed using
the SearchSpecification in this object.
|
String |
S_Selector.getSearchClassname()
Returns the search class that was set using setSearchClassname()
|
String |
S_PreparedSelector.getSearchLanguage()
Returns the search language in effect.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSearchResultQueryStatement(String key,
LibraryConnection lconn,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
int maxItemCount)
Gets a statement for a query for "search results",
meaning specific columns are selected from the specified
search targets.
|
AttributeValueTable[] |
S_PreparedSelector.getSearchResults()
Returns the entire search results as an array.
|
String |
S_PreparedSelector.getSearchSelection()
Returns the search selection that was set using setSearchSelection()
|
String |
S_Selector.getSearchSelection()
Returns the search selection that was set using setSearchSelection()
|
protected SearchSpecification |
S_Search.getSearchSpecification() |
protected SearchSpecification |
S_SearchObject.getSearchSpecification()
Returns the SearchSpecification of this object.
|
protected S_PublicObject[] |
AccessControlListProxyService.getSecuredPublicObjects(S_LibrarySession sess,
Long id)
Get the Secured PublicObjects.
|
protected S_PublicObject[] |
AccessControlListProxyService.getSecuredPublicObjectsLite(S_LibrarySession sess,
Long id)
Gets all the objects secured by the given public objects.
|
protected String |
S_MediaCustom.getSecureParameter(String name)
Gets the value of the specified secure parameter of this MediaCustom
instance.
|
protected String[] |
S_MediaCustom.getSecureParameterNames()
Gets the names of the secure parameters of this MediaCustom instance.
|
protected String |
S_MediaCustom.getSecureParameterPrefix()
Gets the prefix automatically applied to the names of the secure
parameters of this MediaCustom instance to make them repository unique.
|
String |
SQLGeneration_Helper.getSecurityClause(Long classId,
String ownerValue) |
String |
SQLGeneration_Helper.getSecurityClause(String className,
String ownerValue) |
String |
SQLGeneration_Helper.getSecurityClause(String vName,
String className,
String ownerValue) |
String |
SQLGeneration_Helper.getSelectList(Long classId,
String tName,
boolean qualifyColumns) |
String |
SQLGeneration_Helper.getSelectList(String className,
String tName,
boolean qualifyColumns) |
protected LibraryQueryStatement |
S_FolderPathRelationshipSelector.getSelectObjectByPathStatement(LibraryConnection lconn,
Connection conn) |
Constructor |
S_ClassObjectData.getSelectorConstructor(S_LibrarySession session)
Gets the Constructor for the S_LibraryObjectSelector
subclass for this CLASSOBJECT.
|
protected String |
AuditExecutor.getSelectUnusedAuditTypeListsSql()
Gets the SQL to select unused Audit lists.
|
String |
S_PerformedActivitySpecification.getSequenceName()
Returns the sequence name to use for this instance,
for creation of rows in the Summary table.
|
String |
S_TrackedActivitySpecification.getSequenceName()
Returns the sequence name to use for this instance,
for creation of rows in the Summary table.
|
String |
S_ClassObjectData.getServerClassPath(LibrarySessionInterface session)
Gets the server-side classname.
|
Constructor |
S_ClassObjectData.getServerConstructor(S_LibrarySession session)
Gets the Constructor for the S_LibraryObject subclass
that represents instances of this CLASSOBJECT.
|
Constructor |
S_ClassObjectData.getServerConstructorForCreate(S_LibrarySession session)
Gets the Constructor for the S_LibraryObject subclass
that represents instances of this CLASSOBJECT.
|
protected S_LibraryService |
LibraryConnection.getService()
Gets the S_LibraryService to which this LibraryConnection belongs.
|
protected S_LibraryService |
S_LibraryObject.getService()
getService() - return the S_LibraryService which created
the S_LibrarySession from which this object was created.
|
protected S_LibraryService |
S_LibraryObjectSelector.getService()
Returns the S_LibraryService which created
the S_LibrarySession from which this object was created.
|
S_LibraryService |
S_LibrarySession.getService()
Gets the S_LibraryService hosting this S_LibrarySession.
|
AttributeValue |
S_LibraryService.getServiceConfigurationProperty(String name)
Gets the specified service configuration property.
|
AttributeValue |
S_LibrarySession.getServiceConfigurationProperty(String name)
Gets the specified service configuration property.
|
boolean |
S_LibraryService.getServiceConfigurationProperty(String name,
boolean defaultValue)
Gets the value of the specified service configuration property,
as a boolean.
|
boolean |
S_LibrarySession.getServiceConfigurationProperty(String name,
boolean defaultValue)
Gets the value of the specified service configuration property,
as a boolean.
|
double |
S_LibraryService.getServiceConfigurationProperty(String name,
double defaultValue)
Gets the value of the specified service configuration property,
as a double.
|
int |
S_LibraryService.getServiceConfigurationProperty(String name,
int defaultValue)
Gets the value of the specified service configuration property,
as an integer.
|
int |
S_LibrarySession.getServiceConfigurationProperty(String name,
int defaultValue)
Gets the value of the specified service configuration property,
as an integer.
|
String |
S_LibraryService.getServiceConfigurationProperty(String name,
String defaultValue)
Gets the value of the specified service configuration property,
as a string.
|
String |
S_LibrarySession.getServiceConfigurationProperty(String name,
String defaultValue)
Gets the value of the specified service configuration property,
as a string.
|
Long |
S_LibrarySession.getServiceId()
Gets the id of the S_LibraryService hosting this S_LibrarySession.
|
static S_LibraryService[] |
S_LibraryService.getServices()
Gets the existing iFS services in this VM.
|
S_LibrarySession |
SQLGeneration_Helper.getSession()
Get the session used by this instance.
|
S_LibrarySession |
S_LibraryObject.getSession()
Returns the current S_LibrarySession.
|
S_LibrarySession |
S_PreparedSelector.getSession()
Returns the session being used by this Selector.
|
LibrarySessionInterface |
S_RandomAccessorImpl.getSession()
Gets the session associated with this RandomAccessor.
|
S_LibrarySession |
S_Selector.getSession()
Returns the session being used by this Selector.
|
Constructor |
S_LibraryService.getSessionConstructor()
Gets the S_LibrarySession constructor.
|
protected int |
S_LibraryService.getSessionCount()
Gets the number of sessions currently connected to this service.
|
protected long |
S_LibrarySession.getSessionCreationTime()
Gets the time at which this session was created.
|
Long |
S_LibrarySession.getSessionId()
Gets the id of this S_LibrarySession.
|
LibrarySessionInterface |
S_LibraryObject.getSessionInterface()
Gets the LibrarySessionInterface for this S_LibraryObject.
|
String |
LibraryConnection.getSessionLanguage()
get current language of the database session
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSimpleCountQueryStatement(String key,
LibraryConnection lconn,
String whereClause,
int maxCopies)
Gets a statement for a simple "select count()" query.
|
S_SimpleObject |
S_LibrarySession.getSimpleObject(Long id)
Gets an S_SimpleObject by id.
|
S_SimpleObject |
S_LibrarySession.getSimpleObject(Long id,
Long classId)
Gets an S_SimpleObject by id and classId.
|
SimpleObjectInterface |
S_LibrarySession.getSimpleObjectInterface(Long id,
Long classId)
Gets the SimpleObjectInterface for the specified id.
|
SimpleObjectInterface[] |
S_LibrarySession.getSimpleObjectInterfaces(Long[] ids)
Gets the SimpleObjectInterfaces for the specified ids.
|
SimpleObjectInterface[] |
S_LibrarySession.getSimpleObjectInterfaces(Long[] ids,
Long primaryClassId)
Gets the SimpleObjectInterfaces for the specified ids.
|
protected Vector |
S_LibrarySession.getSimpleObjectsByIds(Long[] ids)
Gets a set of S_SimpleObjects from a set of IDs.
|
protected LibraryQueryStatement |
S_LibraryObjectSelector.getSimpleQueryStatement(String key,
LibraryConnection lconn,
String whereClause,
SortSpecification sort,
int maxCopies)
Gets a statement for a simple query.
|
Enumeration |
BoundedLibraryObjectCache.getSLibraryObjectEnumeration()
Gets an Enumeration of the S_LibraryObjects in this cache.
|
protected SortSpecification |
S_AccessControlEntrySelector.getSortSeqeunceSortSpecification()
Returns the Default Sort Specification to be used
by this selector.
|
protected SortSpecification |
S_PolicyListElementSelector.getSortSeqeunceSortSpecification()
Returns the Default Sort Specification to be used
by this selector.
|
protected SortSpecification |
S_RelationshipSelector.getSortSeqeunceSortSpecification()
Returns the Default Sort Specification to be used
by this selector.
|
long |
PolicyActionContext.getSortSequence()
Gets the sort sequence.
|
protected long |
S_VersionDescription.getSortSequence()
Returns the sort sequnce of this object in the version series.
|
SortSpecification |
S_PreparedSelector.getSortSpecification()
Returns the Sort Specification.
|
SortSpecification |
S_Selector.getSortSpecification()
Returns the Sort Specification
|
protected S_Relationship[] |
S_PublicObject.getSpecificLeftRelationships(S_PublicObject source,
String relClassName)
getSpecificLeftRelationships - gets all Relationship objects to the
left of this object for a specified Relationship class, and for a
specific source object.
|
protected S_Relationship[] |
S_PublicObject.getSpecificRightRelationships(S_PublicObject target,
String relClassName)
getSpecificRightRelationships - gets all Relationship objects to the
right of this object for a specified Relationship class, and for a
specific target object.
|
protected String |
S_Search.getSQLString()
Returns the SQL generated for the search.
|
int |
S_PreparedSelector.getStartingRowNumber()
Returns the starting row number.
|
PreparedStatement |
LibraryQueryStatement.getStatement(S_LibrarySession sess)
Return the Prepared statement.
|
int |
ConnectionPoolConfiguration.getStatementCacheSizeTrigger()
Gets the number of statements that need to be cached before a purge
is triggered.
|
int |
ConnectionPoolConfiguration.getStatementCacheTarget()
Gets the target maximum number of statements we wish to keep cached.
|
String |
S_PreparedSelector.getStatementKey()
Returns the statement key.
|
int |
ConnectionPoolConfiguration.getStatementResetLimit()
Gets the access limit at which statements saved in LibraryConnections
will be closed and re-opened.
|
protected String |
S_LibraryObjectSelector.getStatementSuffix()
Returns a statement suffix appropriate to the current
session Admin mode.
|
S_ClassObject[] |
S_ClassObject.getSubclasses()
Gets the subclasses for this class as an array of
S_ClassObjects.
|
S_ClassObject |
S_ClassObject.getSubclasses(int index)
Gets the index-specified subclass for this class as
an S_ClassObject.
|
long |
S_Folder.getSubfolderCount(String folderRelClassname)
Get the number of sub folders in the S_Folder.
|
int |
PolicyActionContext.getSubSortSequence()
Gets the sub-sort sequence.
|
Reader |
ContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
Reader |
OracleContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
Reader |
PostgresContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
abstract Reader |
S_LibrarySessionContentStorageManager.getSummary(S_ContentObject co,
String pointOfView)
Gets the summary for specified ContentObject and point of view.
|
Reader |
S_ContentObject.getSummary(String pointOfView,
S_LibraryObject refObj)
Gets a specific summary of this content, previously generated by a
call to generateSummary().
|
String |
S_PerformedActivitySpecification.getSummaryTableName()
Returns the table name to use for ActivitySummary records.
|
String |
S_TrackedActivitySpecification.getSummaryTableName()
Returns the table name to use for ActivitySummary records.
|
S_ClassObject |
S_ClassObject.getSuperclass()
Gets the superclass for this class.
|
S_ClassObjectData |
S_ClassObjectData.getSuperclassData(LibrarySessionInterface session)
Gets the S_ClassObjectData of the class's superclass.
|
Collection |
S_LibrarySession.getSystemAccessControlListCollection()
Gets a reference to the SystemAccessControlList collection.
|
protected boolean |
S_DirectoryUser.getSystemAdminEnabled()
Checks if this user has system admin privileges.
|
Collection |
S_LibrarySession.getSystemLockObjectCollection()
Gets a reference to the SystemLockObject collection.
|
S_SystemObject |
S_LibrarySession.getSystemObject(Long id)
Gets an S_SystemObject by id.
|
S_SystemObject |
S_LibrarySession.getSystemObject(Long id,
Long classId)
Gets an S_SystemObject by id and classId.
|
Long[] |
S_LibraryObjectDataSharedState.getSystemObjectCategoryIds()
Gets the shared state representing the ids of the Categories of
a SystemObject.
|
SystemObjectInterface |
S_LibrarySession.getSystemObjectInterface(Long id)
Gets the SystemObjectInterface for the specified id.
|
SystemObjectInterface[] |
S_LibrarySession.getSystemObjectInterfaces(Long[] ids)
Gets the SystemObjectInterfaces for the specified ids.
|
protected Vector |
S_LibrarySession.getSystemObjectsByIds(Long[] ids)
Gets a set of S_SystemObjects from a set of IDs.
|
Object |
S_LibraryObjectDefinition.getSystemOption(String name)
return a system option value.
|
String[] |
S_LibraryObjectDefinition.getSystemOptionKeys()
Return array of system option keys
|
AttributeValue |
S_LibraryObjectDefinition.getSystemSetAttribute(String name)
return a System set AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue[] |
S_LibraryObjectDefinition.getSystemSetAttributes()
Gets the system-set attributes.
|
protected Object |
S_LibraryService.getSystemUserToken(S_LibrarySession session)
Gets the system token that can be used to efficiently clone
system sessions.
|
String |
S_Media.getTableName()
Gets the value of the TABLENAME attribute.
|
String |
S_PerformedActivitySpecification.getTableName()
Returns the table name to use for PerformedActivityRecords.
|
String |
S_TrackedActivitySpecification.getTableName()
Returns the table name to use for this TrackedActivitySpecification.
|
String |
SQLGeneration_Helper.getTableName(String className)
Returns the tablename for the class
|
String |
S_PerformedActivitySpecification.getTableNameSuffix()
Returns the table name suffix that identifies the database objects
used for performed activity.
|
String |
S_TrackedActivitySpecification.getTableNameSuffix()
Returns the table name suffix that identifies the database objects
used for tracked activity.
|
int |
ConnectionPoolConfiguration.getTargetSize()
Gets the target maximum number of LibraryConnections
in the ConnectionPool.
|
long |
ConnectionPoolConfiguration.getTargetSizeTimeout()
Gets the period of time, in milliseconds, that attempting to acquire
a LibraryConnection will wait before creating a new LibraryConnection
if the ConnectionPool size has reached its target maximum.
|
ContextTheme[] |
ContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
OracleContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
PostgresContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
abstract ContextTheme[] |
S_LibrarySessionContentStorageManager.getThemes(S_ContentObject co)
Gets the generate Themes for specified ContentObject.
|
ContextTheme[] |
S_ContentObject.getThemes(S_LibraryObject refObj)
Gets the Themes for this content, previously generated by a call to
generateThemes().
|
TokenCredential |
S_LibraryService.getTokenCredential(String token,
Hashtable parameters,
boolean consume)
Gets the previously-created TokenCredential for the specified token.
|
TraceLogger |
S_LibraryObject.getTraceLogger()
Gets the trace logger of this object's session.
|
TraceLogger |
S_LibraryService.getTraceLogger()
Gets the TraceLogger of this S_LibraryService.
|
TraceLogger |
S_LibrarySession.getTraceLogger()
Gets the trace logger of this session.
|
S_TrackedActivitySpecification |
S_Actor.getTrackedActivitySpecification()
Gets the TrackedActivitySpecification used by this instance.
|
protected static ArrayList |
S_ContentObject.getUnreferencedContentObjectList(S_LibrarySession session,
int batchSize)
Delete unlocked temp bfile entries.
|
protected int |
FolderIndexService.getUpdateMode(LibraryConnection lc,
Connection conn) |
S_DirectoryUser |
S_LibrarySession.getUser()
Gets the current S_DirectoryUser for this S_LibrarySession.
|
protected static S_ContentQuota |
S_ContentQuota.getUserContentQuota(S_LibrarySession sess)
Gets the ContentQuota object associated with the current user
|
Long |
S_LibrarySession.getUserId()
Gets the id of the current S_DirectoryUser for this S_LibrarySession.
|
protected String |
S_LibrarySession.getUserName()
Gets the name of the current S_DirectoryUser for this S_LibrarySession.
|
AttributeValue |
S_LibraryObjectDefinition.getUserSetAttribute(String name)
return a User-set AttributeValue object
that holds the value of the requested attribute.
|
AttributeValue[] |
S_LibraryObjectDefinition.getUserSetAttributes()
return array of Attribute values that were set
by the user for this new instance.
|
protected S_UserState |
S_LibrarySession.getUserState()
Gets the user state of the current S_DirectoryUser for
this S_LibrarySession.
|
protected S_ValueDefault |
S_AttributeData.getValueDefault(S_LibrarySession session)
Gets the value default of this attribute.
|
Collection |
S_LibrarySession.getValueDefaultCollection()
Gets a reference to the S_ValueDefault collection.
|
protected S_ValueDomain |
S_AttributeData.getValueDomain(S_LibrarySession session)
Gets the value domain of this attribute.
|
Collection |
S_LibrarySession.getValueDomainCollection()
Gets a reference to the S_ValueDomain collection.
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long objectId)
Gets the value of the specified bind variable in a ResultSet.
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long auditid,
long objectId)
Deprecated.
9.2.5.0.0 use other variant
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long auditid,
long objectId,
S_AttributeData attrData,
S_LibrarySession session)
Deprecated.
9.2.5.0.0 use other variant
|
static AttributeValue |
S_LibrarySession.getValueFromResultSet(ResultSet rset,
int position,
int datatype,
Long attributeId,
long objectId,
S_AttributeData attrData,
S_LibrarySession session)
Gets the value of the specified select position in a ResultSet.
|
Long[] |
S_LibraryObjectDataSharedState.getVersionDescriptionIds()
Gets the shared state representing the ids of the VersionDescriptions of
a VersionSeries.
|
Long[] |
S_VersionSeries.getVersionDescriptionIds()
Get the IDs of all VersionDescriptions contained by this instance.
|
S_VersionDescription[] |
S_PublicObject.getVersionDescriptions()
Get all VERSIONDESCRIPTIONs associated with this instance.
|
S_VersionDescription[] |
S_VersionSeries.getVersionDescriptions()
Gets server side representation of all version descriptions in this series.
|
long |
IfsCredentialManager.getVersionNumber()
Gets the version of this IfsCredentialManager as a long.
|
static long |
S_LibraryService.getVersionNumber()
Gets the version of this S_LibraryService as a long.
|
long |
UniversalCredentialManager.getVersionNumber()
Gets the version of this UniversalCredentialManager as a long.
|
long |
XeCredentialManager.getVersionNumber()
Deprecated.
Gets the version of this XeCredentialManager as a long.
|
protected SortSpecification |
S_VersionDescriptionSelector.getVersionNumberSortSpecification()
Returns the Default VersionNumber Specification to be used
by this selector.
|
protected S_VersionSeries |
S_VersionDescription.getVersionSeries()
Returns the version series for this objects.
|
Long[] |
S_LibraryObjectDataSharedState.getVersionSeriesIds()
Gets the shared state representing the ids of the VersionSerieses of
a Family.
|
String |
IfsCredentialManager.getVersionString()
Gets the version of this IfsCredentialManager as a string.
|
static String |
S_LibraryService.getVersionString()
Gets the version of this S_LibraryService as a string.
|
String |
UniversalCredentialManager.getVersionString()
Gets the version of this UniversalCredentialManager as a string.
|
String |
XeCredentialManager.getVersionString()
Deprecated.
Gets the version of this XeCredentialManager as a string.
|
String |
S_PerformedActivitySpecification.getViewName()
Returns the view name to use for this PerformedActivitySpecification.
|
String |
S_TrackedActivitySpecification.getViewName()
Returns the view name to use for this TrackedActivitySpecification.
|
String |
SQLGeneration_Helper.getViewName(Long classId) |
String |
SQLGeneration_Helper.getViewName(String className)
Returns the approriate view to be used.
|
protected S_Selector |
S_LibrarySession.getWastebasketSelector(String searchClass,
String searchDefinition,
boolean recursive)
Constructs a wastebasket S_Selector.
|
static S_DirectoryGroup |
S_DirectoryGroup.getWorldDirectoryGroup(S_LibrarySession session)
Gets the DirectoryGroup that represents World access.
|
protected ConnectionPool |
S_LibraryService.getWriteableConnectionPool()
Gets the writeable connection pool for this S_LibraryService.
|
ConnectionPoolConfiguration |
S_LibraryService.getWriteableConnectionPoolConfiguration()
Gets the configuration parameters of the writeable ConnectionPool.
|
ConnectionPoolPerformance |
S_LibraryService.getWriteableConnectionPoolPerformance()
Gets the performance information for the writeable ConnectionPool.
|
void |
AccessControlListResolver.AccessEntry.grantAccess(AccessLevel grantedLevel,
S_LibrarySession sess)
Aply additional premissions for this entry
|
protected void |
AuditExecutor.handleAuditEventDispatchRequests(S_LibrarySession session,
ArrayList reqList,
String tableName)
Handle a list of AuditEvent dispatch requests.
|
protected void |
S_Category.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handles a cascaded operation initiated by
(usually) another object.
|
protected void |
S_Family.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handles a cascaded operation initiated by (usually) another object.
|
protected void |
S_FolderRelationship.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
handle a cascaded operation initiated by
(usually) another object.
|
protected void |
S_GroupMemberRelationship.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handles a cascaded operation initiated by (usually) another object.
|
protected void |
S_InterMediaSource.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handles a cascaded operation initiated by
(usually) another object.
|
protected void |
S_LibraryObject.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handle a cascaded operation initiated by
(usually) another object.
|
protected void |
S_PublicObject.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
handle a cascaded operation initiated by
(usually) another object.
|
protected void |
S_Relationship.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
handle a cascaded operation initiated by
(usually) another object.
|
protected void |
S_SchemaCategory.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handles a cascaded operation initiated by
(usually) another object.
|
protected void |
S_SchemaObject.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
handle a cascaded operation initiated by
(usually) another object.
|
protected void |
S_SystemCategory.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handles a cascaded operation initiated by
(usually) another object.
|
protected void |
S_SystemObject.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
handle a cascaded operation initiated by
(usually) another object.
|
protected void |
S_VersionDescription.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handle a cascaded operation initiated by
(usually) another object.
|
protected void |
S_VersionSeries.handleCascade(OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Handles a cascaded operation initiated by * (usually) another object.
|
void |
S_ClassDomain.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
S_CustomMediaDriverSpecification.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
S_Folder.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
S_LibraryObject.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
S_LibraryService.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
S_LibrarySession.handleEvent(IfsEvent event)
Handles the specified event.
|
void |
S_Property.handleEvent(IfsEvent event)
Handles the specified event.
|
protected void |
S_PublicObject.handleExtendedFreePolicy(OperationState opState,
S_LibraryObjectDefinition def)
handleExtendedFreePolicy - handle any Policy actions associated
with free().
|
protected void |
S_LockObject.handleLockPolicy(S_PublicObject po,
S_LibraryObjectDefinition def,
String operationType)
handleLockPolicy - handle any Policy actions associated
with locking, unlocking , modifying a locked PublicObject.
|
protected void |
S_VersionSeries.handleVersioningLockPolicy(String operationType,
S_LibraryObjectDefinition vsdef)
handleVersioningLockPolicy - handle any Policy actions associated
with what objects get locked during any versioning operations
of a PublicObject.
|
protected boolean |
S_AccessControlList.hasDiscoverAccess(Long userId)
Returns true if the specified user has discover access
specified in this object.
|
protected boolean |
AccessControlListResolver.hasDiscoverAccess(S_LibrarySession session,
Long userid)
Checks if a user has discover access
for this ACL.
|
boolean |
S_ClassObjectData.hasExtendedArrayAttributes(LibrarySessionInterface session)
Returns indication as to whether the class CLASSOBJECT introduces
any array-type extended attributes.
|
boolean |
S_ClassObjectData.hasExtendedMapAttributes(LibrarySessionInterface session)
Returns indication as to whether the class CLASSOBJECT introduces
any map-type extended attributes.
|
boolean |
SQLGeneration_Helper.hasFolderIndexService()
returns true if the service has a FolderIndexService
|
boolean |
S_LibraryObject.hasNameAttribute()
Returns true if this object is an instance of a class
that has a NAME attribute, and false otherwise.
|
boolean |
S_PublicObject.hasNameAttribute()
Override of hasNameAttribute(), to always return true for PublicObjects
|
boolean |
S_SchemaObject.hasNameAttribute()
Override of hasNameAttribute(), to always return true for SchemaObjects
|
boolean |
S_Folder.hasSubFolders()
Returns true if the current folder has subfolders.
|
void |
S_LibraryService.incrementAttributesRsn()
Increments the resolution sequence number at which an attribute
was last added or removed.
|
protected void |
FolderIndexService.init()
Initialize this subservice.
|
protected void |
AccessControlListIndexService.init(AccessControlListProxyService proxyServ,
AccessControlListDiscoverAccessService aclrServ,
DirectoryGroupIndexService groupServ)
Initialize this subservice.
|
void |
S_LibraryServiceRdbmsEventExchanger.init(S_LibraryService service,
long postPeriod,
long pollPeriod,
int statementResetLimit,
int eventTransportBatchSize)
Initializes this S_LibraryServiceRdbmsEventExchanger.
|
protected void |
GroupMembershipCache.initialize(LibraryConnection lconn)
Initialize the cache.
|
void |
CenteraMediaDriver.initialize(S_CustomMediaDriverSpecification cmds)
Initializes this CustomMediaDriver.
|
void |
CmsdkMediaDriver.initialize(S_CustomMediaDriverSpecification cmds)
Initializes this CustomMediaDriver.
|
void |
CustomMediaDriver.initialize(S_CustomMediaDriverSpecification cmds)
Initializes this CustomMediaDriver.
|
void |
FileSystemMediaDriver.initialize(S_CustomMediaDriverSpecification cmds)
Initializes this CustomMediaDriver.
|
void |
SnapLockMediaDriver.initialize(S_CustomMediaDriverSpecification cmds)
Initializes this CustomMediaDriver.
|
void |
ConnectionPool.initialize(S_LibraryService service,
ConnectionPoolConfiguration configuration)
Initializes a ConnectionPool.
|
void |
IfsConnectionPool.initialize(S_LibraryService service,
ConnectionPoolConfiguration configuration)
Initializes an IfsConnectionPool.
|
protected void |
S_LibraryService.initialize(String name,
String nodeName,
AttributeValue[] serviceConfiguration,
DataSource dataSource)
Initializes a S_LibraryService.
|
protected void |
S_TieLibraryService.initialize(String name,
String nodeName,
AttributeValue[] serviceConfiguration,
DataSource dataSource)
Initializes a S_TieLibraryService.
|
protected void |
FolderIndexService.initializeTables(S_LibrarySession sess,
int maxLevels) |
protected void |
S_VersionDescription.initializeVersionSequence(S_LibraryObjectDefinition vddef,
S_LibraryObjectDefinition vsdef)
Initializes the version sequence.
|
protected void |
AuditExecutor.insertCertificate(S_LibrarySession session,
long targetId,
long targetClassId,
boolean freed,
long createTime,
long creatorId,
long domainId,
boolean secured,
long freeTime,
long deletorId,
long tombstoneId,
S_LibraryObject target,
String targetName,
String targetClassName)
Insert an audit certificate.
|
protected void |
AuditExecutor.insertCreateCertificate(S_LibrarySession session,
long targetId,
long targetClassId,
long createTime,
long creatorId,
long domainId)
Insert a certificate for an object being created.
|
protected void |
AuditExecutor.insertFreeCertificate(S_LibrarySession session,
long targetId,
long targetClassId,
long freeTime,
long deletorId,
long domainId)
Insert a certificate for an object being freed.
|
void |
ContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String oracleCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts a row in the context router table.
|
void |
OracleContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String ianaCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts a row in the context router table.
|
void |
PostgresContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String ianaCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Schedules an insert of a row in the context router table.
|
abstract void |
S_LibrarySessionContentStorageManager.insertIntoContextRouter(Long coId,
Long coClassId,
Long cid,
S_Media media,
S_ContentVaultEntry cve,
long contentSize,
String oracleCharacterSet,
String oracleLanguage,
boolean text,
boolean indirectFullTextIndexing)
Inserts (or schedules an insert of) a row in the context router table.
|
protected void |
S_LibrarySession.insertIntoSessionTable(Long user)
Add this S_LibrarySession into the odmz_session table.
|
protected void |
FolderIndexService.insertMapParameterRow(LibraryConnection lc,
Connection conn,
long key,
long value) |
protected void |
S_LibraryObject.insertReferenceAttributes(S_LibraryObjectDefinition def)
Resolve any Reference attributes into content and
content references during object creation.
|
protected void |
FolderIndexService.insertReferences(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
long parentid,
long childid,
int maplevel) |
protected void |
S_LibraryObject.insertRow(AttributeValue[] avs,
S_ClassObjectData clssdata)
Insert a row representing the specified values for the specified class.
|
protected void |
S_FolderPathRelationship.insertRows(S_LibraryObjectDefinition def)
Update the rows from each table for this instance.
|
protected void |
S_LibraryObject.insertRows(S_LibraryObjectDefinition def)
Update the rows from each table for this instance.
|
protected void |
AccessControlListProxyService.insertSecuredPublicObject(S_LibrarySession sess,
Long securing,
Long secured,
Long securedClass)
Add an ACL Proxy entry.
|
protected void |
GroupMembershipCache.insertTemporaryIds(LibraryConnection lconn,
Long[] ids)
Insert specified IDs into the Global temporary table.
|
protected void |
S_VersionDescription.integrateIntoVersionSeries(S_VersionDescription targetvd)
Javadoc Fixme
|
protected void |
S_VersionDescription.integrateIntoVersionSeries(S_VersionSeries parentVS)
Javadoc Fixme
|
void |
UncommittedResolvedAclCache.invalidateAllUncommittedFrames(Long id)
Invalidate (i.e. make shallow) the ACL resolvers for the
specified Id in all frames.
|
void |
ContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
void |
OracleContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
void |
PostgresContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.invalidateFilteredContent(S_ContentObject co)
Invalidates any Filtered Content that was generated for specified ContentObject.
|
protected void |
S_AccessControlList.invalidateResolution()
Invalidates the ACL.
|
protected void |
UncommittedLibraryObjectDataCache.invalidateSharedState(IfsEvent event)
Invalidates shared state for the specified object.
|
void |
S_AccessControlList.invalidateState()
Invalidate any information cached for this ACL.
|
void |
S_ClassDomain.invalidateState()
Invalidate any information cached for this object.
|
void |
S_LibraryObject.invalidateState()
Invalidates any information cached for this object.
|
void |
S_Property.invalidateState()
Invalidate any information cached for this object.
|
void |
ContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
void |
OracleContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
void |
PostgresContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.invalidateSummaries(S_ContentObject co)
Invalidates any Summary that was generated for specified ContentObject.
|
void |
ContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
void |
OracleContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
void |
PostgresContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
abstract void |
S_LibrarySessionContentStorageManager.invalidateThemes(S_ContentObject co)
Invalidates any Themes that have been generated for specified ContentObject.
|
void |
S_LibraryService.invalidateTokenCredential(String token,
Hashtable parameters)
Invalidates the previously-created TokenCredential for the specified
token.
|
void |
S_LibrarySession.invalidateTokenCredentials(Long userId)
Invalidates any previously-created TokenCredential for the specified
user.
|
protected void |
S_LockObject.invokeDefaultMethodForPolicyOperation(S_PublicObject po,
S_LibraryObjectDefinition def,
String opType)
If there is no policy for the operation type, invoke the methods
directly which mimic the classic behavior
|
protected void |
S_VersionSeries.invokeDefaultMethodForPolicyOperation(String opType,
S_LibraryObjectDefinition vsdef) |
protected void |
S_PublicObject.invokeLockingPolicy(S_PublicObject po,
S_LibraryObjectDefinition def,
S_LockObject lckobj,
String operation) |
Object |
S_LibraryObject.invokeOperation(OperationContext opContext)
Invoke an operation.
|
protected Object |
S_LibraryObject.invokePolicyMethod(String methodName,
Object[] args,
String[] argClassPaths)
Deprecated.
CM SDK 10gR2: see release notes for changes to Policy framework
|
protected Serializable |
S_LibrarySession.invokeServerMethod(Object obj,
String methodName,
Serializable payload)
Invokes a DYN method on the specified object.
|
boolean |
S_ClassObjectData.isAbstract(LibrarySessionInterface session)
Gets whether the class is abstract.
|
boolean |
S_LibraryService.isAcceptingNewSessions()
Gets whether this service currently accepts new sessions,
subject to its maximum number of concurrent sessions.
|
boolean |
S_AccessControlList.isAccessLevelEnabled(AccessLevel level)
Checks if a specified set of permissions is enabled for the current user.
|
boolean |
S_LibraryService.isAclResolutionSynchronous()
Returns the ACL resolution mode.
|
protected boolean |
S_LibrarySession.isAdministrationDiscoverMode()
Gets whether this S_LibrarySession is in discover administration mode,
either because that mode was explicitly set or implicitly because the
session is in adminstration mode.
|
protected boolean |
S_LibrarySession.isAdministrationDiscoverStateEnabled()
Gets whether this S_LibrarySession has been explicitly placed in
discover administration mode.
|
boolean |
S_LibrarySession.isAdministrationMode()
Gets whether this S_LibrarySession is in administration mode.
|
boolean |
S_LibrarySession.isArrayInputsUsedForAncestorSelection()
Gets whether to use array inputs for selecting "all ancestors"
if size has exceeded threshhold.
|
boolean |
S_LibraryService.isArrayInputsUsedForAncestorSelection(S_LibrarySession session)
Gets whether to use array inputs for selecting "all ancestors"
if size has exceeded threshhold.
|
boolean |
S_LibrarySession.isArrayInputsUsedForMemberSelection()
Gets whether to use array inputs for selecting "all members"
if size has exceeded threshhold.
|
boolean |
S_LibraryService.isArrayInputsUsedForMemberSelection(S_LibrarySession session)
Gets whether to use array inputs for selecting "all members"
if size has exceeded threshhold.
|
boolean |
S_ValueDomain.isAttributeValueInValueDomain(AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomain.
|
boolean |
S_ValueDomainPropertyBundle.isAttributeValueInValueDomainPropertyBundle(AttributeValue av)
Determines whether the specified attribute value
lies within this ValueDomainPropertyBundle.
|
boolean |
S_LibraryObject.isAuditCertificateSecured()
Gets whether an audit certificate for the target object should be secured,
meabing it should be restricted to administrators.
|
boolean |
S_PublicObject.isAuditCertificateSecured()
Gets whether an audit certificate for the target object should be secured,
meaning it should be restricted to administrators.
|
boolean |
S_LibraryService.isAuroraService()
Gets whether this S_LibraryService is running in Aurora.
|
protected boolean |
S_Format.isBinaryFormat()
Is this format Binary (true) or Text (false)
|
protected boolean |
S_ContentQuota.isBroadcastCreateEventEnabled()
Returns indication as to whether create events should be posted.
|
protected boolean |
S_LibraryObject.isBroadcastCreateEventEnabled()
Returns indication as to whether create events should be posted.
|
protected boolean |
S_LifecyclePolicyEntry.isBroadcastCreateEventEnabled()
Returns indication as to whether create events should be posted.
|
protected boolean |
FolderIndexService.isChildCountAboveThreshold(S_LibrarySession sess,
Long folderId,
int childCountThreshold)
Returns true if the given folder has more children than
the threshold.
|
protected boolean |
S_ClassDomain.isClassInClassDomain(Long classId)
Determines whether the specified class id is
within this ClassDomain.
|
boolean |
S_ClassDomain.isClassInClassDomain(S_ClassObject co)
Determines whether the specified ClassObject is
within this ClassDomain.
|
boolean |
S_AccessControlList.isComposite()
Returns indication as to whether the target ACL is considered a
"composite ACL", that is if it has one of more component ACLs.
|
boolean |
S_LibrarySession.isCompositeAclSupported()
See if the instance property indicates that composite ACLs are supported.
|
protected boolean |
AuditExecutor.isCreateOperation(S_LibrarySession session,
int opType)
Returns true if the specified operation type reflects an object being
created.
|
protected boolean |
FolderIndexService.isCreationDeferred(LibraryConnection lc,
Connection conn) |
protected boolean |
FolderIndexService.isCreationDeferred(S_LibrarySession sess) |
boolean |
DirectoryService.isCredentialManagerName(String name)
Determines whether the specified name is a valid name of a
CredentialManager.
|
protected boolean |
FolderIndexService.isCycleCheckViolation(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
long parentid,
long childid,
int parentMapLevel,
int childMapLevel) |
protected boolean |
S_PublicObject.isDeleted()
isDeleted() - get the "mark for delete" state
|
protected boolean |
AccessControlListResolver.isDependentOnPermissionBundle(Long id)
Returns indication as to whether the current resolution is dependent on
the specified PermissionBundle ID.
|
boolean |
S_DirectoryGroup.isDirectMember(S_DirectoryObject obj)
Determines if the specified DirectoryObject is a direct member
of the group.
|
boolean |
S_ClassObject.isDirectSubclassOf(S_ClassObject classObject)
Determines whether this class is a direct subclass of the
specfied class (that is, whether the specified class is the
immediate superclass of this class).
|
boolean |
S_LibraryService.isDisposedOnLastDisconnect()
Gets whether this service will be automatically disposed
when its last session is disconnected.
|
boolean |
S_PreparedSelector.isDistinct()
Returns true if distinct searching is enabled with respect to classes.
|
protected boolean |
S_ContentQuota.isEnabled()
Determines whether this ContentQuota is enabled.
|
boolean |
S_ContentVaultEntry.isEncrypted()
Gets indication of encryption.
|
boolean |
S_LibrarySession.isExecutionMode(int mode)
Gets whether this S_LibrarySession is in at least the specified
execution mode.
|
protected static boolean |
S_ClassObjectData.isFakeableAttribute(S_LibrarySession session,
long id)
Gets whether the S_AttributeData constructor would, if passed a null
or zero-length arguments argument, fake resolve the S_AttributeData
for the specified attribute id.
|
protected boolean |
S_LibrarySession.isFilterDeletedObjectsEnabled()
Deprecated.
iFS 9.0.3 always returns false
|
boolean |
S_ClassObjectData.isFinal(LibrarySessionInterface session)
Gets whether the class is final.
|
protected boolean |
FolderIndexService.isFolderAtMaplevel(LibraryConnection lc,
Connection conn,
long folderId,
int maplevel) |
protected boolean |
AuditExecutor.isFreeOperation(S_LibrarySession session,
int opType)
Returns true if the specified operation type reflects an object being
freed.
|
boolean |
ContentStorageManager.isFullTextIndexingEnabled()
Gets whether full-text indexing is enabled.
|
boolean |
OracleContentStorageManager.isFullTextIndexingEnabled()
Gets whether full-text indexing is enabled.
|
boolean |
PostgresContentStorageManager.isFullTextIndexingEnabled()
Gets whether full-text indexing is enabled.
|
protected boolean |
S_LibrarySession.isFullTextIndexingEnabled()
Gets whether full-text indexing is enabled.
|
abstract boolean |
S_LibrarySessionContentStorageManager.isFullTextIndexingEnabled()
Gets whether full-text indexing is enabled.
|
boolean |
S_LibraryObjectData.isFullySelected()
Gets whether this S_LibraryObjectData is fully selected.
|
protected boolean |
S_Format.isIndexed()
Gets whether content is indexed.
|
boolean |
S_AttributeData.isIndexed(S_LibrarySession session)
Gets whether values for this attribute are indexed.
|
protected boolean |
S_LibrarySession.isInstallationMode()
Gets whether this S_LibrarySession is in installation mode.
|
boolean |
S_LibraryObject.isInstanceOf(S_ClassObject clss)
Determine if this is an instance of
the specified S_ClassObject.
|
protected boolean |
S_LibrarySession.isInstanceOfClassVersionable(Long classId)
Gets whether an instance of the specified S_ClassObject is versionable.
|
boolean |
S_PublicObject.isLocked()
returns true if the LockObject attribute is not null
|
boolean |
S_LockObject.isLockedForSession()
Returns true if the LockState of this object is LOCKSTATE_SESSIONLOCK
If the PublicObject that points to this LockObject has a session
lock, this will return true.
|
protected boolean |
S_PublicObject.isLockedForSession()
returns true if there is a session lock held on this object.
|
boolean |
S_LockObject.isLockedForSessionByCurrentSession()
Returns true if the PublicObject that refers to this LockObject has
a session lock, and it is held by the invoking session.
|
protected boolean |
S_PublicObject.isLockedForSessionByCurrentSession()
returns true if there is a session lock held on this object, and it is
held by the invoking session.
|
boolean |
S_PublicObject.isLockObjectEnabled()
See if LOCKOBJECT is enabled.
|
static boolean |
S_PublicObject.isLockObjectEnabled(S_LibrarySession session)
See if LOCKOBJECT is enabled.
|
boolean |
SQLGeneration_Helper.isLykeEnabled()
Gets whether there is a ctxsubstr ("LYKE") index on the NAME attribute
of PublicObject.
|
protected boolean |
S_LibraryService.isLykeEnabled()
Gets whether there is a ctxsubstr ("LYKE") index on the NAME attribute
of PublicObject.
|
protected boolean |
S_LibrarySession.isMarkedDirty(Long id)
Detects whether the specified item ID is marked dirty in any
uncommitted frame.
|
boolean |
UncommittedLibraryObjectDataCache.isMarkedDirty(Object id)
Detects whether the specified item ID is marked dirty in any
uncommitted frame.
|
boolean |
S_Selector.isMaxItemsExceeded()
Returns true if the maximum number of items fetched limit
has been exceeded during the last call to getItems().
|
boolean |
S_DirectoryGroup.isMember(S_DirectoryObject obj)
Determines if the specified DirectoryObject is a member of the group.
|
boolean |
OperationState.isOperationInProgress(S_LibraryObject obj,
int operationType)
Gets whether an atomic operation is in progress
|
protected boolean |
S_PublicObject.isOwner()
return true if the caller is the owner of this object
|
protected boolean |
S_VersionDescription.isOwnerBeingChanged(S_LibraryObjectDefinition vddef)
Returns true if the special option to change ownership to that of PO
is set in the definition.
|
protected boolean |
S_VersionSeries.isOwnerBeingChanged(S_LibraryObjectDefinition vsdef)
Returns true if special processing option is set to change ownership of series
based on that of the VD and PO.
|
boolean |
S_LibrarySession.isOwnerHasReadSupported()
See if the instance property indicates that tracking
whether an Owner of a Document has read it is supported.
|
boolean |
S_ClassObjectData.isPartitioned(LibrarySessionInterface session)
Gets whether the class is partitioned.
|
protected boolean |
S_LibrarySession.isPartitioningEnabled()
checks whether or not partitioning is being used in this
instnace.
|
boolean |
S_LibrarySession.isPolicyMode()
Gets whether this S_LibrarySession is in policy mode.
|
boolean |
SQLGeneration_Helper.isPublicClass(Long classId) |
boolean |
SQLGeneration_Helper.isPublicClass(String className) |
protected boolean |
S_UserState.isRead(Long contentId)
Fetches read indication for a content reference
|
boolean |
S_ContentObject.isReadByUser()
Fetches read indication for this document's content for the current user.
|
boolean |
S_DirectoryUser.isReadIndicationEnabled()
Determines if read indication is enabled for this user.
|
protected boolean |
S_PrimaryUserProfile.isReadIndicationEnabled()
Determines whether read indication is enabled or disabled.
|
protected boolean |
S_ContentObject.isReadOnly() |
boolean |
S_Media.isReadOnly()
Gets the value of the READONLY attribute.
|
boolean |
S_PreparedSelector.isRecursiveSearch()
Returns true if recursive searching is enabled with respect to classes.
|
boolean |
S_Selector.isRecursiveSearch()
Returns true if recursive searching is enabled with respect to classes.
|
boolean |
S_AttributeData.isRequired(S_LibrarySession session)
Gets whether values for this attribute are required.
|
static boolean |
S_LibraryService.isServiceStarted(String serviceName)
Determines whether there exists an iFS service with the specified name.
|
boolean |
S_AttributeData.isSettable(S_LibrarySession session)
Gets whether values for this attribute are settable.
|
boolean |
S_AccessControlList.isShared()
Returns true if this ACL is shared.
|
protected boolean |
S_LockObject.isShared()
Returns true if this LockObject is referenced by
multiple PublicObjects
|
boolean |
S_DirectoryUser.isSharedAccount()
Determines if multiple people are sharing this user account.
|
protected boolean |
S_AccessControlList.isStandardPermissionEnabled(long permission)
Checks if a particular permission is enabled for the current user.
|
boolean |
S_ClassObject.isSubclassOf(S_ClassObject classObject)
Determines whether this class is a subclass of the specfied class
(that is, whether the specified class is this class, the immediate
superclass of this class, the super-superclass of this class, etc.).
|
protected void |
S_LibraryObject.issueCascade(S_LibraryObject target,
OperationState opState,
S_LibraryObject source,
int cascadeType,
S_LibraryObjectDefinition sdef,
Object customArg)
Issue a cascaded operation request to another
object.
|
boolean |
S_LibrarySession.isSystemAdministrationMode()
Gets whether this S_LibrarySession is in system administration mode.
|
protected boolean |
S_ContentObject.isText(S_LibraryObjectDefinition def) |
boolean |
S_LockObject.isTimeLockedByCurrentSessionUser()
Returns true if there is a TIMED USER LOCK on this object and it is
held by the currently logged in user of the current session.
|
boolean |
S_LibraryObject.isTraced(int channel,
int level)
Gets whether tracing is enabled for the specified channel and level.
|
boolean |
S_LibraryService.isTraced(int channel,
int level)
Gets whether tracing is enabled for the specified channel and level.
|
boolean |
S_LibrarySession.isTraced(int channel,
int level)
Gets whether tracing is enabled for the specified channel and level.
|
protected boolean |
S_LibrarySession.isTransactionInProgress()
Gets whether there is a transaction in-progress.
|
boolean |
S_AttributeData.isUnique(S_LibrarySession session)
Gets whether values for this attribute are unique.
|
boolean |
S_AttributeData.isUpdateable(S_LibrarySession session)
Gets whether values for this attribute are updateable.
|
boolean |
S_LibrarySession.isUpgradeInProgress()
See if the session behaves as though an upgrade is in progress.
|
boolean |
S_DirectoryUser.isUserInDirectoryService()
Determines if this user is a valid user in the underlying Directory
Service.
|
boolean |
S_LockObject.isUserLockedByCurrentSessionUser()
Returns true if the LockState of this object is LOCKSTATE_USERLOCK and it is
held by the currently logged in user of the current session.
|
protected boolean |
LibraryConnection.isValid()
Detects whether the connection is still valid, by checking
the encapsulated database connection.
|
boolean |
S_AttributeData.isValidateValueDomain(S_LibrarySession session)
Gets whether the value domain of this attribute is enforced.
|
boolean |
S_PublicObject.isVersionable()
Returns true if this object can be versioned.
|
boolean |
RandomAccessDriver.isWriteable()
Gets whether this RandomAccessDriver is writeable.
|
boolean |
S_RandomAccessorImpl.isWriteable()
Gets whether this RandomAccessor is writeable.
|
protected boolean |
S_LibrarySession.isWriteableTransactionInProgress()
Gets whether there is a writeable transaction in-progress.
|
long |
RandomAccessDriver.length()
Gets the content length.
|
long |
S_RandomAccessorImpl.length()
Gets the content length.
|
Vector |
CredentialManager.listUsers(AttributeValue[] options)
Gets the distinguished names of all users managed by this
CredentialManager.
|
Vector |
IdmCredentialManager.listUsers(AttributeValue[] options)
Gets the users managed by this IdmCredentialManager.
|
Vector |
IfsCredentialManager.listUsers(AttributeValue[] options)
Gets the distinguished names of all users managed by this
IfsCredentialManager.
|
Vector |
UniversalCredentialManager.listUsers(AttributeValue[] options)
Gets the distinguished names of all users managed by this
UniversalCredentialManager.
|
Vector |
XeCredentialManager.listUsers(AttributeValue[] options)
Deprecated.
Gets the distinguished names of all users managed by this
XeCredentialManager.
|
Vector |
DirectoryService.listUsers(String credentialManagerName,
AttributeValue[] options)
Gets the distinguished names of all users managed by the specified
CredentialManager.
|
protected Vector |
S_LibrarySession.listWastebasketSelectorItems(String searchClass,
String searchDefinition,
boolean recursive,
SortSpecification sort)
Constructs a wastebasket S_Selector and gets its items.
|
void |
BoundedLibraryObjectCache.lock(Object itemKey,
Object value)
Locks an item in this cache.
|
void |
LooselyBoundedSLibraryObjectCache.lock(Object id,
Object value)
Locks an item in this cache.
|
void |
UncommittedLibraryObjectDataCache.lock(Object id,
Object value)
Puts an item in this cache, locking it
if it represents committed data.
|
void |
UncommittedLibraryObjectDataCache.lock(Object id,
S_LibraryObjectData lodata)
Puts an item in this cache, locking it
if it represents committed data.
|
void |
S_VersionSeries.lockAllOnNewVersion(S_LibraryObjectDefinition svsdef)
Out of the box policy for what objects get locked during a checkin
We currently unlock the PO, VersionSeries and Family.
|
void |
S_VersionSeries.lockAllOnReserveNext(S_LibraryObjectDefinition svsdef)
Out of the box policy for what objects get locked during a checkout
We currently USERLOCK the Family, VersionSeries, ResolvedPublicObject
and VersionDescriptionDefinition
All of the above versioning operations share the same lockobject
we also free any unreferenced lockobjects that may be held by this
VersionSeries
|
void |
S_VersionSeries.lockNoneOnNewVersion(S_LibraryObjectDefinition vsDef)
Out of the box 2nd policy for locking on Checkin that does not
lock any versioning objects
Custom applications can switch to this policy by associating this with
the version description class
|
void |
S_VersionSeries.lockNoneOnReserveNext(S_LibraryObjectDefinition vsdef)
A 2nd policy for what objects get locked during a checkout
this policy will not lock any of the objects
|
static String |
S_LibraryService.lockRepositoryParameter(Connection conn,
String name)
Gets the value of the specified repository parameter, acquiring a
row-level lock on it.
|
protected void |
S_LibraryObject.lockRows()
Lock the rows from each table for this instance.
|
String |
S_LibrarySession.lookupAuditEventOperationTypeKey(int opType)
Looks up an audit event operation type key by its numeric value,
returning the string key.
|
protected String |
AuditExecutor.lookupAuditEventOperationTypeKey(S_LibrarySession session,
int opType)
Looks up audit event operation type key by its numeric value,
returning the string key.
|
String[] |
S_LibrarySession.lookupAuditEventOperationTypeKeys(int[] opTypes)
Looks up audit event operation type keys by their numeric values,
returning the string keys.
|
protected String[] |
AuditExecutor.lookupAuditEventOperationTypeKeys(S_LibrarySession session,
int[] opTypes)
Looks up audit event operation type keys by their numeric values,
returning the string keys.
|
protected int[] |
AuditExecutor.lookupAuditEventOperationTypes(S_LibrarySession session,
String[] opTypeKeys)
Looks up audit event operation types by their string key,
returning the corresponding numeric equivalents.
|
int[] |
S_LibrarySession.lookupAuditEventOperationTypes(String[] opTypeKeys)
Looks up audit event operation types by their string key,
returning the corresponding numeric equivalents.
|
protected AuditTargetCode |
AuditExecutor.lookupAuditTargetCode(S_LibrarySession session,
String className)
Looks up an audit target code structure from the specified Class name or
other registered alias for the desired type.
|
AuditTargetCode |
S_LibrarySession.lookupAuditTargetCode(String className)
Looks up an audit target code structure from the specified Class name or
other registered alias for the desired type.
|
void |
ContentStorageManager.manuallyInsertIntoContextRouter(S_ContentObject co,
Reader reader)
Insert of a row in the context router table for the
case of manual text indexing.
|
void |
OracleContentStorageManager.manuallyInsertIntoContextRouter(S_ContentObject co,
Reader reader)
Insert of a row in the context router table for the
case of manual text indexing.
|
void |
PostgresContentStorageManager.manuallyInsertIntoContextRouter(S_ContentObject co,
Reader reader)
Insert of a row in the context router table for the
case of manual text indexing.
|
protected void |
UncommittedResolvedAclCache.markDirty(Long id)
Marks the specified Resolved ACL as being "dirty".
|
protected void |
UncommittedLibraryObjectDataCache.markDirty(Long id,
Long classId,
int eventType)
Marks the specified S_LibraryObjectData as being "dirty".
|
void |
BoundedLibraryObjectCache.markEntriesAsUntrusted()
Mark all PO entries as untrusted.
|
void |
LooselyBoundedSLibraryObjectCache.markEntriesAsUntrusted()
Mark all PublicObject entries as untrusted.
|
void |
BoundedLibraryObjectCache.markEntryAsUntrusted(Object itemKey)
Mark an entry as untrusted.
|
void |
LooselyBoundedSLibraryObjectCache.markEntryAsUntrusted(Object id)
Mark an entry as untrusted due to security changes for the specified
object.
|
void |
BoundedLibraryObjectCache.markFreeCancelled(Long id)
Respond to a rolledback FREE event.
|
void |
LooselyBoundedSLibraryObjectCache.markFreeCancelled(Long id)
Respond to a FREE event that has been rolled back for the specified object.
|
void |
BoundedLibraryObjectCache.markFreeInitiated(Long id)
Removes an item from this cache, and mark it pending until the
current transaction is committed.
|
void |
LooselyBoundedSLibraryObjectCache.markFreeInitiated(Long id)
Respond to an uncommitted free operation.
|
void |
S_LibraryObjectDefinition.mergeDefinition(S_LibraryObjectDefinition def)
combines values from def into this definition.
|
protected S_VersionDescription |
S_VersionDescription.newBranchedVersionSeries(S_LibraryObjectDefinition vddef)
Javadoc Fixme
|
protected void |
S_VersionDescription.newBranchRelationship(S_VersionDescription targetVD)
Javadoc Fixme
|
protected static ContentStreamSerializer |
S_LibraryService.newContentStreamSerializer()
Constructs and returns a ContentStreamSerializer appropriate to
the runtime process model.
|
ContentStreamSerializer |
S_LibrarySession.newContentStreamSerializer()
Constructs and returns a ContentStreamSerializer appropriate to
the runtime process model.
|
protected void |
S_VersionDescription.newIntegrateRelationship(S_VersionDescription targetVD)
Javadoc Fixme
|
protected S_LibraryObject |
S_LibrarySession.newLibraryObject(OperationState opState,
S_LibraryObjectDefinition def)
Creates a new S_LibraryObject based on the specified
S_LibraryObjectDefinition within an OperationState
context.
|
protected S_LibraryObject |
S_LibrarySession.newLibraryObject(S_LibraryObjectDefinition def)
Creates a new S_LibraryObject based on the specified
S_LibraryObjectDefinition.
|
S_PublicObject |
S_LibrarySession.newPublicObject(OperationState opState,
S_LibraryObjectDefinition def)
Creates a new S_PublicObject based on the specified
S_LibraryObjectDefinition within the specified OperationState
context.
|
S_PublicObject |
S_LibrarySession.newPublicObject(S_LibraryObjectDefinition def)
Creates a new S_PublicObject based on the specified
S_LibraryObjectDefinition.
|
S_VersionDescription |
S_VersionSeries.newRevision(S_LibraryObjectDefinition vddef)
Add a new version in the series.
|
S_SchemaObject |
S_LibrarySession.newSchemaObject(OperationState opState,
S_LibraryObjectDefinition def)
Creates a new S_SchemaObject based on the specified
S_LibraryObjectDefinition within the specified OperationState
context.
|
S_SchemaObject |
S_LibrarySession.newSchemaObject(S_LibraryObjectDefinition def)
Creates a new S_SchemaObject based on the specified
S_LibraryObjectDefinition.
|
S_SimpleObject |
S_LibrarySession.newSimpleObject(OperationState opState,
S_LibraryObjectDefinition def)
Creates a new S_SimpleObject based on the specified
S_LibraryObjectDefinition within the specified OperationState
context.
|
S_SimpleObject |
S_LibrarySession.newSimpleObject(S_LibraryObjectDefinition def)
Creates a new S_SimpleObject based on the specified
S_LibraryObjectDefinition.
|
S_SystemObject |
S_LibrarySession.newSystemObject(OperationState opState,
S_LibraryObjectDefinition def)
Creates a new S_SystemObject based on the specified
S_LibraryObjectDefinition within the specified OperationState
context.
|
S_SystemObject |
S_LibrarySession.newSystemObject(S_LibraryObjectDefinition def)
Creates a new S_SystemObject based on the specified
S_LibraryObjectDefinition.
|
protected S_SearchResultObjectData |
S_Search.next() |
protected Vector |
S_Search.next(int batchCount)
Next returns the next batch of Result rows.
|
protected S_LibraryObjectData |
S_Folder.nextItem()
Get the next item in an opened folder.
|
S_LibraryObjectData |
S_LibraryObjectCursor.nextItem() |
S_LibraryObject |
S_Selector.nextItem()
Gets the next item using an open cursor on the search.
|
protected S_LibraryObjectData |
S_LibraryObjectSelector.nextItem(S_LibraryObjectCursor cursor)
Gets the next item from a cursor.
|
long |
S_LibraryService.nextRsn()
Gets the next resolution sequence number.
|
protected void |
S_LibrarySession.notifyUncommittedDataCacheEnabled()
Notifies this S_LibrarySession that its uncommitted data cache has
been enabled.
|
static boolean |
LibraryQueryStatement.obtainRowLockByIdWithNowait(S_LibrarySession session,
String tablename,
String columnname,
Long id)
Issues a SQL statement that will lock a row in table.
|
protected void |
S_Search.open(Vector bindValues,
String language,
int timeout) |
void |
S_Selector.openItems()
Opens a cursor on this Search ready for reading search results.
|
protected S_LibraryObjectCursor |
S_Folder.openItems(SortSpecification sort)
Open a cursor (ResultSet) on this folder.
|
protected void |
AuditExecutor.postAuditCertificateChange(S_LibrarySession session,
S_LibraryObject target)
Post an event that will invalidate any caching of audit certificate
information for the specified object.
|
void |
S_LibrarySession.postAuditEvent(AuditEvent event,
int mode)
Create an audit event.
|
protected void |
AuditExecutor.postAuditEvent(S_LibrarySession session,
AuditEvent event,
int postMode)
Create an audit event.
|
protected void |
S_LibrarySession.postAuditEventsUponCommit(LibraryConnection lconn,
Connection conn,
List rawEventList)
Create audit events as a result of a normal completeTransaction
occurring.
|
protected void |
AuditExecutor.postAuditEventsUponCommit(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
List rawEventList)
Create audit events as a result of a normal completeTransaction
occurring.
|
protected void |
AuditExecutor.postAuditTypeMapInvalidation(S_LibrarySession session)
Post an event that will invalidate the audit type maps cached in
all sessions in all services.
|
protected void |
S_PublicObject.postCreateAddToFolder(S_LibraryObjectDefinition sdef) |
protected void |
S_PublicObject.postDelete(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for deleting this object after
the object is marked for deletion
|
protected void |
S_ContentVaultEntry.postEvent()
Post a special event to notify background agent
that content extraction is requeusted for indirect fulltext indexing.
|
protected void |
S_LibraryService.postEvent(IfsEvent event)
Posts the specified event.
|
void |
S_LibraryServiceMostlyReadonlyEventExchanger.postEvent(IfsEvent event) |
void |
S_LibraryServiceRdbmsEventExchanger.postEvent(IfsEvent event)
Posts the specified event to all other services.
|
void |
S_LibraryServiceReadonlyEventExchanger.postEvent(IfsEvent event) |
protected void |
S_LibrarySession.postEvent(IfsEvent event)
Post the specified event.
|
void |
S_LibraryObject.postEvent(int eventType,
int eventStatus)
Posts an event of the specified type and status.
|
void |
S_LibraryObject.postEvent(int eventType,
int eventSubtype,
int eventStatus,
long longPayload)
Posts an event of the specified type, subtype, and status.
|
protected void |
AccessControlListIndexService.postEvent(S_LibrarySession sess)
Post an IfsEvent.
|
protected void |
FolderIndexService.postEvent(S_LibrarySession sess) |
protected void |
S_ContentObject.postEventToContentQuota(S_ContentQuota quota,
long payload)
Post a SPECIAL event to the current user's ContentQuota,
so that the quota agent can take action if necessary.
|
protected void |
S_ContentObject.postEventToContentQuota(S_ContentQuota quota,
S_LibraryObjectDefinition def)
Post a SPECIAL event to the current user's ContentQuota,
so that the quota agent can take action if necessary.
|
protected void |
S_LibrarySession.postFailedAuditEventsUponRollback(LibraryConnection lconn,
Connection conn,
List rawEventList)
Post failed audit events as a result of an abortTransaction.
|
protected void |
AuditExecutor.postFailedAuditEventsUponRollback(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
List rawEventList)
Create audit events as a result of a rollback operation occurring.
|
protected void |
S_LibraryObject.postFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after freeing
an object.
|
protected void |
S_LibraryObject.postInsert(OperationState opState,
S_LibraryObjectDefinition def)
operations to be performed after inserting
a new object.
|
protected void |
S_Document.postSecurityChangeAuditEvent(S_PublicObject domain,
S_AccessControlList acl)
Posts an audit event for the security change operation.
|
protected void |
S_PublicObject.postSecurityChangeAuditEvent(S_PublicObject domain,
S_AccessControlList acl)
Posts an audit event for the security change operation.
|
protected void |
S_LockObject.postSessionLockedEvent(S_PublicObject po)
If we session locked, we will post an event on behalf of the PO that
got session locked
FIXME: Verify if this code is really needed
|
protected void |
S_LockObject.postSessionLockFreedEvent(S_PublicObject po)
If we freed a session lock, we will post an event on behalf of the PO that
freed the session lock
FIXME: Verify if this code is really needed
|
protected void |
S_LockObject.postSessionLockReleasedEvent(S_PublicObject po)
If we released a session lock, we will post an event on behalf of the PO that
released the session lock
FIXME: Verify if this code is really needed
|
protected void |
S_PublicObject.postUndelete(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for deleting this object after
the object is unmarked for deletion
|
protected void |
S_LibraryObject.postUpdate(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed after updating an object.
|
protected void |
S_PublicObject.preDelete(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for deleting this object before
the object is marked for deletion
|
protected void |
S_LibraryObject.preFree(OperationState opState,
S_LibraryObjectDefinition def)
Operations to be performed before freeing an object.
|
protected void |
S_LibraryObject.preInsert(OperationState opState,
S_LibraryObjectDefinition def)
Prepare operation for create instance.
|
protected void |
S_PublicObject.preUndelete(OperationState opState,
S_LibraryObjectDefinition def)
Update any system attributes appropriate for unDeleting this object before
the object is unmarked for deletion
|
protected void |
S_LibraryObject.preUpdate(OperationState opState,
S_LibraryObjectDefinition def)
perform pre-update operations on an object.
|
void |
S_LibraryObject.privilegedUpdate(LibraryObjectDefinition lodef)
Perform an update in a privileged state.
|
protected void |
S_LibraryService.processEvent(IfsEvent event)
Processes the specified event.
|
protected void |
AccessControlListResolver.processResolutionGranteeEntry(S_LibrarySession sess,
AccessControlListResolver.AccessControlEntryData[] aceDatas,
boolean[] aceIncluded,
AccessControlListResolver.ResolutionGranteeEntry[] rges,
boolean[] rgeIncluded,
int rgeIndex,
boolean userIncluded,
String keyPrefix,
ConcurrentHashMap ht)
Recursively build up the set of ResolutionGranteeEntries
and the associated access ConcurrentHashMap.
|
protected void |
FolderIndexService.promoteFolder(S_LibrarySession sess,
long folderId,
int newLevel)
Promote a folder to the specified level.
|
protected void |
FolderIndexService.promoteFolderNow(S_LibrarySession sess,
long folderId,
int newLevel)
Promote a folder to the specified level, without deferring.
|
protected void |
FolderIndexService.promoteFolderOneLevel(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
HashMap promotedMap,
long folderId,
int currentLevel) |
protected void |
FolderIndexService.promoteSingleFolderOneLevel(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
long folderId,
int currentLevel) |
protected void |
S_Folder.propagateFreeIfNoFolderReferences(S_LibraryObjectDefinition sdef)
Propagate the freeIfNoFolderReferences operation.
|
protected void |
S_PublicObject.propagateFreeIfNoFolderReferences(S_LibraryObjectDefinition def)
propagate the freeIfNoFolderReferences operation.
|
protected void |
S_PublicObject.propagateNameChanges(OperationState opState,
S_LibraryObjectDefinition def) |
protected void |
S_Category.propagateSecurityChanges(OperationState opState,
S_LibraryObjectDefinition def)
Overrides
propagateSecurityChanges , as
there are never objects that reference this as
their SecuringPublicObject. |
protected void |
S_PublicObject.propagateSecurityChanges(OperationState opState,
S_LibraryObjectDefinition def)
Propagates security changes from this object to the objects secured
by this object.
|
protected void |
S_PublicObject.propogateSettingsToProxyService(S_LibraryObjectDefinition def)
Propogate the secured by setting to the Proxy service.
|
Integer |
S_LibraryServiceRdbmsEventExchanger.purgeEvents(Long thresholdAge)
Purges events older than a threshold age.
|
void |
S_LibrarySession.pushDiscoverAdministrationMode(boolean adminDiscoverMode)
Sets whether this S_LibrarySession is in discover administration mode.
|
void |
UncommittedResolvedAclCache.put(Object id,
AccessControlListResolver aclr)
Puts an item in this cache.
|
void |
BoundedLibraryObjectCache.put(Object itemKey,
Object value)
Puts an item in this cache.
|
void |
LooselyBoundedSLibraryObjectCache.put(Object id,
Object value)
Puts an item in this cache.
|
void |
UncommittedLibraryObjectDataCache.put(Object id,
Object value)
Puts an item in this cache.
|
void |
UncommittedResolvedAclCache.put(Object id,
Object value)
Puts an item in this cache.
|
void |
UncommittedLibraryObjectDataCache.put(Object id,
S_LibraryObjectData lodata)
Puts an item in this cache.
|
void |
BoundedLibraryObjectCache.putLibraryObject(Object itemKey,
LibraryObject value)
Puts an item in this cache.
|
protected void |
S_LibraryService.putPolicyAction(String className,
PolicyAction pa)
Caches a PolicyAction specified by fully-qualified classname.
|
protected void |
S_LibrarySession.putPolicyAction(String className,
PolicyAction pa)
Caches a PolicyAction specified by fully-qualified classname,
managed by the service.
|
void |
S_PropertyBundle.putProperty(AttributeValue av)
Inserts or updates a property in this PropertyBundle.
|
void |
S_PublicObject.putProperty(AttributeValue av)
Adds a Property to this object's PropertyBundle.
|
protected void |
S_LibrarySession.queueEventForProcessing(IfsEvent event)
Queues the specified event for processing by this S_LibrarySession.
|
int |
RandomAccessDriver.read(long pos,
byte[] b,
int off,
int len)
Reads bytes from content into a byte array.
|
int |
S_RandomAccessorImpl.read(long pos,
byte[] b,
int off,
int len)
Reads bytes from content into a byte array.
|
void |
S_PublicObject.reassociateLinks(S_PublicObject newTarget)
Force all Link objects that refer to this instance to
be re-assocated with the specified object.
|
boolean |
S_LibrarySession.reauthenticate(Credential credential,
ConnectOptions options)
Reauthenticates the DIRECTORYUSER for which this S_LibrarySession
was created (this is the DIRECTORYUSER returned by the method
getAuthenticatedUser ). |
protected void |
S_LibrarySession.recacheObject(S_LibraryObject obj)
Re-cache the specified object.
|
protected int |
AuditExecutor.registerAuditEventOperationType(S_LibrarySession session,
String opTypeKey,
int targetCode,
String targetClass,
int opCode,
Boolean createOrFree)
Register new operation type key.
|
int |
S_LibrarySession.registerAuditEventOperationType(String opTypeKey,
int targetCode,
String targetClass,
int opCode,
Boolean createOrFree)
Register a new event type.
|
void |
ContentStorageManager.registerBfile(Object bfile)
Binds the specified BFILE to this session.
|
void |
OracleContentStorageManager.registerBfile(Object bfileObj)
Binds the specified BFILE to this session.
|
void |
PostgresContentStorageManager.registerBfile(Object bfile)
Binds the specified BFILE to this session.
|
abstract void |
S_LibrarySessionContentStorageManager.registerBfile(Object bfile)
Binds the specified BFILE to this session.
|
void |
S_LibrarySession.registerClassEventHandler(S_ClassObject co,
boolean includeSubclasses,
IfsEventHandler handler)
Registers the specified IfsEventHandler to receive events for
all objects in the specified class.
|
void |
S_LibrarySession.registerCollection(Collection collection,
String classname)
Registers a Collection so that it can be automatically reset
by handleEvent as needed when new S_LibraryObjects are created,
updated, or freed.
|
protected int |
AuditExecutor.registerCustomAuditEventOperationCodeKey(S_LibrarySession session,
String opCodeKey)
Register new custom operation code key.
|
int |
S_LibrarySession.registerCustomAuditEventOperationCodeKey(String opCodeKey)
Register a new custom operation code key.
|
void |
S_LibrarySession.registerEventHandler(S_LibraryObject lo,
IfsEventHandler handler)
Registers the specified IfsEventHandler to receive events for the
specified S_LibraryObject.
|
protected void |
AccessControlListIndexService.registerNewDirectoryObject(S_LibrarySession sess,
long id)
Register a new DirectoryObject.
|
protected void |
DirectoryGroupIndexService.registerNewDirectoryObjectNow(S_LibrarySession sess,
long id)
Register a new DirectoryObject.
|
protected void |
FolderIndexService.registerNewFolder(S_LibrarySession sess,
long id)
Register a new folder at the main level.
|
protected void |
FolderIndexService.registerNewFolder(S_LibrarySession sess,
long id,
int level)
Register a new folder at the specified level.
|
protected void |
FolderIndexService.registerNewFolderNow(S_LibrarySession sess,
long id,
int level)
Register a new folder at the specified level, without deferring.
|
void |
ContentStorageManager.registerRandomAccessor(S_RandomAccessorImpl ra)
Binds the specified RandomAccessor to this session.
|
void |
S_LibrarySessionContentStorageManager.registerRandomAccessor(S_RandomAccessorImpl ra)
Binds the specified RandomAccessor to this session.
|
void |
S_LibraryService.registerServiceEventHandler(IfsEventHandler handler)
Register a Service event handler.
|
protected void |
S_LibraryService.registerSubService(String name,
SubService sub)
Registers a subservice.
|
protected boolean |
S_PublicObject.relationshipExists(S_PublicObject member,
String relClassName)
return indication of existence of a relationship
of the specified relationship class.
|
void |
S_LibrarySession.releaseAuxiliaryConnection(Connection conn)
Releases an auxiliary Connection previously acquired by this
LibrarySession.
|
void |
S_LibrarySession.releaseAuxiliaryLibraryConnection(LibraryConnection lconn)
Releases an auxiliary LibraryConnection previously acquired by this
LibrarySession.
|
void |
ContentStorageManager.releaseByteBuffer(byte[] buffer)
Releases a byte buffer previously acquired by
acquireByteBuffer . |
void |
S_LibrarySessionContentStorageManager.releaseByteBuffer(byte[] buffer)
Releases a byte buffer previously acquired by
acquireByteBuffer . |
void |
ConnectionPool.releaseLibraryConnection(LibraryConnection lconn)
Releases the specified LibraryConnection back to this ConnectionPool.
|
void |
IfsConnectionPool.releaseLibraryConnection(LibraryConnection lconn)
Releases the specified LibraryConnection back to this ConnectionPool.
|
void |
BoundedLibraryObjectCache.remove(Object itemKey)
Removes an item from this cache, in reaction to a committed FREE
event, or a rolledbcak CREATE event.
|
void |
LooselyBoundedSLibraryObjectCache.remove(Object id)
Removes an item from this cache.
|
void |
UncommittedLibraryObjectDataCache.remove(Object id)
Removes an item from this cache.
|
void |
UncommittedResolvedAclCache.remove(Object id)
Removes an item from this cache.
|
void |
S_AccessControlList.removeACE(S_AccessControlEntry ace)
Remove a specific ACE from this object.
|
void |
S_AccessControlList.removeAllACE()
Removes all ACEs in this object.
|
protected void |
AccessControlListDiscoverAccessService.removeAllAcldByAcl(S_LibrarySession session,
LibraryConnection lc,
Connection conn,
long aclid) |
protected void |
AccessControlListDiscoverAccessService.removeAllNcAclEntriesByAcl(S_LibrarySession session,
LibraryConnection lc,
Connection conn,
long aclid) |
void |
S_ClassObject.removeAttribute(S_Attribute attribute,
S_LibraryObjectDefinition def)
Removes an Attribute from this ClassObject.
|
void |
S_LibraryObjectDefinition.removeAttribute(String name)
removes an attribute setting for the
new instance.
|
void |
S_LibrarySession.removeAuditEvents(long[] eventIds,
String tableName)
Remove audit events.
|
protected void |
AuditExecutor.removeAuditEvents(S_LibrarySession session,
long[] ids,
String tableName)
Remove audit events.
|
void |
S_LibrarySession.removeAuditEventsForTarget(Long specId,
Long targetId)
Free audit events from a specific Audit history, by target ID.
|
protected void |
AuditExecutor.removeAuditEventsForTarget(S_LibrarySession session,
Long specId,
Long targetId)
Free audit events from a specific Audit history, by target ID.
|
protected void |
S_SystemObject.removeCategories(S_LibraryObjectDefinition sdef)
Remove a set of categories.
|
protected void |
FolderIndexService.removeFromFolder(S_LibrarySession sess,
long parentid,
long childid)
Update the index to reflect a child folder being removed from
a parent folder.
|
protected void |
FolderIndexService.removeFromFolderNow(S_LibrarySession sess,
long parentid,
long childid)
Update the index to reflect a child folder being removed from
a parent folder, without deferring.
|
protected void |
AccessControlListIndexService.removeFromGroup(S_LibrarySession sess,
long parentid,
long childid)
Register a member being removed from a group.
|
protected void |
DirectoryGroupIndexService.removeFromGroupNow(S_LibrarySession sess,
long parentid,
long childid)
Register a member being removed from a group.
|
void |
S_Folder.removeItem(S_PublicObject ro,
S_LibraryObjectDefinition def)
Remove an item from a Folder.
|
void |
BoundedLibraryObjectCache.removeLibraryObject(Object itemKey)
Removes an item from this cache.
|
protected void |
S_LibrarySession.removeLockedForSessionObject(S_PublicObject obj)
Removes the specified S_PublicObject from this S_LibrarySession's
internal table of session-locked objects.
|
void |
S_DirectoryGroup.removeMember(S_DirectoryObject member)
Removes a member from the group.
|
void |
S_DirectoryGroup.removeMember(S_DirectoryObject member,
boolean bypass)
Removes a member from the group.
|
void |
S_DirectoryGroup.removeMembers(S_DirectoryObject[] members)
Removes members from the group.
|
void |
S_CompositeGroup.removeMembers(S_DirectoryObject[] members,
boolean bypass)
Removes members from a group.
|
void |
S_DirectoryGroup.removeMembers(S_DirectoryObject[] members,
boolean bypass)
Removes members from a group.
|
void |
S_LibraryObjectDefinition.removeOption(String name)
removes an option setting for the
new instance.
|
protected void |
S_LibraryService.removePolicyAction(String className)
Removes a PolicyAction specified by fully-qualified classname.
|
void |
S_PropertyBundle.removeProperty(String name)
Removes a property from this PropertyBundle.
|
protected void |
AuditExecutor.removeRawAuditEvents(S_LibrarySession session,
RawAuditEvent[] rawEvents)
Remove raw audit events.
|
protected void |
S_Folder.removeReference(S_PublicObject ro)
Remove a reference to an object from this folder.
|
protected void |
S_Folder.removeReference(S_PublicObject ro,
S_LibraryObjectDefinition def)
Remove a reference to a Folder.
|
protected void |
S_LibraryObjectDefinition.removeReferenceAttribute(String name)
removes a reference attribute setting for the
new instance.
|
protected void |
FolderIndexService.removeReferences(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
long parentid,
long childid,
int maplevel) |
protected void |
S_PublicObject.removeRelationship(Long relId,
Long relClassId) |
void |
S_PublicObject.removeRelationship(S_Relationship rel)
removes the relationship; may cascade to left and right objects.
|
protected void |
S_PublicObject.removeRowFromAclProxyIfSecured(OperationState opState)
Remove the row corresponding to this object from the ACL proxy table.
|
protected void |
S_LibraryService.removeSession(S_LibrarySession session)
Removes the specified S_LibrarySession from the set of sessions
managed by this S_LibraryService.
|
void |
S_LibraryObjectDefinition.removeSystemOption(String name)
removes a system option setting for the
new instance.
|
void |
S_LibraryObjectDefinition.removeSystemSetAttribute(String name)
removes a SystemSet attribute setting for the
new instance.
|
void |
S_LibraryObjectDefinition.removeUserSetAttribute(String name)
removes a user-set attribute setting for the
new instance.
|
Reader |
S_LibraryObject.renderAsReader(String rendererType,
String rendererName,
Hashtable options)
Deprecated.
iFS 9.0.3 see release notes for more information
|
InputStream |
S_LibraryObject.renderAsStream(String rendererType,
String rendererName,
Hashtable options)
Deprecated.
iFS 9.0.3 see release notes for more information
|
protected long |
SequenceGenerator.reSequence(S_LibraryObjectDefinition def,
String className,
String seqAttrname,
S_LibraryObject[] objs,
AttributeValue avBefore,
AttributeValue avAfter) |
void |
S_VersionSeries.reserveNext(String contentPath,
String comment)
Reserves the right to create a new version in the series.
|
void |
S_LibraryService.resetAuditCertificateCachePerformance()
Resets the performance information for the AuditCertificate
cache.
|
void |
ConnectionPool.resetCachedStatements()
Resets the cached statements in all LibraryConnections.
|
void |
IfsConnectionPool.resetCachedStatements()
Resets the cached statements in all LibraryConnections.
|
protected void |
S_LibraryService.resetCachedStatements()
Resets the cached statements in the connection pools.
|
void |
S_LibraryService.resetCommittedLibraryObjectDataCachePerformance()
Resets the performance information for the committed S_LibraryObjectData
cache.
|
void |
S_LibraryService.resetCommittedResolvedAclCachePerformance()
Resets the performance information for the committed Resolved Acl
cache.
|
protected void |
S_LibraryService.resetConnectionPools()
Resets the connection pools.
|
protected void |
S_LibraryService.resetConnectionPools(boolean minimizePools)
Resets the connection pools.
|
protected int |
FolderIndexService.resetFolderIndex(S_LibrarySession sess) |
void |
S_Selector.resetItems()
Clears locally stored search results.
|
protected void |
S_VersionSeries.resetLockState(S_LibraryObject vd)
Reset the lockstate on the new Last version description and resolved PO
according to the policy for that operation
|
void |
S_LibraryService.resetReadonlyConnectionPoolStatistics()
Resets the performance statistics of the readonly ConnectionPool.
|
void |
ConnectionPool.resetStatistics()
Resets the performance statistics of this ConnectionPool.
|
void |
IfsConnectionPool.resetStatistics()
Resets the performance statistics of this ConnectionPool.
|
protected void |
S_LibrarySession.resetUserState()
Force user state to get reset or initialized for the
first time
|
void |
S_LibraryService.resetWriteableConnectionPoolStatistics()
Resets the performance statistics of the writeable ConnectionPool.
|
protected void |
ObjectResolver.resolve(S_LibraryObject[] objs,
ObjectResolverSpecification spec)
resolve a set of objects according to the resolution
specification.
|
protected void |
AccessControlListResolver.resolve(S_LibrarySession sess)
Resolve this instance.
|
protected void |
S_Category.resolveACLSetting(S_LibraryObjectDefinition def)
Overrides
resolveACLSetting , as we don't want to
ever clone an ACL associated with a Category. |
protected void |
S_PublicObject.resolveACLSetting(S_LibraryObjectDefinition def) |
String |
ContentStorageManager.resolveCharacterSet(S_LibraryObjectDefinition def)
Gets the CHARACTERSET attribute of the specified ContentObject definition,
setting a default CHARACTERSET attribute if one isn't set.
|
String |
S_LibrarySessionContentStorageManager.resolveCharacterSet(S_LibraryObjectDefinition def)
Gets the CHARACTERSET attribute of the specified ContentObject definition,
setting a default CHARACTERSET attribute if one isn't set.
|
protected void |
S_VersionSeries.resolveFamily(OperationState opState,
S_LibraryObjectDefinition vsdef)
Checks to see if version series has family.
|
protected S_LibraryObjectDefinition |
S_VersionSeries.resolveFamilyDefinition(S_LibraryObjectDefinition vsdef)
Returns a Family definition from the system option or newly created
family definition for this version series.
|
protected void |
S_VersionSeries.resolveFamilyOwnership(S_LibraryObjectDefinition vsdef,
S_LibraryObjectDefinition famdef)
Sets up owner attribute for the family based on the special option.
|
protected void |
S_VersionSeries.resolveNewRevisionDefinition(S_LibraryObjectDefinition vddef)
Sets up attributes required for a new version.
|
protected void |
S_VersionDescription.resolveOwnership(S_LibraryObjectDefinition def)
Modifies ownership of the Version Description based on SYSTEOPTION_CHANGE_OWNERSHIP.
|
protected void |
S_VersionDescription.resolvePublicObject(OperationState opState,
S_LibraryObjectDefinition vddef)
Sets the Resolved PublicObject attribute of this object.
|
protected void |
S_PublicObject.resolveResolvedObject()
determine resolved object
|
protected void |
S_PublicObject.resolveSecuredBySettings(S_LibraryObjectDefinition def,
boolean forInsert) |
protected String |
S_LibrarySession.resolveSelectorWhereclause(String searchClass,
String searchDefinition,
boolean recursive)
Adds a "classid = n" expression to the specified S_Selector
WHERE clause, if appropriate.
|
protected void |
S_Selector.resolveSortSpecification(S_LibrarySession session)
force the SortSpecification (if specified) to be resolved and
verified.
|
protected String |
S_PreparedSelector.resolveStatementKey(S_LibraryObjectSelector sel)
Resolve the statement key.
|
protected void |
S_VersionDescription.resolveVersionSeries(OperationState opState,
S_LibraryObjectDefinition vddef)
Resolves the Version series for this object.
|
protected S_LibraryObjectDefinition |
S_VersionDescription.resolveVersionSeriesDefinition(S_LibraryObjectDefinition vddef)
Returns a VersionSeries definition.
|
protected void |
S_VersionDescription.resolveVersionSeriesOwnership(S_LibraryObjectDefinition vddef,
S_LibraryObjectDefinition vsdef)
Setup owner attribute of Version series definition based on the special
option set in version description definition.
|
Serializable |
ContentStorageManager.retrieveSerializedObject(Long contentRef)
Retrieve serializable object from the default Media instance.
|
Serializable |
S_LibrarySessionContentStorageManager.retrieveSerializedObject(Long contentRef)
retrieveSerializedObject - retrieve serializable object in the
default "Search" Media instance.
|
void |
AccessControlListResolver.AccessEntry.revokeAccess(AccessLevel grantedLevel,
S_LibrarySession sess)
Revokes permissions for this entry.
|
protected void |
LibraryConnection.rollback()
Rolls-back the database Connection represented by this LibraryConnection.
|
void |
S_LibrarySession.rollback()
Discards all pending changes for all in-progress Transactions for this
S_LibrarySession.
|
protected void |
LibraryConnection.rollback(String savepoint)
Rolls-back the database Connection represented by this LibraryConnection
to the specified savepoint.
|
protected void |
LibraryConnection.rollbackOrDispose()
Rolls-back the database Connection represented by this LibraryConnection.
|
protected void |
LibraryConnection.rollbackOrDispose(String savepoint)
Rolls-back the database Connection represented by this LibraryConnection
to the specified savepoint.
|
protected void |
UncommittedLibraryObjectDataCache.scheduleEvent(IfsEvent event)
Schedules a committed or rolled-back event for the specified uncommitted
event.
|
protected void |
S_LibrarySession.scheduleRawAuditEvent(AuditExecutor.PreparedRawAuditEvent rawEvent,
int postMode)
Schedule an event with the transaction manager, to be posted with the
AuditExecutor upon complete or abort of the current transaction.
|
protected void |
UncommittedLibraryObjectDataCache.scheduleRawAuditEvent(AuditExecutor.PreparedRawAuditEvent rawEvent,
int postMode)
Schedules an AuditEvent, to be created as success if the transaction
completes normally, or as a failure if the transaction aborts.
|
protected Vector |
S_AccessControlEntrySelector.selectACEByGrantee(Long granteeid) |
protected long |
S_AccessControlEntrySelector.selectAceCountReferencingPermissionBundle(S_PermissionBundle permBundle)
return count of S_LibraryObjectData objects corresponding to all
ACEs that reference a PermissionBundle
|
AttributeValue[] |
S_LibrarySession.selectAggregateAuditEventColumns(Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
AttributeValue[] |
AuditExecutor.selectAggregateAuditEventColumns(S_LibrarySession session,
Long auditSpec,
String aggFunction,
String[] columnNames,
String[] innerColNames,
String filterClause,
String sortClause)
Returns the list of distinct values of the specified AuditEvent columns,
along with an optional aggregate function.
|
protected Vector |
S_AccessControlEntrySelector.selectAllACE(Long aclid) |
protected S_Category[] |
S_CategorySelector.selectAllCategories(Long poid)
Return all Category objects associated with the specified
PublicObject.
|
protected S_SchemaCategory[] |
S_SchemaCategorySelector.selectAllCategories(Long id)
return all SchemaCategory objects associated with the specified
SchemaObject.
|
protected S_SystemCategory[] |
S_SystemCategorySelector.selectAllCategories(Long id)
Returns all SystemCategory objects associated with the specified
SystemObject.
|
protected S_Category[] |
S_CategorySelector.selectAllCategories(Long poid,
SortSpecification sort)
return all Category objects associated with the specified
PublicObject.
|
protected S_SchemaCategory[] |
S_SchemaCategorySelector.selectAllCategories(Long soid,
SortSpecification sort)
return all SchemaCategory objects associated with the specified
systemObject.
|
protected S_SystemCategory[] |
S_SystemCategorySelector.selectAllCategories(Long soid,
SortSpecification sort)
Returns all SystemCategory objects associated with the specified
systemObject.
|
protected Vector |
S_CategorySelector.selectAllCategoryData(Long poid,
SortSpecification sort)
return Vector of S_LibraryObjectDatas corresponding to all
Category objects associated with the specified
PublicObject.
|
protected Vector |
S_SchemaCategorySelector.selectAllCategoryData(Long id,
SortSpecification sort)
return Vector of S_LibraryObjectDatas corresponding to all
SchemaCategory objects associated with the specified
SchemaObject.
|
protected Vector |
S_SystemCategorySelector.selectAllCategoryData(Long id,
SortSpecification sort)
Returns Vector of S_LibraryObjectDatas corresponding to all
SystemCategory objects associated with the specified
SystemObject.
|
protected Vector |
S_AccessControlListSelector.selectAllCompositeAclData(AttributeValue componentAcl,
SortSpecification sort)
return Vector of S_LibraryObjectData objects corresponding to all
Composite ACLs that include the specified parameter as
a component ACL.
|
protected S_AccessControlList[] |
S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl)
return all Composite ACLs that include the specified parameter as
a component ACL.
|
protected S_AccessControlList[] |
S_AccessControlListSelector.selectAllCompositeAcls(AttributeValue componentAcl,
SortSpecification sort)
return all Composite ACLs that include the specified parameter as
a component ACL.
|
protected Vector |
S_LinkSelector.selectAllLinkData(Long poid,
SortSpecification sort)
return Vector of S_LibraryObjectDatas corresponding to all
Link objects associated with the specified PublicObject.
|
protected S_Link[] |
S_LinkSelector.selectAllLinks(Long poid)
return all Link objects associated with the specified
PublicObject.
|
protected S_Link[] |
S_LinkSelector.selectAllLinks(Long poid,
SortSpecification sort)
return all Link objects associated with the specified
PublicObject.
|
S_Link[] |
S_LinkSelector.selectAllLinks(S_PublicObject po)
return all Link objects associated with the specified
PublicObject.
|
protected Vector |
S_DirectoryObjectSelector.selectAllMembers(Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_DirectoryObjectSelector.selectAllMembersCursor(Long groupId,
S_ClassObjectData relClass,
SortSpecification sort) |
protected Vector |
S_MountPointSelector.selectAllMountPointData(Long poid)
return Vector of S_LibraryObjectDatas corresponding to all
MountPoint objects associated with the specified
PublicObject.
|
protected S_MountPoint[] |
S_MountPointSelector.selectAllMountPoints(Long poid)
return all MountPoint objects associated with the specified
PublicObject.
|
protected Vector |
S_LibraryObjectSelector.selectAllObjects()
Select all objects.
|
protected Vector |
S_VersionDescriptionSelector.selectAllVersionDescriptionData(Long seriesid)
return Vector of S_LibraryObjectData representing VersionDescription objects
associated with the specified VersionSeries.
|
protected S_VersionDescription[] |
S_VersionDescriptionSelector.selectAllVersionDescriptions(Long seriesid)
return all VersionDescription objects associated with the specified
VersionSeries.
|
protected Vector |
S_VersionSeriesSelector.selectAllVersionSeries(Long familyid) |
protected Vector |
S_LibraryObjectSelector.selectArrayReferencingObjects(AttributeValue referencedValue,
Long attributeId,
SortSpecification sort)
Selects objects based an array attribute referencing the specified object.
|
protected long |
S_LibraryObjectSelector.selectArrayReferencingObjectsCount(AttributeValue referencedValue,
Long attributeId)
Selects the count based an array attribute referencing the specified object.
|
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectArrayReferencingObjectsCursor(AttributeValue referencedValue,
Long attributeId,
SortSpecification sort)
Selects cursor for query based an array attribute referencing the
specified object.
|
protected AuditCertificate |
AuditExecutor.selectAuditCertificate(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
Long objectId)
Select AuditCertificate for the specified object ID.
|
AuditEvent[] |
S_LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
AuditEvent[] |
S_LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
String sortClause,
int maxItems)
Select audit events.
|
protected AuditEvent[] |
AuditExecutor.selectAuditEvents(S_LibrarySession session,
Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
protected AttributeValue[] |
AuditExecutor.selectAuditProperties(S_LibrarySession session,
LibraryConnection lconn,
Connection conn,
long propId,
String propTblName)
Select all the properties stored for the specified property ID.
|
protected S_AccessControlList |
S_AccessControlListSelector.selectByOnwerUniqueName(String onwerUniqueName)
return the ACL that corresponds to the specified
OwnerUniqueName.
|
protected S_DirectoryGroup |
S_DirectoryGroupSelector.selectByOnwerUniqueName(String onwerUniqueName)
return the Group that corresponds to the specified
OwnerUniqueName.
|
protected S_ContentQuota |
S_ContentQuotaSelector.selectByUniqueName(String uniqueName)
return the ContentQuota that corresponds to the specified
UniqueName.
|
protected S_MountPoint |
S_MountPointSelector.selectByUniqueName(String uniqueName)
return the S_MountPoint that corresponds to the specified
UniqueName.
|
protected Long[] |
S_AccessControlList.selectCompositeAclIds(SortSpecification sort)
Select the set of composite ACLs IDs which reference the target ACL as a
"component".
|
protected long |
S_LibraryObjectSelector.selectCount(String whereClause)
Perform a "select count()" query.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected long |
S_LibraryObjectSelector.selectCount(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
String hint,
AttributeValue[] bindValues)
Perform a complex "select count()" query for S_PreparedSelector.
|
protected S_LibraryObjectCursor |
S_LockObjectSelector.selectCursorAllExpiredLocks(int qoffset)
Get the cursor for a select of expired locks.
|
protected Vector |
AccessControlListIndexService.selectDeferredResolutionEntries(S_LibrarySession session,
int maxItems)
Select a set of deferred update entries
|
protected Vector |
FolderIndexService.selectDeferredUpdates(S_LibrarySession sess,
int maxItems) |
protected Vector |
S_LockObjectSelector.selectExpiredLocks(int maxItems,
int offset)
Find locks that have timed out.
|
protected Vector |
S_ExtendedUserProfileSelector.selectExtendedUserProfilesByUser(Long userid) |
protected Vector |
S_FolderSelector.selectFoldersWithSubFolders(String relClassName,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_FolderSelector.selectFoldersWithSubFoldersCursor(String relClassName,
SortSpecification sort) |
protected Vector |
S_ServerConfigurationSelector.selectInheritingServerConfigurationData(AttributeValue sc)
Gets the ServerConfigurations that inherit the specified
ServerConfiguration.
|
protected Vector |
S_Folder.selectItemDatas(SortSpecification sort)
Select all item data, performed in admin discover mode.
|
protected Vector |
S_Folder.selectItems(SortSpecification sort)
Gets the items in a folder as a bulk operation.
|
protected AuditFolderPath |
S_LibrarySession.selectLatestAuditFolderPath(Long folderId)
Select the latest AuditFolderPath for a folder.
|
protected AuditFolderPath |
AuditExecutor.selectLatestAuditFolderPath(S_LibrarySession session,
Long folderId)
Select the latest AuditFolderPath for a folder.
|
Vector |
S_RelationshipSelector.selectLeftObjects(Long rightId,
SortSpecification sort) |
protected Vector |
S_PublicObjectSelector.selectLeftObjects(Long rightId,
String relClassName,
SortSpecification sort) |
long |
S_RelationshipSelector.selectLeftObjectsCount(Long rightId) |
protected long |
S_PublicObjectSelector.selectLeftObjectsCount(Long rightId,
String relClassName) |
protected S_LibraryObjectCursor |
S_RelationshipSelector.selectLeftObjectsCursor(Long rightId,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_PublicObjectSelector.selectLeftObjectsCursor(Long rightId,
String relClassName,
SortSpecification sort) |
S_Media |
ContentStorageManager.selectMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
S_Media |
S_LibrarySessionContentStorageManager.selectMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
protected S_AccessControlList[] |
S_AccessControlListSelector.selectNonconformingAcls(Long groupId,
SortSpecification sort)
return all Non-conforming ACLs based on a group whose membership
is changing.
|
protected S_LibraryObjectData |
S_LibraryObjectSelector.selectObjectById(Long id)
Selects an object by ID.
|
protected S_LibraryObjectData |
S_DirectoryUserSelector.selectObjectByName(String name) |
protected S_LibraryObjectData |
S_FolderPathRelationshipSelector.selectObjectByPath(Long leftId,
String rightName) |
protected S_LibraryObjectData |
S_FolderPathRelationshipSelector.selectObjectByUppercasePath(Long leftId,
String rightName) |
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select objects for a S_PreparedSelector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String whereClause,
SortSpecification sort)
Select objects for a one-time use S_Selector.
|
protected Vector |
S_LibraryObjectSelector.selectObjects(String whereClause,
SortSpecification sort,
int maxItemCount)
Select objects for a one-time use S_Selector.
|
Vector |
S_LibraryObjectSelector.selectObjectsByMasterId(Long masterId,
String masterAttrName,
SortSpecification sort)
Selects objects for a detail table, using the specified master ID.
|
protected Vector |
S_LibraryObjectSelector.selectObjectsByStringAttribute(String attrValue,
String masterAttrName,
SortSpecification sort)
Selects objects by a String attribute.
|
protected long |
S_LibraryObjectSelector.selectObjectsCountByMasterId(Long masterId,
String masterAttrName)
Selects count of objects by master ID.
|
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectObjectsCursor(String whereClause,
SortSpecification sort)
Open a cursor.
|
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectObjectsCursorByMasterId(Long masterId,
String masterAttrName,
SortSpecification sort)
Selects cursor for selecting objects by master ID.
|
protected S_LibraryObjectCursor |
S_LibraryObjectSelector.selectObjectsCursorByStringAttribute(String attrValue,
String masterAttrName,
SortSpecification sort)
Selects cursor for selecting objects by string attribute.
|
protected boolean |
S_LibraryObjectSelector.selectObjectsExistByMasterId(Long masterId,
String masterAttrName)
Checks for the existence of an object by master ID.
|
protected S_LibraryObjectData |
S_PrimaryUserProfileSelector.selectPrimaryUserProfileByUserID(long dsid) |
protected RawAuditEvent[] |
AuditExecutor.selectRawAuditEvents(S_LibrarySession session,
String filterClause,
int maxItems)
Select raw audit events.
|
protected long |
S_RelationshipSelector.selectRelationshipCount(Long leftId,
Long rightId) |
protected S_LibraryObjectCursor |
S_RelationshipSelector.selectRelationshipCursor(Long leftId,
Long rightId,
SortSpecification sort) |
protected Vector |
S_RelationshipSelector.selectRelationships(Long leftId,
Long rightId,
SortSpecification sort) |
protected AttributeValueTable[] |
S_LibraryObjectSelector.selectResults(String key,
AttributeValue searchTarget,
AttributeValue[] auxTargets,
ColumnDescriptor[] colDescs,
String[] bypassSecAliases,
String joinCondition,
String whereClause,
SortSpecification sort,
int maxItemCount,
int rowNumber,
String language,
String hint,
AttributeValue[] bindValues)
Select results for a S_PreparedSelector.
|
Vector |
S_RelationshipSelector.selectRightObjects(Long leftId,
SortSpecification sort) |
protected Vector |
S_PublicObjectSelector.selectRightObjects(Long leftId,
String relClassName,
SortSpecification sort) |
long |
S_RelationshipSelector.selectRightObjectsCount(Long leftId) |
protected long |
S_PublicObjectSelector.selectRightObjectsCount(Long leftId,
String relClassName) |
protected S_LibraryObjectCursor |
S_RelationshipSelector.selectRightObjectsCursor(Long leftId,
SortSpecification sort) |
protected S_LibraryObjectCursor |
S_PublicObjectSelector.selectRightObjectsCursor(Long leftId,
String relClassName,
SortSpecification sort) |
AuditFolderPath |
S_LibrarySession.selectSpecificAuditFolderPath(long folderPathId)
Select the specific AuditFolderPath for a given primary key.
|
protected AuditFolderPath |
AuditExecutor.selectSpecificAuditFolderPath(S_LibrarySession session,
long folderPathId)
Select the specific AuditFolderPath for a given primary key.
|
ArrayList |
S_LibrarySession.selectUnusedAuditTypeLists(long expirationPeriod)
Select any unreferenced Audit type lists.
|
protected ArrayList |
AuditExecutor.selectUnusedAuditTypeLists(S_LibrarySession session,
long expPeriod)
Returns an ArrayList filled with ids of AuditTypeList objects that are
ready for freeing.
|
protected Vector |
S_VersionDescriptionSelector.selectVersionDescriptionDataForPublicObject(Long poid)
return Vector of S_LibraryObjectData representing VersionDescription objects
associated with the specified PublicObject.
|
protected S_VersionDescription[] |
S_VersionDescriptionSelector.selectVersionDescriptionsForPublicObject(Long poid)
return all VersionDescription objects associated with the specified
PublicObject.
|
void |
S_LibraryService.setAcceptingNewSessions(boolean accepting)
Sets whether this service currently accepts new sessions,
subject to its maximum number of concurrent sessions.
|
protected void |
AccessControlListDiscoverAccessService.setAcldExplicitUsers(S_LibrarySession session,
Long acl,
Vector userList)
setAcldExplicitUsers() - set ACLD entries for an ACL to
reflect accessibility to the users indicated in the
specified Vector.
|
protected void |
AccessControlListDiscoverAccessService.setAcldForComponentAcl(S_LibrarySession session,
Long acl,
Long componentId)
add ACLD entries for a component ACL to its
composite ACL.
|
protected void |
AccessControlListDiscoverAccessService.setAcldForFreedAcl(S_LibrarySession session,
Long acl)
setAcldForFreedAcl() - delete all ACLD entries for an ACL that has
been freed.
|
protected void |
AccessControlListDiscoverAccessService.setAcldWorldAccessible(S_LibrarySession session,
Long acl)
setAcldWorldAccessible() - set ACLD entries for an ACL to reflect world accessible.
|
protected void |
AccessControlListDiscoverAccessService.setAcldWorldAccessibleExceptFor(S_LibrarySession session,
Long acl,
Vector exceptList)
setAcldWorldAccessibleExceptFor() - set ACLD entries for an ACL to
reflect world accessible, with the exception of the users indicated
in the specified Vector.
|
protected void |
S_LibrarySession.setApplicationName(String name)
Sets the name of the application that created this session.
|
void |
S_LibraryObject.setAttribute(AttributeValue attr_value)
Set the object's attribute to the specified value.
|
void |
S_LibraryObject.setAttribute(String attr_name,
AttributeValue attr_value)
Set the object's attribute to the specified value.
|
protected void |
S_LibraryObjectDefinition.setAttribute(String name,
AttributeValue value)
set an attribute for the new instance.
|
protected void |
S_LibraryObject.setAttributes(S_LibraryObjectDefinition def)
Set the object's attributes to the
specified values.
|
void |
S_LibraryService.setAuditCertificateCacheConfiguration(BoundedCacheConfiguration configuration)
Alters the configuration of the AuditCertificate cache.
|
void |
S_LibraryObjectDataSharedState.setAuditFolderPath(AuditFolderPath afp)
Sets the shared state representing the AuditFolderPath
for the associated Folder.
|
void |
S_LibraryObjectDataSharedState.setAuditTypeEntryTable(Hashtable ht)
Sets the shared state representing the Hashtable resolution
of an AuditTypeList's set of AuditTypeEntries.
|
void |
S_PreparedSelector.setAuxiliarySearchTargets(AttributeValue[] targets)
Sets the auxiliary search targets.
|
void |
S_PreparedSelector.setBindValues(AttributeValue[] bindValues)
Sets the bind values to use in the select statement.
|
void |
S_LibraryService.setBootstrapClassPolicyActionContexts(HashMap pacs,
String schemaPassword)
Puts the service in "policy bootstrap" mode.
|
void |
S_PreparedSelector.setBypassSecurityAliases(String[] bypassSecAliases)
Sets the aliases that indicates which PO classes should not have
the security clause applied.
|
void |
BoundedLibraryObjectCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
LooselyBoundedSLibraryObjectCache.setCacheConfiguration(CacheConfiguration config)
Alters the configuration of this cache.
|
void |
UncommittedLibraryObjectDataCache.setCacheConfiguration(CacheConfiguration config)
Alters the configuration of this cache.
|
void |
UncommittedResolvedAclCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
S_LibraryObjectDefinition.setClassId(Long classid)
set the Class Id
|
void |
S_PreparedSelector.setColumnDescriptors(ColumnDescriptor[] colDescs)
Sets the column descriptors to use in the select statement.
|
void |
S_LibraryService.setCommittedLibraryObjectDataCacheConfiguration(BoundedCacheConfiguration configuration)
Alters the configuration of the committed S_LibraryObjectData cache.
|
void |
S_LibraryService.setCommittedResolvedAclCacheConfiguration(BoundedCacheConfiguration configuration)
Alters the configuration of the committed Resolved Acl cache.
|
void |
S_LibraryObjectDataSharedState.setCompositeAclIds(Long[] ids)
Sets the shared state representing the ids of the composite
ACLs of an ACL.
|
void |
ConnectionPool.setConnectionPoolConfiguration(ConnectionPoolConfiguration config)
Alters the configuration of this ConnectionPool.
|
void |
IfsConnectionPool.setConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
Alters the configuration of this ConnectionPool.
|
protected abstract void |
MediaBlobHelper.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
OracleMediaBlobHelper.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
PostgresMediaBlobHelper.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected abstract void |
S_Media.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
S_MediaBfile.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
S_MediaBlob.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
protected void |
S_MediaCustom.setContent(Long cid,
InputStream is,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content read from the specified InputStream using the specified
content id.
|
String |
CenteraMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
CmsdkMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
CustomMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
FileSystemMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
String |
SnapLockMediaDriver.setContent(S_MediaCustom media,
Long cid,
InputStream is,
AttributeValue[] mediaOptions)
Stores content from the supplied InputStream.
|
protected void |
S_ContentVaultEntry.setContent(S_Media media,
Long cid,
InputStream iss,
Long partValue,
AttributeValue[] mediaOptions)
Store the specified content.
|
protected void |
S_Document.setContentObject(OperationState opState,
S_LibraryObjectDefinition sdef,
S_ContentQuota quota,
boolean update)
Set content during either Document insert or update.
|
void |
ContentStorageManager.setContentProperties(S_LibraryObjectDefinition sdef,
S_ContentObject sco)
Cascades updates to a ContentObject, defined in the specified definition,
to other data structures.
|
void |
S_LibrarySessionContentStorageManager.setContentProperties(S_LibraryObjectDefinition sdef,
S_ContentObject sco)
Cascades updates to a ContentObject to other on-disk structures.
|
protected abstract void |
S_Media.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
protected void |
S_MediaBfile.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
protected void |
S_MediaBlob.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
protected void |
S_MediaCustom.setContentReference(Long cid,
String contentReference,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference for the
specified content id.
|
String |
CenteraMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
CmsdkMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
CustomMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
FileSystemMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
String |
SnapLockMediaDriver.setContentReference(S_MediaCustom media,
Long cid,
String contentReference,
AttributeValue[] mediaOptions)
Stores content determined from a specified content reference.
|
protected void |
S_RandomAccessorImpl.setContext(S_LibrarySession session,
Transaction transaction)
Called by DMRandomAccessor* methods to record the session and transaction
context.
|
void |
ConnectionPoolConfiguration.setDataSource(DataSource dataSource)
Sets the DataSource for this Connection pool configuration.
|
void |
ConnectionPoolConfiguration.setDefaultRowPrefetch(int prefetch)
Sets the default number of prefetched rows.
|
protected void |
S_Family.setDefaultVersionDescription(S_VersionDescription version)
Sets the default VERSIONDESCRIPTION for the family.
|
protected void |
S_VersionSeries.setDefaultVersionDescription(S_VersionDescription version)
Sets the default VERSIONDESCRIPTION for the series.
|
void |
S_LibraryObjectDataSharedState.setDirectAncestorGroupIds(Long[] ids)
Sets the shared state representing the ids of the direct
ancestors of a directoryobject.
|
protected void |
S_LibrarySession.setDirectoryUser(S_DirectoryUser user)
Sets the S_DirectoryUser of this S_LibrarySession.
|
void |
S_LibraryObjectDataSharedState.setDirectSubclassesValue(AttributeValue av)
Sets the shared state representing the set of direct subclasses
of a ClassObject, stored as an AttributeValue of KOs.
|
void |
S_LibraryService.setDisposedOnLastDisconnect(boolean dispose)
Sets whether this service will be automatically disposed
when its last session is disconnected.
|
void |
S_PreparedSelector.setDistinct(boolean distinct)
Sets whether to use "distinct" clause.
|
protected abstract void |
MediaBlobHelper.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
OracleMediaBlobHelper.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
PostgresMediaBlobHelper.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
S_Media.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
protected void |
S_MediaBlob.setEmptyContent(Long cid,
Long partitionValue,
AttributeValue[] mediaOptions)
Stores zero-length content for the specified content id.
|
static void |
S_LibraryService.setEncryptedRepositoryParameter(Connection conn,
String name,
String value)
Sets the value of the specified repository parameter.
|
protected void |
S_LibrarySession.setEncryptedRepositoryParameter(String name,
String value)
Sets the value of the specified repository parameter.
|
protected void |
S_Media.setExpirationDate(Long cid,
Long expirationDate)
Updates the content table EXPIRATIONDATE column for the specified
content id.
|
void |
S_LibraryObjectDataSharedState.setFolderItemsKeyedByName(Hashtable ht)
Sets the shared state representing the Hashtable resolution
of a Folder's items (keyed by item name, forced to upper case).
|
void |
S_LibraryObjectDataSharedState.setGroupDirectMemberIds(Long[] ids)
Sets the shared state representing the ids of the direct
members of a group.
|
protected void |
S_UserState.setHasRead(Long contentId)
Sets read indication for a content reference
|
void |
S_LibraryObjectDataSharedState.setHasSubFoldersState(boolean hasSubFolders)
Sets the new value for the hasSubFolders shared state.
|
void |
S_PreparedSelector.setHint(String hint)
Sets the SQL hint to use for the main select.
|
void |
S_LibraryObjectDefinition.setId(Long id)
set the object Id
|
int |
LibraryQueryStatement.setInherentParameters(S_LibrarySession sess)
Sets the parameters that are not user-defined.
|
int |
LibraryQueryStatement.setInherentParameters(S_LibrarySession sess,
int initialOffset)
Sets the parameters that are not user-defined.
|
void |
ConnectionPoolConfiguration.setJdbcLogStream(PrintStream stream)
Sets the PrintStream to which the JDBC log will be sent.
|
void |
S_PreparedSelector.setJoinCondition(String joinCondition)
Sets the join condition.
|
protected void |
S_LibrarySession.setLastOperationTime()
Provides a watchdog timer for this S_LibrarySession.
|
protected void |
S_VersionSeries.setLatestVersionDescription(S_VersionDescription version)
Sets the latest VERSIONDESCRIPTION for the series.
|
void |
S_LibraryObjectDataSharedState.setLifecyclePolicyEntryIds(Long[] ids)
Sets the shared state representing the ids of the LifecyclePolicyEntries
of a LifecyclePolicy.
|
void |
S_LibraryService.setMaximumConcurrentSessions(int count)
Sets the maximum number of concurrent sessions for this service.
|
void |
S_LibraryService.setMaximumConcurrentSessionsPerUser(int count)
Sets the maximum number of concurrent sessions per user for this
service.
|
void |
ConnectionPoolConfiguration.setMaximumSize(int maximumSize)
Sets the absolute maximum number of LibraryConnections
in the ConnectionPool.
|
void |
ConnectionPoolConfiguration.setMaximumSizeTimeout(long timeout)
Sets the period of time, in milliseconds, that attempting to acquire
a LibraryConnection will wait before throwing an exception if the
ConnectionPool size has reached its absolute maximum.
|
void |
S_PreparedSelector.setMaxItemCount(int maxItemCount)
Sets the maximum number of items that will be returned by
getItems . |
void |
S_Selector.setMaxItemCount(int maxItemCount)
Sets the maximum number of items that will be returned in a
getItems() invocation.
|
void |
S_Selector.setMaxItems(int maxItems)
Sets the maximum number of items fetched limit
when the getItems() methods are called.
|
protected void |
FolderIndexService.setMaxLevel(LibraryConnection lc,
Connection conn,
int maxLevel) |
void |
S_LibraryObjectDataSharedState.setMediaCustomSecureParameters(Hashtable sps)
Sets the secure parameters of a MediaCustom index, as a Hashmap of string
values hashed by string key.
|
void |
S_LibraryObjectDataSharedState.setMessageEntryIds(Long[] ids)
Sets the shared state representing the ids of the MessageEntries
of a MessageList.
|
void |
ConnectionPoolConfiguration.setMinimumSize(int minimumSize)
Sets the minimum number of LibraryConnections in the ConnectionPool.
|
void |
ConnectionPoolConfiguration.setName(String name)
Sets the name of the ConnectionPool.
|
protected void |
S_LibraryObjectDefinition.setName(String name)
set the Name of the new instance.
|
protected void |
AccessControlListDiscoverAccessService.setNcAclForConformingAcl(S_LibrarySession session,
Long acl)
delete all Non-conforming ACL entries for an ACL that is
conforming.
|
protected void |
AccessControlListDiscoverAccessService.setNcAclForExplicitGroups(S_LibrarySession session,
Long acl,
Vector groupList)
set Non-conforming ACL entries for an ACL to
reflect the groups that are making it non-conforming
|
protected void |
AccessControlListDiscoverAccessService.setNcAclForFreedAcl(S_LibrarySession session,
Long acl)
delete all Non-conforming ACL entries for an ACL that has
been freed.
|
void |
S_LibraryObjectDataSharedState.setNegativeFolderItemsKeyedByName(Hashtable ht)
Sets the shared state representing the Hashtable resolution
of the set of items not in a Folder (keyed by item name,
forced to upper case).
|
void |
S_LibraryObjectDefinition.setOption(String name,
Object value)
set an option for the new instance.
|
void |
S_Document.setOwnerHasRead(boolean readState)
change the value of the READBYOWNER attribute if the
current user is the owner of the Document.
|
protected void |
S_Media.setPartitionValue(Long cid,
Long partitionValue)
Updates the content table PARTITIONVALUE column for the specified
content id.
|
void |
CredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
IdmCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
IfsCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
UniversalCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user.
|
void |
XeCredentialManager.setPassword(String distinguishedName,
String password,
AttributeValue[] options)
Deprecated.
Sets the password of the specified user.
|
void |
DirectoryService.setPassword(String credentialManagerName,
String distinguishedName,
String password,
AttributeValue[] options)
Sets the password of the specified user in the specified
CredentialManager.
|
void |
S_LibraryObjectDataSharedState.setPolicyListElementIds(Long[] ids)
Sets the shared state representing the ids of the PolicyListElements of
a PolicyList.
|
void |
S_PreparedSelector.setPrimarySearchClass(String className)
Sets the primary search target, specifying the class name only.
|
void |
S_PreparedSelector.setPrimarySearchTarget(AttributeValue target)
Sets the primary search target.
|
void |
S_LibraryObjectDataSharedState.setPrimaryUserProfileId(Long id)
Sets the shared state representing the id of the PrimaryUserProfile
Id of a DirectoryUser.
|
protected void |
S_Family.setPrimaryVersionSeries(S_VersionSeries series)
Sets the PRIMARY VERSIONSERIES for this family
|
void |
S_LibraryObjectDataSharedState.setPropertyBundleProperties(Hashtable ht)
Sets the shared state representing the Hashtable resolution
of a PropertyBundle's properties.
|
void |
S_LibraryObjectDataSharedState.setPropertyIds(Vector idsVector)
Sets the shared state representing the ids of the properties of
a property bundle.
|
void |
S_LibraryObjectDataSharedState.setPublicObjectCategoryIds(Long[] ids)
Sets the shared state representing the ids of the Categories of
a PublicObject.
|
void |
S_LibraryObjectDataSharedState.setPublicObjectLinkIds(Long[] ids)
Sets the shared state representing the ids of the Links of
a PublicObject.
|
void |
S_ContentObject.setReadByUser(boolean hasread,
S_LibraryObject refObj)
sets/resets read indication for this CONTENTOBJECT for the current user.
|
protected void |
S_ContentObject.setReadByUserNoCheck(boolean hasread,
S_LibraryObject refObj)
sets the read indication without checking getContent permission.
|
void |
S_LibraryService.setReadonlyConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
Alters the configuration of the readonly ConnectionPool.
|
protected void |
S_ContentObject.setReadOnlyForSharing()
sets the READONLY attr to true, if not set already.
|
void |
S_PreparedSelector.setRecursiveSearch(boolean recursive)
Enables/disables recursive searching with respect to classes.
|
void |
S_Selector.setRecursiveSearch(boolean recursive)
Enables/disables recursive searching with respect to classes.
|
void |
S_LibraryObjectDefinition.setReferenceAttribute(ReferenceAttributeValue value)
set a reference attribute for the new instance.
|
protected void |
S_LibraryObjectDefinition.setReferenceAttribute(String name,
ReferenceAttributeValue value)
set a reference attribute
for the new instance.
|
static void |
S_LibraryService.setRepositoryParameter(Connection conn,
String name,
String value)
Sets the value of the specified repository parameter.
|
protected void |
S_LibrarySession.setRepositoryParameter(String name,
String value)
Sets the value of the specified repository parameter.
|
protected void |
S_VersionSeries.setReserveNextAttrs(S_LibraryObjectDefinition def)
Sets up attribute values used for reservation of this series.
|
protected void |
LibraryConnection.setSavepoint(String savepoint)
Sets a savepoint in the database Connection represented by this
LibraryConnection.
|
void |
S_LibraryObjectDataSharedState.setSchemaObjectCategoryIds(Long[] ids)
Sets the shared state representing the ids of the Categories of
a SchemaObject.
|
void |
S_Selector.setSearchClassname(String searchClass)
Sets the search class.
|
void |
S_PreparedSelector.setSearchLanguage(String language)
Sets the search language.
|
void |
S_PreparedSelector.setSearchSelection(String searchSelection)
Sets the search selection.
|
void |
S_Selector.setSearchSelection(String searchSelection)
Sets the search selection.
|
protected void |
S_Search.setSearchSpecification(SearchSpecification sp) |
protected void |
S_Family.setSecondaryVersionSeries(S_VersionSeries series)
Sets the secondary VERSIONSERIES for this family
|
protected void |
S_MediaCustom.setSecureParameter(String name,
String value)
Sets the value of the specified secure parameter of this MediaCustom
instance.
|
int |
S_Search.setSecurityParameters(PreparedStatement stmt,
int offset) |
protected long |
SequenceGenerator.setSequence(S_LibraryObjectDefinition def,
String className,
String seqAttrname,
AttributeValue avBefore,
AttributeValue avAfter)
Set the SORTSEQUENCE attribute in an S_LODef
based on any possible system Options.
|
void |
S_LibraryObjectDefinition.setSession(LibrarySessionInterface session)
Set or reset the session associated with this instance.
|
void |
S_RandomAccessorImpl.setSession(LibrarySessionInterface session)
Sets the session associated with this RandomAccessor.
|
void |
UncommittedLibraryObjectDataCacheConfiguration.setSession(S_LibrarySession session)
Sets the session to which the cache belongs.
|
void |
UncommittedResolvedAclCacheConfiguration.setSession(S_LibrarySession session)
Sets the session to which the cache belongs.
|
String |
LibraryConnection.setSessionLanguage(String language)
set current language of the database session if
different from the current setting.
|
void |
S_PreparedSelector.setSortSpecification(SortSpecification sort)
Sets the Sort Specification.
|
void |
S_Selector.setSortSpecification(SortSpecification spec)
Sets the Sort Specification
|
protected void |
S_LibrarySession.setSpecifiedInsertColumns(AttributeValue[] avs,
S_ClassObjectData classData,
int position_offset,
PreparedStatement stmt)
Sets the specified bind variables of the specified INSERT statement for
the specified classobject.
|
void |
S_PreparedSelector.setStartingRowNumber(int rowNumber)
Sets the starting row number.
|
void |
ConnectionPoolConfiguration.setStatementCacheSizeTrigger(int trigger)
Sets the number of statements that need to be cached before a purge
is triggered.
|
void |
ConnectionPoolConfiguration.setStatementCacheTarget(int target)
Sets the target maximum number of statements we wish to keep cached.
|
void |
S_PreparedSelector.setStatementKey(String key)
Sets the statement key.
|
void |
ConnectionPoolConfiguration.setStatementResetLimit(int statementResetLimit)
Sets the access limit at which statements saved in LibraryConnections
will be closed and re-opened.
|
void |
PolicyActionContext.setSubSortSequence(int subSortSequence)
Sets the sub-sort sequence.
|
void |
S_LibraryObjectDataSharedState.setSystemObjectCategoryIds(Long[] ids)
Sets the shared state representing the ids of the Categories of
a SystemObject.
|
void |
S_LibraryObjectDefinition.setSystemOption(String name,
Object value)
set a system option for the new instance.
|
void |
S_LibraryObjectDefinition.setSystemSetAttribute(AttributeValue value)
set a SystemSet attribute for the new instance.
|
void |
S_LibraryObjectDefinition.setSystemSetAttribute(String name,
AttributeValue value)
set a system-set attribute for the new instance (or for update).
|
void |
ConnectionPoolConfiguration.setTargetSize(int targetSize)
Sets the target maximum number of LibraryConnections
in the ConnectionPool.
|
void |
ConnectionPoolConfiguration.setTargetSizeTimeout(long timeout)
Sets the period of time, in milliseconds, that attempting to acquire
a LibraryConnection will wait before creating a new LibraryConnection
if the ConnectionPool size has reached its target maximum.
|
protected void |
S_InterMediaSource.setTextTrack(OperationState opState,
InterMediaSourceDefinition def) |
protected void |
S_Search.setTimeout(Statement stmt,
int timeout) |
protected void |
S_VersionSeries.setUnReserveAttrs(S_LibraryObjectDefinition def)
Sets up attribute values used for cancelling reservation of this series.
|
protected void |
FolderIndexService.setUpdateMode(LibraryConnection lc,
Connection conn,
int updateMode) |
void |
IdmCredentialManagerUtilities.setUserPassword(String guid,
String newPassword)
Sets the userPassword and authPassword attributes of the specified user.
|
void |
S_LibraryObjectDefinition.setUserSetAttribute(AttributeValue value)
set an attribute for the new instance.
|
void |
S_LibraryObjectDefinition.setUserSetAttribute(String name,
AttributeValue value)
set an attribute for the new instance.
|
void |
S_LibrarySession.setValueInStatement(PreparedStatement stmt,
AttributeValue av,
int position,
int datatype)
Sets a bind variable in the specified PreparedStatement,
coercing the datatype as necessary.
|
void |
S_LibrarySession.setValueInStatement(PreparedStatement stmt,
AttributeValue av,
int position,
int datatype,
int datalength)
Sets a bind variable in the specified PreparedStatement,
coercing the datatype as necessary.
|
void |
S_LibraryObjectDataSharedState.setVersionDescriptionIds(Long[] ids)
Sets the shared state representing the ids of the VersionDescription of
a VersionSeries.
|
void |
S_LibraryObjectDataSharedState.setVersionSeriesIds(Long[] ids)
Sets the shared state representing the ids of the VersionSerieses of
a Family.
|
void |
S_LibraryService.setWriteableConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
Alters the configuration of the writeable ConnectionPool.
|
protected void |
S_PublicObject.signalLeftRelationshipFreed(OperationState opState,
S_Relationship leftRel,
S_PublicObject leftPo)
a PublicObject to the left of
us has been freed.
|
protected void |
S_PublicObject.signalRightRelationshipFreed(OperationState opState,
S_Relationship rightRel,
S_PublicObject rightPo)
a PublicObject to the right of
us has been freed.
|
void |
S_LibraryServiceRdbmsEventExchanger.start()
Starts this S_LibraryServiceEventExchanger.
|
static S_LibraryService |
S_LibraryService.startService(String serviceName,
String nodeName,
AttributeValue[] serviceConfig,
DataSource dataSource)
Starts a new iFS service with the specified name.
|
void |
S_LibraryServiceRdbmsEventExchanger.stop()
Stops this S_LibraryServiceEventExchanger.
|
Long |
ContentStorageManager.storeSerializedObject(Serializable obj)
Store serializable object in the default Media instance.
|
Long |
S_LibrarySessionContentStorageManager.storeSerializedObject(Serializable obj)
storeSerializedObject - store serializable object in the
default "Search" Media instance.
|
protected static AccessLevel |
AccessControlListResolver.subtractLevels(AccessLevel level,
AccessLevel grantedLevel,
S_LibrarySession sess)
Subtracts two access levels (standard permissions only).
|
boolean |
CredentialManager.supportsCreateUser()
Determines whether this CredentialManager supports the
createUser method. |
boolean |
IdmCredentialManager.supportsCreateUser()
Determines whether this IdmCredentialManager supports the
createUser method. |
boolean |
IfsCredentialManager.supportsCreateUser()
Determines whether this IfsCredentialManager supports the
createUser method. |
boolean |
UniversalCredentialManager.supportsCreateUser()
Determines whether this UniversalCredentialManager supports the
createUser method. |
boolean |
XeCredentialManager.supportsCreateUser()
Deprecated.
Determines whether this XeCredentialManager supports the
createUser method. |
boolean |
DirectoryService.supportsCreateUser(String credentialManagerName)
Determines whether the specified CredentialManager supports the
createUser method. |
boolean |
CredentialManager.supportsDeleteUser()
Determines whether this CredentialManager supports the
deleteUser method. |
boolean |
IdmCredentialManager.supportsDeleteUser()
Determines whether this IdmCredentialManager supports the
deleteUser method. |
boolean |
IfsCredentialManager.supportsDeleteUser()
Determines whether this IfsCredentialManager supports the
deleteUser method. |
boolean |
UniversalCredentialManager.supportsDeleteUser()
Determines whether this UniversalCredentialManager supports the
deleteUser method. |
boolean |
XeCredentialManager.supportsDeleteUser()
Deprecated.
Determines whether this XeCredentialManager supports the
deleteUser method. |
boolean |
DirectoryService.supportsDeleteUser(String credentialManagerName)
Determines whether the specified CredentialManager supports the
deleteUser method. |
boolean |
CredentialManager.supportsListUsers()
Determines whether this CredentialManager supports the
listUsers method. |
boolean |
IdmCredentialManager.supportsListUsers()
Determines whether this IdmCredentialManager supports the
listUsers method. |
boolean |
IfsCredentialManager.supportsListUsers()
Determines whether this IfsCredentialManager supports the
listUsers method. |
boolean |
UniversalCredentialManager.supportsListUsers()
Determines whether this UniversalCredentialManager supports the
listUsers method. |
boolean |
XeCredentialManager.supportsListUsers()
Deprecated.
Determines whether this XeCredentialManager supports the
listUsers method. |
boolean |
DirectoryService.supportsListUsers(String credentialManagerName)
Determines whether the specified CredentialManager supports the
listUsers method. |
boolean |
CredentialManager.supportsSetPassword()
Determines whether this CredentialManager supports the
setPassword method. |
boolean |
IdmCredentialManager.supportsSetPassword()
Determines whether this IdmCredentialManager supports the
setPassword method. |
boolean |
IfsCredentialManager.supportsSetPassword()
Determines whether this IfsCredentialManager supports the
setPassword method. |
boolean |
UniversalCredentialManager.supportsSetPassword()
Determines whether this UniversalCredentialManager supports the
setPassword method. |
boolean |
XeCredentialManager.supportsSetPassword()
Deprecated.
Determines whether this XeCredentialManager supports the
setPassword method. |
boolean |
DirectoryService.supportsSetPassword(String credentialManagerName)
Determines whether the specified CredentialManager supports the
setPassword method. |
void |
ContentStorageManager.syncIndex()
Synchronize the full text index.
|
void |
OracleContentStorageManager.syncIndex()
Sync's the index.
|
void |
PostgresContentStorageManager.syncIndex()
Sync's the index.
|
abstract void |
S_LibrarySessionContentStorageManager.syncIndex()
Sync's the index.
|
protected static void |
S_LibraryService.throwUnexpectedException(String methodname,
Exception e)
Throws an unexpected exception.
|
void |
S_LibraryServiceRdbmsEventExchanger.tick()
Provides a hook to perform psuedo-background processing.
|
protected void |
S_InterMediaSource.transferContent(Reader reader,
Writer writer)
transfer content from a reader to a writer
|
void |
RandomAccessDriver.truncate(long len)
Truncates the content to exactly
len bytes in length. |
void |
S_RandomAccessorImpl.truncate(long len)
Truncates the content to exactly
len bytes in length. |
protected void |
FolderIndexService.truncateTables(S_LibrarySession sess) |
protected void |
S_PublicObject.undelete(OperationState opState)
undelete - restore an object from the user's wastebasket.
|
protected void |
S_PublicObject.undelete(OperationState opState,
S_LibraryObjectDefinition def)
undelete - restore an object from the user's wastebasket.
|
void |
S_VersionSeries.unlockAllOnUnreserve(S_LibraryObjectDefinition svsdef)
Out of the box policy for what objects get unlocked during a
Cancel checkout
We currently USERLOCK the Family, VersionSeries, ResolvedPublicObject
and VersionDescriptionDefinition during a checkout
all these have to be unlocked
we also free any unreferenced lockobjects that may be held by this
VersionSeries
|
void |
S_VersionSeries.unlockAllOnVDDelete(S_LibraryObjectDefinition vsdef)
Out of the box policy for what objects get unlocked during a
the delete of the last or default version description of a series
|
void |
S_PublicObject.unlockForSession()
release session lock for this object
|
void |
S_VersionSeries.unlockNoneOnUnreserve(S_LibraryObjectDefinition vsdef)
Another policy for what gets unlocked during a cancel checkout
this one does not unlock any of the versioning objects
|
protected void |
AuditExecutor.unregisterAuditEventOperationType(S_LibrarySession session,
String opTypeKey)
Unregister an operation type key.
|
void |
S_LibrarySession.unregisterAuditEventOperationType(String opTypeKey)
Unregister an event type.
|
void |
ContentStorageManager.unregisterBfile(Object bfile)
Unbinds the specified BFILE from this session.
|
void |
OracleContentStorageManager.unregisterBfile(Object bfileObj)
Unbinds the specified BFILE from this session.
|
void |
PostgresContentStorageManager.unregisterBfile(Object bfile)
Unbinds the specified BFILE from this session.
|
abstract void |
S_LibrarySessionContentStorageManager.unregisterBfile(Object bfile)
Unbinds the specified BFILE from this session.
|
protected void |
AccessControlListIndexService.unregisterFreedDirectoryObject(S_LibrarySession sess,
long id)
Unregister a freed DirectoryObject.
|
protected void |
DirectoryGroupIndexService.unregisterFreedDirectoryObjectNow(S_LibrarySession sess,
long id)
Unregister a freed DirectoryObject.
|
protected void |
FolderIndexService.unregisterFreedFolder(S_LibrarySession sess,
long id)
Unregister a folder that is being freed.
|
protected void |
FolderIndexService.unregisterFreedFolderNow(S_LibrarySession sess,
long id)
Unregister a folder that is being freed, without deferring.
|
void |
ContentStorageManager.unregisterRandomAccessor(S_RandomAccessorImpl ra)
Unbinds the specified RandomAccessor from this session.
|
void |
S_LibrarySessionContentStorageManager.unregisterRandomAccessor(S_RandomAccessorImpl ra)
Unbinds the specified RandomAccessor from this session.
|
void |
S_VersionSeries.unReserve()
Removes the reservation on this version series.
|
protected void |
S_ClassObjectData.unresolveAttributes()
Invalidates the attribute data for this S_ClassObjectData.
|
void |
S_LibraryObject.update(OperationState opState,
S_LibraryObjectDefinition def)
update an object in the context of an Operation.
|
void |
S_AccessControlList.updateACE(S_AccessControlEntry ace,
S_LibraryObjectDefinition sdef)
Updates an ACE in the current object using the definition that
is passed in.
|
protected void |
S_AccessControlList.updateAclDiscovererTable()
Updates the ACL discoverer table.
|
protected void |
AccessControlListResolver.updateAclDiscovererTable(S_LibrarySession sess)
Update, insert, or delete rows
from ACL DiscovererTable to reflect the list of discoverers.
|
protected void |
AccessControlListIndexService.updateAclDiscovererTable(S_LibrarySession session,
Long aclId)
Handles a request to update the ACL discoverer table.
|
protected void |
AccessControlListResolver.updateAclDiscovererTableForComponentAcls(S_LibrarySession sess)
Update, insert, or delete rows from ACL DiscovererTable to reflect
the list of discoverers for this ACL's set of component ACLs
(i.e. if this ACL is a composite ACL).
|
protected void |
AccessControlListResolver.updateAclDiscovererTableForConformingAcl(S_LibrarySession sess)
Update, insert, or delete rows from ACL DiscovererTable to reflect
the list of discoverers for a conforming ACL.
|
protected void |
AccessControlListResolver.updateAclDiscovererTableForNonconformingAcl(S_LibrarySession sess)
Update, insert, or delete rows from ACL DiscovererTable to reflect
the list of discoverers for a non-conforming ACL
|
protected void |
AccessControlListDiscoverAccessService.updateAclDiscovererTableNow(S_LibrarySession session,
Long aclId)
Force an update of the ACL discoverer table.
|
protected void |
S_Link.updateAssociatedObject(S_PublicObject newTarget)
Update the ASSOCIATEDPUBLICOBJECT.
|
protected void |
S_SystemObject.updateCategories(S_LibraryObjectDefinition sdef)
Update a set of categories.
|
protected int |
AuditExecutor.updateCertificateWithFreeInfo(S_LibrarySession session,
long targetId,
boolean secured,
long freeTime,
long deletorId,
long tombstoneId,
S_LibraryObject target,
String targetName,
String targetClassName)
Update an audit certificate to reflect a freed state.
|
protected void |
S_ContentQuota.updateConsumedStorage()
Updates directly the consumed
storage; the associated userid is provided as a convenience,
as it was obtained to verfiy adminmode (if not the current user).
|
S_RandomAccessorImpl |
ContentStorageManager.updateContentByRandomAccess(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
S_RandomAccessorImpl |
S_LibrarySessionContentStorageManager.updateContentByRandomAccess(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
the specified document.
|
RandomAccessor |
S_Document.updateContentByRandomAccess(S_LibraryObjectDefinition sdocdef,
Long expirationPeriod)
Gets a RandomAccessor for randomly writing and reading the content of
this document.
|
protected void |
S_Document.updateContentLastModifyDate(OperationState opState)
Updates the last modify date attribute on this documents
contentobject.
|
protected void |
S_PublicObject.updateFamily(S_Family family)
Explicitly update the Family attribute, based on
a versioning operation.
|
protected void |
S_PublicObject.updateFlags(long updatedFlags)
Update flags without causing the modification attributes to change.
|
protected void |
S_LibrarySessionContentStorageManager.updateLastAccessDate(Long coId)
Updates a row in the last access date table, best efforts, inserting
the row if it does not exist.
|
protected void |
S_PublicObject.updateLastModifiedInfo()
Explicitly update the LastMOdifier and LastModifyDate attributes.
|
protected void |
FolderIndexService.updateMapSelfRow(S_LibrarySession sess,
LibraryConnection lc,
Connection conn,
long id,
long tempvalue,
int maplevel) |
protected void |
S_PublicObject.updatePrimaryParentFolder(S_Folder parent)
Explicitly update the PrimaryParentFolder attribute, based on
a folder add/remove operation.
|
protected void |
S_FolderPathRelationship.updateRows(S_LibraryObjectDefinition def)
Update the rows from each table for this instance.
|
protected void |
S_LibraryObject.updateRows(S_LibraryObjectDefinition def)
Update the rows from each table for this instance.
|
protected void |
AccessControlListProxyService.updateSecurityForPublicObjectsSecuredByUs(S_LibrarySession sess,
Long securingId,
PropagatingSecuritySettings psec)
Updates the security settings of the secured public object
upon a change in the security of the securing public object.
|
boolean |
IdmCredentialManagerUtilities.userExists(String guid)
Gets whether the specified user exists.
|
protected void |
S_FolderLink.validateAssociatedPublicObject(S_PublicObject po)
Verify that the specified associated PublicObject
is valid for this Link.
|
protected void |
S_Link.validateAssociatedPublicObject(S_PublicObject po)
Verify that the specified associated PublicObject
is valid for this Link.
|
protected void |
IfsConnectionPool.validateConnectionPoolConfiguration(ConnectionPoolConfiguration configuration)
validate connection pool configuration.
|
S_Media |
ContentStorageManager.validateMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Sets the content of the specified ContentObject.
|
S_Media |
S_LibrarySessionContentStorageManager.validateMedia(S_ContentObject co,
S_LibraryObjectDefinition def)
Selects the media to use for the specified ContentObject.
|
void |
ContentStorageManager.validateMediaAndSetContent(S_ContentObject co,
S_LibraryObjectDefinition def)
Sets the content of the specified ContentObject.
|
void |
S_LibrarySessionContentStorageManager.validateMediaAndSetContent(S_ContentObject co,
S_LibraryObjectDefinition def)
Sets the content of the specified ContentObject.
|
protected void |
S_LibraryObject.validateStringArray(String[] values,
int maxLength,
String attrName)
Validates the String arrays used for array values or map keys/values.
|
void |
ConnectionPool.validateUnallocatedConnections()
Validates the unallocated connections.
|
void |
IfsConnectionPool.validateUnallocatedConnections()
Validates the unallocated connections.
|
boolean |
IdmCredentialManagerUtilities.validateUserPassword(String guid,
String password)
Determines whether the supplied password is the correct user password
for the specified user.
|
void |
S_Search.validateValue(String clss,
String attribute,
AttributeValue av)
Check if the Value is valid for the Attribute.
|
protected static S_DirectoryObject[] |
S_DirectoryObject.vectorToSDirectoryObjectArray(S_LibrarySession sess,
Vector vector)
Converts a Vector of S_DirectoryObject to an array of S_DirectoryObject.
|
protected static S_Folder[] |
S_Folder.vectorToSFolderArray(S_LibrarySession sess,
Vector vector)
Converts a Vector of S_LOData to a S_Folder[].
|
protected static S_LockObject[] |
S_LockObject.vectorToSLockObjectArray(S_LibrarySession sess,
Vector vector) |
protected static S_PublicObject[] |
S_PublicObject.vectorToSPublicObjectArray(S_LibrarySession sess,
Vector vector) |
static S_Relationship[] |
S_Relationship.vectorToSRelationshipArray(S_LibrarySession sess,
Vector vector) |
protected static S_VersionDescription[] |
S_VersionDescription.vectorToSVersionDescriptionArray(S_LibrarySession sess,
Vector vector)
Constructs an array of version descriptions from a vector of version descriptions.
|
protected static S_VersionSeries[] |
S_VersionSeries.vectorToSVersionSeriesArray(S_LibrarySession sess,
Vector vector)
Converts vector of data for version series to an array of S_VersionSeries.
|
void |
S_AccessControlList.verifyAccessLevelEnabled(AccessLevel level)
Verifies if a specified set of permissions is enabled for the current user.
|
protected void |
S_LibrarySession.verifyAdminEnabled()
Verifies that this S_LibrarySession can enter administration mode.
|
void |
S_LibrarySession.verifyAdministrationMode()
Verify that the effective execution mode for the session is
at least administration mode.
|
protected void |
S_AccessControlList.verifyCanAddAces()
Verifies that ACEs can be added to the instance.
|
protected void |
S_ClassAccessControlList.verifyCanAddAces()
Verifies that ACEs can be added to the instance.
|
protected void |
S_SystemAccessControlList.verifyCanAddAces()
Verifies that ACEs can be added to the instance.
|
protected void |
S_Folder.verifyCanAddItem()
Verifies that Items can be added to the instance.
|
protected void |
S_DirectoryGroup.verifyCanAddMember()
Verifies that members can be added to the group.
|
protected void |
S_PublicObject.verifyCanAddRelationship()
Verifies that Relationships can be added to the instance.
|
protected void |
S_VersionSeries.verifyCanAddVersion()
Verifies if this series can be reserved by current user.
|
protected void |
S_Family.verifyCanAddVersionSeries()
Verifies that additional VersionSeries' can be added.
|
protected void |
S_DirectoryGroup.verifyCanBeMember()
Verifies that this instance can be a member of a group.
|
protected void |
S_DirectoryObject.verifyCanBeMember()
Verifies that this instance can be a member of a group.
|
protected void |
S_ClassAccessControlList.verifyCanCreate(S_LibraryObjectDefinition def)
Verify that instances can be created.
|
protected void |
S_DirectoryUser.verifyCanCreate(S_LibraryObjectDefinition def)
Verifies that an instance can be created.
|
protected void |
S_LibraryObject.verifyCanCreate(S_LibraryObjectDefinition def)
Verifies that the instance can be created.
|
protected void |
S_PublicObject.verifyCanCreate(S_LibraryObjectDefinition def)
Verifies that the instance can be created.
|
protected void |
S_SchemaObject.verifyCanCreate(S_LibraryObjectDefinition def)
Verifies that the instance can be created.
|
protected void |
S_SystemAccessControlList.verifyCanCreate(S_LibraryObjectDefinition def)
Verify that instances can be created.
|
protected void |
S_SystemLockObject.verifyCanCreate(S_LibraryObjectDefinition def)
Verify that instances can be created.
|
protected void |
S_SystemObject.verifyCanCreate(S_LibraryObjectDefinition def)
Verifies that the instance can be created.
|
void |
S_LockObject.verifyCanDeleteLockedPublicObject(S_PublicObject po)
Checks if the object lock state is one of the deletable states.
|
protected void |
S_Queue.verifyCanDequeue()
Verifies that the user can dequeue messages from the queue
|
void |
ContentStorageManager.verifyCanDestroyContent(S_Media media,
Long cid)
Verify that content can be destroyed for the specified Media.
|
void |
S_LibrarySessionContentStorageManager.verifyCanDestroyContent(S_Media media,
Long cid) |
protected void |
S_Queue.verifyCanEnqueue()
Verifies that the user can enqueue messages to the queue
|
protected void |
S_ClassAccessControlList.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_ContentQuota.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_DirectoryUser.verifyCanFree()
Verifies that an instance can be freed.
|
protected void |
S_LibraryObject.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_PublicObject.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_SchemaObject.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_SystemAccessControlList.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_SystemLockObject.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_SystemObject.verifyCanFree()
Verifies that the instance can be freed.
|
protected void |
S_Document.verifyCanGetContent()
Verifies that the user has getContent permission on this
object
|
protected void |
S_Document.verifyCanGetContent(S_ContentObject refco)
Verifies that the user has getContent permission on this
object
|
protected void |
S_LibraryObject.verifyCanGetContent(S_ContentObject co)
Verifies that the user has getContent permission on this
object
|
protected void |
S_ClassAccessControlList.verifyCanLock()
Verifies that the instance can be locked or unlocked.
|
protected void |
S_ContentQuota.verifyCanLock()
Verifies that the instance can be locked or unlocked.
|
protected void |
S_DirectoryUser.verifyCanLock()
Verifies that an instance can be locked or unlocked.
|
protected void |
S_PublicObject.verifyCanLock()
Verifies that the instance can be locked.
|
protected void |
S_SystemAccessControlList.verifyCanLock()
Verifies that the instance can be locked or unlocked.
|
void |
S_LockObject.verifyCanLockPublicObject(S_PublicObject spo)
Checks the current lock state.
|
protected void |
S_AccessControlList.verifyCanModifyAces(long accessLevel,
int errorCode)
Verifies that ACEs can be added or removed from the instance.
|
void |
S_LockObject.verifyCanModifyLockedPublicObject(S_PublicObject po)
Checks the current lock state.
|
void |
S_LockObject.verifyCanModifyLockedPublicObjectIfAdmin(S_PublicObject po) |
protected void |
S_AccessControlList.verifyCanRemoveAces()
Verifies that ACEs can be removed from the instance.
|
protected void |
S_ClassAccessControlList.verifyCanRemoveAces()
Verifies that ACEs can be removed from the instance.
|
protected void |
S_SystemAccessControlList.verifyCanRemoveAces()
Verifies that ACEs can be removed from the instance.
|
protected void |
S_Folder.verifyCanRemoveItem()
Verifies that Items can be removed from the instance.
|
protected void |
S_DirectoryGroup.verifyCanRemoveMember()
Verifies that members can be removed from the group.
|
protected void |
S_PublicObject.verifyCanRemoveRelationship()
Verifies that Relationships can be removed from the instance.
|
protected void |
S_VersionSeries.verifyCanRemoveVersion()
Verifies if Versions can be deleted from this series by current user.
|
protected void |
S_Family.verifyCanRemoveVersionSeries()
Verifies that VersionSeries' can be removed from the Family.
|
protected void |
S_Document.verifyCanSetContent()
Verifies that the user has setContent permission on this
object
|
protected void |
S_LibraryObject.verifyCanSetContent()
Verifies that the user has setContent permission on this
object
|
protected void |
S_Family.verifyCanSetDefaultVersionAttributes()
Verifies that default versionDescriptions can be set.
|
protected void |
S_VersionSeries.verifyCanSetDefaultVersionAttributes()
Verifies that default versionDescriptions can be set on this series
by the current user.
|
protected void |
S_LibraryObject.verifyCanSetPolicy()
Verifies that Policies can be updated on the instance.
|
protected void |
S_PublicObject.verifyCanSetPolicy()
Verifies that Policies can be updated on the instance.
|
protected void |
S_PublicObject.verifyCanUnlock()
Verifies that the instance can be unlocked.
|
void |
S_LockObject.verifyCanUnlockPublicObject(S_PublicObject spo)
Checks if the current session can unlock the object.
|
protected void |
S_ClassAccessControlList.verifyCanUpdate()
Verifies that the instance can be updated.
|
protected void |
S_ContentQuota.verifyCanUpdate()
Verifies that the instance can be updated.
|
protected void |
S_DirectoryUser.verifyCanUpdate()
Verifies that an instance can be updated.
|
protected void |
S_LibraryObject.verifyCanUpdate()
Verifies that the instance can be updated.
|
protected void |
S_SchemaObject.verifyCanUpdate()
Verifies that the instance can be updated.
|
protected void |
S_SystemAccessControlList.verifyCanUpdate()
Verifies that the instance can be updated.
|
protected void |
S_SystemLockObject.verifyCanUpdate()
Verifies that the instance can be updated.
|
protected void |
S_SystemObject.verifyCanUpdate()
Verifies that the instance can be updated.
|
void |
S_LockObject.verifyCanUpdateLockObject(S_PublicObject spo)
Checks if this lockobject can be modified
The rules for modifying a lock object are as follows
For non admin users, Hard lock and Soft lock
can be modified only if you have Lock access on the PublicObject
that references this lock.
|
protected void |
S_PublicObject.verifyCanUpdatePublicObject()
Verifies that the instance can be updated.
|
protected void |
S_ContentQuota.verifyCanUseContentQuota()
Verify that the current user can use this ContentQuota
object.
|
protected void |
S_PublicObject.verifyCanUseContentQuota(S_ContentQuota quota)
Verify that the current user can use the specified ContentQuota
object.
|
void |
S_LibrarySession.verifyConnected()
Asserts that this S_LibrarySession is connected.
|
protected void |
LibraryConnection.verifyConnectionValidity()
Verify validity of database connection by trying simple
query.
|
protected S_DirectoryObject |
S_LibrarySession.verifyDirectoryObject(S_LibraryObject obj)
Verifies that the specified S_LibraryObject is an S_DirectoryObject.
|
void |
S_LibrarySession.verifyExecutionMode(int mode)
Verify that the effective execution mode for the session is
at least the mode specified.
|
protected void |
S_PublicObject.verifyGrantAccess()
Verifies that the caller has grant access to the object.
|
void |
SQLGeneration_Helper.verifyHasLegalSyntax(String freeFormSQL)
Wrapper for m_Session.verifyHasLegalSyntax
|
protected void |
S_LibrarySession.verifyHasLegalSyntax(String searchDefinition)
Ensures the specified WHERE clause does not reference secured
database objects, unless in at least administration discover mode.
|
void |
SQLGeneration_Helper.verifyHasSearchAccess(String classname) |
protected void |
S_LibrarySession.verifyHasSelectorAccess(String classname)
Verifies that the specified classobject has ACCESSLEVEL_SELECTORACCESS.
|
protected void |
S_LibrarySession.verifyInstallationMode()
Verify that the effective execution mode for the session is
at least installation mode.
|
protected void |
S_LibrarySession.verifyInstallEnabled()
Verifies that this S_LibrarySession can enter installation mode.
|
protected void |
S_LibraryService.verifyMaximumConcurrentSessionsPerUser(S_LibrarySession session,
Long userId)
Verifies the just-connected session didn't blow out the
maximum number of concurrent sessions per user for this
service.
|
protected void |
S_Folder.verifyNoItemsInFolder()
verifyNoItemsInFolder() - verify that the target folder is empty;
otherwise, throw an exception.
|
void |
IdmCredentialManagerUtilities.verifyNotDisposed()
Verifies this IdmCredentialManagerUtilities has not been disposed.
|
protected void |
LibraryConnection.verifyNotDisposed()
Verify that this LibraryConnection is still valid
(i.e. is not disposed).
|
protected void |
S_LibrarySession.verifyNotInterrupted()
Return true if this session has been interrupted,
either explicitly or as a result of a timeout.
|
protected void |
S_ContentObject.verifyNotReadOnly()
Verifies that this object is not read only.
|
protected void |
S_VersionSeries.verifyNotReserved()
Checks to make sure this series is not reserved.
|
protected void |
S_PublicObject.verifyObjectNotLocked()
Checks the current lock state.
|
protected void |
S_PublicObject.verifyObjectNotLocked(S_LibraryObjectDefinition def)
Checks the current lock state.
|
void |
S_LibraryObject.verifyPersistent()
Verifies that the target object represents an object that is still
persistent in the repository.
|
protected S_PublicObject |
S_LibrarySession.verifyPublicObject(S_LibraryObject obj)
Verifies that the specified S_LibraryObject is an S_PublicObject.
|
protected void |
S_PublicObject.verifyPublicObjectPermission(long standardPermission,
int errorCode)
Internal method used by the verifyCanXXX() methods on PublicObject
|
protected void |
S_VersionSeries.verifyReservedByMe()
Makes sure this series is reserved by the current user
|
protected S_SchemaObject |
S_LibrarySession.verifySchemaObject(S_LibraryObject obj)
Verifies that the specified S_LibraryObject is an S_SchemaObject.
|
protected void |
S_LibraryService.verifySchemaVersion()
Checks the validity of the schema version number.
|
protected S_SimpleObject |
S_LibrarySession.verifySimpleObject(S_LibraryObject obj)
Verifies that the specified S_LibraryObject is an S_SimpleObject.
|
protected void |
S_AccessControlList.verifyStandardPermissionEnabled(long permission)
Verifies if a particular permission is enabled for the current user.
|
protected void |
S_LibrarySession.verifySystemAdminEnabled()
Verifies that this S_LibrarySession can enter system administration mode.
|
void |
S_LibrarySession.verifySystemAdministrationMode()
Verify that the effective execution mode for the session is
at least system administration mode.
|
protected S_SystemObject |
S_LibrarySession.verifySystemObject(S_LibraryObject obj)
Verifies that the specified S_LibraryObject is an S_SystemObject.
|
protected void |
S_ContentQuota.verifyUnderQuotaLimit()
Verifies that the current user isn't overdrawn on quota
|
protected void |
S_ContentQuota.verifyUnderQuotaLimit(long proposedConsumption)
Checks if the quota gets over drawn after the proposed consumption.
|
protected void |
S_VersionSeries.verifyVersionDescriptionCanBeDeleted(S_LibraryObject vd,
OperationState opState)
Verifies that a specified VersionDescrption can be deleted from this Series.
|
protected void |
S_Family.verifyVersionSeriesCanBeDeleted(S_LibraryObject vs,
OperationState opState)
Verifies that a specified VersionSeries can be deleted from a VersionSeries.
|
protected void |
S_LibraryObject.verifyWriteableTransactionInProgress()
verify that we're in a Writeable transaction.
|
protected boolean |
OperationState.wasInitiatedBy(S_LibraryObject obj)
wasInitiatedBy - return true if the specified object
initiated this Operation.
|
void |
RandomAccessDriver.write(long pos,
byte[] b,
int off,
int len)
Writes bytes from a byte array.
|
void |
S_RandomAccessorImpl.write(long pos,
byte[] b,
int off,
int len)
Writes bytes from a byte array.
|
Constructor and Description |
---|
AccessControlEntryData(Long id,
Long classId,
S_DirectoryObject granteeObj,
AccessLevel level,
Long[] pbIds,
boolean granted)
Constructs an AccessControlEntryData.
|
AccessControlListDiscoverAccessService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Constructs a AccessControlListDiscoverAccessService.
|
AccessControlListIndexService(S_LibraryService service)
Construct a AccessControlListIndexService.
|
AccessControlListProxyService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Construct an AccessControlListProxyService.
|
AccessControlListResolver(S_LibraryService service,
Long id)
Constructs a AccessControlListResolver
|
AccessEntry(Long id,
AccessLevel level)
Constructs an AccessEntry
|
AuditExecutor()
Constructs an AuditExecutor.
|
BfileInputStream(oracle.sql.BFILE bfile,
S_LibrarySession session)
Constructs a BfileInputStream.
|
ConnectionPoolConfiguration()
Constructs a ConnectionPoolConfiguration.
|
ConnectionPoolPerformance(String name,
int currentSize,
int allocatedSize,
int immediateAllocationCount,
int deferredAllocationCount,
int failedAllocationCount,
long averageAllocationTime,
int connectionPurgeAttempts,
int connectionPurgeCount)
Constructs a ConnectionPoolPerformance.
|
DirectoryGroupIndexService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Construct a DirectoryGroupIndexService.
|
DirectoryService(S_LibraryService service)
Constructs a DirectoryService.
|
FolderIndexService(S_LibraryService service)
Construct a FolderIndexService.
|
IdmCredentialManager(String name,
S_LibraryService service)
Constructs an IdmCredentialManager.
|
IdmCredentialManagerUtilities(int timeLimit,
int countLimit,
int pageSize)
Constructs an IdmCredentialManagerUtilities.
|
IfsCredentialManager(String name,
S_LibraryService service)
Constructs an IfsCredentialManager.
|
LibraryConnection(long id,
S_LibraryService service,
String connectionPoolName,
DataSource dataSource,
PrintStream jdbcLogStream,
int defaultRowPrefetch,
int statementResetLimit,
int stmtCacheTarget,
int stmtCacheTrigger)
Constructs a LibraryConnection.
|
LibraryQueryStatement(String key,
LibraryConnection lconn,
SearchTarget[] targets,
ColumnDescriptor[] colDescs,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
int maxCopies,
int maxItemCount)
Constructs a LibraryQueryStatement.
|
LibraryQueryStatement(String key,
LibraryConnection lconn,
SearchTarget[] targets,
String whereClause,
SortSpecification sort,
boolean countOnly,
boolean distinct,
int maxCopies)
Constructs a LibraryQueryStatement.
|
LibraryQueryStatement(String key,
LibraryConnection lconn,
SearchTarget[] targets,
String whereClause,
SortSpecification sort,
String hint,
boolean countOnly,
boolean distinct,
int maxCopies)
Constructs a LibraryQueryStatement.
|
LibraryQueryStatement(String key,
LibraryConnection lconn,
SearchTarget[] targets,
String joinCondition,
String whereClause,
SortSpecification sort,
String hint,
boolean countOnly,
boolean distinct,
int maxCopies,
int maxItemCount)
Constructs a LibraryQueryStatement.
|
LooselyBoundedSLibraryObjectCache(BoundedCacheConfiguration config,
S_LibrarySession session)
Construct a LooselyBoundedSLibraryObjectCache.
|
MediaBlobHelper(S_MediaBlob mediaBlob)
Constructs a MediaBlobHelper instance.
|
ObjectResolver(S_LibrarySession session)
construct a ObjectResolver
|
OperationDriver(S_LibrarySession session)
Construct an OperationDriver on behalf of a session.
|
OperationState(S_LibrarySession session,
S_LibraryObject obj)
Construct an OperationState on a specified initial object, on
behalf of a session.
|
OracleContentStorageManager(S_LibrarySession session)
Constructs a CSM for Oracle.
|
OracleMediaBlobHelper(S_MediaBlob mediaBlob)
Constructs an OracleMediaBlobHelper instance.
|
PolicyActionContext(S_PolicyListElement ple)
Constructs a PolicyActionContext from a PolicyListElement.
|
PolicyActionContext(String operation,
String policyAction,
int executionMode,
String[] filters,
long sortSequence,
int subsortSequence)
Constructs a PolicyActionContext in bootstrap mode.
|
PostgresContentStorageManager(S_LibrarySession session)
Constructs a CSM.
|
PostgresMediaBlobHelper(S_MediaBlob mediaBlob)
Constructs an PostgresMediaBlobHelper instance.
|
S_AccessControlEntry(S_LibrarySession session,
Long classId)
Construct a S_AccessControlEntry object.
|
S_AccessControlEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_AccessControlEntry object.
|
S_AccessControlEntrySelector(S_LibrarySession session,
Long classId)
Construct a S_AccessControlEntrySelector object.
|
S_AccessControlList(S_LibrarySession session,
Long classId)
Construct a S_AccessControlList object.
|
S_AccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_AccessControlList object.
|
S_AccessControlListSelector(S_LibrarySession session,
Long classId)
Construct a S_AccessControlListSelector object.
|
S_ActionSpecification(S_LibrarySession session,
Long classId)
Construct an S_ActionSpecification for the case where the object has not
been created in the database yet.
|
S_ActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActionSpecification.
|
S_ActionSpecificationSelector(S_LibrarySession session,
Long classId)
Construct a S_ActionSpecificationSelector.
|
S_ActivityRecord(S_LibrarySession session,
Long classId)
Construct an S_ActivityRecord for the case where the object has not
been created in the database yet.
|
S_ActivityRecord(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActivityRecord.
|
S_ActivityRecordSelector(S_LibrarySession session,
Long classId)
Construct a S_ActivityRecordSelector.
|
S_ActivitySpecification(S_LibrarySession session,
Long classId)
Construct an S_ActivitySpecification for the case where the object has not
been created in the database yet.
|
S_ActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActivitySpecification.
|
S_ActivitySpecificationSelector(S_LibrarySession session,
Long classId)
Construct a S_ActivitySpecificationSelector.
|
S_Actor(S_LibrarySession session,
Long classId)
Constructs a S_Actor.
|
S_Actor(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_Actor.
|
S_ActorRelation(S_LibrarySession session,
Long classId)
Construct an S_ActorRelation for the case where the object has not
been created in the database yet.
|
S_ActorRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ActorRelation.
|
S_ActorRelationSelector(S_LibrarySession session,
Long classId)
Construct a S_ActorRelationSelector.
|
S_ActorSelector(S_LibrarySession session,
Long classId)
Construct a S_ActorSelector.
|
S_ApplicationObject(S_LibrarySession session,
Long classId)
Constructs a S_ApplicationObject.
|
S_ApplicationObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_ApplicationObject.
|
S_ApplicationObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_ApplicationObjectSelector object.
|
S_ApplicationToken(S_LibrarySession session,
Long classId)
Construct an S_ApplicationToken for the case where the object has not
been created in the database yet.
|
S_ApplicationToken(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ApplicationToken.
|
S_ApplicationTokenSelector(S_LibrarySession session,
Long classId)
Construct a S_ApplicationTokenSelector.
|
S_AttachmentRelation(S_LibrarySession session,
Long classId)
Constructs a S_AttachmentRelation.
|
S_AttachmentRelation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_AttachmentRelation.
|
S_Attribute(S_LibrarySession ssession,
Long classId)
Constructs an S_Attribute.
|
S_Attribute(S_LibrarySession ssession,
S_AttributeData data)
Constructs an S_Attribute.
|
S_Attribute(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_Attribute.
|
S_AttributeData(Long id,
Long classId,
AttributeValue[] attributes,
boolean isFullySelected,
S_LibrarySession session)
Constructs a S_AttributeData.
|
S_AttributeSelector(S_LibrarySession session,
Long classId)
Construct a S_AttributeSelector object.
|
S_BranchRelationship(S_LibrarySession session,
Long classId)
Construct a S_BranchRelationship object.
|
S_BranchRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_BranchRelationship object.
|
S_BranchRelationshipSelector(S_LibrarySession session,
Long classId)
Construct a S_BranchRelationshipSelector object.
|
S_Category(S_LibrarySession session,
Long classId)
Constructs a S_Category object.
|
S_Category(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_Category object - standard variant.
|
S_CategorySelector(S_LibrarySession session,
Long classId)
Constructs a S_CategorySelector object.
|
S_ClassAccessControlList(S_LibrarySession session,
Long classId)
Construct a S_ClassAccessControlList object.
|
S_ClassAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ClassAccessControlList object.
|
S_ClassAccessControlListSelector(S_LibrarySession session,
Long classId)
Construct a S_ClassAccessControlListSelector object.
|
S_ClassDomain(S_LibrarySession ssession,
Long classId)
Constructs an S_ClassDomain.
|
S_ClassDomain(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ClassDomain.
|
S_ClassDomainSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ClassDomainSelector.
|
S_ClassObject(S_LibrarySession ssession,
Long classId)
Constructs an S_ClassObject.
|
S_ClassObject(S_LibrarySession ssession,
S_ClassObjectData data)
Constructs an S_ClassObject.
|
S_ClassObject(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ClassObject.
|
S_ClassObjectData(Long id,
Long classId,
AttributeValue[] attributes,
boolean fullySelected,
S_LibrarySession session)
Constructs an S_ClassObjectData.
|
S_ClassObjectSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ClassObjectSelector.
|
S_CompositeGroup(S_LibrarySession session,
Long classId)
Construct an S_CompositeGroup for the case where the object has not
been created in the database yet.
|
S_CompositeGroup(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_CompositeGroup.
|
S_CompositeGroupSelector(S_LibrarySession session,
Long classId)
Construct a S_CompositeGroupSelector.
|
S_ConfigurationCategory(S_LibrarySession session,
Long classId)
Constructs an S_ConfigurationCategory for the case where the object has not
been created in the database yet.
|
S_ConfigurationCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_ConfigurationCategory.
|
S_ConfigurationCategorySelector(S_LibrarySession session,
Long classId)
Construct a S_ConfigurationCategorySelector.
|
S_ContactList(S_LibrarySession session,
Long classId)
Construct an S_ContactList for the case where the object has not
been created in the database yet.
|
S_ContactList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ContactList.
|
S_ContactListSelector(S_LibrarySession session,
Long classId)
Construct a S_ContactListSelector.
|
S_ContentController(S_LibrarySession session,
Long classId)
Construct an S_ContentController for the case where the object has not
been created in the database yet.
|
S_ContentController(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ContentController.
|
S_ContentObject(S_LibrarySession session,
Long classId)
Construct a S_ContentObject object.
|
S_ContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ContentObject object.
|
S_ContentObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_ContentObjectSelector object.
|
S_ContentQuota(S_LibrarySession session,
Long classId)
Constructs a S_ContentQuota object.
|
S_ContentQuota(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_ContentQuota object.
|
S_ContentQuotaSelector(S_LibrarySession session,
Long classId)
Construct a S_ContentQuotaSelector object.
|
S_ContentVaultEntry(S_LibrarySession session,
Long classId)
Construct an S_ContentVaultEntry for the case where the object has not
been created in the database yet.
|
S_ContentVaultEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ContentVaultEntry.
|
S_Conversation(S_LibrarySession session,
Long classId)
Construct an S_Conversation for the case where the object has not
been created in the database yet.
|
S_Conversation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_Conversation.
|
S_ConversationRelation(S_LibrarySession session,
Long classId)
Construct an S_ConversationRelation for the case where the object has not
been created in the database yet.
|
S_ConversationRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ConversationRelation.
|
S_ConversationRelationSelector(S_LibrarySession session,
Long classId)
Construct a S_ConversationRelationSelector.
|
S_ConversationSelector(S_LibrarySession session,
Long classId)
Construct a S_ConversationSelector.
|
S_CustomMediaDriverSpecification(S_LibrarySession session,
Long classId)
Constructs an S_CustomMediaDriverSpecification for the case where the
object has not been created in the database yet.
|
S_CustomMediaDriverSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_CustomMediaDriverSpecification.
|
S_CustomMediaDriverSpecificationSelector(S_LibrarySession session,
Long classId)
Constructs an S_CustomMediaDriverSpecificationSelector.
|
S_DefinitionObject(S_LibrarySession session,
Long classId)
Construct an S_DefinitionObject for the case where the object has not
been created in the database yet.
|
S_DefinitionObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_DefinitionObject.
|
S_DefinitionObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_DefinitionObjectSelector.
|
S_DependentView(S_LibrarySession session,
Long classId)
Construct a S_DependentView for the case where the object has not
been created in the database yet.
|
S_DependentView(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_DependentView.
|
S_DirectoryGroup(S_LibrarySession session,
Long classId)
Constructs an S_DirectoryGroup for the case where the object has not
been created in the database yet.
|
S_DirectoryGroup(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_DirectoryGroup.
|
S_DirectoryGroupSelector(S_LibrarySession session,
Long classId)
Construct a S_DirectoryGroupSelector object.
|
S_DirectoryObject(S_LibrarySession session,
Long classId)
Constructs an S_DirectoryObject in the case where the object has not
been created in the database yet.
|
S_DirectoryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_DirectoryObject.
|
S_DirectoryObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_DirectoryObjectSelector object.
|
S_DirectoryUser(S_LibrarySession session,
Long classId)
Constructs an S_DirectoryUser object.
|
S_DirectoryUser(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_DirectoryUser.
|
S_DirectoryUserSelector(S_LibrarySession session,
Long classId)
Construct a S_DirectoryUserSelector object.
|
S_Document(S_LibrarySession session,
Long classId)
Construct a S_Document object.
|
S_Document(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Document object.
|
S_DocumentSelector(S_LibrarySession session,
Long classId)
Construct a S_DocumentSelector object.
|
S_ExtendedPermission(S_LibrarySession session,
Long classId)
Construct a S_ExtendedPermission object.
|
S_ExtendedPermission(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_ExtendedPermission object.
|
S_ExtendedPermissionSelector(S_LibrarySession session,
Long classId)
Construct a S_ExtendedPermissionSelector object.
|
S_ExtendedUserProfile(S_LibrarySession session,
Long classId)
Constructs a S_ExtendedUserProfile object.
|
S_ExtendedUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_ExtendedUserProfile object.
|
S_ExtendedUserProfileSelector(S_LibrarySession session,
Long classId)
Construct a S_ExtendedUserProfileSelector object.
|
S_ExternalRetentionPolicy(S_LibrarySession session,
Long classId)
Construct an S_ExternalRetentionPolicy for the case where the object has not
been created in the database yet.
|
S_ExternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_ExternalRetentionPolicy.
|
S_ExternalRetentionPolicySelector(S_LibrarySession session,
Long classId)
Construct a S_ExternalRetentionPolicySelector.
|
S_Family(S_LibrarySession session,
Long classId)
Construct object using a session and class id.
|
S_Family(S_LibrarySession session,
S_LibraryObjectData data)
Construct a family object using the session and S_LibraryObjectData .
|
S_FamilySelector(S_LibrarySession session,
Long classId)
Construct a S_FamilySelector object.
|
S_Folder(S_LibrarySession session,
Long classId)
Construct a S_Folder object.
|
S_Folder(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Folder object.
|
S_FolderLink(S_LibrarySession session,
Long classId)
Constructs a S_FolderLink object.
|
S_FolderLink(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_FolderLink object - standard variant.
|
S_FolderLinkSelector(S_LibrarySession session,
Long classId)
Construct a S_FolderLinkSelector object.
|
S_FolderPathRelationship(S_LibrarySession session,
Long classId)
Construct a S_FolderPathRelationship object.
|
S_FolderPathRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_FolderPathRelationship object.
|
S_FolderPathRelationshipSelector(S_LibrarySession session,
Long classId)
Construct a S_FolderPathRelationshipSelector object.
|
S_FolderRelationship(S_LibrarySession session,
Long classId)
Construct a S_FolderRelationship object.
|
S_FolderRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_FolderRelationship object.
|
S_FolderRelationshipSelector(S_LibrarySession session,
Long classId)
Construct a S_FolderRelationshipSelector object.
|
S_FolderSelector(S_LibrarySession session,
Long classId)
Construct a S_FolderSelector object.
|
S_Format(S_LibrarySession session,
Long classId)
Construct a S_Format object.
|
S_Format(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Format object.
|
S_FormatSelector(S_LibrarySession session,
Long classId)
Construct a S_FormatSelector object.
|
S_GroupMemberRelationship(S_LibrarySession session,
Long classId)
Construct a S_GroupMemberRelationship.
|
S_GroupMemberRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_GroupMemberRelationship.
|
S_GroupMemberRelationshipSelector(S_LibrarySession session,
Long classId)
Construct a S_GroupMemberRelationshipSelector object.
|
S_InterMediaAudio(S_LibrarySession session,
Long classId)
Constructs a S_InterMediaAudio object.
|
S_InterMediaAudio(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaAudio object - standard variant.
|
S_InterMediaAudioCdTrack(S_LibrarySession session,
Long classId)
Constructs a S_InterMediaAudioCdTrack object.
|
S_InterMediaAudioCdTrack(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaAudioCdTrack object - standard variant.
|
S_InterMediaAudioCdTrackSelector(S_LibrarySession session,
Long classId)
Construct a S_InterMediaAudioCdTrackSelector object.
|
S_InterMediaAudioSelector(S_LibrarySession session,
Long classId)
Construct a S_InterMediaAudioSelector object.
|
S_InterMediaImage(S_LibrarySession session,
Long classId)
Constructs a S_InterMediaImage object.
|
S_InterMediaImage(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaImage object - standard variant.
|
S_InterMediaImageSelector(S_LibrarySession session,
Long classId)
Construct a S_InterMediaImageSelector object.
|
S_InterMediaMovie(S_LibrarySession session,
Long classId)
Constructs a S_InterMediaMovie object.
|
S_InterMediaMovie(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaMovie object - standard variant.
|
S_InterMediaMovieSelector(S_LibrarySession session,
Long classId)
Construct a S_InterMediaMovieSelector object.
|
S_InterMediaSource(S_LibrarySession session,
Long classId)
Constructs a S_InterMediaSource object.
|
S_InterMediaSource(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaSource object - standard variant.
|
S_InterMediaSourceSelector(S_LibrarySession session,
Long classId)
Construct a S_InterMediaSourceSelector object.
|
S_InterMediaVideo(S_LibrarySession session,
Long classId)
Constructs a S_InterMediaVideo object.
|
S_InterMediaVideo(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_InterMediaVideo object - standard variant.
|
S_InterMediaVideoSelector(S_LibrarySession session,
Long classId)
Construct a S_InterMediaVideoSelector object.
|
S_InternalRetentionPolicy(S_LibrarySession session,
Long classId)
Construct an S_InternalRetentionPolicy for the case where the object has not
been created in the database yet.
|
S_InternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_InternalRetentionPolicy.
|
S_InternalRetentionPolicySelector(S_LibrarySession session,
Long classId)
Construct a S_InternalRetentionPolicySelector.
|
S_LibraryObject(S_LibrarySession session)
Construct a S_LibraryObject object that does not
yet exist inthe database.
|
S_LibraryObject(S_LibrarySession session,
Long classId)
This constructor is called during object creation (i.e.,
this Library Object does not
yet exist in the database).
|
S_LibraryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_LibraryObject object.
|
S_LibraryObjectData(Long id,
Long classId,
AttributeValue[] attributes,
boolean fullySelected,
S_LibrarySession session)
Constructs an S_LibraryObjectData.
|
S_LibraryObjectDefinition()
default constructor.
|
S_LibraryObjectDefinition(LibraryObjectDefinition def)
Construct a S_LibraryObjectDefinition, initializing with a
class Identifier.
|
S_LibraryObjectDefinition(LibrarySessionInterface session,
Long classid)
Construct a S_LibraryObjectDefinition, initializing with a
class Identifier.
|
S_LibraryObjectDefinition(Long classid)
Construct a S_LibraryObjectDefinition, initializing with a
class Identifier.
|
S_LibraryObjectSelector(S_LibrarySession session,
Long classId)
Constructs a S_LibraryObjectSelector object, with the classId
that it is servicing specified.
|
S_LibrarySession(S_LibraryService service)
Constructs an unauthenticated S_LibrarySession.
|
S_LibrarySessionContentStorageManager(S_LibrarySession session)
Constructs a CSM.
|
S_LifecycleDateRuleSpecification(S_LibrarySession session,
Long classId)
Construct an S_LifecycleDateRuleSpecification for the case where the object has not
been created in the database yet.
|
S_LifecycleDateRuleSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecycleDateRuleSpecification.
|
S_LifecycleDateRuleSpecificationSelector(S_LibrarySession session,
Long classId)
Construct a S_LifecycleDateRuleSpecificationSelector.
|
S_LifecyclePolicy(S_LibrarySession session,
Long classId)
Construct an S_LifecyclePolicy for the case where the object has not
been created in the database yet.
|
S_LifecyclePolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecyclePolicy.
|
S_LifecyclePolicyActionSpecification(S_LibrarySession session,
Long classId)
Construct an S_LifecyclePolicyActionSpecification for the case where the object has not
been created in the database yet.
|
S_LifecyclePolicyActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecyclePolicyActionSpecification.
|
S_LifecyclePolicyActionSpecificationSelector(S_LibrarySession session,
Long classId)
Construct a S_LifecyclePolicyActionSpecificationSelector.
|
S_LifecyclePolicyEntry(S_LibrarySession session,
Long classId)
Construct an S_LifecyclePolicyEntry for the case where the object has not
been created in the database yet.
|
S_LifecyclePolicyEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LifecyclePolicyEntry.
|
S_LifecyclePolicyEntrySelector(S_LibrarySession session,
Long classId)
Construct a S_LifecyclePolicyEntrySelector.
|
S_LifecyclePolicySelector(S_LibrarySession session,
Long classId)
Construct a S_LifecyclePolicySelector.
|
S_Link(S_LibrarySession session,
Long classId)
Constructs a S_Link object.
|
S_Link(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_Link object - standard variant.
|
S_LinkSelector(S_LibrarySession session,
Long classId)
Construct a S_LinkSelector object.
|
S_LockEntry(S_LibrarySession session,
Long classId)
Construct an S_LockEntry for the case where the object has not
been created in the database yet.
|
S_LockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_LockEntry.
|
S_LockEntrySelector(S_LibrarySession session,
Long classId)
Construct a S_LockEntrySelector.
|
S_LockObject(S_LibrarySession session,
Long classId)
Constructs a S_LockObject object.
|
S_LockObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_LockObject object - standard variant.
|
S_LockObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_LockObjectSelector object.
|
S_Media(S_LibrarySession session,
Long classId)
Constructs an S_Media for the case where the object has not
been created in the database yet.
|
S_Media(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_Media.
|
S_MediaBfile(S_LibrarySession session,
Long classId)
Constructs an S_MediaBfile for the case where the object has not
been created in the database yet.
|
S_MediaBfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaBfile.
|
S_MediaBfileSelector(S_LibrarySession session,
Long classId)
Constructs an S_MediaBfileSelector.
|
S_MediaBlob(S_LibrarySession session,
Long classId)
Constructs an S_MediaBlob instance for the case where the object has
not been created in the database yet.
|
S_MediaBlob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaBlob instance.
|
S_MediaBlobSelector(S_LibrarySession session,
Long classId)
Constructs an S_MediaBlobSelector.
|
S_MediaCustom(S_LibrarySession session,
Long classId)
Constructs an S_MediaCustom instance for the case where the object has
not been created in the database yet.
|
S_MediaCustom(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaCustom instance.
|
S_MediaCustomSelector(S_LibrarySession session,
Long classId)
Constructs an S_MediaCustomSelector.
|
S_MediaLob(S_LibrarySession session,
Long classId)
Constructs an S_MediaLob instance for the case where the object has
not been created in the database yet.
|
S_MediaLob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_MediaLob instance.
|
S_MediaLobSelector(S_LibrarySession session,
Long classId)
Constructs an S_MediaLobSelector.
|
S_MediaSelector(S_LibrarySession session,
Long classId)
Construct a S_MediaSelector object.
|
S_MessageEntry(S_LibrarySession session,
Long classId)
Constructs a S_MessageEntry.
|
S_MessageEntry(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_MessageEntry.
|
S_MessageList(S_LibrarySession session,
Long classId)
Constructs a S_MessageList.
|
S_MessageList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_MessageList.
|
S_MountPoint(S_LibrarySession session,
Long classId)
Constructs a S_MountPoint object.
|
S_MountPoint(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_MountPoint object.
|
S_MountPointSelector(S_LibrarySession session,
Long classId)
Construct a S_MountPointSelector object.
|
S_NamedRelationship(S_LibrarySession session,
Long classId)
Construct a S_NamedRelationship object.
|
S_NamedRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_NamedRelationship object.
|
S_NamedRelationshipSelector(S_LibrarySession session,
Long classId)
Construct a S_NamedRelationshipSelector object.
|
S_NodeConfiguration(S_LibrarySession ssession,
Long classId)
Constructs a S_NodeConfiguration.
|
S_NodeConfiguration(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_NodeConfiguration.
|
S_NodeConfigurationSelector(S_LibrarySession session,
Long classId)
Constructs a S_NodeConfigurationSelector.
|
S_PerformedActivitySpecification(S_LibrarySession session,
Long classId)
Construct an S_PerformedActivitySpecification for the case where the object has not
been created in the database yet.
|
S_PerformedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_PerformedActivitySpecification.
|
S_PerformedActivitySpecificationSelector(S_LibrarySession session,
Long classId)
Construct a S_PerformedActivitySpecificationSelector.
|
S_PermissionBundle(S_LibrarySession session,
Long classId)
Construct a S_PermissionBundle object.
|
S_PermissionBundle(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_PermissionBundle object.
|
S_PermissionBundleSelector(S_LibrarySession session,
Long classId)
Construct a S_PermissionBundleSelector object.
|
S_Policy(S_LibrarySession session,
Long classId)
Constructs an S_Policy for objects that have not been created in the
database yet.
|
S_Policy(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_Policy.
|
S_PolicyList(S_LibrarySession session,
Long classId)
Constructs a new S_PolicyList.
|
S_PolicyList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_PolicyList.
|
S_PolicyListElement(S_LibrarySession ssession,
Long classId)
Constructs an S_PolicyListElement.
|
S_PolicyListElement(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_PolicyListElement.
|
S_PolicyListElementSelector(S_LibrarySession session,
Long classId)
Construct a S_PolicyListElementSelector object.
|
S_PolicyListSelector(S_LibrarySession session,
Long classId)
Construct a S_PolicyListSelector object.
|
S_PolicyPropertyBundle(S_LibrarySession ssession,
Long classId)
Deprecated.
Constructs a S_PolicyPropertyBundle.
|
S_PolicyPropertyBundle(S_LibrarySession ssession,
S_LibraryObjectData data)
Deprecated.
Constructs a S_PolicyPropertyBundle.
|
S_PolicyPropertyBundleSelector(S_LibrarySession ssession,
Long classId)
Deprecated.
Constructs a S_PolicyPropertyBundleSelector.
|
S_PolicySelector(S_LibrarySession session,
Long classId)
Construct a S_PolicySelector object.
|
S_PreparedSelector(S_LibrarySession session)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_PreparedSelector.
|
S_PrimaryUserProfile(S_LibrarySession session,
Long classId)
Constructs a S_PrimaryUserProfile object.
|
S_PrimaryUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_PrimaryUserProfile object.
|
S_PrimaryUserProfileSelector(S_LibrarySession session,
Long classId)
Construct a S_PrimaryUserProfileSelector object.
|
S_Printer(S_LibrarySession session,
Long classId)
Construct a S_Printer object.
|
S_Printer(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Printer object.
|
S_PrinterSelector(S_LibrarySession session,
Long classId)
Construct a S_PrinterSelector object.
|
S_PrintJob(S_LibrarySession session,
Long classId)
Construct a S_PrintJob object.
|
S_PrintJob(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_PrintJob object.
|
S_PrintJobSelector(S_LibrarySession session,
Long classId)
Construct a S_PrintJobSelector object.
|
S_Property(S_LibrarySession ssession,
Long classId)
Constructs an S_Property.
|
S_Property(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_Property.
|
S_PropertyBundle(S_LibrarySession session,
Long classId)
Constructs a new S_PropertyBundle.
|
S_PropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_PropertyBundle.
|
S_PropertyBundleSelector(S_LibrarySession session,
Long classId)
Construct a S_PropertyBundleSelector object.
|
S_PropertySelector(S_LibrarySession ssession,
Long classId)
Constructs a S_PropertySelector.
|
S_PublicObject(S_LibrarySession session,
Long classId)
Construct a S_PublicObject object.
|
S_PublicObject(S_LibrarySession session,
Long id,
Long classId)
Construct a S_PublicObject object.
|
S_PublicObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_PublicObject object.
|
S_PublicObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_PublicObjectSelector object.
|
S_Queue(S_LibrarySession session,
Long classId)
Construct a S_Queue object.
|
S_Queue(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Queue object.
|
S_QueueSelector(S_LibrarySession session,
Long classId)
Construct a S_QueueSelector object.
|
S_RandomAccessorImpl(S_Document doc,
S_ContentObject co)
Constructs a non-writeable (read-only) S_RandomAccessorImpl.
|
S_RandomAccessorImpl(S_Document doc,
S_ContentObject co,
S_LibraryObjectDefinition docdef,
long expirationPeriod)
Constructs a writeable S_RandomAccessorImpl.
|
S_Relation(S_LibrarySession session,
Long classId)
Constructs an S_Relation for the case where the object has not
been created in the database yet.
|
S_Relation(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_Relation.
|
S_RelationSelector(S_LibrarySession session,
Long classId)
Constructs a S_RelationSelector.
|
S_Relationship(S_LibrarySession session,
Long classId)
Construct a S_Relationship object.
|
S_Relationship(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_Relationship object.
|
S_RelationshipSelector(S_LibrarySession session,
Long classId)
Construct a S_RelationshipSelector object.
|
S_RetentionPolicy(S_LibrarySession session,
Long classId)
Construct an S_RetentionPolicy for the case where the object has not
been created in the database yet.
|
S_RetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_RetentionPolicy.
|
S_RetentionPolicySelector(S_LibrarySession session,
Long classId)
Construct a S_RetentionPolicySelector.
|
S_SchemaCategory(S_LibrarySession session,
Long classId)
Constructs a S_SchemaCategory object.
|
S_SchemaCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_SchemaCategory object - standard variant.
|
S_SchemaCategorySelector(S_LibrarySession session,
Long classId)
Construct a S_SchemaCategorySelector object.
|
S_SchemaObject(S_LibrarySession session,
Long classId)
Construct a S_SchemaObject object.
|
S_SchemaObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SchemaObject object.
|
S_SchemaObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_SchemaObjectSelector object.
|
S_SearchObject(S_LibrarySession session,
Long classId)
Construct a S_SearchObject object.
|
S_SearchObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SearchObject object.
|
S_SearchObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_SearchObjectSelector object.
|
S_SearchResultObjectData(String[] names,
S_LibraryObjectData[] data,
ResultSet rset,
int offset,
Hashtable columnMapping)
construct a S_SearchResultObjectData.
|
S_Selector(S_LibrarySession session)
Construct a Selector object.
|
S_Selector(S_LibrarySession session,
String searchClass,
String searchSelection)
Construct a Selector object.
|
S_SelectorObject(S_LibrarySession session,
Long classId)
Construct a S_SelectorObject object.
|
S_SelectorObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SelectorObject object.
|
S_SelectorObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_SelectorObjectSelector object.
|
S_ServerConfiguration(S_LibrarySession ssession,
Long classId)
Constructs a S_ServerConfiguration.
|
S_ServerConfiguration(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ServerConfiguration.
|
S_ServerConfigurationSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ServerConfigurationSelector.
|
S_ServiceConfiguration(S_LibrarySession ssession,
Long classId)
Constructs a S_ServiceConfiguration.
|
S_ServiceConfiguration(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ServiceConfiguration.
|
S_ServiceConfigurationSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ServiceConfigurationSelector.
|
S_SimpleObject(S_LibrarySession session,
Long classId)
Construct an S_SimpleObject for the case where the object has not
been created in the database yet.
|
S_SimpleObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_SimpleObject.
|
S_SimpleProperty(S_LibrarySession session,
Long classId)
Construct a S_SimpleProperty for the case where the object has not
been created in the database yet.
|
S_SimpleProperty(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SimpleProperty.
|
S_SimplePropertyTable(S_LibrarySession session,
Long classId)
Construct a S_SimplePropertyTable for the case where the object has not
been created in the database yet.
|
S_SimplePropertyTable(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SimplePropertyTable.
|
S_SimplePropertyTableList(S_LibrarySession session,
Long classId)
Construct a S_SimplePropertyTableList for the case where the object has not
been created in the database yet.
|
S_SimplePropertyTableList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SimplePropertyTableList.
|
S_SortObject(S_LibrarySession session,
Long classId)
Construct an S_SortObject for the case where the object has not
been created in the database yet.
|
S_SortObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_SortObject.
|
S_SortObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_SortObjectSelector.
|
S_StorageGroup(S_LibrarySession session,
Long classId)
Constructs an S_StorageGroup for the case where the object has not
been created in the database yet.
|
S_StorageGroup(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_StorageGroup.
|
S_StorageGroupSelector(S_LibrarySession session,
Long classId)
Constructs an S_StorageGroupSelector.
|
S_SystemAccessControlList(S_LibrarySession session,
Long classId)
Construct a S_SystemAccessControlList object.
|
S_SystemAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_AccessControlList object.
|
S_SystemAccessControlListSelector(S_LibrarySession session,
Long classId)
Construct a S_SystemAccessControlListSelector object.
|
S_SystemCategory(S_LibrarySession session,
Long classId)
Constructs a S_SystemCategory object.
|
S_SystemCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_SystemCategory object - standard variant.
|
S_SystemCategorySelector(S_LibrarySession session,
Long classId)
Constructs a S_SystemCategorySelector object.
|
S_SystemLockEntry(S_LibrarySession session,
Long classId)
Construct an S_SystemLockEntry for the case where the object has not
been created in the database yet.
|
S_SystemLockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_SystemLockEntry.
|
S_SystemLockEntrySelector(S_LibrarySession session,
Long classId)
Construct a S_SystemLockEntrySelector.
|
S_SystemLockObject(S_LibrarySession session,
Long classId)
Construct a S_SystemLockObject object.
|
S_SystemLockObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SystemLockObject object.
|
S_SystemLockObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_SystemLockObjectSelector object.
|
S_SystemObject(S_LibrarySession session,
Long classId)
Construct a S_SystemObject object.
|
S_SystemObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_SystemObject object.
|
S_SystemObjectSelector(S_LibrarySession session,
Long classId)
Construct a S_SystemObjectSelector object.
|
S_TieAccessControlEntry(S_LibrarySession session,
Long classId)
Constructs an S_TieAccessControlEntry for a
new ACCESSCONTROLENTRY.
|
S_TieAccessControlEntry(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAccessControlEntry for an
existing ACCESSCONTROLENTRY.
|
S_TieAccessControlList(S_LibrarySession session,
Long classId)
Constructs an S_TieAccessControlList for a
new ACCESSCONTROLLIST.
|
S_TieAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAccessControlList for an
existing ACCESSCONTROLLIST.
|
S_TieActionSpecification(S_LibrarySession session,
Long classId)
Construct an S_TieActionSpecification for a new ACTIONSPECIFICATION.
|
S_TieActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActionSpecification for an existing ACTIONSPECIFICATION.
|
S_TieActivityRecord(S_LibrarySession session,
Long classId)
Construct an S_TieActivityRecord for a new ACTIVITYRECORD.
|
S_TieActivityRecord(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActivityRecord for an existing ACTIVITYRECORD.
|
S_TieActivitySpecification(S_LibrarySession session,
Long classId)
Construct an S_TieActivitySpecification for a new ACTIVITYSPECIFICATION.
|
S_TieActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActivitySpecification for an existing ACTIVITYSPECIFICATION.
|
S_TieActor(S_LibrarySession session,
Long classId)
Construct an S_TieActor for a new ACTOR.
|
S_TieActor(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActor for an existing ACTOR.
|
S_TieActorRelation(S_LibrarySession session,
Long classId)
Construct an S_TieActorRelation for a new ACTORRELATION.
|
S_TieActorRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieActorRelation for an existing ACTORRELATION.
|
S_TieApplicationObject(S_LibrarySession session,
Long classId)
Constructs an S_TieApplicationObject for a
new APPLICATIONOBJECT.
|
S_TieApplicationObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieApplicationObject for an
existing APPLICATIONOBJECT.
|
S_TieApplicationToken(S_LibrarySession session,
Long classId)
Construct an S_TieApplicationToken for a new APPLICATIONTOKEN.
|
S_TieApplicationToken(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieApplicationToken for an existing APPLICATIONTOKEN.
|
S_TieAttachmentRelation(S_LibrarySession session,
Long classId)
Construct an S_TieAttachmentRelation for a new ATTACHMENTRELATION.
|
S_TieAttachmentRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieAttachmentRelation for an existing ATTACHMENTRELATION.
|
S_TieAuditHandlerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieAuditHandlerSpecification for
a new AUDITHANDLERSPECIFICATION.
|
S_TieAuditHandlerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAuditHandlerSpecification for
an existing AUDITHANDLERSPECIFICATION.
|
S_TieAuditSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieAuditSpecification for a new AUDITSPECIFICATION.
|
S_TieAuditSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAuditSpecification for an existing AUDITSPECIFICATION.
|
S_TieAuditTargetSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieAuditTargetSpecification for
a new AUDITTARGETSPECIFICATION.
|
S_TieAuditTargetSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAuditTargetSpecification for
an existing AUDITTARGETSPECIFICATION.
|
S_TieAuditTypeEntry(S_LibrarySession session,
Long classId)
Construct an S_TieAuditTypeEntry for a new AUDITTYPEENTRY.
|
S_TieAuditTypeEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieAuditTypeEntry for an existing AUDITTYPEENTRY.
|
S_TieAuditTypeList(S_LibrarySession session,
Long classId)
Construct an S_TieAuditTypeList for a new AUDITTYPELIST.
|
S_TieAuditTypeList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieAuditTypeList for an existing AUDITTYPELIST.
|
S_TieAutoFolderingActionSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieAutoFolderingActionSpecification for a new AUTOFOLDERINGACTIONSPECIFICATION.
|
S_TieAutoFolderingActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieAutoFolderingActionSpecification for an existing AUTOFOLDERINGACTIONSPECIFICATION.
|
S_TieBranchRelationship(S_LibrarySession session,
Long classId)
Constructs an S_TieBranchRelationship for a
new BRANCHRELATIONSHIP.
|
S_TieBranchRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieBranchRelationship for an
existing BRANCHRELATIONSHIP.
|
S_TieCategory(S_LibrarySession session,
Long classId)
Constructs an S_TieCategory for a
new CATEGORY.
|
S_TieCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieCategory for an
existing CATEGORY.
|
S_TieClassAccessControlList(S_LibrarySession session,
Long classId)
Constructs an S_TieClassAccessControlList for a
new CLASSACCESSCONTROLLIST.
|
S_TieClassAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieClassAccessControlList for an
existing CLASSACCESSCONTROLLIST.
|
S_TieClassDomain(S_LibrarySession session,
Long classId)
Constructs an S_TieClassDomain for a
new CLASSDOMAIN.
|
S_TieClassDomain(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieClassDomain for an
existing CLASSDOMAIN.
|
S_TieCompositeGroup(S_LibrarySession session,
Long classId)
Construct an S_TieCompositeGroup for a new COMPOSITEGROUP.
|
S_TieCompositeGroup(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieCompositeGroup for an existing COMPOSITEGROUP.
|
S_TieConfigurationCategory(S_LibrarySession session,
Long classId)
Constructs an S_TieConfigurationCategory for a new CONFIGURATIONCATEGORY.
|
S_TieConfigurationCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieConfigurationCategory for an existing CONFIGURATIONCATEGORY.
|
S_TieContactList(S_LibrarySession session,
Long classId)
Construct an S_TieContactList for a new CONTACTLIST.
|
S_TieContactList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieContactList for an existing CONTACTLIST.
|
S_TieContentController(S_LibrarySession session,
Long classId)
Construct an S_TieContentController for a new CONTENTCONTROLLER.
|
S_TieContentController(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieContentController for an existing CONTENTCONTROLLER.
|
S_TieContentObject(S_LibrarySession session,
Long classId)
Constructs an S_TieContentObject for a
new CONTENTOBJECT.
|
S_TieContentObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieContentObject for an
existing CONTENTOBJECT.
|
S_TieContentQuota(S_LibrarySession session,
Long classId)
Constructs an S_TieContentQuota for a
new CONTENTQUOTA.
|
S_TieContentQuota(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieContentQuota for an
existing CONTENTQUOTA.
|
S_TieContentVaultEntry(S_LibrarySession session,
Long classId)
Construct an S_TieContentVaultEntry for a new CONTENTVAULTENTRY.
|
S_TieContentVaultEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieContentVaultEntry for an existing CONTENTVAULTENTRY.
|
S_TieControllerAlert(S_LibrarySession session,
Long classId)
Construct an S_TieControllerAlert for a new ControllerAlert.
|
S_TieControllerAlert(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerAlert for an existing ControllerAlert.
|
S_TieControllerJob(S_LibrarySession session,
Long classId)
Construct an S_TieControllerJob for a new ControllerJob.
|
S_TieControllerJob(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerJob for an existing ControllerJob.
|
S_TieControllerLoadRatio(S_LibrarySession session,
Long classId)
Construct an S_TieControllerLoadRatio for a new ControllerLoadRatio.
|
S_TieControllerLoadRatio(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerLoadRatio for an existing ControllerLoadRatio.
|
S_TieControllerPlan(S_LibrarySession session,
Long classId)
Construct an S_TieControllerPlan for a new ControllerPlan.
|
S_TieControllerPlan(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerPlan for an existing ControllerPlan.
|
S_TieControllerPlanExecution(S_LibrarySession session,
Long classId)
Construct an S_TieControllerPlanExecution for a new ControllerPlanExecution.
|
S_TieControllerPlanExecution(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerPlanExecution for an existing ControllerPlanExecution.
|
S_TieControllerReply(S_LibrarySession session,
Long classId)
Construct an S_TieControllerReply for a new ControllerReply.
|
S_TieControllerReply(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerReply for an existing ControllerReply.
|
S_TieControllerRequest(S_LibrarySession session,
Long classId)
Construct an S_TieControllerRequest for a new ControllerRequest.
|
S_TieControllerRequest(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieControllerRequest for an existing ControllerRequest.
|
S_TieControllerState(S_LibrarySession session,
Long classId)
Constructs an S_TieControllerState for a new CONTROLLERSTATE.
|
S_TieControllerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieControllerState for an existing CONTROLLERSTATE.
|
S_TieConversation(S_LibrarySession session,
Long classId)
Construct an S_TieConversation for a new CONVERSATION.
|
S_TieConversation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieConversation for an existing CONVERSATION.
|
S_TieConversationRelation(S_LibrarySession session,
Long classId)
Construct an S_TieConversationRelation for a new CONVERSATIONRELATION.
|
S_TieConversationRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieConversationRelation for an existing CONVERSATIONRELATION.
|
S_TieCustomMediaDriverSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieCustomMediaDriverSpecification for a new
CUSTOMMEDIADRIVERSPECIFICATION.
|
S_TieCustomMediaDriverSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieCustomMediaDriverSpecification for an existing
CUSTOMMEDIADRIVERSPECIFICATION.
|
S_TieDefinitionObject(S_LibrarySession session,
Long classId)
Construct an S_TieDefinitionObject for a new DEFINITIONOBJECT.
|
S_TieDefinitionObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieDefinitionObject for an existing DEFINITIONOBJECT.
|
S_TieDependentView(S_LibrarySession session,
Long classId)
Construct an S_TieDependentView for a new DEPENDENTVIEW.
|
S_TieDependentView(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieDependentView for an existing DEPENDENTVIEW.
|
S_TieDirectoryGroup(S_LibrarySession session,
Long classId)
Constructs an S_TieDirectoryGroup for a new DIRECTORYGROUP.
|
S_TieDirectoryGroup(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDirectoryGroup for an existing DIRECTORYGROUP.
|
S_TieDirectoryObject(S_LibrarySession session,
Long classId)
Constructs an S_TieDirectoryObject for a new DIRECTORYOBJECT.
|
S_TieDirectoryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDirectoryObject for an existing DIRECTORYOBJECT.
|
S_TieDirectoryUser(S_LibrarySession session,
Long classId)
Constructs an S_TieDirectoryUser for a new DIRECTORYUSER.
|
S_TieDirectoryUser(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDirectoryUser for an existing DIRECTORYUSER.
|
S_TieDocument(S_LibrarySession session,
Long classId)
Constructs an S_TieDocument for a
new DOCUMENT.
|
S_TieDocument(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieDocument for an
existing DOCUMENT.
|
S_TieExtendedPermission(S_LibrarySession session,
Long classId)
Constructs an S_TieExtendedPermission for a
new EXTENDEDPERMISSION.
|
S_TieExtendedPermission(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieExtendedPermission for an
existing EXTENDEDPERMISSION.
|
S_TieExtendedUserProfile(S_LibrarySession session,
Long classId)
Constructs an S_TieExtendedUserProfile for a
new EXTENDEDUSERPROFILE.
|
S_TieExtendedUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieExtendedUserProfile for an
existing EXTENDEDUSERPROFILE.
|
S_TieExternalRetentionPolicy(S_LibrarySession session,
Long classId)
Construct an S_TieExternalRetentionPolicy for a new EXTERNALRETENTIONPOLICY.
|
S_TieExternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieExternalRetentionPolicy for an existing EXTERNALRETENTIONPOLICY.
|
S_TieFamily(S_LibrarySession session,
Long classId)
Constructs an S_TieFamily for a
new FAMILY.
|
S_TieFamily(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFamily for an
existing FAMILY.
|
S_TieFolder(S_LibrarySession session,
Long classId)
Constructs an S_TieFolder for a
new FOLDER.
|
S_TieFolder(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolder for an
existing FOLDER.
|
S_TieFolderLink(S_LibrarySession session,
Long classId)
Constructs an S_TieFolderLink for a new FolderLink.
|
S_TieFolderLink(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolderLink for an existing FolderLink.
|
S_TieFolderPathRelationship(S_LibrarySession session,
Long classId)
Constructs an S_TieFolderPathRelationship for a
new FOLDERPATHRELATIONSHIP.
|
S_TieFolderPathRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolderPathRelationship for an
existing FOLDERPATHRELATIONSHIP.
|
S_TieFolderRelationship(S_LibrarySession session,
Long classId)
Constructs an S_TieFolderRelationship for a
new FOLDERRELATIONSHIP.
|
S_TieFolderRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFolderRelationship for an
existing FOLDERRELATIONSHIP.
|
S_TieFormat(S_LibrarySession session,
Long classId)
Constructs an S_TieFormat for a
new FORMAT.
|
S_TieFormat(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieFormat for an
existing FORMAT.
|
S_TieGroupMemberRelationship(S_LibrarySession session,
Long classId)
Constructs an S_TieGroupMemberRelationship for a new
GROUPMEMBERRELATIONSHIP.
|
S_TieGroupMemberRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieGroupMemberRelationship for an existing
GROUPMEMBERRELATIONSHIP.
|
S_TieHandlerState(S_LibrarySession session,
Long classId)
Constructs an S_TieHandlerState for a new HANDLERSTATE.
|
S_TieHandlerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieHandlerState for an existing HANDLERSTATE.
|
S_TieInterMediaAudio(S_LibrarySession session,
Long classId)
Constructs an S_TieInterMediaAudio for a
new INTERMEDIAAUDIO.
|
S_TieInterMediaAudio(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaAudio for an
existing INTERMEDIAAUDIO.
|
S_TieInterMediaAudioCdTrack(S_LibrarySession session,
Long classId)
Constructs an S_TieInterMediaAudio for a
new INTERMEDIAAUDIOCDTRACK.
|
S_TieInterMediaAudioCdTrack(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaAudio for an
existing INTERMEDIAAUDIOCDTRACK.
|
S_TieInterMediaImage(S_LibrarySession session,
Long classId)
Constructs an S_TieInterMediaImage for a
new INTERMEDIAIMAGE.
|
S_TieInterMediaImage(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaImage for an
existing INTERMEDIAIMAGE.
|
S_TieInterMediaMovie(S_LibrarySession session,
Long classId)
Constructs an S_TieInterMediaMovie for a
new INTERMEDIAMOVIE.
|
S_TieInterMediaMovie(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaMovie for an
existing INTERMEDIAMOVIE.
|
S_TieInterMediaSource(S_LibrarySession session,
Long classId)
Constructs an S_TieInterMediaSource for a
new INTERMEDIASOURCE.
|
S_TieInterMediaSource(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaSource for an
existing INTERMEDIASOURCE.
|
S_TieInterMediaVideo(S_LibrarySession session,
Long classId)
Constructs an S_TieInterMediaVideo for a
new INTERMEDIAVIDEO.
|
S_TieInterMediaVideo(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieInterMediaVideo for an
existing INTERMEDIAVIDEO.
|
S_TieInternalRetentionPolicy(S_LibrarySession session,
Long classId)
Construct an S_TieInternalRetentionPolicy for a new INTERNALRETENTIONPOLICY.
|
S_TieInternalRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieInternalRetentionPolicy for an existing INTERNALRETENTIONPOLICY.
|
S_TieLibraryObject(S_LibrarySession session,
Long classId)
Constructs an S_TieLibraryObject for a
new object.
|
S_TieLibraryObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieLibraryObject for an
existing object.
|
S_TieLibrarySession(S_LibraryService service)
Constructs an unauthenticated server-side session.
|
S_TieLifecycleDateRuleSpecification(S_LibrarySession session,
Long classId)
Construct an S_TieLifecycleDateRuleSpecification for a new LIFECYCLEDATERULESPECIFICATION.
|
S_TieLifecycleDateRuleSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecycleDateRuleSpecification for an existing LIFECYCLEDATERULESPECIFICATION.
|
S_TieLifecyclePolicy(S_LibrarySession session,
Long classId)
Construct an S_TieLifecyclePolicy for a new LIFECYCLEPOLICY.
|
S_TieLifecyclePolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecyclePolicy for an existing LIFECYCLEPOLICY.
|
S_TieLifecyclePolicyActionSpecification(S_LibrarySession session,
Long classId)
Construct an S_TieLifecyclePolicyActionSpecification for a new LIFECYCLEPOLICYACTIONSPECIFICATION.
|
S_TieLifecyclePolicyActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecyclePolicyActionSpecification for an existing LIFECYCLEPOLICYACTIONSPECIFICATION.
|
S_TieLifecyclePolicyEntry(S_LibrarySession session,
Long classId)
Construct an S_TieLifecyclePolicyEntry for a new LIFECYCLEPOLICYENTRY.
|
S_TieLifecyclePolicyEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLifecyclePolicyEntry for an existing LIFECYCLEPOLICYENTRY.
|
S_TieLink(S_LibrarySession session,
Long classId)
Constructs an S_TieLink for a new Link.
|
S_TieLink(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieLink for an existing Link.
|
S_TieLockEntry(S_LibrarySession session,
Long classId)
Construct an S_TieLockEntry for a new LOCKENTRY.
|
S_TieLockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieLockEntry for an existing LOCKENTRY.
|
S_TieLockObject(S_LibrarySession session,
Long classId)
Constructs an S_TieLockObject for a
new LOCKOBJECT
|
S_TieLockObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieLockObject for an
existing LOCKOBJECT.
|
S_TieMedia(S_LibrarySession session,
Long classId)
Constructs an S_TieMedia for a
new MEDIA.
|
S_TieMedia(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMedia for an
existing MEDIA.
|
S_TieMediaBfile(S_LibrarySession session,
Long classId)
Constructs an S_TieMediaBfile for a new MediaBfile.
|
S_TieMediaBfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaBfile for an existing MediaBfile.
|
S_TieMediaBlob(S_LibrarySession session,
Long classId)
Constructs an S_TieMediaBlob instance for a new MEDIABLOB.
|
S_TieMediaBlob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaBlob instance for an existing MEDIABLOB.
|
S_TieMediaCustom(S_LibrarySession session,
Long classId)
Constructs an S_TieMediaCustom instance for a new MEDIACUSTOM.
|
S_TieMediaCustom(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaCustom instance for an existing MEDIACUSTOM.
|
S_TieMediaLob(S_LibrarySession session,
Long classId)
Constructs an S_TieMediaLob instance for a new MEDIALOB.
|
S_TieMediaLob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMediaLob instance for an existing MEDIALOB.
|
S_TieMessageEntry(S_LibrarySession session,
Long classId)
Construct an S_TieMessageEntry for a new MESSAGEENTRY.
|
S_TieMessageEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieMessageEntry for an existing MESSAGEENTRY.
|
S_TieMessageList(S_LibrarySession session,
Long classId)
Construct an S_TieMessageList for a new MESSAGELIST.
|
S_TieMessageList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieMessageList for an existing MESSAGELIST.
|
S_TieMountPoint(S_LibrarySession session,
Long classId)
Constructs an S_TieMountPoint for a
new MOUNTPOINT.
|
S_TieMountPoint(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieMountPoint for an
existing MOUNTPOINT.
|
S_TieNamedRelationship(S_LibrarySession session,
Long classId)
Constructs an S_TieNamedRelationship for a
new NAMEDRELATIONSHIP.
|
S_TieNamedRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieNamedRelationship for an
existing NAMEDRELATIONSHIP.
|
S_TieNodeConfiguration(S_LibrarySession session,
Long classId)
Constructs an S_TieNodeConfiguration for a
new NODECONFIGURATION.
|
S_TieNodeConfiguration(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieNodeConfiguration for an
existing NODECONFIGURATION.
|
S_TieNodeState(S_LibrarySession session,
Long classId)
Constructs an S_TieNodeState for a new NODESTATE.
|
S_TieNodeState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieNodeState for an existing NODESTATE.
|
S_TieOperationActionSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieOperationActionSpecification for a new OPERATIONACTIONSPECIFICATION.
|
S_TieOperationActionSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieOperationActionSpecification for an existing OPERATIONACTIONSPECIFICATION.
|
S_TiePerformedActivitySpecification(S_LibrarySession session,
Long classId)
Construct an S_TiePerformedActivitySpecification for a new PERFORMEDACTIVITYSPECIFICATION.
|
S_TiePerformedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TiePerformedActivitySpecification for an existing PERFORMEDACTIVITYSPECIFICATION.
|
S_TiePermissionBundle(S_LibrarySession session,
Long classId)
Constructs an S_TiePermissionBundle for a
new PERMISSIONBUNDLE.
|
S_TiePermissionBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePermissionBundle for an
existing PERMISSIONBUNDLE.
|
S_TiePolicy(S_LibrarySession session,
Long classId)
Constructs an S_TiePolicy for a new POLICY.
|
S_TiePolicy(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePolicy for an existing POLICY.
|
S_TiePolicyList(S_LibrarySession session,
Long classId)
Constructs an S_TiePolicyList for a new PolicyList.
|
S_TiePolicyList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePolicyList for an existing PolicyList.
|
S_TiePolicyListElement(S_LibrarySession session,
Long classId)
Constructs an S_TiePolicyListElement for a new PolicyListElement.
|
S_TiePolicyListElement(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePolicyListElement for an existing PolicyListElement.
|
S_TiePolicyPropertyBundle(S_LibrarySession session,
Long classId)
Deprecated.
Constructs an S_TiePolicyPropertyBundle for a new POLICYPROPERTYBUNDLE.
|
S_TiePolicyPropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Deprecated.
Constructs an S_TiePolicyPropertyBundle for an existing
POLICYPROPERTYBUNDLE.
|
S_TiePreparedSelector(S_LibrarySession session)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String[] bypassSecAliases,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePreparedSelector(S_LibrarySession session,
String key,
boolean distinct,
AttributeValue searchTarget,
AttributeValue[] auxSearchTargets,
String joinCondition,
String searchSelection,
SortSpecification sort,
boolean recursive,
String language,
int maxItemCount,
int rowNumber,
String hint,
AttributeValue[] bindValues)
Constructs a S_TiePreparedSelector.
|
S_TiePrimaryUserProfile(S_LibrarySession session,
Long classId)
Constructs an S_TiePrimaryUserProfile for a
new PRIMARYUSERPROFILE.
|
S_TiePrimaryUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePrimaryUserProfile for an
existing PRIMARYUSERPROFILE.
|
S_TiePrinter(S_LibrarySession session,
Long classId)
Constructs an S_TiePrinter for a
new PRINTER.
|
S_TiePrinter(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePrinter for an
existing PRINTER.
|
S_TiePrintJob(S_LibrarySession session,
Long classId)
Constructs an S_TiePrintJob for a
new PRINTJOB.
|
S_TiePrintJob(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePrintJob for an
existing PRINTJOB.
|
S_TieProperty(S_LibrarySession session,
Long classId)
Constructs an S_TieProperty for a new PROPERTY.
|
S_TieProperty(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieProperty for an existing PROPERTY.
|
S_TiePropertyBundle(S_LibrarySession session,
Long classId)
Constructs an S_TiePropertyBundle for a new PROPERTYBUNDLE.
|
S_TiePropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePropertyBundle for an existing PROPERTYBUNDLE.
|
S_TiePublicObject(S_LibrarySession session,
Long classId)
Constructs an S_TiePublicObject for a
new PUBLICOBJECT.
|
S_TiePublicObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TiePublicObject for an
existing PUBLICOBJECT.
|
S_TieQueue(S_LibrarySession session,
Long classId)
Constructs an S_TieQueue for a
new QUEUE.
|
S_TieQueue(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieQueue for an
existing QUEUE.
|
S_TieRelation(S_LibrarySession session,
Long classId)
Construct an S_TieRelation for a new Relation.
|
S_TieRelation(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieRelation for an existing Relation.
|
S_TieRelationship(S_LibrarySession session,
Long classId)
Constructs an S_TieRelationship for a
new RELATIONSHIP.
|
S_TieRelationship(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieRelationship for an
existing RELATIONSHIP.
|
S_TieRetentionPolicy(S_LibrarySession session,
Long classId)
Construct an S_TieRetentionPolicy for a new RETENTIONPOLICY.
|
S_TieRetentionPolicy(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieRetentionPolicy for an existing RETENTIONPOLICY.
|
S_TieRuntimeState(S_LibrarySession session,
Long classId)
Constructs an S_TieRuntimeState for a new RUNTIMESTATE.
|
S_TieRuntimeState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieRuntimeState for an existing RUNTIMESTATE.
|
S_TieSchemaCategory(S_LibrarySession session,
Long classId)
Constructs an S_TieSchemaCategory for a
new SCHEMACATEGORY.
|
S_TieSchemaCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSchemaCategory for an
existing SCHEMACATEGORY.
|
S_TieSchemaObject(S_LibrarySession session,
Long classId)
Constructs an S_TieSchemaObject for a
new SCHEMAOBJECT.
|
S_TieSchemaObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSchemaObject for an
existing SCHEMAOBJECT.
|
S_TieSearchObject(S_LibrarySession session,
Long classId)
Constructs an S_TieSearchObject for a
new SEARCHOBJECT.
|
S_TieSearchObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSearchObject for an
existing SEARCHOBJECT.
|
S_TieSelectorObject(S_LibrarySession session,
Long classId)
Constructs an S_TieSelectorObject for a
new SELECTOROBJECT.
|
S_TieSelectorObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSelectorObject for an
existing SELECTOROBJECT.
|
S_TieServerConfiguration(S_LibrarySession session,
Long classId)
Constructs an S_TieServerConfiguration for a
new SERVERCONFIGURATION.
|
S_TieServerConfiguration(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServerConfiguration for an
existing SERVERCONFIGURATION.
|
S_TieServerSpecification(S_LibrarySession session,
Long classId)
Constructs an S_TieServerSpecification for
a new SERVERSPECIFICATION.
|
S_TieServerSpecification(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServerSpecification for
an existing SERVERSPECIFICATION.
|
S_TieServerState(S_LibrarySession session,
Long classId)
Constructs an S_TieServerState for a new SERVERSTATE.
|
S_TieServerState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServerState for an existing SERVERSTATE.
|
S_TieServiceConfiguration(S_LibrarySession session,
Long classId)
Constructs an S_TieServiceConfiguration for a
new SERVICECONFIGURATION.
|
S_TieServiceConfiguration(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServiceConfiguration for an
existing SERVICECONFIGURATION.
|
S_TieServiceState(S_LibrarySession session,
Long classId)
Constructs an S_TieServiceState for a new SERVICESTATE.
|
S_TieServiceState(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieServiceState for an existing SERVICESTATE.
|
S_TieSimpleObject(S_LibrarySession session,
Long classId)
Construct an S_TieSimpleObject for a new SIMPLEOBJECT.
|
S_TieSimpleObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimpleObject for an existing SIMPLEOBJECT.
|
S_TieSimpleProperty(S_LibrarySession session,
Long classId)
Construct an S_TieSimpleProperty for a new SIMPLEPROPERTY.
|
S_TieSimpleProperty(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimpleProperty for an existing SIMPLEPROPERTY.
|
S_TieSimplePropertyTable(S_LibrarySession session,
Long classId)
Construct an S_TieSimplePropertyTable for a new SIMPLEPROPERTYTABLE.
|
S_TieSimplePropertyTable(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimplePropertyTable for an existing SIMPLEPROPERTYTABLE.
|
S_TieSimplePropertyTableList(S_LibrarySession session,
Long classId)
Construct an S_TieSimplePropertyTableList for a new SIMPLEPROPERTYTABLELIST.
|
S_TieSimplePropertyTableList(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSimplePropertyTableList for an existing SIMPLEPROPERTYTABLELIST.
|
S_TieSortObject(S_LibrarySession session,
Long classId)
Construct an S_TieSortObject for a new SORTOBJECT.
|
S_TieSortObject(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSortObject for an existing SORTOBJECT.
|
S_TieStorageGroup(S_LibrarySession session,
Long classId)
Construct an S_TieStorageGroup for a new STORAGEGROUP.
|
S_TieStorageGroup(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieStorageGroup for an existing STORAGEGROUP.
|
S_TieSystemAccessControlList(S_LibrarySession session,
Long classId)
Constructs an S_TieSystemAccessControlList for a
new SYSTEMACCESSCONTROLLIST.
|
S_TieSystemAccessControlList(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemAccessControlList for an
existing SYSTEMACCESSCONTROLLIST.
|
S_TieSystemCategory(S_LibrarySession session,
Long classId)
Constructs an S_TieSystemCategory for a
new SYSTEMCATEGORY.
|
S_TieSystemCategory(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemCategory for an
existing SYSTEMCATEGORY.
|
S_TieSystemLockEntry(S_LibrarySession session,
Long classId)
Construct an S_TieSystemLockEntry for a new SYSTEMLOCKENTRY.
|
S_TieSystemLockEntry(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieSystemLockEntry for an existing SYSTEMLOCKENTRY.
|
S_TieSystemLockObject(S_LibrarySession session,
Long classId)
Constructs an S_TieSystemLockObject for a
new SYSTEMACCESSCONTROLLIST.
|
S_TieSystemLockObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemLockObject for an
existing SYSTEMLOCKOBJECT.
|
S_TieSystemObject(S_LibrarySession session,
Long classId)
Constructs an S_TieSystemObject for a
new SYSTEMOBJECT.
|
S_TieSystemObject(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieSystemObject for an
existing SYSTEMOBJECT.
|
S_TieTrackedActivitySpecification(S_LibrarySession session,
Long classId)
Construct an S_TieTrackedActivitySpecification for a new TRACKEDACTIVITYSPECIFICATION.
|
S_TieTrackedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TieTrackedActivitySpecification for an existing TRACKEDACTIVITYSPECIFICATION.
|
S_TieUserProfile(S_LibrarySession session,
Long classId)
Constructs an S_TieUserProfile for a
new USERPROFILE.
|
S_TieUserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieUserProfile for an
existing USERPROFILE.
|
S_TieValueDefault(S_LibrarySession session,
Long classId)
Constructs an S_TieValueDefault for a
new VALUEDEFAULT.
|
S_TieValueDefault(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDefault for an
existing VALUEDEFAULT.
|
S_TieValueDefaultPropertyBundle(S_LibrarySession session,
Long classId)
Constructs an S_TieValueDefaultPropertyBundle for a
new VALUEDEFAULTPROPERTYBUNDLE.
|
S_TieValueDefaultPropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDefaultPropertyBundle for an
existing VALUEDEFAULTPROPERTYBUNDLE.
|
S_TieValueDomain(S_LibrarySession session,
Long classId)
Constructs an S_TieValueDomain for a
new VALUEDOMAIN.
|
S_TieValueDomain(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDomain for an
existing VALUEDOMAIN.
|
S_TieValueDomainPropertyBundle(S_LibrarySession session,
Long classId)
Constructs an S_TieValueDomainPropertyBundle for a
new VALUEDOMAINPROPERTYBUNDLE.
|
S_TieValueDomainPropertyBundle(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieValueDomainPropertyBundle for an
existing VALUEDOMAINPROPERTYBUNDLE.
|
S_TieVersionDescription(S_LibrarySession session,
Long classId)
Constructs an S_TieVersionDescription for a
new VERSIONDESCRIPTION.
|
S_TieVersionDescription(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieVersionDescription for an
existing VERSIONDESCRIPTION.
|
S_TieVersionSeries(S_LibrarySession session,
Long classId)
Constructs an S_TieVersionSeries for a
new VERSIONSERIES.
|
S_TieVersionSeries(S_LibrarySession session,
S_LibraryObjectData data)
Constructs an S_TieVersionSeries for an
existing VERSIONSERIES.
|
S_TrackedActivitySpecification(S_LibrarySession session,
Long classId)
Construct an S_TrackedActivitySpecification for the case where the object
has not been created in the database yet.
|
S_TrackedActivitySpecification(S_LibrarySession session,
S_LibraryObjectData data)
Construct an S_TrackedActivitySpecification.
|
S_TrackedActivitySpecificationSelector(S_LibrarySession session,
Long classId)
Construct a S_TrackedActivitySpecificationSelector.
|
S_UserProfile(S_LibrarySession session,
Long classId)
Construct a S_UserProfile object.
|
S_UserProfile(S_LibrarySession session,
S_LibraryObjectData data)
Constructs a S_UserProfile object.
|
S_UserProfileSelector(S_LibrarySession session,
Long classId)
Construct a S_UserProfileSelector object.
|
S_UserState(S_LibrarySession session,
S_DirectoryUser user)
Constructs an S_UserState.
|
S_ValueDefault(S_LibrarySession ssession,
Long classId)
Constructs an S_ValueDefault.
|
S_ValueDefault(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ValueDefault.
|
S_ValueDefaultPropertyBundle(S_LibrarySession ssession,
Long classId)
Constructs a S_ValueDefaultPropertyBundle.
|
S_ValueDefaultPropertyBundle(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ValueDefaultPropertyBundle.
|
S_ValueDefaultPropertyBundleSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ValueDefaultPropertyBundleSelector.
|
S_ValueDefaultSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ValueDefaultSelector.
|
S_ValueDomain(S_LibrarySession ssession,
Long classId)
Constructs an S_ValueDomain.
|
S_ValueDomain(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs an S_ValueDomain.
|
S_ValueDomainPropertyBundle(S_LibrarySession ssession,
Long classId)
Constructs a S_ValueDomainPropertyBundle.
|
S_ValueDomainPropertyBundle(S_LibrarySession ssession,
S_LibraryObjectData data)
Constructs a S_ValueDomainPropertyBundle.
|
S_ValueDomainPropertyBundleSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ValueDomainPropertyBundleSelector.
|
S_ValueDomainSelector(S_LibrarySession ssession,
Long classId)
Constructs a S_ValueDomainSelector.
|
S_VersionDescription(S_LibrarySession session,
Long classId)
Construct a S_VersionDescription object.
|
S_VersionDescription(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_VersionDescription object.
|
S_VersionDescriptionSelector(S_LibrarySession session,
Long classId)
Construct a S_VersionDescriptionSelector object.
|
S_VersionSeries(S_LibrarySession session,
Long classId)
Construct object using session and class id.
|
S_VersionSeries(S_LibrarySession session,
S_LibraryObjectData data)
Construct a S_VersionSeries object using the current session and
S_LibraryObjectData.
|
S_VersionSeriesSelector(S_LibrarySession session,
Long classId)
Construct a S_VersionSeriesSelector object.
|
TieAccessControlListDiscoverAccessService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Constructs a TieAccessControlListDiscoverAccessService.
|
TieAccessControlListIndexService(S_LibraryService service)
Constructs a TieAccessControlListIndexService.
|
TieAccessControlListProxyService(S_LibraryService service,
AccessControlListIndexService aclIndexServ)
Constructs a TieAccessControlListProxyService.
|
TieAccessControlListResolver(S_LibraryService service,
Long id)
Constructs a TieAccessControlListResolver.
|
TieAuditExecutor()
Constructs a TieAuditExecutor.
|
TieDirectoryService(S_LibraryService service)
Constructs a TieDirectoryService.
|
TieFolderIndexService(S_LibraryService service)
Constructs a TieFolderIndexService.
|
TieLibraryConnection(long id,
S_LibraryService service,
String connectionPoolName,
DataSource dataSource,
PrintStream jdbcLogStream,
int defaultRowPrefetch,
int statementResetLimit,
int stmtCacheTarget,
int stmtCacheTrigger)
Constructs a TieLibraryConnection.
|
UncommittedLibraryObjectDataCache(UncommittedLibraryObjectDataCacheConfiguration config)
Constructs an uncommitted data cache.
|
UncommittedResolvedAclCache(UncommittedResolvedAclCacheConfiguration configuration)
Constructs an uncommitted Resolved ACL cache.
|
UniversalCredentialManager(String name,
S_LibraryService service)
Constructs an UniversalCredentialManager.
|
XeCredentialManager(String name,
S_LibraryService service)
Deprecated.
Constructs an XeCredentialManager.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryRandomAccessContent.close()
Release used memory
|
protected Document |
SimpleXmlRenderer.createTree(S_LibraryObject slo,
Hashtable options)
Creates a DOM tree representing the S_LibraryObject passed in.
|
protected abstract Document |
XmlRenderer.createTree(S_LibraryObject slo,
Hashtable options)
Creates a DOM tree representing the S_LibraryObject passed in.
|
void |
InMemoryRandomAccessContent.dispose()
Releases used memory
|
void |
InMemoryRandomAccessContent.flush()
Throws IfsException 32236
|
Reader |
ContentRenderer.renderAsReader(S_LibraryObject slo,
Hashtable options)
Deprecated.
Renders the specified LibraryObject as a Reader.
|
Reader |
Renderer.renderAsReader(S_LibraryObject lo,
Hashtable options)
Renders the specified LibraryObject as a Reader.
|
Reader |
SimpleTextRenderer.renderAsReader(S_LibraryObject lo,
Hashtable options)
Renders the specified LibraryObject as a Reader.
|
Reader |
ThrowExceptionRenderer.renderAsReader(S_LibraryObject lo,
Hashtable options)
Deprecated.
|
Reader |
XmlRenderer.renderAsReader(S_LibraryObject slo,
Hashtable options)
Renders the specified LibraryObject as a Reader.
|
InputStream |
ContentRenderer.renderAsStream(S_LibraryObject slo,
Hashtable options)
Deprecated.
|
InputStream |
Renderer.renderAsStream(S_LibraryObject lo,
Hashtable options)
Renders the specified LibraryObject as an InputStream.
|
InputStream |
SimpleTextRenderer.renderAsStream(S_LibraryObject lo,
Hashtable options)
Renders the specified LibraryObject as an InputStream.
|
InputStream |
ThrowExceptionRenderer.renderAsStream(S_LibraryObject lo,
Hashtable options)
Deprecated.
|
InputStream |
XmlRenderer.renderAsStream(S_LibraryObject slo,
Hashtable options)
Renders the specified LibraryObject as an InputStream.
|
String |
XmlRenderer.renderAsString(S_LibraryObject slo,
Hashtable options)
Renders the specified LibraryObject as a String.
|
void |
InMemoryRandomAccessContent.truncate(long offset)
Throws IfsException 32236
|
void |
InMemoryRandomAccessContent.write(long fOffset,
byte[] buf,
int bOffset,
int length)
Throws IfsException 32236
|
Constructor and Description |
---|
SimpleTextRenderer(S_LibrarySession session)
Constructs a SimpleTextRenderer.
|
SimpleXmlRenderer(S_LibrarySession session)
Constructs a SimpleXMLRenderer
|
XmlRenderer(S_LibrarySession ls)
Constructs an XMLRenderer.
|
Constructor and Description |
---|
IfsConnection(S_LibrarySession session)
Constructs a ConnectionWrapper.
|
Modifier and Type | Method and Description |
---|---|
IfsException |
IfsExceptionResolver.getMostRelevantException(IfsException e)
returns the most important Exception in the IfsException stack
as determined by the loaded error map
|
Modifier and Type | Method and Description |
---|---|
IfsException |
IfsExceptionResolver.getMostRelevantException(IfsException e)
returns the most important Exception in the IfsException stack
as determined by the loaded error map
|
Modifier and Type | Method and Description |
---|---|
Parser |
IfsObjectResolver.constructParser(String parserPath)
constructs a parser based on a parserpath.
|
PublicObject |
PublicObjectUtilities.copyPublicObject(Folder dest,
PublicObject po,
String newName)
Performs a copy and rename of an Item.
|
PublicObject |
PublicObjectUtilities.copyPublicObjectWithVersioning(Folder dest,
PublicObject po,
String newName)
Performs a copy and rename of an Item following the veriosning semantics
will follow verioning semantics in Folder dest
|
Document |
PublicObjectUtilities.createDocument(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates plain non-versioned document creation given a parent folder,
a name, and an inputstream;
will not update a prior existing object in parent,
will throw an IfsException simply because an object already exists
in parent with name
|
Document |
PublicObjectUtilities.createDocument(Folder parent,
InputStream in,
String name,
String classname,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates plain non-versioned document creation given a parent folder,
a name, and an inputstream;
will not update a prior existing object in parent,
will throw an IfsException simply because an object already exists
in parent with name
|
Family |
PublicObjectUtilities.createFamily(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
Creates a Family with an initial doc.
|
Folder |
PublicObjectUtilities.createFolder(Folder parent,
String name,
AccessControlList acl)
Creates a default folder
|
Folder |
PublicObjectUtilities.createFolder(Folder parent,
String name,
AccessControlList acl,
boolean takeAclFromParent)
Creates a default folder
|
Folder |
PublicObjectUtilities.createFolderPath(String path,
AccessControlList acl)
Creates all folders in a path where the path contains at least one
folder to be created.
|
Folder |
PublicObjectUtilities.createFolderPath(String path,
AccessControlList acl,
boolean takeAclFromParent)
Creates all folders in a path where the path contains at least one
folder to be created.
|
static AccessControlEntryDefinition |
AclUtilities.deriveAccessControlEntryDefinition(LibrarySession sess,
String accessList) |
static AccessLevel |
AclUtilities.deriveAccessLevel(LibrarySession sess,
String accessList) |
static String |
AclUtilities.formatAccessLevel(LibrarySession sess,
AccessLevel level)
Produce a readable version of an AccessLevel
|
Folder |
IfsObjectResolver.getAnonymousHomeFolder()
Finds the folder that is the home folder for the anonymous user
|
String[] |
IfsObjectResolver.getAttributeNameList(LibraryObject lo)
Returns a list of available attribute names associated with a LO.
|
AttributeValue[] |
IfsObjectResolver.getAttributes(LibraryObject obj,
String[] attrs) |
AttributeValue[][] |
IfsObjectResolver.getAttributesArray(LibraryObject[] objs,
String[] attrs)
Gets a set of Attributes for an array of LibraryObjects.
|
AttributeValue |
IfsObjectResolver.getAttributeValue(String type,
String value)
Makes the AttributeValue associated with this type and value
|
DirectoryUser |
IfsObjectResolver.getDirectoryUser(String username)
Gets the DirectoryUser associated with username.
|
protected DocumentDefinition |
PublicObjectUtilities.getDocDef(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
defines what it means to be a plain non versioned doc
|
protected FolderDefinition |
PublicObjectUtilities.getFolderDef(Folder parent,
String name,
AccessControlList acl,
boolean takeAclFromParent)
defines what it means to be a plain non versioned doc
|
static Format |
IfsObjectResolver.getFormatByFilename(LibrarySession session,
String filename)
Derives a format based on the extension of the given filename.
|
Folder |
IfsObjectResolver.getHomeFolder()
Gets the home folder for the current user
|
Folder |
IfsObjectResolver.getHomeFolder(DirectoryUser user)
Gets the home folder for the user
|
Folder |
IfsObjectResolver.getHomeFolder(String username)
Gets the home folder for the username
|
LibraryObject |
IfsObjectResolver.getLibraryObjectById(Long id)
Gets either the PublicObject, SystemObject, or SchemaObject
associated with id.
|
LibraryObject |
IfsObjectResolver.getLibraryObjectByValueDefault(String valDefName)
Gets a LibraryObject from a ValueDefault name.
|
String |
IfsObjectResolver.getMeaningfulString(AttributeValue attr) |
Parser |
IfsObjectResolver.getParserByFilename(String filename)
Finds and constructs a parser based on its filename extension.
|
AccessControlList |
IfsObjectResolver.getSystemAcl(String aclname)
Finds the System Acl associated with aclname
|
protected VersionDescriptionDefinition |
PublicObjectUtilities.getVersionDef(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
defines what it means to be a Family with an initial doc defined in in
|
void |
IfsExceptionResolver.loadMapping(String errorMap)
Loads a mapping, if IfsException is thrown internal errorMap not updated
|
void |
PublicObjectUtilities.movePublicObject(Folder src,
Folder dest,
PublicObject po,
String newName)
Performs a move and rename of an Item,
if the src and dest are the same just a rename is performed,
newName can be the same as the po.getName()
|
void |
PublicObjectUtilities.movePublicObjectWithFormatUpdate(Folder src,
Folder dest,
PublicObject po,
String newName)
Performs a move and rename of an Item,
if the src and dest are the same just a rename is performed,
newName can be the same as the po.getName().
|
void |
PublicObjectUtilities.movePublicObjectWithVersioning(Folder src,
Folder dest,
PublicObject po,
String newName)
Performs a move and rename of an Item,
if the src and dest are the same just a rename is performed,
newName can be the same as the po.getName()
will follow verioning semantics in Folder dest
|
LibraryObject |
ParserHelper.parseExistingDocument(Document doc,
String workingName,
String workingParentFolderPath,
ParserCallback callback,
AccessControlList acl)
Handles the creation of objects given an existing Document.
|
LibraryObject |
ParserHelper.parseStream(InputStream in,
String name,
String parentFolderPath,
ParserCallback callback,
AccessControlList acl,
String language,
String characterSet)
Handles the creation of objects given a Stream and a name
|
PublicObject |
PublicObjectUtilities.putAsDocumentWithVersioning(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the ftpish notion of a put given a parent folder, a name,
and an inputstream; will create or update existing PO depending prior
existence of an object in parent, if creating a plain non-versioned
Document is created will not IfsException simply because an object
does or doesn't exist at the path, but will throw if folders in path
do not exist; may throw if world changes in terms of items in the
folder during call
|
PublicObject |
PublicObjectUtilities.putAsFamilyWithVersioning(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the ftpish notion of a put given a parent folder, a name,
and an inputstream;
will create or update depending prior existence of an object in parent,
if creating a Family with an inital version of a document whose content
is the inputstream is created
will not IfsException simply because an object does or doesn't exist
at the path, but will throw if folders in path do not exist;
may throw if world changes in terms of items in the folder during call
|
PublicObject |
PublicObjectUtilities.putPublicObjectWithVersioning(Folder parent,
InputStream in,
String name,
String classname,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the ftpish notion of a put given a parent folder,
a name, and an inputstream;
will create or update existing PO depending prior existence of
an object in parent, if creating an object of class classname is created.
|
AccessControlList |
PublicObjectUtilities.resolveAcl(AccessControlList overriddingAcl,
boolean fromParent,
Folder parent)
Resolves the acl to use based on an overridding acl, parent, and a boolean.
|
static LibraryObjectDefinition |
PublicObjectUtilities.setAcl(LibraryObjectDefinition def,
AccessControlList acl,
Folder parent,
boolean takeAclFromParent)
defines how to set an acl based on a absolute acl, a boolean, and a parent folder
|
Document |
PublicObjectUtilities.updateFolderedPublicObjectWithVersioning(Folder parent,
InputStream in,
String name,
AccessControlList acl,
boolean takeAclFromParent)
encapsulates the item update given a parent folder, a name, and an
inputstream;
will update a prior existing object in parent,
will throw an IfsException simply because an object doesn't exist in parent
|
PublicObject |
PublicObjectUtilities.updateFolderedPublicObjectWithVersioning(Folder parent,
PublicObject currentObject,
PublicObject newObject)
performs update of an existing object using iFS versioning.
|
Family |
PublicObjectUtilities.versionPublicObject(Folder parent,
PublicObject po)
This method creates a family with an initial po.
|
void |
ServerWarmup.warmup(LibrarySession sess) |
static void |
ServerWarmup.warmupAclCache(LibrarySession sess)
warmup the acls cache
|
static void |
ServerWarmup.warmupAllVersioningObjectsCache(LibrarySession sess)
warmup All Versioning Objects
not recommended, used for testing
|
static void |
ServerWarmup.warmupDocumentCache(LibrarySession sess)
warmup Document cache
not recommended, used for testing
|
static void |
ServerWarmup.warmupDocumentSubclassesCache(LibrarySession sess)
warmup Document Subclasses
not recommended, used for testing
|
static void |
ServerWarmup.warmupFolderCache(LibrarySession sess)
warmup Folder cache
not recommended, used for testing
|
static void |
ServerWarmup.warmupFormatCache(LibrarySession sess)
warmup the format cache
|
static void |
ServerWarmup.warmupMediaCache(LibrarySession sess)
warmup the media cache
|
static void |
ServerWarmup.warmupSubfolderIndication(LibrarySession sess)
warmup leave session active
|
static void |
ServerWarmup.warmupUserCache(LibrarySession sess)
warmup the users cache
|
static void |
ServerWarmup.warmupVersioningObjectsCache(LibrarySession sess)
warmup Versioning Objects
not recommended, used for testing
|
Constructor and Description |
---|
IfsExceptionResolver(LibrarySession session)
Constructs an ExceptionResolver loading default mapping
|
IfsExceptionResolver(LibrarySession session,
String errorMap)
Constructs an ExceptionResolver loading mapping errorMap
|
Modifier and Type | Method and Description |
---|---|
String |
CharacterSet.getIanaCharacterSetLabel(LibrarySession sess)
Returns the localized display name for this character set.
|
String |
CharacterSet.getIanaCharacterSetLabel(Localizer localizer)
Returns the localized display name for this character set.
|
String |
Language.getLanguageLabel(LibrarySession sess)
Returns the localized display name for the language, for example:
"English".
|
String |
Language.getLanguageLabel(Localizer localizer)
Returns the localized label for the language, for example:
"Deutsch" if German locale setting.
|
String |
Language.getLocaleLabel(LibrarySession sess)
Returns the localized display name for the locale, for example:
"English (en-GB)".
|
String |
Language.getLocaleLabel(Localizer localizer)
Returns the localized label for the language, for example:
"Deutsch (de-DE)" if German locale setting.
|
Modifier and Type | Method and Description |
---|---|
static Document |
EcmsdkXMLHelper.createDOM(File file,
boolean validate,
boolean ignoringWhitespace)
Wrapper for createDocument from file
|
static Document |
EcmsdkXMLHelper.createDOM(File file,
boolean validate,
boolean ignoringWhitespace,
Locale locale,
String characterEncoding)
Creates the DOM object from a Reader, using the Oracle DOM Parser.
|
static Document |
EcmsdkXMLHelper.createDOM(InputStream stream,
boolean validate,
boolean ignoringWhitespace)
Wrapper mthod for create document
|
static Document |
EcmsdkXMLHelper.createDOM(InputStream stream,
boolean validate,
boolean ignoringWhitespace,
Locale locale,
String characterEncoding)
Creates the DOM object from an InputStream, using the Oracle DOM Parser.
|
static Document |
EcmsdkXMLHelper.createDOM(Reader reader,
boolean validate,
boolean ignoringWhitespace) |
static Document |
EcmsdkXMLHelper.createDOM(Reader reader,
boolean validate,
boolean ignoringWhitespace,
Locale locale,
String characterEncoding)
Creates the DOM object from a Reader, using the Oracle DOM Parser.
|
static Document |
EcmsdkXMLHelper.createEmptyDocument()
Create empty document
|
static Document |
EcmsdkXMLHelper.createXMLDocument(InputStream input,
boolean validating,
boolean ignoringWhitespace)
Create XML Document
|
static ByteArrayOutputStream |
EcmsdkXMLHelper.printXMLDocument(Document document,
String encoding)
print xml document
|
Copyright © 2023. All rights reserved.