Class EmbeddedAttachmentsPresenter

Object
AbstractPresenter<EmbeddedAttachmentsView>
EmbeddedAttachmentsPresenter
All Implemented Interfaces:
Presenter<EmbeddedAttachmentsView>, PresenterLifeCicleAware<EmbeddedAttachmentsView>, PaginationComponent.Delegate, Serializable

@Component @Scope("prototype") public class EmbeddedAttachmentsPresenter extends AbstractPresenter<EmbeddedAttachmentsView> implements PaginationComponent.Delegate
See Also:
  • Constructor Details

    • EmbeddedAttachmentsPresenter

      public EmbeddedAttachmentsPresenter()
  • Method Details

    • getView

      public EmbeddedAttachmentsView getView()
      Specified by:
      getView in interface Presenter<EmbeddedAttachmentsView>
    • isDenyChangesForAll

      public boolean isDenyChangesForAll()
    • setDenyChangesForAll

      public void setDenyChangesForAll(boolean denyChangesForAll)
    • refreshAttachments

      public void refreshAttachments()
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • setTaskId

      public void setTaskId(String taskId)
    • isReadOnly

      public boolean isReadOnly()
    • setReadOnly

      public void setReadOnly(boolean readOnly)
    • getRecordCount

      public long getRecordCount()
      Specified by:
      getRecordCount in interface PaginationComponent.Delegate
    • load

      public void load(int offset, int limit)
      Specified by:
      load in interface PaginationComponent.Delegate