Uses of Class
com.emc.documentum.rest.model.Attribute
-
Uses of Attribute in com.emc.documentum.rest.dfc.conversion
Modifier 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
Modifier and TypeFieldDescriptionPersistentObject.properties
Properties of persistent objectProductInfo.properties
Properties of product info resourceModifier and TypeMethodDescriptionCollection<Attribute<?>>
PersistentObject.getAttributes()
Get the attribute collection of the persistent objectEventHubEventData.getEventFields()
ProductInfo.getProperties()
Get propertiesModifier and TypeMethodDescriptionvoid
PersistentObject.addAttribute
(Attribute<?> attr) Add attributeModifier and TypeMethodDescriptionMethodObject.run
(com.documentum.fc.client.IDfSession session, Collection<Attribute<?>> attributes) void
EventHubEventData.setEventFields
(List<Attribute<?>> eventFields)