Package | Description |
---|---|
com.documentum.com |
Provides an interface for accessing the DFC through OLE/COM.
|
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
com.documentum.fc.client.acs |
Provides classes and interfaces, related to distributed content transfer.
|
com.documentum.fc.client.search |
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
|
com.documentum.operations |
Provides interfaces to common high-level client functionality,
such as functionality for checking in and checking out documents,
and checking out all the documents in a virtual document.
|
Modifier and Type | Method and Description |
---|---|
IDfEnumeration |
IDfClientX.getEnumeration(java.util.Enumeration en)
Factory method for an
IDfEnumeration object. |
IDfEnumeration |
DfClientX.getEnumeration(java.util.Enumeration en) |
IDfEnumeration |
IDfClientX.getEnumerationFromIterator(java.util.Iterator it)
Factory method for an
IDfEnumeration object. |
IDfEnumeration |
DfClientX.getEnumerationFromIterator(java.util.Iterator it) |
Modifier and Type | Method and Description |
---|---|
IDfEnumeration |
IDfSysObject.getAcsRequests(java.lang.String formatName,
int pageNumber,
java.lang.String pageModifier,
IDfAcsTransferPreferences transferPreferences)
Returns an
IDfEnumeration object containing a list of IDfAcsRequest objects. |
IDfEnumeration |
IDfDbor.getAll()
Get a list of all services (service based and type based) in DBOR.
|
IDfEnumeration |
IDfClient.getAllNetworkLocations(java.lang.String locale)
Deprecated.
use IDfAcsClient.getAllNetworkLocations()
|
IDfEnumeration |
DfClient.getAllNetworkLocations(java.lang.String locale) |
IDfEnumeration |
IDfLocalModuleRegistry.getAspectDescriptors()
Get a list of all Aspects available .
|
IDfEnumeration |
IDfClient.getClientNetworkLocations(java.lang.String clientIPAddress,
java.lang.String locale)
Deprecated.
use IDfAcsClient.getClientNetworkLocations()
|
IDfEnumeration |
DfClient.getClientNetworkLocations(java.lang.String clientIPAddress,
java.lang.String locale) |
IDfEnumeration |
IDfModuleDescriptor.getDependencyList() |
IDfEnumeration |
IDfModuleDescriptor.getInterfaceNames() |
IDfEnumeration |
IDfLocalModuleRegistry.getModuleDescriptors()
Get a list of all modules available.
|
IDfEnumeration |
IDfSession.getObjectPaths(IDfId objectId)
Generate
IDfEnumeration |
IDfEnumeration |
IDfSession.getObjectsByQuery(java.lang.String dql,
java.lang.String optionalTypeName)
Returns an enumeration of persistent objects using data obtained through a query.
|
IDfEnumeration |
IDfObjectPathsMap.getPaths(IDfId objectId)
Return an enumeration of paths for the given object.
|
IDfEnumeration |
IDfGlobalModuleRegistry.getServiceDescriptors()
Get a list of all services (SBO) available.
|
IDfEnumeration |
IDfLocalModuleRegistry.getTboDescriptors()
Get a list of all Type Based Business Objects (TBO) available.
|
IDfEnumeration |
IDfModuleRegistry.list(IDfModuleFilter filter)
Get a list of all business objects available if they satisfy the filter.
|
Modifier and Type | Method and Description |
---|---|
IDfEnumeration |
IDfAcsClient.getAcsData(IDfSessionManager sessionManager,
java.lang.String docbaseName,
java.lang.String networkLocationIdentifier)
Returns an
IDfEnumeration object that lists all
AcsData objects for a given repository. |
IDfEnumeration |
IDfAcsClient.getAcsData(IDfSession session,
java.lang.String networkLocationIdentifier)
Returns an
IDfEnumeration object that lists all
AcsData objects for a given repository. |
IDfEnumeration |
IDfAcsClient.getAllNetworkLocations(java.lang.String locale)
Returns an
IDfEnumeration object that lists all IDfNetworkLocationEntry objects. |
IDfEnumeration |
IDfAcsClient.getClientNetworkLocations(java.lang.String clientIPAddress,
java.lang.String locale)
Returns an
IDfEnumeration object that lists all IDfNetworkLocationEntry objects. |
IDfEnumeration |
IDfAcsContentRequest.getTransientFieldNames()
Returns
IDfEnumeration object containing names
of transient fields in a order they were added. |
IDfEnumeration |
IDfAcsContentRequest.getTransientFieldValues()
Returns
IDfEnumeration object containing values
of transient fields in a order they were added. |
Modifier and Type | Method and Description |
---|---|
IDfEnumeration |
IDfResultEntry.enumAttrs()
Returns an enumeration of IDfAttr objects.
|
IDfEnumeration |
IDfSearchTypeAssistant.getAttributeNames()
Retrieves an enumeration of the names of the searchable attributes for the type.
|
IDfEnumeration |
IDfSearchSourceMap.getAvailableSources()
Provides access to an enumeration of all available sources.
|
IDfEnumeration |
IDfSearchSourceMap.getAvailableSources(int sourceType)
Provides access to an enumeration of available sources of a given type.
|
IDfEnumeration |
IDfSearchMetadataManager.getAvailableTypes()
Provides an enumeration of available searchable types.
|
IDfEnumeration |
IDfSearchMetadataManager.getAvailableTypes(boolean includeObsoleteTypes)
Provides an enumeration of available searchable types derived from a specified base type.
|
IDfEnumeration |
IDfSearchMetadataManager.getAvailableTypes(java.lang.String baseType)
Provides an enumeration available types derived from a specified base type.
|
IDfEnumeration |
IDfSearchMetadataManager.getAvailableTypes(java.lang.String baseType,
boolean includeObsoleteTypes)
Provides an enumeration available types derived from a specified base type.
|
IDfEnumeration |
IDfSmartListDefinition.getDisplayAttributes()
Gets the display attribute list.
|
IDfEnumeration |
IDfSourceStatus.getEvents()
Gets the ordered list of events received from this source.
|
IDfEnumeration |
IDfExpressionSet.getExpressions()
Gets the list of expressions contained by this expression set.
|
IDfEnumeration |
IDfResultMetadataHighlightEntry.getMatchingTerms()
Gets the metadata highlight terms matching the query.
|
IDfEnumeration |
IDfResultEntry.getMatchingTerms()
Gets the result terms matching the query.
|
IDfEnumeration |
IDfQueryBuilder.getMetadataHighlightAttributes()
Provides an enumeration of the metadata highlight attributes as String objects.
|
IDfEnumeration |
IDfResultEntry.getMetadataHighlights()
Gets the result metadata highlight entries matching the query.
|
IDfEnumeration |
IDfQueryBuilder.getOrderByAttributes()
Provides an enumeration of the order attributes as IDfOrderConstraint objects.
|
IDfEnumeration |
IDfQueryBuilder.getResultAttributes()
Provides an enumeration of the result attributes as String objects.
|
IDfEnumeration |
IDfQueryBuilder.getScopes()
Retrieves an enumeration of the query scopes as IDfQueryScope objects.
|
IDfEnumeration |
IDfSearchTypeAssistant.getSearchOpLabels(java.lang.String attrName)
Retrieves an enumeration of the localized search operation labels (such as "Greater than", "Equal", ...).
|
IDfEnumeration |
IDfSearchTypeAssistant.getSearchOps(java.lang.String attrName)
Retrieves an enumeration of search operations as string codes (such as "10", "1", ...).
|
IDfEnumeration |
IDfSearchSourceContainer.getSelectedSources()
Gets an enumeration of the selected sources.
|
IDfEnumeration |
IDfQueryStatus.getSources()
Returns the list of sources in this status.
|
IDfEnumeration |
IDfValueListAttrExpression.getValues()
Gets all the possible values.
|
IDfEnumeration |
IDfSearchTypeAssistant.getValues(java.lang.String attrName,
java.lang.String searchOp)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IDfEnumeration |
IDfExportNode.getAcsRequests()
Returns an
IDfEnumeration object containing a list of IDfAcsRequest objects. |
IDfEnumeration |
IDfCheckoutNode.getAcsRequests()
Returns an
IDfEnumeration object with a list of IDfAcsRequest objects. |
IDfEnumeration |
IDfPredictiveCachingNode.getMessageIds()
Returns message IDs for all messages that have been created during the operation.execute()
method for this node
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.