Class FcProcessHistoryPdfHandler
- java.lang.Object
- 
- de.xima.fc.workflow.designer.registry.nodes.FcProcessLogPdfHandler
- 
- de.xima.fc.workflow.designer.registry.nodes.FcProcessHistoryPdfHandler
 
 
- 
- All Implemented Interfaces:
- IResourceBundleLocator,- IWorkflowNodeFlowAnalyzer<FcProcessLogPdfProps>,- IElementHandler<FcProcessLogPdfProps,WorkflowNode>,- IExecutionResultDescriptor,- ICustomParametersUpdateable,- IWorkflowElementTypeProviding,- IBeanValidatingElement<FcProcessLogPdfProps,WorkflowNode>,- IBeanValidatingNode<FcProcessLogPdfProps>,- IExecutingLikeActionNode<FcProcessLogPdfProps>,- IFileProviding<FcProcessLogPdfProps>,- IHierarchyValidatingNode<FcProcessLogPdfProps>,- IKeyValueSummarizableElement<FcProcessLogPdfProps,WorkflowNode>,- IKeyValueSummarizableNode<FcProcessLogPdfProps>,- IOfficialHelpPageElement<FcProcessLogPdfProps,WorkflowNode>,- IOfficialHelpPageNode<FcProcessLogPdfProps>,- ISingleElementPrototype<FcProcessLogPdfProps,WorkflowNode>,- ISingleNodePrototype<FcProcessLogPdfProps>,- INodeHandler<FcProcessLogPdfProps>,- IWorkflowNodeTypeProviding,- IListenerRegistrator,- IOrderable,- ISingleBaseActionBuiltinNodePrototype<FcProcessLogPdfProps>,- ISingleBuiltinNodePrototype<FcProcessLogPdfProps>,- IBuiltinResourcesHandler<FcProcessLogPdfProps,WorkflowNode>,- IBaseActionNode<FcProcessLogPdfProps>,- IBuiltinNodeType<FcProcessLogPdfProps>,- ISingleBaseActionNodePrototype<FcProcessLogPdfProps>,- IFcProcessLogPdfDescriptor,- Comparable<IOrderable>
 
 @Deprecated @Immutable public final class FcProcessHistoryPdfHandler extends FcProcessLogPdfHandler Deprecated.This exists only because of a bugs introduced in 7.2.1 were the type of this action was changed.TheINodeHandlerfor nodes of typeEWorkflowNodeType.FC_PROCESS_HISTORY_PDF.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Field Summary- 
Fields inherited from interface de.xima.fc.interfaces.workflow.elements.IElementHandlerCURRENT_HANDLER_VERSION
 - 
Fields inherited from interface de.xima.fc.workflow.retval.node.IFcProcessLogPdfDescriptorATTR_FILE_SIZE
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EWorkflowNodeTypegetBuiltinType()Deprecated.static FcProcessHistoryPdfHandlergetInstance()Deprecated.List<INodePrototypeDescriptor<FcProcessLogPdfProps>>getNodePrototypes(IGetNodePrototypesParams params)Deprecated.Returns a list of all node prototypes for this node type.Set<String>getRelatedNodeTypes()Deprecated.Complex workflow elements may consist of several related node types.- 
Methods inherited from class de.xima.fc.workflow.designer.registry.nodes.FcProcessLogPdfHandlerequals, execute, getDataModelClass, getElementSummaryKeyValueModel, getMainCategory, getPropertiesViewXhtml, getSubCategory, hashCode
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface de.xima.fc.workflow.mixin.IBaseActionNodeisValidChildCount, isValidChildType, isValidParentType, validateLocal
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.IBeanValidatingElementgetValidationGroups
 - 
Methods inherited from interface de.xima.fc.workflow.mixin.IBuiltinNodeTypegetOfficialHelpPagePath, getType, isAvailable, register
 - 
