Modifier and Type | Class and Description |
---|---|
class |
CopyToIfs
The CopyToIfs class allows clients to copy files and directories
from the local filesystem into iFS.
|
class |
CreateClass
Create a ClassObject from a typ file specification.
|
class |
CreateClasses
The CreateClasses.java class - Creates classes in the database
|
class |
VerifyMedia
Use the VerifyMedia class to ensure that all iFS Medias are
installed correctly.
|
Modifier and Type | Method and Description |
---|---|
static ClassObject |
CreateClass.createNewClass(Logger obj,
LibrarySession sess,
ParameterTable params) |
Modifier and Type | Class and Description |
---|---|
class |
AdminManager
The AdminManager.java class - colleciton of admin tasks
test.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseApp
The BaseApp class - Base class for iFS protocol servers.
|
class |
BaseMain
BaseMain is a generic main for application
testing and scripting.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityOperations
A ActivityOperations operations related to the Activity system.
|
Modifier and Type | Class and Description |
---|---|
class |
SocialActivityOperations
A SocialActivityOperations defines the operations
for executing social Action classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtractionOperations
An ExtractionOperations operations related to Information Extraction.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExtractionOperations.showInformationExtractionDomainSpecification(Logger logger,
InformationExtractionDomainSpecification spec,
String prefix,
boolean verbose)
Show details about a InformationExtractionDomainSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionFinisherSpecification(Logger logger,
InformationExtractionFinisherSpecification spec,
String prefix)
Show details about a InformationExtractionFinisherSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionParserSpecification(Logger logger,
InformationExtractionParserSpecification spec,
String prefix)
Show details about a InformationExtractionParserSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionPreparerSpecification(Logger logger,
InformationExtractionPreparerSpecification spec,
String prefix)
Show details about a InformationExtractionPreparerSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionResultSet(Logger logger,
InformationExtractionResultSet rset,
String prefix)
Show details about a InformationExtractionResultSet.
|
protected void |
ExtractionOperations.showInformationExtractionSolverSpecification(Logger logger,
InformationExtractionSolverSpecification spec,
String prefix)
Show details about a InformationExtractionSolverSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionSpecification(Logger logger,
InformationExtractionSpecification spec,
String prefix)
Show details about a InformationExtractionSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionTrainerSpecification(Logger logger,
InformationExtractionTrainerSpecification spec,
String prefix)
Show details about a InformationExtractionTrainerSpecification.
|
protected void |
ExtractionOperations.showInformationExtractionTrainingSet(Logger logger,
InformationExtractionTrainingSet tset,
String prefix)
Show details about a InformationExtractionTrainingSet.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptHandler.LocalScriptDriver
LocalScriptDriver extends EcmScriptDriver to capture the log
output, so that a result document can be created to show the results.
|
Modifier and Type | Class and Description |
---|---|
class |
AclIndexOperations
AclIndexOperations defines the operations used to manage
the ACL Index and its associated components (e.g. the Group index).
|
class |
AgentOperations
AgentOperations defines operations that perform operations
that mimc the processing of various agents that have been
re-factored to allow execution of the agent's activities
from outside the agent itself.
|
class |
ClusteringOperations
A ClusteringOperations defines the operations used to perform clustering
operations, and other operations related to servers.
|
class |
CodeGenerationOperations
CodeGenerationOperations defines operations that generate
code templates for bean, server, and definition classes.
|
class |
FolderIndexOperations
FolderIndexOperations defines the operations used to create, drop,
rebuild, or inspect the Folder Index.
|
class |
InstallOperations
InstallOperations defines operations used to install the ECMSDK schema.
|
class |
RuntimeOperations
A RuntimeOperations defines the operations used to perform runtime system
operations for Nodes, Servers, and Handlers.
|
class |
ScriptDriver
A ScriptDriver provides framework for testing the
business logic of ECM using a canonical output and diff approach.
|
class |
ScriptOperations
A ScriptOperations defines the administration operations
that can be executed by a test or schema creation component
using the ScriptDriver class.
|
class |
ScriptRunner
A ScriptRunner runs a script of operations defined in an input file.
|
class |
UpgradeOperations
UpgradeOperations defines operations that perform various complex
schema upgrade operations.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
static void |
ShowUtils.showApplicationToken(Logger logger,
ApplicationToken token,
String prefix)
Show details about an ApplicationToken.
|
static void |
ShowUtils.showAttribute(Logger logger,
Attribute attr,
String prefix,
boolean verbose,
boolean showDates)
Show details about a 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.
|
static void |
ShowUtils.showAuditEventColumn(Logger logger,
LibrarySession sess,
AttributeValue av,
String prefix,
boolean verbose)
Show an AuditEvent column selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
static void |
ShowUtils.showAuditEventColumns(Logger logger,
LibrarySession sess,
AttributeValue[] avs,
String prefix,
boolean verbose)
Show AuditEvent column information selected via
AuditingUtilities.listAggregateAuditEventColumnValues . |
static void |
ShowUtils.showAuditEvents(Logger logger,
LibrarySession sess,
AuditEvent[] aes,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show AuditEvent information.
|
static void |
ShowUtils.showAuditHandlerSpecification(Logger logger,
LibrarySession session,
AuditHandlerSpecification ahs,
String prefix,
boolean showDates)
Shows the AuditHandlerSpecification.
|
static void |
ShowUtils.showAuditSpecification(Logger logger,
LibrarySession session,
AuditSpecification spec,
String prefix,
boolean showDates)
Shows the audit spec.
|
static void |
ShowUtils.showAuditTargetSpecification(Logger logger,
LibrarySession session,
AuditTargetSpecification ats,
String prefix)
Shows the AuditTargetSpecification.
|
static void |
ShowUtils.showAuditTypeEntryValues(Logger logger,
LibrarySession session,
AuditTypeEntryValue[] atevs,
String prefix)
Shows a set of AuditTypeEntryValues.
|
static void |
ShowUtils.showAuditTypeList(Logger logger,
LibrarySession session,
AuditTypeList typeList,
String prefix)
Shows the AuditTypeList.
|
static void |
ShowUtils.showAutoFolderingActionSpecification(Logger logger,
AutoFolderingActionSpecification spec,
String prefix)
Show details about an AutoFolderingActionSpecification.
|
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.
|
static void |
ShowUtils.showClassDomain(Logger logger,
ClassDomain cd,
String prefix)
Show details about a ClassDomain.
|
static void |
ShowUtils.showClassObject(Logger logger,
ClassObject co,
String prefix,
boolean verbose,
boolean showDates)
Show details about a ClassObject.
|
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.
|
static void |
ShowUtils.showCustomMediaDriverSpecification(Logger logger,
CustomMediaDriverSpecification cmds,
String prefix)
Show 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
|
static void |
ShowUtils.showDefinition(Logger logger,
LibraryObjectDefinition def,
String prefix)
Show details about an LibraryObjectDefinition.
|
static void |
ShowUtils.showDefinitionObject(Logger logger,
DefinitionObject defobj,
String prefix)
Show details about an DefinitionObject.
|
static void |
ShowUtils.showDependentView(Logger logger,
DependentView dv,
String prefix)
Show details about a DependentView.
|
static void |
ShowUtils.showDocument(Logger logger,
Document doc,
String prefix)
Show details about a document.
|
static void |
ShowUtils.showDocumentContentInfo(Logger logger,
Document doc,
String prefix)
Show details about a document's content.
|
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.
|
static void |
ShowUtils.showExtendedPermission(Logger logger,
ExtendedPermission ep,
String prefix)
Show details about a ExtendedPermission.
|
static void |
ShowUtils.showFamily(Logger logger,
Family family,
String prefix)
Show details about a Family.
|
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.
|
static void |
ShowUtils.showFolderCountInfo(Logger logger,
Folder folder,
String prefix)
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.
|
static void |
ShowUtils.showGroup(Logger logger,
DirectoryGroup group,
String prefix)
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.
|
static void |
ShowUtils.showIntegerObjectArray(Logger logger,
LibrarySession session,
Integer[] intValues,
String prefix)
Shows an array of Integer, one value per line
|
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.
|
static void |
ShowUtils.showLifecyclePolicy(Logger logger,
LifecyclePolicy lp,
String prefix)
Show details about an LifecyclePolicy.
|
static void |
ShowUtils.showLifecyclePolicyActionSpecification(Logger logger,
LifecyclePolicyActionSpecification spec,
String prefix)
Show details about an LifecyclePolicyActionSpecification.
|
static void |
ShowUtils.showLifecyclePolicyEntry(Logger logger,
LifecyclePolicyEntry lpe,
String prefix)
Show details about an LifecyclePolicyEntry.
|
static void |
ShowUtils.showLink(Logger logger,
Link link,
String prefix)
Show details about a Link.
|
static void |
ShowUtils.showLockEntry(Logger logger,
LockEntry le,
String prefix)
Show details about a LockEntry.
|
static void |
ShowUtils.showLockEntryInfo(Logger logger,
PublicObject po,
String prefix)
Show LockEntry details of a PublicObject.
|
static void |
ShowUtils.showLockingInconsistencies(Logger logger,
PublicObject po,
String prefix)
Show Locking inconsistency details for a PublicObject.
|
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.
|
static void |
ShowUtils.showMessageEntry(Logger logger,
MessageEntry me,
String prefix,
boolean verbose,
boolean showDates)
Show details about a MessageEntry.
|
static void |
ShowUtils.showMessageList(Logger logger,
MessageList ml,
String prefix,
boolean verbose,
boolean showDates)
Show details about a MessageList.
|
static void |
ShowUtils.showNodeConfiguration(Logger logger,
NodeConfiguration nc,
String prefix,
boolean verbose,
boolean showDates)
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.
|
static void |
ShowUtils.showOperationActionSpecification(Logger logger,
OperationActionSpecification spec,
String prefix)
Show details about an OperationActionSpecification.
|
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.
|
static void |
ShowUtils.showPolicy(Logger logger,
Policy policy,
String prefix)
Show details about a Policy.
|
static void |
ShowUtils.showPolicyList(Logger logger,
PolicyList policyList,
String prefix)
Show details about a PolicyList.
|
static void |
ShowUtils.showPolicyListElement(Logger logger,
PolicyListElement pele,
String prefix)
Show details about a PolicyListElement.
|
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.
|
static void |
ShowUtils.showRetentionPolicy(Logger logger,
RetentionPolicy rp,
String prefix)
Show details about an RetentionPolicy.
|
static void |
ShowUtils.showServerConfiguration(Logger logger,
ServerConfiguration config,
String prefix,
boolean verbose,
boolean showDates)
Show details about a ServerConfiguration.
|
static void |
ShowUtils.showServerSpecification(Logger logger,
ServerSpecification spec,
String prefix)
Show details about an ServerSpecification.
|
static void |
ShowUtils.showServerState(Logger logger,
ServerState ss,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNums)
Show details about a ServerState.
|
static void |
ShowUtils.showServiceConfiguration(Logger logger,
ServiceConfiguration config,
String prefix,
boolean verbose)
Show details about a ServiceConfiguration.
|
static void |
ShowUtils.showSimpleProperties(Logger logger,
String attrName,
SimpleProperty[] props,
String[] hiddenProps,
String prefix)
Show nested SimpleProperty details.
|
static void |
ShowUtils.showSimplePropertyTable(Logger logger,
String namePrefix,
SimplePropertyTable spt,
String[] hiddenProps,
String prefix)
Show nested SimplePropertyTable details.
|
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.
|
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.
|
static void |
ShowUtils.showValueDefault(Logger logger,
ValueDefault vd,
String prefix)
Show details about a ValueDefault.
|
static void |
ShowUtils.showValueDomain(Logger logger,
ValueDomain vd,
String prefix)
Show details about a ValueDomain.
|
Modifier and Type | Class and Description |
---|---|
class |
AclOperations
AclOperations contains operations used to test ACLs.
|
class |
AttributeOperations
AttributeOperations contains operations used to test Attribute
functionality, including previous subclasses of BaseTest.
|
class |
BaseTestOperations
BaseTestOperations is a base class for test operation classes that were
migrated from subclasses of BaseTest.
|
static class |
BaseTestOperations.TestAction
TestAction is an abstract Runnable class used to perform varous tests.
|
class |
ClassObjectOperations
ClassObjectOperations contains operations used to test ClassObject
functionality, including previous subclasses of BaseTest.
|
class |
CollectionOperations
CollectionOperations contains operations used to test Collection
functionality, including previous subclasses of BaseTest.
|
class |
CommandProcessorOperations
CommandProcessorOperations contains operations used to test
CUP functionality.
|
class |
CopyOperations
CopyOperations is a collection of copy tests that were
previously subclassed from BaseTest.
|
class |
CursorOperations
LockOperations contains operations used to test cursor functionality.
|
class |
DocumentOperations
DocumentOperations contains operations used to test document
functionality, including previous subclasses of BaseTest.
|
class |
FolderOperations
FolderOperations is a collection of folder tests that were
previously subclassed from BaseTest.
|
class |
GroupOperations
GroupOperations contains operations used to test group membership.
|
class |
LinkOperations
LinkOperations contains operations used to test link functionality.
|
class |
LockOperations
LockOperations contains operations used to test locking functionality.
|
class |
MediaOperations
MediaOperations contains operations used to test Media
functionality, including previous subclasses of BaseTest.
|
class |
MiscOperations
MiscOperations is a collection of miscellaneous tests that were
previously subclassed from BaseTest.
|
class |
PropertyBundleOperations
PropertyBundleOperations contains operations used to test PropertyBundles.
|
class |
RandomAccessOperations
RandomAccessOperations contains operations used to test document
functionality, including previous subclasses of BaseTest.
|
class |
RenderingOperations
RenderingOperations contains operations used to test XML rendering.
|
class |
ResolvedAclOperations
ResolvedAclOperations contains operations used to test resolving of ACLs.
|
class |
SchemaCategoryOperations
SchemaCategoryOperations contains operations used to test schema category
functionality.
|
class |
SearchOperations
SearchOperations is a collection of search tests that were
previously subclassed from BaseTest.
|
class |
SecuredByOperations
SecuredByOperations contains operations used to test the "secured by"
security feature.
|
class |
SystemCategoryOperations
SystemCategoryOperations contains operations used to test System category
functionality.
|
class |
TestSuiteOperations
TestSuiteOperations coordinates running scripts that define the canonical
behavior of CMSDK.
|
class |
UserOperations
UserOperations is a collection of user tests that were
previously subclassed from BaseTest.
|
class |
VersioningOperations
VersioningOperations contains operations used to test versioniung features.
|
class |
ViewOperations
ViewOperations is used to test view creation using the search API.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationOperations
A AnnotationOperations defines the operations
for executing operations associated with the the new Annotation feature.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationUtilities.showAnnotationLists(PublicObject po,
Logger logger)
Show summary info for all Annotation Lists for a PublicObject.
|
void |
AnnotationUtilities.showAnnotations(PublicObject po,
Logger logger)
Show the Annotations made by the current user for the specified PublicObject.
|
Modifier and Type | Class and Description |
---|---|
class |
CommunityOperations
A CommunityOperations defines the operations
for executing operations associated with the activity
test classes Community and Posting.
|
Modifier and Type | Class and Description |
---|---|
class |
IotOperations
An IotOperations defines the operations for the IOT test package.
|
Modifier and Type | Class and Description |
---|---|
class |
SmartHomeOperations
A SmartHomeOperations defines the operations
for executing smarthome Action classes.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreNlpOperations
CoreNlpOperations defines operations used to
test CoreNLP operations.
|
class |
StixOperations
StixOperations defines operations used to create and
manage Stix objects used as training and outcome for the STIX
InformationExtraction implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
SportsOperations
A SportsOperations defines the operations
for executing operations associated with the sports data
test classes (e.g.
|
Copyright © 2023. All rights reserved.