Class XmlWellFormed
java.lang.Object
org.apache.hop.workflow.action.ActionBase
org.apache.hop.workflow.actions.xml.xmlwellformed.XmlWellFormed
- All Implemented Interfaces:
Cloneable,IAttributes,ICheckResultSource,IExtensionData,IHasLogChannel,ILoggingObject,IVariables,IResourceHolder,IAction
@Action(id="XML_WELL_FORMED",
name="i18n::XML_WELL_FORMED.Name",
description="i18n::XML_WELL_FORMED.Description",
image="XFC.svg",
categoryDescription="i18n::XML_WELL_FORMED.Category",
keywords="i18n::XmlWellFormed.keyword",
documentationUrl="/workflow/actions/xmlwellformed.html")
public class XmlWellFormed
extends ActionBase
implements Cloneable, IAction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringbooleanDeprecated.no longer usedstatic final Stringstatic final Stringstatic final Stringstatic final StringbooleanDeprecated.no longer usedstatic final Stringstatic final Stringstatic final StringString[]Deprecated.no longer usedFields inherited from class org.apache.hop.workflow.action.ActionBase
attributesMap, containerObjectId, entryTransformSetVariablesMap, extensionDataMap, parentWorkflow, parentWorkflowMeta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(List<ICheckResult> remarks, WorkflowMeta jobMeta, IVariables variables, IHopMetadataProvider metadataProvider) clone()booleanMethods inherited from class org.apache.hop.workflow.action.ActionBase
clear, copyFrom, equals, exportResources, getAttribute, getAttributes, getAttributesMap, getContainerId, getDescription, getDialogClassName, getEntryTransformSetVariable, getEntryTransformSetVariablesMap, getExtensionDataMap, getFilename, getLogChannel, getLogChannelId, getLogLevel, getMetadataProvider, getName, getObjectCopy, getObjectName, getObjectType, getParent, getParentVariables, getParentWorkflow, getParentWorkflowMeta, getPluginId, getRealFilename, getReferencedObjectDescriptions, getRegistrationDate, getResourceDependencies, getSqlStatements, getTypeDesc, getTypeId, getUsedDatabaseConnections, getVariable, getVariable, getVariableBoolean, getVariableNames, getVariables, getXml, hasChanged, hashCode, initializeFrom, isBasic, isDebug, isDetailed, isForcingSeparateLogging, isGatheringMetrics, isJoin, isPipeline, isReferencedObjectEnabled, isRowlevel, isStart, isUnconditional, isWorkflow, loadReferencedObject, loadXml, loadXml, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, resetErrorsBeforeExecution, resolve, resolve, resolve, setAttribute, setAttributes, setAttributesMap, setChanged, setChanged, setContainerObjectId, setDescription, setEntryTransformSetVariable, setForcingSeparateLogging, setGatheringMetrics, setLogLevel, setMetadataProvider, setName, setParentVariables, setParentWorkflow, setParentWorkflowMeta, setPluginId, setVariable, setVariables, shareWith, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.hop.workflow.action.IAction
clear, exportResources, getDescription, getDialogClassName, getFilename, getLogChannel, getName, getParentWorkflow, getParentWorkflowMeta, getPluginId, getRealFilename, getReferencedObjectDescriptions, getResourceDependencies, getSqlStatements, getXml, hasChanged, isJoin, isPipeline, isReferencedObjectEnabled, isStart, isUnconditional, isWorkflow, loadReferencedObject, loadXml, resetErrorsBeforeExecution, setChanged, setChanged, setDescription, setMetadataProvider, setName, setParentWorkflow, setParentWorkflowMeta, setPluginIdMethods inherited from interface org.apache.hop.core.IExtensionData
getExtensionDataMapMethods inherited from interface org.apache.hop.core.variables.IVariables
copyFrom, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
Field Details
-
SUCCESS_IF_AT_LEAST_X_FILES_WELL_FORMED
- See Also:
-
SUCCESS_IF_BAD_FORMED_FILES_LESS
- See Also:
-
SUCCESS_IF_NO_ERRORS
- See Also:
-
ADD_ALL_FILENAMES
- See Also:
-
ADD_WELL_FORMED_FILES_ONLY
- See Also:
-
ADD_BAD_FORMED_FILES_ONLY
- See Also:
-
CONST_ACTION_XMLWELL_FORMED_ERROR_SUCCESS_CONDITIONBROKEN
- See Also:
-
CONST_SPACES
- See Also:
-
CONST_FIELDS
- See Also:
-
CONST_FIELD
- See Also:
-
argFromPrevious
Deprecated.no longer used -
includeSubfolders
Deprecated.no longer used -
wildcard
Deprecated.no longer used
-
-
Constructor Details
-
XmlWellFormed
-
XmlWellFormed
public XmlWellFormed()
-
-
Method Details
-
clone
- Specified by:
clonein interfaceIAction- Overrides:
clonein classActionBase
-
execute
- Specified by:
executein interfaceIAction- Throws:
HopException
-
isEvaluation
public boolean isEvaluation()- Specified by:
isEvaluationin interfaceIAction- Overrides:
isEvaluationin classActionBase
-
check
public void check(List<ICheckResult> remarks, WorkflowMeta jobMeta, IVariables variables, IHopMetadataProvider metadataProvider) - Specified by:
checkin interfaceIAction- Overrides:
checkin classActionBase
-