Class FormResourceItem

  • All Implemented Interfaces:
    IResourceItem, Serializable

    @Deprecated
    public class FormResourceItem
    extends Object
    implements IResourceItem
    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. Form resources are represented by an instance of this class.
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • FormResourceItem

        public FormResourceItem​(String resourceUuid,
                                String name)
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Specified by:
        getName in interface IResourceItem
        Returns:
        The (file) name of the resource this item represents.
      • getResourceUuid

        public String getResourceUuid()
        Deprecated.
        Specified by:
        getResourceUuid in interface IResourceItem
        Returns:
        The UUID of the resource this item represents, or null or empty string if no such UUID exists.
      • getResourceType

        public ERessourcenTyp getResourceType()
        Deprecated.
        Specified by:
        getResourceType in interface IResourceItem
        Returns:
        The type of the resource this item represents, or null if it represents none of the available types.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object