Public abstract class ProjectElementToolbarBean
étend ilog.rules.webc.jsf.IlrSessionObjectStore
Implémente ilog.rules.teamserver.web.navigation.IlrNavigationConstants, java.io.Serializable
Un ensemble de commandes prédéfinies est défini (création, détails, édition, etc.) Et seront rendus visibles ou non dans les sous-classes. Les commandes peuvent être redéfinies par l'utilisateur avec la commande setter correspondante.
| Modificateur et type | Zone et description |
|---|---|
protected IlrUICommandModel |
copy |
protected IlrUICommandModel |
create |
protected IlrUICommandModel |
delete |
protected IlrUICommandModel |
details |
protected IlrUICommandModel |
edit |
protected IlrUICommandModel |
help |
protected IlrUICommandModel |
history |
protected IlrUICommandModel |
lock |
protected IlrUICommandModel |
refresh |
protected IlrUICommandModel |
releaseLock |
protected IlrUICommandModel |
unlock |
| Constructeur et description |
|---|
ProjectElementToolbarBean()Construit un nouveau ProjectElementToolbarBean.
|
| Modificateur et type | Méthode et description |
|---|---|
java.lang.String |
cancel()Annule une opération lancée par une commande de barre d'outils.
|
protected boolean |
checkManagedGovernanceAccess() |
IlrUICommandModel |
getCopy() |
IlrUICommandModel |
getCreate() |
IlrUICommandModel |
getDelete() |
IlrUICommandModel |
getDetails() |
IlrUICommandModel |
getEdit() |
IlrUICommandModel |
getHelp() |
protected abstract java.lang.String |
getHelpURL() |
IlrUICommandModel |
getHistory() |
IlrUICommandModel |
getLock() |
abstract java.util.List<ilog.rules.teamserver.model.IlrElementSummary> |
getMultipleElements()Extrait les éléments actuellement sélectionnés sur lesquels cette barre d'outils peut fonctionner.
|
IlrUICommandModel |
getRefresh() |
IlrUICommandModel |
getReleaseLock() |
abstract ilog.rules.teamserver.model.IlrElementSummary |
getSingleElement()Extrait le premier élément de la sélection en cours.
|
IlrUICommandModel |
getUnlock() |
protected boolean |
isActivity()Vérifier si la version de référence est une activité = > DGF
|
protected boolean |
isManagedBranch()Vérifier si la version de référence est une (branche gérée ou un de ses sous-types) = > DGF
|
boolean |
isMultipleSelectionEnabled()Indique si les boutons de la barre d'outils peuvent s'appliquer à plusieurs éléments à la fois.
|
protected boolean |
isRelease() |
void |
setCopy(IlrUICommandModel copy) |
void |
setCreate(IlrUICommandModel create) |
void |
setDelete(IlrUICommandModel delete) |
void |
setDetails(IlrUICommandModel details) |
void |
setEdit(IlrUICommandModel edit) |
void |
setHelp(IlrUICommandModel help) |
void |
setHistory(IlrUICommandModel history) |
void |
setLock(IlrUICommandModel lock) |
void |
setRefresh(IlrUICommandModel refresh) |
void |
setReleaseLock(IlrUICommandModel releaseLock) |
void |
setUnlock(IlrUICommandModel unlock) |
protégé IlrUICommandModel , création
détails IlrUICommandModel protégés
protégé IlrUICommandModel , édition
Suppression IlrUICommandModel protégée
copie IlrUICommandModel protégée
verrou IlrUICommandModel protégé
déverrouillage IlrUICommandModel protégé
protégé IlrUICommandModel releaseLock
protégé IlrUICommandModel historique
Actualisation IlrUICommandModel protégée
aide IlrUICommandModel protégée
Public ProjectElementToolbarBean ()
Public java.lang.String cancel ()
Public boolean isMultipleSelectionEnabled ()
Public abstract ilog.rules.teamserver.model.IlrElementSummary getSingleElement ()
Public abstract java.util.List < ilog.rules.teamserver.model.IlrElementSummary> getMultipleElements ()
Protected abstract java.lang.String getHelpURL ()
public IlrUICommandModel getCreate ()
public void setCreate (IlrUICommandModel create)
public IlrUICommandModel getDetails ()
public void setDetails (IlrUICommandModel details)
public IlrUICommandModel getEdit ()
public void setEdit (IlrUICommandModel edit)
public IlrUICommandModel getDelete ()
public void setDelete (IlrUICommandModel delete)
public IlrUICommandModel getCopy ()
public void setCopy (IlrUICommandModel copy)
public IlrUICommandModel getLock ()
public void setLock (verrouIlrUICommandModel )
public IlrUICommandModel getUnlock ()
public void setUnlock (IlrUICommandModel unlock)
public IlrUICommandModel getReleaseLock ()
public void setReleaseLock (IlrUICommandModel releaseLock)
public IlrUICommandModel getHistory ()
public void setHistory (IlrUICommandModel history)
public IlrUICommandModel getRefresh ()
public void setRefresh (IlrUICommandModel refresh)
public IlrUICommandModel getHelp ()
public void setHelp (IlrUICommandModel help)
Protected boolean isManagedBranch ()
Protégée booléenne isRelease ()
IsActivité booléenne protégée ()
Protected boolean checkManagedGovernanceAccess ()
© Copyright IBM Corp. 1987, 2022