Uses of Interface
com.documentum.fc.client.IDfCollection
Packages that use IDfCollection
Package
Description
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
-
Uses of IDfCollection in com.documentum.fc.client
Subinterfaces of IDfCollection in com.documentum.fc.clientMethods in com.documentum.fc.client that return IDfCollectionModifier and TypeMethodDescriptionCalls the server API Apply method.IDfSysObject.assemble
(IDfId virtualDocId, int interruptFreq, String qualification, String nodesortList) Creates an assembly and associates it with the object.IDfSession.collectMetrics
(List<String> metricsToCollect) This methods indicates to the server to collect the metrics that have been passed in to this method.IDfSession.collectMetrics
(List<String> metricsToCollect, String outputFormat) This methods indicates to the server to collect the metrics that have been passed in to this method.IDfQuery.execute
(IDfSession session, int queryType) Executes a DQL query.IDfWorkitem.getAllPackages
(String additionalAttributes) Returns a query result collection containing the following attributes: String documentIDs object ID's of documents, separated by commas String r_package_name String r_packageType String i_package_oprtn IDfId r_note_idIDfWorkflow.getAttachments()
Returns a list of all the workflow's attachments.IDfWorkitem.getAttachments()
Returns a list of all the workflow's attachments.IDfPersistentObject.getChildRelatives
(String relationTypeName) Returns a collection of IDfRelation objects where parent is this object, and the relation_name matches the value passed in as a parameter.IDfSysObject.getCollectionForContent
(String format, int pageNumber) Returns a collection containing the object's content in the repository.IDfSysObject.getCollectionForContentEx2
(String format, int pageNumber, String pageModifier) Returns a collection containing the object's content in the repository.IDfSysObject.getCollectionForContentEx3
(String format, int pageNumber, String pageModifier, boolean other) Returns a collection containing the object's content in the repository.IDfFolder.getContents
(String attrNames) Returns the values of specified attributes for all objects in a folder object.IDfSession.getEvents()
Returns all unread items in a user's inbox.IDfGroup.getGroupsNames()
Returns a collection of group members' names in this group.IDfSession.getLastCollection()
Returns the collection object for the most recently executed query.IDfSysObject.getLocations
(String attrNames) Runs a query to find all the places this object is used and returns the query result as a collection.IDfWorkitem.getMissingOutputPackages()
Returns a collection whose result objects describe all output ports in the work item that don't have a package.IDfWorkitem.getPackages
(String additionalAttributes) Returns a list of all the work item's packages.IDfActivity.getPackagesMetaData()
Returns a query result collection containing the following attributes:IDfPersistentObject.getParentRelatives
(String relationTypeName) Returns a collection of IDfRelation objects where child is this object, and the relation_name matches the value passed in as a parameter.IDfSysObject.getRenditions
(String attrNames) Runs a query against the dmr_content table to return values for all the page 0 content for this object.IDfSysObject.getRouters
(String additionalAttributes, String orderBy) Returns a collection of routers the document participates in.IDfSession.getRunnableProcesses
(String additionalAttributes) Returns a collection that contains the object ID and attribute values of all installed dm_process objects in a repository.Retrieves the work items assigned to the specified user.IDfSession.getTasksEx
(String userName, int filter, IDfList orderByList, IDfList ascendingList) Retrieves the work items assigned to the specified user.IDfGroup.getUsersNames()
Returns a collection of user members' names in this group.IDfSysObject.getVdmPath
(IDfId rootId, boolean shortestPath, String versionList) Returns the path or paths through a virtual document that lead to a particular component.IDfSysObject.getVdmPathDQL
(IDfId rootId, boolean shortestPath, String parentType, String bindingLabel, String nodeSortBy) Returns the path or paths through a virtual document that lead to a particular component.IDfSysObject.getVersions
(String attrNames) Runs a query to find all the versions of the object and returns the query results as a collection.IDfSysObject.getWorkflows
(String additionalAttributes, String orderBy) Returns a collection of workflows the document currently participates in.IDfSession.listMetricsState()
Retrieves the state of all the metrics that are gatherable from the server.IDfSession.startGatheringMetrics
(List<String> metricsToGather) This methods indicates to the server to start gathering the metrics that have been passed in to this method.IDfSession.stopGatheringMetrics
(List<String> metricsToStop) This methods indicates to the server to stop gathering the metrics that have been passed in to this method. -
Uses of IDfCollection in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfCollectionModifier and TypeMethodDescriptionIDfSearchStoreService.getAllSearches()
Deprecated.Use getAllSearches(IDfSession) insteadIDfSearchStoreService.getAllSearches
(IDfSession session) Returns all searches from this repository, including all of the user's searches and any shared searches.IDfSearchStoreService.getCurrentUserSearches()
Deprecated.Use getCurrentUserSearches(IDfSession) insteadIDfSearchStoreService.getCurrentUserSearches
(IDfSession session) Returns only the user's searches from this repository.