Package com.emc.documentum.rest.dfc
Interface AspectManager
public interface AspectManager
The aspect manager.
-
Method Summary
Modifier and TypeMethodDescriptionattachAspect
(String objectId, String... aspect) void
attachAspects
(PersistentObject object, List<String> aspectNames) Deprecated.void
detachAspect
(String objectId, String... aspect) getAspectType
(String aspectTypeName, AttributeView view, String locale) getAttachedAspect
(String objectId)
-
Method Details
-
attachAspects
Deprecated.Attach a list of aspects to the persistent object.- Parameters:
object
- the persistent objectaspectNames
- the list of aspect names
-
getAspectType
AspectTypeObject getAspectType(String aspectTypeName, AttributeView view, String locale) throws com.documentum.fc.common.DfException - Throws:
com.documentum.fc.common.DfException
-
attachAspect
ObjectAspects attachAspect(String objectId, String... aspect) throws com.documentum.fc.common.DfException - Throws:
com.documentum.fc.common.DfException
-
detachAspect
- Throws:
com.documentum.fc.common.DfException
-
getAttachedAspect
- Throws:
com.documentum.fc.common.DfException
-
attachAspect(String, String...)