org.guvnor.asset.management.client.editors.common
Class BaseAssetsMgmtPresenter
java.lang.Object
org.guvnor.asset.management.client.editors.common.BaseAssetsMgmtPresenter
- Direct Known Subclasses:
- BuildConfigurationPresenter, PromoteChangesPresenter, ReleaseConfigurationPresenter, RepositoryConfigurationPresenter
public abstract class BaseAssetsMgmtPresenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constants
protected Constants constants
assetManagementServices
@Inject
protected org.jboss.errai.common.client.api.Caller<AssetManagementService> assetManagementServices
repositoryServices
@Inject
protected org.jboss.errai.common.client.api.Caller<RepositoryService> repositoryServices
repositoryStructureServices
@Inject
protected org.jboss.errai.common.client.api.Caller<RepositoryStructureService> repositoryStructureServices
identity
@Inject
protected org.jboss.errai.security.shared.api.identity.User identity
authorizationManager
@Inject
protected org.uberfire.security.impl.authz.RuntimeAuthorizationManager authorizationManager
placeManager
@Inject
protected org.uberfire.client.mvp.PlaceManager placeManager
repositories
protected Map<String,Repository> repositories
baseView
protected BaseAssetsMgmtView baseView
place
protected org.uberfire.mvp.PlaceRequest place
BaseAssetsMgmtPresenter
public BaseAssetsMgmtPresenter()
init
public void init()
loadRepositories
public void loadRepositories()
isManaged
public boolean isManaged(Repository value)
getRepository
public Repository getRepository(String alias)
getRepositories
public Collection<Repository> getRepositories()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.