Class CmsGalleryActionInfo

java.lang.Object
org.opencms.ade.galleries.shared.CmsGalleryActionInfo
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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

    • CmsGalleryActionInfo

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

      Default constructor for serialization.
  • Method Details

    • getStructureId

      Gets the structure id of the folder.
      Returns:
      the structure id
    • getUploadAction

      Gets the upload action (may be null).
      Returns:
      the upload action