Class CustomOperation

    • Constructor Detail

      • CustomOperation

        public CustomOperation()
    • Method Detail

      • getCloseAfterSeconds

        public Integer getCloseAfterSeconds()
      • getConfirmationText

        public String getConfirmationText()
      • getCustomSubmitLabel

        public String getCustomSubmitLabel()
      • getIcon

        public String getIcon()
      • getInformationText

        public String getInformationText()
      • getLabel

        public String getLabel()
      • getRowLocation

        public Location getRowLocation()
      • getRowParameters

        public List<String> getRowParameters()
      • getRowUrl

        public String getRowUrl()
      • getScriptParameters

        public String getScriptParameters()
      • isAllowExport

        public boolean isAllowExport()
      • isAllowPrint

        public boolean isAllowPrint()
      • isEnabled

        public boolean isEnabled()
        Description copied from interface: UsesScript
        Indicates whether this entity is enabled
        Specified by:
        isEnabled in interface UsesScript
      • isEnabledForActiveUsers

        public boolean isEnabledForActiveUsers()
      • isEnabledForPendingUsers

        public boolean isEnabledForPendingUsers()
      • isHasFileUpload

        public boolean isHasFileUpload()
      • isOpenRowInNewWindow

        public boolean isOpenRowInNewWindow()
      • isRequireConfirmationCredential

        public boolean isRequireConfirmationCredential()
      • isSearchAutomatically

        public boolean isSearchAutomatically()
      • isSubmitWithQrCodeScan

        public boolean isSubmitWithQrCodeScan()
      • setAdminMenu

        public void setAdminMenu​(AdminMainMenu adminMenu)
      • setAllowExport

        public void setAllowExport​(boolean allowExport)
      • setAllowPrint

        public void setAllowPrint​(boolean allowPrint)
      • setChannels

        public void setChannels​(Set<Channel> channels)
      • setCloseAfterSeconds

        public void setCloseAfterSeconds​(Integer closeAfterSeconds)
      • setConfirmationText

        public void setConfirmationText​(String confirmationText)
      • setContentScript

        public void setContentScript​(CustomScript contentScript)
      • setContentScriptParameters

        public void setContentScriptParameters​(String contentScriptParameters)
      • setCustomSubmitLabel

        public void setCustomSubmitLabel​(String customSubmitLabel)
      • setEnabledForActiveUsers

        public void setEnabledForActiveUsers​(boolean enabledForActiveUsers)
      • setEnabledForPendingUsers

        public void setEnabledForPendingUsers​(boolean enabledForPendingUsers)
      • setFrontendMenu

        public void setFrontendMenu​(FrontendMenu frontendMenu)
      • setHasFileUpload

        public void setHasFileUpload​(boolean hasFileUpload)
      • setIcon

        public void setIcon​(String icon)
      • setInformationText

        public void setInformationText​(String informationText)
      • setLabel

        public void setLabel​(String label)
      • setOpenRowInNewWindow

        public void setOpenRowInNewWindow​(boolean openRowInNewWindow)
      • setRecordTypes

        public void setRecordTypes​(Set<RecordType> recordTypes)
      • setRequireConfirmationCredential

        public void setRequireConfirmationCredential​(boolean requireConfirmationCredential)
      • setResultInformationText

        public void setResultInformationText​(String resultInformationText)
      • setRowLocation

        public void setRowLocation​(Location rowLocation)
      • setRowOperation

        public void setRowOperation​(CustomOperation rowOperation)
      • setRowParameters

        public void setRowParameters​(List<String> params)
      • setRowUrl

        public void setRowUrl​(String rowUrl)
      • setScript

        public void setScript​(CustomScript script)
      • setScriptParameters

        public void setScriptParameters​(String scriptParameters)
      • setSearchAutomatically

        public void setSearchAutomatically​(boolean searchAutomatically)
      • setSubmitWithQrCodeScan

        public void setSubmitWithQrCodeScan​(boolean submitWithQrCodeScan)
      • setTransferTypes

        public void setTransferTypes​(Set<TransferType> transferTypes)
      • setUserMenu

        public void setUserMenu​(UserMainMenu userMenu)