Class ProcessingBean
- All Implemented Interfaces:
IProcessingBean, Serializable
@Deprecated
@Named
@ViewScoped
public class ProcessingBean
extends FCContextBean
implements IProcessingBean
Deprecated.
Use the new workflow engine.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.classDeprecated.classDeprecated.Nested classes/interfaces inherited from class AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActionBeanDeprecated.protected StateBeanDeprecated.Fields inherited from class FCContextBean
systemUCFields inherited from class AJSFContext
localeBean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.addNewParameter(String name) Deprecated.Adds a new parameter to the list of parameters, and returns the newly createdIParameterModelfor that parameter.voidDeprecated.voidcreateNewProcessing(String selectedProcessing) Deprecated.voidDeprecated.voiddestroy()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Liefert alle für den aktuellen Mandanten hinterlegten DatenbankzugriffeDeprecated.Returns all direct client authorizations for the given client.Deprecated.Liefert Liste mit allen Upload-Element der aktuell aktiven FormularversionDeprecated.Methode zum Erhalt aller Postfächer vom aktuellen MandantenDeprecated.Returns the list of all parameters.Deprecated.Liefert eine Liste mit allen verfügbaren PluginsList<javax.faces.model.SelectItem> Deprecated.Deprecated.Liefert alle Status eines Projektes zurückDeprecated.Liefert Liste mit allen Upload-Element der aktuell aktiven FormularversionDeprecated.Returns allBenutzerGruppedefined for theMandantList<javax.faces.model.SelectItem> getAvailableResources(boolean includeForm, boolean includeClient, boolean includeExternal) Deprecated.Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.List<javax.faces.model.SelectItem> getAvailableResources(boolean includeForm, boolean includeClient, boolean includeExternal, String... extensions) Deprecated.Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.Deprecated.Deprecated.Deprecated.Finds the currently selected workflow action.Deprecated.Finds the locale the current user is using.Deprecated.Finds the project to which the workflow action belongDeprecated.Finds the state to which the workflow action belongsDeprecated.Finds the entity context that can be used to access the database.Deprecated.Deprecated.Deprecated.Deprecated.List<javax.faces.model.SelectItem> Deprecated.List<javax.faces.model.SelectItem> Deprecated.Deprecated.getParameter(String paramName) Deprecated.Finds the parameter with the given name in the list of parametersDeprecated.Liefert eine Liste mit Zeichenketten aller verfügbaren Platzhalter (Systemplatzhalter, Formularplatzhalter, Platzhalter aus WorkflowProcessingContext)getPlaceholderListForCodeMirror(org.primefaces.extensions.event.CompleteEvent event) Deprecated.Deprecated.Liefert die anzuzeigende XHtml-Page für die Konfiguration von PluginsDeprecated.Getter forIPluginCustomGUIBeanobjectDeprecated.Deprecated.Deprecated.getProcessingIcon(String processingKey) Deprecated.getProcessingLabel(String processingKey) Deprecated.Deprecated.Deprecated.List<javax.faces.model.SelectItem> Deprecated.Deprecated.Deprecated.Liefert eine Liste mit allen datei-bereitstellenden Aktionen, welche der aktuellen Aktion innerhalb des aktuellen Status vorgelagert sindDeprecated.Erzeugt den Vorschau-URL für Verarbeitungen vom TypVerarbeitungWeiterleitungDeprecated.Deprecated.Deprecated.Liefert Liste mit mandanten-spezifische Textbausteinen einer bestimmten Kategorie.Deprecated.Deprecated.voidinit()Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidonClose()Deprecated.voidremoveParameter(int idx) Deprecated.Removes the parameter at the given index from the list of parameters.voidremoveParameter(String paramName) Deprecated.Removes the parameter with the given name from the list of parameters.voidreset()Deprecated.voidsetActionBean(ActionBean actionBean) Deprecated.voidsetActionIds(List<Long> actionIds) Deprecated.voidsetActionUUIDs(List<String> uuids) Deprecated.voidsetInstalledFontNameList(List<String> installedFontNameList) Deprecated.voidsetSelectedProcessing(String selectedProcessing) Deprecated.voidsetStateBean(StateBean stateBean) Deprecated.voidsetUploadElements(List<String> uploadElements) Deprecated.voidDeprecated.voidsetViewEventBusBean(ViewEventBusBean viewEventBusBean) Deprecated.Deprecated.voidtreeSelectionChanged(boolean hasSelectionChanged) Deprecated.voidupdateConfigParameterList(javax.faces.event.AjaxBehaviorEvent evt) Deprecated.Methods inherited from class FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubViewMethods inherited from class ABackendJSFContext
ec, findEntityContext, isDetached, isHasDBMethods inherited from class AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, ucMethods inherited from class MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msgMethods inherited from class I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefaultMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IProcessingBean
getFilteredParameters, setFilterForParameter
-
Field Details
-
actionBean
Deprecated. -
stateBean
Deprecated.
-
-
Constructor Details
-
ProcessingBean
public ProcessingBean()Deprecated.
-
-
Method Details
-
init
@PostConstruct public void init()Deprecated. -
isNewWorkflow
-
destroy
@PreDestroy public void destroy()Deprecated. -
getViewEventBusBean
Deprecated. -
setViewEventBusBean
Deprecated. -
getInstalledFontNameList
-
setInstalledFontNameList
-
getCurrentAction
Deprecated.Description copied from interface:IProcessingBeanFinds the currently selected workflow action.- Specified by:
getCurrentActionin interfaceIProcessingBean- Returns:
- The selected workflow action.
-
getSelectedProcessing
Deprecated. -
setSelectedProcessing
Deprecated. -
createNewProcessing
Deprecated. -
isShowEncryptionSelection
public boolean isShowEncryptionSelection()Deprecated.- Returns:
- Whether the user may select an encryption method for the email. When no methods are available, the select field is hidden.
-
getTextbausteineByKategorie
Deprecated.Liefert Liste mit mandanten-spezifische Textbausteinen einer bestimmten Kategorie.- Parameters:
kategorie- Type of the templates to look for- Returns:
- Liste mit Textbausteinen oder leere Liste.
-
getAllInboxes
-
getAllStatus
-
getAllSateRefOptions
Deprecated. -
getAllDatabaseConnections
Deprecated.Liefert alle für den aktuellen Mandanten hinterlegten Datenbankzugriffe- Returns:
- Liste mit allen Datenbankzugriffen oder leere Liste
-
getAllUsers
-
getAllDirectClientAuthorization
Deprecated.Returns all direct client authorizations for the given client.- Returns:
- All direct client authorizations.
-
getAllUserGroups
-
getAllUploadElements
-
getAllFormElements
-
getAllPlugins
-
getPluginConfigPage
Deprecated.Liefert die anzuzeigende XHtml-Page für die Konfiguration von Plugins- Returns:
- the path to the plugin config page
-
getPluginCustomGUIBean
Deprecated.Getter forIPluginCustomGUIBeanobject- Returns:
- a
IPluginCustomGUIBeanobject if exists, elsenull
-
updateConfigParameterList
public void updateConfigParameterList(javax.faces.event.AjaxBehaviorEvent evt) Deprecated. -
getPluginDescription
-
getPlaceholderList
-
getPlaceholderListForCodeMirror
-
supportedCharsets
-
getRedirectPreviewUrl
Deprecated.Erzeugt den Vorschau-URL für Verarbeitungen vom TypVerarbeitungWeiterleitung- Returns:
- preview url to redirect to
-
getActionIds
Deprecated.- Returns:
- The selected action IDs for the current processing. Action IDs that do not exist anymore or that refer to actions that are not placed before the current action are filtered out.
-
getUploadElements
-
getAvailableResources
public List<javax.faces.model.SelectItem> getAvailableResources(boolean includeForm, boolean includeClient, boolean includeExternal) Deprecated.Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.- Parameters:
includeForm- Whether to include the available form resources.includeClient- Whether to include the available client resources.includeExternal- Whether to include an option for entering an external resource URL.- Returns:
- A list of all available resources (files).
-
getAvailableResources
public List<javax.faces.model.SelectItem> getAvailableResources(boolean includeForm, boolean includeClient, boolean includeExternal, String... extensions) Deprecated.Returns a list of all available resources, which may include client resources, form resources, and external resource URLs.- Parameters:
includeForm- Whether to include the available form resources.includeClient- Whether to include the available client resources.includeExternal- Whether to include an option for entering an external resource URL.extensions- A list of extensions for filtering the returned resources. When no extensions are given, no filtering is applied.- Returns:
- A list of all available resources. Only resources with the given extensions are returned.
-
setUploadElements
-
setActionIds
Deprecated. -
setActionUUIDs
-
getActionUUIDs
-
getProvidingPrevActions
Deprecated.Description copied from interface:IProcessingBeanLiefert eine Liste mit allen datei-bereitstellenden Aktionen, welche der aktuellen Aktion innerhalb des aktuellen Status vorgelagert sind- Specified by:
getProvidingPrevActionsin interfaceIProcessingBean- Returns:
- an list of actions which provides files
-
getFollowActions
-
getFormPlaceholder
-
getProjectResource
Deprecated. -
getClientResource
Deprecated. -
getProcessingModel
Deprecated. -
getProcessing
Deprecated. -
getConsumingProcessing
Deprecated. -
getStateBean
Deprecated. -
setStateBean
Deprecated. -
getActionBean
Deprecated. -
setActionBean
Deprecated. -
getPluginNotAvailableMsg
Deprecated. -
getAllParameter
Deprecated.Description copied from interface:IProcessingBeanReturns the list of all parameters.- Specified by:
getAllParameterin interfaceIProcessingBean- Returns:
- A
Listwith a processing parameters.
-
addNewParameter
public void addNewParameter()Deprecated. -
addNewParameter
Deprecated.Description copied from interface:IProcessingBeanAdds a new parameter to the list of parameters, and returns the newly createdIParameterModelfor that parameter.- Specified by:
addNewParameterin interfaceIProcessingBean- Parameters:
name- Name of the parameter to add- Returns:
- The newly created
IParameterModel
-
getParameter
Deprecated.Description copied from interface:IProcessingBeanFinds the parameter with the given name in the list of parameters- Specified by:
getParameterin interfaceIProcessingBean- Parameters:
paramName- Name of the parameter to get- Returns:
- The
IParameterModelfor the parameter, ornullwhen no such parameter exists
-
removeParameter
Deprecated.Description copied from interface:IProcessingBeanRemoves the parameter with the given name from the list of parameters.- Specified by:
removeParameterin interfaceIProcessingBean- Parameters:
paramName- Name of the parameter to remove
-
removeParameter
public void removeParameter(int idx) Deprecated.Description copied from interface:IProcessingBeanRemoves the parameter at the given index from the list of parameters.- Specified by:
removeParameterin interfaceIProcessingBean- Parameters:
idx- 0-based index of the parameter to remove.
-
isPluginSelected
public boolean isPluginSelected()Deprecated. -
isPlugin
Deprecated. -
getProcessingIcon
-
getIcon
-
getProcessingLabel
-
treeSelectionChanged
public void treeSelectionChanged(boolean hasSelectionChanged) Deprecated. -
deleteCheckedNodes
public void deleteCheckedNodes()Deprecated. -
copyCheckedNodes
public void copyCheckedNodes()Deprecated. -
reset
public void reset()Deprecated. -
onClose
public void onClose()Deprecated. -
setupNewProcessing
public void setupNewProcessing()Deprecated. -
getProcessingTypes
Deprecated. -
getListActions
Deprecated. -
getListPlugins
Deprecated. -
getProcessingPage
Deprecated. -
getCurrentProject
Deprecated.Description copied from interface:IProcessingBeanFinds the project to which the workflow action belong- Specified by:
getCurrentProjectin interfaceIProcessingBean- Returns:
- The current
Projekt
-
getCurrentState
Deprecated.Description copied from interface:IProcessingBeanFinds the state to which the workflow action belongs- Specified by:
getCurrentStatein interfaceIProcessingBean- Returns:
- The current
Statusof the action
-
getEntityContext
Deprecated.Description copied from interface:IProcessingBeanFinds the entity context that can be used to access the database.- Specified by:
getEntityContextin interfaceIProcessingBean- Returns:
- A
IEntityContextfor the database
-
getCurrentLocale
Deprecated.Description copied from interface:IProcessingBeanFinds the locale the current user is using.- Specified by:
getCurrentLocalein interfaceIProcessingBean- Returns:
- The current locale
-
getMailServerData
Deprecated. -
isAllowCustomSenderAddress
public boolean isAllowCustomSenderAddress()Deprecated.- Returns:
- Whether the email server for this client allows a custom sender address to be configured.
-
isMailServerSystemScope
public boolean isMailServerSystemScope()Deprecated.- Returns:
- Whether the system mail server is used for sending mails (as opposed to a client mail server).
-