jBPM Console NG - Human Tasks Client 6.0.0-SNAPSHOT

org.jbpm.console.ng.ht.client.editors.identity
Class IdentityListPresenter

java.lang.Object
  extended by org.jbpm.console.ng.ht.client.editors.identity.IdentityListPresenter

@Dependent
public class IdentityListPresenter
extends Object


Nested Class Summary
static interface IdentityListPresenter.IdentityListView
           
static class IdentityListPresenter.IdentityType
           
 
Constructor Summary
IdentityListPresenter()
           
 
Method Summary
 void addDataDisplay(com.google.gwt.view.client.HasData<IdentitySummary> display)
           
 com.google.gwt.view.client.ListDataProvider<IdentitySummary> getDataProvider()
           
 void getGroupById(String entityId)
           
 org.uberfire.workbench.model.menu.Menus getMenus()
           
 String getTitle()
           
 void getUserById(String entityId)
           
 org.uberfire.client.mvp.UberView<IdentityListPresenter> getView()
           
 void init()
           
 void onOpen()
           
 void refreshData()
           
 void refreshGroups()
           
 void refreshIdentityList(IdentityListPresenter.IdentityType identityType)
           
 void refreshTypesRole()
           
 void refreshUsers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityListPresenter

public IdentityListPresenter()
Method Detail

getMenus

public org.uberfire.workbench.model.menu.Menus getMenus()

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<IdentityListPresenter> getView()

init

@PostConstruct
public void init()

addDataDisplay

public void addDataDisplay(com.google.gwt.view.client.HasData<IdentitySummary> display)

getDataProvider

public com.google.gwt.view.client.ListDataProvider<IdentitySummary> getDataProvider()

refreshData

public void refreshData()

onOpen

public void onOpen()

refreshIdentityList

public void refreshIdentityList(IdentityListPresenter.IdentityType identityType)

refreshTypesRole

public void refreshTypesRole()

refreshUsers

public void refreshUsers()

refreshGroups

public void refreshGroups()

getUserById

public void getUserById(String entityId)

getGroupById

public void getGroupById(String entityId)

jBPM Console NG - Human Tasks Client 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.