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 booleanAttributesFilter.ignorableForUnmodified(Attribute<?> attribute, com.documentum.fc.client.IDfPersistentObject targetObject, boolean checkUnmodified) Check ifattributeis 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.propertiesProperties of persistent objectProductInfo.propertiesProperties 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 TypeMethodDescriptionvoidPersistentObject.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) voidEventHubEventData.setEventFields(List<Attribute<?>> eventFields)