Uses of Interface
com.documentum.fc.common.IDfAttr
Packages that use IDfAttr
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 IDfAttr in com.documentum.fc.client
Methods in com.documentum.fc.client that return IDfAttrModifier and TypeMethodDescriptionIDfTypedObject.getAttr(int attrIndex) Returns an attribute description.IDfType.getTypeAttr(int attrIndex) Returns an IDfAttr representing the type's attribute located at the positionattrIndexin this object's list of attributes. -
Uses of IDfAttr in com.documentum.fc.client.mq
Methods in com.documentum.fc.client.mq that return IDfAttrModifier and TypeMethodDescriptionIDfMessageQueueManager.createAttribute(String name, boolean repeating, int type) Create a message queue attribute that implement IDfAttr.IDfMessageQueueManager.createAttribute(String name, boolean repeating, int type, int length) Create a message queue attribute that implement IDfAttr.IDfMessageQueueManager.createAttribute(String name, boolean repeating, int type, int length, boolean notQualifiable) Create a message queue attribute that implement IDfAttr.Method parameters in com.documentum.fc.client.mq with type arguments of type IDfAttrModifier and TypeMethodDescriptionvoidIDfMessageQueueManager.addAttributes(String queueName, Collection<IDfAttr> attrs) Drop attributes from an existing message queue.IDfMessageQueueFactory.createMessageQueue(IDfSession session, String queueName, Collection<IDfAttr> attrs) Create a message queue with attributes as specified in argumentattrs. -
Uses of IDfAttr in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfAttr