Interface AspectManager


public interface AspectManager
The aspect manager.
  • Method Details

    • attachAspects

      @Deprecated void attachAspects(PersistentObject object, List<String> aspectNames)
      Attach a list of aspects to the persistent object.
      Parameters:
      object - the persistent object
      aspectNames - 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

      void detachAspect(String objectId, String... aspect) throws com.documentum.fc.common.DfException
      Throws:
      com.documentum.fc.common.DfException
    • getAttachedAspect

      ObjectAspects getAttachedAspect(String objectId) throws com.documentum.fc.common.DfException
      Throws:
      com.documentum.fc.common.DfException