public class RepoDetailsUIBean extends Object
| Constructor and Description |
|---|
RepoDetailsUIBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancel() |
String |
cancelSync() |
String |
edit() |
javax.faces.model.SelectItem[] |
getAvailableOwners() |
boolean |
getCurrentlySyncing() |
boolean |
getHasContentSources() |
String |
getPercentComplete() |
org.rhq.core.domain.content.Repo |
getRepo() |
org.rhq.core.domain.content.RepoSyncResults |
getSyncResults() |
String |
getSyncStatus() |
boolean |
isEditable() |
boolean |
isInventoryManager() |
boolean |
isRepositoryManager() |
void |
reloadRepo() |
String |
save() |
String |
sync() |
public org.rhq.core.domain.content.Repo getRepo()
public String edit()
public void reloadRepo()
public boolean getCurrentlySyncing()
public String getSyncStatus()
public org.rhq.core.domain.content.RepoSyncResults getSyncResults()
public String getPercentComplete()
public boolean isRepositoryManager()
public boolean isEditable()
public boolean isInventoryManager()
public boolean getHasContentSources()
public javax.faces.model.SelectItem[] getAvailableOwners()
public String sync()
public String save()
public String cancelSync()
public String cancel()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.