Interface DigitalAssetComponentServices


  • public interface DigitalAssetComponentServices
    Provides methods for using Digital Asset Component services.
    Since:
    1.6.0
    • Method Detail

      • attach

        OperationExecutionStatus attach​(java.util.List<DigitalAssetKey> keys)
        Attaches digital assets to the media field.
        Parameters:
        keys - the keys
        Returns:
        the operation execution status
      • upload

        OperationExecutionStatus upload​(java.util.List<? extends Resource> resources,
                                        Action action)
        Uploads new digital asset and attaches it to the media field.
        Parameters:
        resources - the resources
        action - the action to determine with the new assets
        Returns:
        the operation execution status
      • detach

        OperationExecutionStatus detach​(java.util.List<DigitalAssetKey> keys)
        Detach digital assets from the media field.
        Parameters:
        keys - the digital asset keys
        Returns:
        the operation execution status