Interface IResourceItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClientResourceItem, ExternalResourceItem, FormResourceItem

@Deprecated public interface IResourceItem extends Serializable
Deprecated.
This class is part of the old workflow engine and will be removed together with it soon. See ResourceItem for the closest equivalent in the new workflow engine.
A file select menu may contain options for form resources, client resources and external URLs. These resources are by an instance implementing this interface.
Author:
XIMA MEDIA GmbH
  • Method Details

    • getName

      String getName()
      Deprecated.
      Returns:
      The (file) name of the resource this item represents.
    • getResourceType

      ERessourcenTyp getResourceType()
      Deprecated.
      Returns:
      The type of the resource this item represents, or null if it represents none of the available types.
    • getResourceUuid

      String getResourceUuid()
      Deprecated.
      Returns:
      The UUID of the resource this item represents, or null or empty string if no such UUID exists.