Uses of Class
com.emc.documentum.rest.model.Attribute
Packages that use Attribute
-
Uses of Attribute in com.emc.documentum.rest.dfc.conversion
Methods in com.emc.documentum.rest.dfc.conversion with parameters of type AttributeModifier and TypeMethodDescriptionprotected static boolean
AttributesFilter.ignorableForUnmodified
(Attribute<?> attribute, com.documentum.fc.client.IDfPersistentObject targetObject, boolean checkUnmodified) Check ifattribute
is unmodified attribute for targetObject, then decide whether to ignore it. -
Uses of Attribute in com.emc.documentum.rest.model
Fields in com.emc.documentum.rest.model with type parameters of type AttributeModifier and TypeFieldDescriptionPersistentObject.properties
Properties of persistent objectProductInfo.properties
Properties of product info resourceMethods in com.emc.documentum.rest.model that return types with arguments of type AttributeModifier and TypeMethodDescriptionCollection<Attribute<?>>
PersistentObject.getAttributes()
Get the attribute collection of the persistent objectEventHubEventData.getEventFields()
ProductInfo.getProperties()
Get propertiesMethods in com.emc.documentum.rest.model with parameters of type AttributeModifier and TypeMethodDescriptionvoid
PersistentObject.addAttribute
(Attribute<?> attr) Add attributeMethod parameters in com.emc.documentum.rest.model with type arguments of type AttributeModifier and TypeMethodDescriptionMethodObject.run
(com.documentum.fc.client.IDfSession session, Collection<Attribute<?>> attributes) void
EventHubEventData.setEventFields
(List<Attribute<?>> eventFields)