public abstract class BaseAssetsMgmtPresenter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.errai.common.client.api.Caller<AssetManagementService> |
assetManagementServices |
protected org.uberfire.security.authz.AuthorizationManager |
authorizationManager |
protected BaseAssetsMgmtView |
baseView |
protected Constants |
constants |
protected org.jboss.errai.security.shared.api.identity.User |
identity |
protected org.uberfire.mvp.PlaceRequest |
place |
protected org.uberfire.client.mvp.PlaceManager |
placeManager |
protected Map<String,Repository> |
repositories |
protected org.jboss.errai.common.client.api.Caller<RepositoryService> |
repositoryServices |
protected org.jboss.errai.common.client.api.Caller<RepositoryStructureService> |
repositoryStructureServices |
| Constructor and Description |
|---|
BaseAssetsMgmtPresenter() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Repository> |
getRepositories() |
Repository |
getRepository(String alias) |
void |
init() |
boolean |
isManaged(Repository value) |
void |
loadRepositories() |
protected Constants constants
@Inject protected org.jboss.errai.common.client.api.Caller<AssetManagementService> assetManagementServices
@Inject protected org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryServices
@Inject protected org.jboss.errai.common.client.api.Caller<RepositoryStructureService> repositoryStructureServices
@Inject protected org.jboss.errai.security.shared.api.identity.User identity
@Inject protected org.uberfire.security.authz.AuthorizationManager authorizationManager
@Inject protected org.uberfire.client.mvp.PlaceManager placeManager
protected Map<String,Repository> repositories
protected BaseAssetsMgmtView baseView
protected org.uberfire.mvp.PlaceRequest place
public void init()
public void loadRepositories()
public boolean isManaged(Repository value)
public Repository getRepository(String alias)
public Collection<Repository> getRepositories()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.