Methods inherited from interface de.xima.fc.workflow.designer.registry.IBuiltinResourcesHandlergetCascadingStyleSheet, getJavaScript
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.ICustomParametersUpdateableupdateCustomParams
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.elements.IElementHandlerextractDescription, extractName, extractSearchTerms, getCascadingStyleSheet, getDisplayLabel, getFastJsonConverter, getFilterCriteriaForEntities, getJavaScript, getResourceBundle, getVersion, isHasUserVisibleName, readEntityReferences, readPlaceholders, validateGlobal, writeEntityReferences, writePlaceholders
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.IExecutingLikeActionNodecreateFlowGraph
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.execution.IExecutionResultDescriptorgetAlwaysValueDescriptor
 - 
Methods inherited from interface de.xima.fc.workflow.retval.node.IFcProcessLogPdfDescriptorgetErrorValueDescriptor, getSoftErrorValueDescriptor, getSuccessValueDescriptor
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.IFileProvidinggetFileValueDescriptor
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.IKeyValueSummarizableElementgetElementSummaryModel, getElementSummaryXhtml
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.nodes.INodeHandlergetLocalizedTypeName, getPropertiesBeanClass, isCreateProtocolEntryAfterExecution, isCreateProtocolEntryAfterExecution, isReplacePlaceholderBeforeExecution
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.IOfficialHelpPageElementgetHelpPageLocation
 - 
Methods inherited from interface de.xima.fc.listener.IOrderablecompareTo, shouldBeAfter
 - 
Methods inherited from interface de.xima.fc.workflow.mixin.ISingleBaseActionNodePrototypegetPrototypeModelData, getThemeColor
 - 
Methods inherited from interface de.xima.fc.workflow.designer.mixin.ISingleBuiltinNodePrototypegetPrototypeIcon, getPrototypeLabel, getPrototypeSearchText, getPrototypeSortKey, getPrototypeSubLabel, getPrototypeTitle
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.ISingleElementPrototypegetPrototypeTags
 - 
Methods inherited from interface de.xima.fc.interfaces.workflow.mixin.ISingleNodePrototypegetPrototypeElement
 
- 
 
- 
- 
- 
Method Detail- 
getBuiltinTypepublic EWorkflowNodeType getBuiltinType() Deprecated.- Specified by:
- getBuiltinTypein interface- IBuiltinNodeType<FcProcessLogPdfProps>
- Overrides:
- getBuiltinTypein class- FcProcessLogPdfHandler
- Returns:
- The built-in node type.
 
 - 
getNodePrototypespublic List<INodePrototypeDescriptor<FcProcessLogPdfProps>> getNodePrototypes(IGetNodePrototypesParams params) Deprecated.Description copied from interface:INodeHandlerReturns a list of all node prototypes for this node type. Each prototype appears in the drawer panel of the workflow designer. The user can move a node prototype via drag & drop into the design area in the center to add the node to the current flowchart.You should always return all prototypes, irrespective of whether they are allowed to the current user. IElementHandler.isAvailable(IIsAvailableParams)is checked by the engine, and unavailable node types are removed automatically.- Parameters:
- params- Parameters for this method, such as the current locale for localizing the display name of the prototypes.
- Returns:
- A list of all available prototypes. nullis treated as an empty list.
 
 - 
getInstancepublic static FcProcessHistoryPdfHandler getInstance() Deprecated.- Returns:
- The immutable, stateless instance of this handler.
 
 - 
getRelatedNodeTypespublic Set<String> getRelatedNodeTypes() Deprecated.Description copied from interface:INodeHandlerComplex workflow elements may consist of several related node types. For example, a switch may consist of a switch node, a default case node, and a switch case node. This method should return such related node types (but not theIWorkflowElementTypeProviding.getType()itself. This is not a strict requirement, all features will still work even if this method returns an empty set. The result of this method is used e.g. to load the handlers for the related node types when the flowchart is loaded in the designer (otherwise they would be loaded dynamically once required).- Specified by:
- getRelatedNodeTypesin interface- INodeHandler<FcProcessLogPdfProps>
- Overrides:
- getRelatedNodeTypesin class- FcProcessLogPdfHandler
- Returns:
- A list of related node types.
 
 
- 
 
-