Class CmsGalleryActionInfo

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsGalleryActionInfo
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Represents information about whether a gallery folder should use a custom upload action.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CmsGalleryActionInfo()
      Default constructor for serialization.
        CmsGalleryActionInfo​(CmsUUID structureId, java.lang.String uploadAction)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsUUID getStructureId()
      Gets the structure id of the folder.
      java.lang.String getUploadAction()
      Gets the upload action (may be null).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsGalleryActionInfo

        public CmsGalleryActionInfo​(CmsUUID structureId,
                                    java.lang.String uploadAction)
        Creates a new instance.
        Parameters:
        structureId - the structure id of the folder
        uploadAction - the upload action
    • Method Detail

      • getStructureId

        public CmsUUID getStructureId()
        Gets the structure id of the folder.
        Returns:
        the structure id
      • getUploadAction

        public java.lang.String getUploadAction()
        Gets the upload action (may be null).
        Returns:
        the upload action