- CAMUNDA_CLASS - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_DEXPRESSION - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_DMN - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_ENTRY - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_ERROR_CODE_VARIABLE - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_ERROR_MESSAGE_VARIABLE - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_EXECUTION_LISTENER - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_EXPRESSION - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_EXT - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_FIELD - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_INPUT_PARAMETER - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_LIST - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_MAP - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_OUTPUT_PARAMETER - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_PROPERTY - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_SCRIPT - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_TASK_LISTENER - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CAMUNDA_VALUE - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CamundaMethodServices - Class in de.viadee.bpm.vPAV.constants
-
- CamundaProcessVariableFunctions - Enum in de.viadee.bpm.vPAV.processing.model.data
-
Enum storing Camunda methods of ProcessVariable operations.
- CASE_REF - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.BoundaryErrorChecker
-
- check() - Method in class de.viadee.bpm.vPAV.processing.checker.DataFlowChecker
-
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.DmnTaskChecker
-
Check a BusinessRuleTask for a DMN reference
- check(BpmnElement) - Method in interface de.viadee.bpm.vPAV.processing.checker.ElementChecker
-
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.ElementIdConventionChecker
-
Check if an element follows a configurable pattern
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.EmbeddedGroovyScriptChecker
-
Check for GroovyScript in a ScriptTask And checks for GroovyScript in
ExtensionElements
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.ExtensionChecker
-
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.FieldInjectionChecker
-
Check for JavaDelegates in Tasks
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.JavaDelegateChecker
-
Check for JavaDelegates in Tasks
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.MessageCorrelationChecker
-
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.MessageEventChecker
-
Check MessageEvents for implementation and messages
- check() - Method in interface de.viadee.bpm.vPAV.processing.checker.ModelChecker
-
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.NoExpressionChecker
-
Check if ServiceTasks, BusinessRuleTasks, SendTasks and ScriptTasks use expressions against best practices
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.NoScriptChecker
-
Checks a bpmn model, if there is any script (Script inside a script task -
Script as an execution listener - Script as a task listener - Script inside
an inputOutput parameter mapping)
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.OverlapChecker
-
Check for redundant edges between common elements (double or more flows
instead of one)
- check() - Method in class de.viadee.bpm.vPAV.processing.checker.ProcessVariablesModelChecker
-
Checks variables of a given process and identifies read/write/delete
anomalies
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.ProcessVariablesNameConventionChecker
-
Checks process variables in an bpmn element, whether they comply naming
conventions
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.SignalEventChecker
-
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.TaskNamingConventionChecker
-
Check if elements adhere to a configurable naming convention
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.TimerExpressionChecker
-
Check TimerEvents for correct usage of ISO 8601 and CRON definitions
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.VersioningChecker
-
Check versions of referenced beans and/or classes
- check(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.checker.XorConventionChecker
-
Check if XOR gateways and their outgoing edges adhere to naming conventions
- check(Collection<ProcessVariable>) - Method in interface de.viadee.bpm.vPAV.processing.dataflow.DataFlowRule
-
Evaluates rule on the set of process variables.
- check(Collection<ProcessVariable>) - Method in class de.viadee.bpm.vPAV.processing.dataflow.DataFlowRuleBuilder
-
- CheckerFactory - Class in de.viadee.bpm.vPAV.processing.checker
-
Factory decides which Checkers will be used in defined situations
- CheckerFactory() - Constructor for class de.viadee.bpm.vPAV.processing.checker.CheckerFactory
-
- CheckerIssue - Class in de.viadee.bpm.vPAV.processing.model.data
-
Class for holding issues (errors, warnings, infos) from the checkers.
- CheckerIssue(String, String, CriticalityEnum, String, String, String, String, String, Anomaly, List<Path>, String, String) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
CheckerIssue
- CheckerIssue(String, String, CriticalityEnum, String, String, String, String, String, Anomaly, List<Path>, String) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
CheckerIssue
- CheckerIssue(String, String, CriticalityEnum, String, String, String, String, String, String) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
CheckerIssue
- CheckerIssue(String, String, CriticalityEnum, String, String, String, String, String) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
CheckerIssue
- CheckerIssue(String, String, CriticalityEnum, String, String, String, String) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
CheckerIssue
- CheckerIssue(String, CriticalityEnum, String, String, String, String) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
CheckerIssue
- CheckerIssue(String, String, CriticalityEnum, String, String, String, String, String, String, String) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
CheckerIssue
- checkMisconfiguration(Setting) - Method in class de.viadee.bpm.vPAV.processing.checker.ExtensionChecker
-
Checks whether a misconfiguration of the ruleSet.xml occured
- CheckName - Class in de.viadee.bpm.vPAV.processing
-
Utility class to check names and return names/ids
- CheckName() - Constructor for class de.viadee.bpm.vPAV.processing.CheckName
-
- checkName(BaseElement) - Static method in class de.viadee.bpm.vPAV.processing.CheckName
-
Checks the name of a BaseElement and returns the identifier if no name is
specified
- checkNamingOfEdges(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
check xor gateways for outgoing edges
- checkStartEvent(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Retrieve startevents to check whether any parent node is a subprocess
- checkTimer(Element) - Static method in class de.viadee.bpm.vPAV.processing.CheckName
-
Checks the name of a Timer and returns the identifier if no name is specified
- CLASS_FILE_PATTERN - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- clear() - Method in class de.viadee.bpm.vPAV.processing.model.graph.VariableInfo
-
Resets the visited field.
- clear() - Method in class de.viadee.bpm.vPAV.processing.model.graph.VertexInfo
-
Resets the visited field.
- clearPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- clearPredecessors() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- clearPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- clearPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- clearPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- clearSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- clearSuccessors() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- clearSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- clearSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- clearSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- clone() - Method in class de.viadee.bpm.vPAV.processing.code.flow.Node
-
- COLLECTION - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- compareTo(CheckerIssue) - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- COND_EXP - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- CONDITION_EXPRESSION - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- ConditionedProcessVariableSet - Interface in de.viadee.bpm.vPAV.processing.dataflow
-
Last step builder for building data flow rules.
- ConfigConstants - Class in de.viadee.bpm.vPAV.constants
-
Class to hold global constants
- ConfigItemNotFoundException - Exception in de.viadee.bpm.vPAV.processing
-
- ConfigItemNotFoundException(String) - Constructor for exception de.viadee.bpm.vPAV.processing.ConfigItemNotFoundException
-
- ConfigReader - Interface in de.viadee.bpm.vPAV.config.reader
-
- ConfigReaderException - Exception in de.viadee.bpm.vPAV.config.reader
-
- ConfigReaderException(Throwable) - Constructor for exception de.viadee.bpm.vPAV.config.reader.ConfigReaderException
-
- ConfigReaderException(String) - Constructor for exception de.viadee.bpm.vPAV.config.reader.ConfigReaderException
-
- ConstrainedProcessVariableSet - Interface in de.viadee.bpm.vPAV.processing.dataflow
-
Second step builder for building data flow rules.
- controlFlowGraph - Variable in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- ControlFlowGraph - Class in de.viadee.bpm.vPAV.processing.code.flow
-
- ControlFlowGraph() - Constructor for class de.viadee.bpm.vPAV.processing.code.flow.ControlFlowGraph
-
- CORRELATE_MESSAGE - Static variable in class de.viadee.bpm.vPAV.constants.CamundaMethodServices
-
- CREATE_OUTPUT_RULE - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- createCheckerInstances(RuleSet, Collection<String>, BpmnScanner, ProcessVariablesScanner, Collection<DataFlowRule>, Collection<ProcessVariable>, Map<AnomalyContainer, List<Path>>) - Method in class de.viadee.bpm.vPAV.processing.checker.CheckerFactory
-
create checkers
- createIds(Pattern, Matcher, boolean) - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
Matches the ids and creates the references to nodeSuccessors and
nodePredecessors
- createInvalidPaths(Collection<Graph>) - Method in class de.viadee.bpm.vPAV.processing.ElementGraphBuilder
-
Create invalid paths for data flow anomalies
- createIssue(Rule, CriticalityEnum, BpmnElement, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssue(Rule, String, CriticalityEnum, ProcessVariable, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssue(Rule, CriticalityEnum, BpmnElement, String, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssue(Rule, CriticalityEnum, ProcessVariableOperation, List<Path>, AnomalyContainer, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssue(Rule, CriticalityEnum, String, BpmnElement, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssue(Rule, CriticalityEnum, BpmnElement, Map.Entry<Element, Element>, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssueWithBeanRef(Rule, CriticalityEnum, BpmnElement, String, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssueWithClassPath(Rule, CriticalityEnum, String, BpmnElement, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createIssueWithJavaRef(Rule, CriticalityEnum, BpmnElement, String, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createProcessGraph(FileScanner, BpmnModelInstance, String, Collection<String>, ProcessVariablesScanner, FlowAnalysis) - Method in class de.viadee.bpm.vPAV.processing.ElementGraphBuilder
-
Create data flow graphs for a model
- createSingleIssue(Rule, CriticalityEnum, BpmnElement, String, String) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- createSingleIssue(Rule, CriticalityEnum, BpmnElement, String, String, String, ElementConvention) - Static method in class de.viadee.bpm.vPAV.output.IssueWriter
-
- CRITICALITY - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- CriticalityEnum - Enum in de.viadee.bpm.vPAV.processing.model.data
-
Criticality Enum representing the severity of an issue
- CSS_FOLDER - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- GATEWAY - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- generateBeanMappingFile(ApplicationContext) - Static method in class de.viadee.bpm.vPAV.beans.BeanMappingGenerator
-
Generates bean mapping HashMap for jUnit start
- getActiveRules() - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getAdjacencyListPredecessor(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getAdjacencyListSuccessor(BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getAllActiveRules() - Method in class de.viadee.bpm.vPAV.config.model.RuleSet
-
- getAllInvalidPaths(BpmnElement, AnomalyContainer) - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
Search all paths with variables, which has not been set
source:
http://codereview.stackexchange.com/questions/45678/find-all-paths-from-source-to-destination
- getAllProcessVariables() - Method in class de.viadee.bpm.vPAV.processing.model.data.OutSetCFG
-
- getAllProcessVariables() - Method in class de.viadee.bpm.vPAV.processing.model.data.VariableBlock
-
- getAllRules() - Method in class de.viadee.bpm.vPAV.config.model.RuleSet
-
- getAllVariableBlocks() - Method in class de.viadee.bpm.vPAV.processing.model.data.OutSetCFG
-
- getAnomalies() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getAnomalies() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getAnomalies() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getAnomalies() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getAnomalies() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getAnomaly() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getAnomaly() - Method in class de.viadee.bpm.vPAV.processing.model.data.AnomalyContainer
-
- getAnomaly() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getApplicationContext() - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getBaseElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getBaseElement() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getBaseElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getBaseElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getBaseElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getBasepath() - Method in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- getBeanMapping() - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getBlock() - Method in class de.viadee.bpm.vPAV.processing.code.flow.Node
-
- getBlock() - Method in class de.viadee.bpm.vPAV.processing.model.data.VariableBlock
-
- getBpmnElements(File, Collection<BaseElement>, ElementGraphBuilder, FlowAnalysis) - Static method in class de.viadee.bpm.vPAV.processing.BpmnModelDispatcher
-
- getBpmnElements() - Method in class de.viadee.bpm.vPAV.processing.model.data.ModelDispatchResult
-
- getBpmnFile() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getBpmnFile() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getChapter() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getClassification() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getClassification() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getClassLoader() - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getClassName() - Method in class de.viadee.bpm.vPAV.processing.EntryPoint
-
- getControlFlowGraph() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getControlFlowGraph() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getControlFlowGraph() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getControlFlowGraph() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getControlFlowGraph() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getCreationPoint() - Method in class de.viadee.bpm.vPAV.config.reader.XmlVariable
-
- getCriticality() - Method in interface de.viadee.bpm.vPAV.processing.dataflow.DataFlowRule
-
- getCriticality() - Method in class de.viadee.bpm.vPAV.processing.dataflow.DataFlowRuleBuilder
-
- getDeactivatedRuleSet() - Method in class de.viadee.bpm.vPAV.config.reader.XmlConfigReader
-
Retrieves all rules, by default deactivated
- getDecisionRefToPathMap() - Method in class de.viadee.bpm.vPAV.FileScanner
-
get mapping from decisionRef to file path of dmn models
- getDefined() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getDefined() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getDefined() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getDefined() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getDefined() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getDeletes() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariable
-
- getDescription() - Method in class de.viadee.bpm.vPAV.config.model.ElementConvention
-
- getDescription() - Method in class de.viadee.bpm.vPAV.config.reader.XmlElementConvention
-
- getDescription() - Method in class de.viadee.bpm.vPAV.config.reader.XmlRule
-
- getDescription() - Method in class de.viadee.bpm.vPAV.processing.dataflow.DescribedPredicateEvaluator
-
Predicate description used to generate rule descriptions.
- getDescription() - Method in enum de.viadee.bpm.vPAV.processing.model.data.Anomaly
-
- getDescription() - Method in enum de.viadee.bpm.vPAV.processing.model.data.KnownElementFieldType
-
- getEdge(BpmnElement, BpmnElement) - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getEdges() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getElement(String) - Method in class de.viadee.bpm.vPAV.processing.ElementGraphBuilder
-
- getElement() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getElementConventions() - Method in class de.viadee.bpm.vPAV.config.model.Rule
-
- getElementConventions() - Method in class de.viadee.bpm.vPAV.config.reader.XmlRule
-
- getElementDescription() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getElementDescription() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getElementFieldTypes() - Method in class de.viadee.bpm.vPAV.config.model.ElementConvention
-
- getElementFieldTypes() - Method in class de.viadee.bpm.vPAV.config.model.ElementFieldTypes
-
- getElementFieldTypes() - Method in class de.viadee.bpm.vPAV.config.reader.XmlElementConvention
-
- getElementFieldTypes() - Method in class de.viadee.bpm.vPAV.config.reader.XmlElementFieldTypes
-
- getElementId() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getElementId() - Method in class de.viadee.bpm.vPAV.processing.model.data.AnomalyContainer
-
- getElementId() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getElementName() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getElementName() - Method in class de.viadee.bpm.vPAV.processing.model.data.AnomalyContainer
-
- getElementName() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getElementRules() - Method in class de.viadee.bpm.vPAV.config.model.RuleSet
-
- getElements() - Method in class de.viadee.bpm.vPAV.output.XmlPath
-
- getElements() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Path
-
- getEndNodes() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getEntryPoint() - Method in class de.viadee.bpm.vPAV.processing.EntryPoint
-
- getEntryPoints() - Method in class de.viadee.bpm.vPAV.processing.ProcessVariablesScanner
-
get list of entrypoints (process message, method) where process variables have been found
- getErrorCodeVar(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get errorCodeVariable
- getErrorDef(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get errorDefinition
- getErrorEvent(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get errorEventDefinition
- getErrorEventMapping(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
- getEvaluatedVariable() - Method in class de.viadee.bpm.vPAV.processing.dataflow.EvaluationResult
-
- getEventImplementation(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Return the Implementation of an specific element (endEvent and/or
intermediateThrowEvent)
- getExpression() - Method in class de.viadee.bpm.vPAV.processing.code.flow.ExpressionNode
-
- getFieldInjectionExpression(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get value of expression
- getFieldInjectionVarName(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get names of variable in fieldInjection
- getFieldType() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getFilePattern() - Method in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- getFileScanner() - Method in class de.viadee.bpm.vPAV.Runner
-
- getFilteredIssues() - Method in class de.viadee.bpm.vPAV.Runner
-
- getFlowAnalysis() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getFlowOperationIndex() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getFrom() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Edge
-
- getId() - Method in class de.viadee.bpm.vPAV.config.model.Rule
-
- getId() - Method in class de.viadee.bpm.vPAV.config.model.Setting
-
- getId() - Method in class de.viadee.bpm.vPAV.config.reader.XmlRule
-
- getId() - Method in class de.viadee.bpm.vPAV.config.reader.XmlSetting
-
- getId() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getId() - Method in class de.viadee.bpm.vPAV.output.XmlPathElement
-
- getId() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getId() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getId() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getId() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getId() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getId() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getId() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getIgnoredIssuesMap() - Method in class de.viadee.bpm.vPAV.output.JsOutputWriter
-
- getIgnoredIssuesMap() - Method in class de.viadee.bpm.vPAV.Runner
-
- getImplementation(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Return the Implementation of an specific element (sendTask, ServiceTask or
BusinessRuleTask)
- getImplementationReference(String, String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
- getIncorrectCheckers() - Method in class de.viadee.bpm.vPAV.processing.BpmnModelDispatcher
-
- getIncorrectCheckers() - Method in class de.viadee.bpm.vPAV.processing.checker.CheckerFactory
-
- getIndex() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getInputMapping(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get mapping of inputParameters
- getInstance() - Static method in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- getInstance() - Static method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getIntermediateEntryPoints() - Method in class de.viadee.bpm.vPAV.processing.ProcessVariablesScanner
-
get list of intermediate entrypoints (process message, method) where process variables have been found
- getInUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getInUnused() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getInUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getInUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getInUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getInUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getInUsed() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getInUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getInUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getInUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getInvalidPaths() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getIsDirectory() - Static method in class de.viadee.bpm.vPAV.FileScanner
-
- getIsMisconfigured() - Method in class de.viadee.bpm.vPAV.processing.checker.ExtensionChecker
-
- getIssues() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssues
-
- getIssues() - Method in class de.viadee.bpm.vPAV.processing.model.data.ModelDispatchResult
-
- getJavaResourcesFileInputStream() - Method in class de.viadee.bpm.vPAV.FileScanner
-
- getKeyPairs(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
- getKilled() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getKilled() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getKilled() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getKilled() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getKilled() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getLanguage() - Method in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
Retrieves language property
- getLinkRefs(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
- getListener(String, String, String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
- getLocation() - Method in enum de.viadee.bpm.vPAV.processing.model.data.CamundaProcessVariableFunctions
-
- getMappingType(String, String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get mapping type for input/output parameters for given element by id
- getMD5(String) - Static method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getMessage() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getMessage() - Method in class de.viadee.bpm.vPAV.processing.dataflow.EvaluationResult
-
- getMessage() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getMessageIdToVariableMap() - Method in class de.viadee.bpm.vPAV.processing.ProcessVariablesScanner
-
get mapping for message id
- getMessageName(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Retrieve the message name
- getMessageName() - Method in class de.viadee.bpm.vPAV.processing.EntryPoint
-
- getMessageRefs(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
- getMethodName() - Method in class de.viadee.bpm.vPAV.processing.EntryPoint
-
- getModelConventions() - Method in class de.viadee.bpm.vPAV.config.model.Rule
-
- getModelConventions() - Method in class de.viadee.bpm.vPAV.config.reader.XmlRule
-
- getModelPath() - Method in class de.viadee.bpm.vPAV.Runner
-
- getModelPaths() - Method in class de.viadee.bpm.vPAV.output.JsOutputWriter
-
- getModelRules() - Method in class de.viadee.bpm.vPAV.config.model.RuleSet
-
- getName() - Method in class de.viadee.bpm.vPAV.config.model.ElementConvention
-
- getName() - Method in class de.viadee.bpm.vPAV.config.model.Rule
-
- getName() - Method in class de.viadee.bpm.vPAV.config.model.Setting
-
- getName() - Method in class de.viadee.bpm.vPAV.config.reader.XmlElementConvention
-
- getName() - Method in class de.viadee.bpm.vPAV.config.reader.XmlRule
-
- getName() - Method in class de.viadee.bpm.vPAV.config.reader.XmlSetting
-
- getName() - Method in class de.viadee.bpm.vPAV.config.reader.XmlVariable
-
- getName() - Method in class de.viadee.bpm.vPAV.output.XmlPathElement
-
- getName() - Method in class de.viadee.bpm.vPAV.processing.model.data.AnomalyContainer
-
- getName() - Method in enum de.viadee.bpm.vPAV.processing.model.data.CamundaProcessVariableFunctions
-
- getName() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariable
-
- getName() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getNodeId() - Method in class de.viadee.bpm.vPAV.processing.model.data.AnomalyContainer
-
- getNodes() - Method in class de.viadee.bpm.vPAV.processing.code.flow.ControlFlowGraph
-
- getNodes() - Method in class de.viadee.bpm.vPAV.processing.code.flow.FlowAnalysis
-
- getNodesWithAnomalies() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
Get nodes with data flow anomalies
- getNumberOfArgBoxes() - Method in enum de.viadee.bpm.vPAV.processing.model.data.CamundaProcessVariableFunctions
-
- getOperation() - Method in class de.viadee.bpm.vPAV.config.reader.XmlVariable
-
- getOperation() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getOperationCounter() - Method in class de.viadee.bpm.vPAV.processing.code.flow.FlowAnalysis
-
- getOperations() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getOperations() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getOperations() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getOperations() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getOperations() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getOperations() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariable
-
- getOperationType() - Method in enum de.viadee.bpm.vPAV.processing.model.data.CamundaProcessVariableFunctions
-
- getOperationType() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getOutgoing(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Return number of outgoing
- getOutgoingEdges(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
check xor gateways for outgoing edges
- getOutputMapping(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get mapping of outputParameters
- getOutUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getOutUnused() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getOutUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getOutUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getOutUnused() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getOutUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getOutUsed() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getOutUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getOutUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getOutUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getParentElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getParentElement() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getParentElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getParentElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getParentElement() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getPaths() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getPattern() - Method in class de.viadee.bpm.vPAV.config.model.ElementConvention
-
- getPattern() - Method in class de.viadee.bpm.vPAV.config.reader.XmlElementConvention
-
- getPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getPredecessors() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getPredecessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getPriorLevel() - Method in class de.viadee.bpm.vPAV.processing.code.flow.ControlFlowGraph
-
- getProcess() - Method in class de.viadee.bpm.vPAV.config.reader.XmlVariable
-
- getProcessDefinition() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getProcessId() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getProcessIdToPathMap() - Method in class de.viadee.bpm.vPAV.FileScanner
-
get mapping from process id to file path of bpmn models
- getProcessIdToVariableMap() - Method in class de.viadee.bpm.vPAV.processing.ProcessVariablesScanner
-
get mapping for process id
- getProcessVariables(Collection<BpmnElement>) - Static method in class de.viadee.bpm.vPAV.processing.BpmnModelDispatcher
-
- getProcessVariables() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getProcessVariables() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getProcessVariables() - Method in class de.viadee.bpm.vPAV.processing.model.data.ModelDispatchResult
-
- getProcessVariables(RuleSet) - Method in class de.viadee.bpm.vPAV.Runner
-
Initializes the variableScanner to scan and read outer process variables with
the current javaResources
- getProcessVariablesMapped() - Method in class de.viadee.bpm.vPAV.processing.model.data.VariableBlock
-
- getReads() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariable
-
- getRequired() - Method in class de.viadee.bpm.vPAV.config.model.Setting
-
- getRequired() - Method in class de.viadee.bpm.vPAV.config.reader.XmlSetting
-
- getResource(String) - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
Set base directory and set ResourceBundle
- getResourceBundle() - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getResourceFile() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getResourceFile() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getResourceFilePath() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getResourcesNewestVersions() - Method in class de.viadee.bpm.vPAV.FileScanner
-
get a list of versioned resources (only with current versions)
- getRuleDescription() - Method in class de.viadee.bpm.vPAV.config.model.Rule
-
- getRuleDescription() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getRuleDescription() - Method in interface de.viadee.bpm.vPAV.processing.dataflow.DataFlowRule
-
- getRuleDescription() - Method in class de.viadee.bpm.vPAV.processing.dataflow.DataFlowRuleBuilder
-
- getRuleDescription() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getRuleName() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getRuleName() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getRules() - Method in class de.viadee.bpm.vPAV.config.reader.XmlRuleSet
-
- getScanPath() - Method in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- getScope() - Method in class de.viadee.bpm.vPAV.config.reader.XmlVariable
-
- getScopeId() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariableOperation
-
- getScript() - Method in class de.viadee.bpm.vPAV.config.reader.XmlSetting
-
- getScriptPlaces() - Method in class de.viadee.bpm.vPAV.config.model.Setting
-
- getScriptTypes(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Check if model has an scriptTag
- getSequenceFlowDef(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get sequenceFlow attributes such as sourceRef and targetRef
- getSequenceFlowList() - Method in class de.viadee.bpm.vPAV.processing.checker.OverlapChecker
-
- getService() - Method in enum de.viadee.bpm.vPAV.processing.model.data.CamundaProcessVariableFunctions
-
- getSettings() - Method in class de.viadee.bpm.vPAV.config.model.Rule
-
- getSettings() - Method in class de.viadee.bpm.vPAV.config.reader.XmlRule
-
- getSignal(String) - Method in class de.viadee.bpm.vPAV.processing.checker.SignalEventChecker
-
- getSignalName(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Retrieve the signal name
- getSignalRefs(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
- getSootPath() - Static method in class de.viadee.bpm.vPAV.FileScanner
-
- getStartNodes() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getString(String) - Static method in class de.viadee.bpm.vPAV.Messages
-
- getSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getSuccessors() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getSuccessors() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getTimerImplementation(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
get ids and timer definition for all timer event types
- getTo() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Edge
-
- getType() - Method in class de.viadee.bpm.vPAV.config.model.ModelConvention
-
- getType() - Method in class de.viadee.bpm.vPAV.config.model.Setting
-
- getType() - Method in class de.viadee.bpm.vPAV.config.reader.XmlModelConvention
-
- getType() - Method in class de.viadee.bpm.vPAV.config.reader.XmlSetting
-
- getUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.AbstractNode
-
- getUsed() - Method in interface de.viadee.bpm.vPAV.processing.code.flow.AnalysisElement
-
- getUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElement
-
- getUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.BpmnElementDecorator
-
- getUsed() - Method in class de.viadee.bpm.vPAV.processing.code.flow.NodeDecorator
-
- getUserVariablesFilePath() - Method in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- getValue() - Method in class de.viadee.bpm.vPAV.config.model.Setting
-
- getValue() - Method in class de.viadee.bpm.vPAV.config.reader.XmlSetting
-
- getVariable() - Method in class de.viadee.bpm.vPAV.output.XmlCheckerIssue
-
- getVariable() - Method in class de.viadee.bpm.vPAV.processing.model.data.AnomalyContainer
-
- getVariable() - Method in class de.viadee.bpm.vPAV.processing.model.data.CheckerIssue
-
- getVariableBlock(Block) - Method in class de.viadee.bpm.vPAV.processing.model.data.OutSetCFG
-
- getVariables() - Method in class de.viadee.bpm.vPAV.config.reader.XmlVariables
-
- getVariablesFromElement(FileScanner, BpmnElement, ControlFlowGraph) - Method in class de.viadee.bpm.vPAV.processing.ProcessVariableReader
-
Examining an bpmn element for variables
- getVersioningScheme() - Static method in class de.viadee.bpm.vPAV.FileScanner
-
- getVertex() - Method in class de.viadee.bpm.vPAV.processing.model.graph.VertexInfo
-
- getVertexInfo() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getVertices() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- getViadeeElementRules() - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getViadeeRules() - Method in class de.viadee.bpm.vPAV.RuntimeConfig
-
- getViolationMessageFor(EvaluationResult<ProcessVariable>) - Method in interface de.viadee.bpm.vPAV.processing.dataflow.DataFlowRule
-
- getViolationMessageFor(EvaluationResult<ProcessVariable>) - Method in class de.viadee.bpm.vPAV.processing.dataflow.DataFlowRuleBuilder
-
- getVisited() - Method in class de.viadee.bpm.vPAV.processing.model.graph.VariableInfo
-
- getVisited() - Method in class de.viadee.bpm.vPAV.processing.model.graph.VertexInfo
-
- getWeight() - Method in class de.viadee.bpm.vPAV.processing.model.graph.Edge
-
- getWhiteList() - Method in class de.viadee.bpm.vPAV.config.model.Rule
-
- getWrites() - Method in class de.viadee.bpm.vPAV.processing.model.data.ProcessVariable
-
- getWrongCheckersMap() - Method in class de.viadee.bpm.vPAV.output.JsOutputWriter
-
- getWrongCheckersMap() - Method in class de.viadee.bpm.vPAV.Runner
-
- getXorGateWays(String) - Method in class de.viadee.bpm.vPAV.BpmnScanner
-
Return a list of used gateways for a given bpmn model
- Graph - Class in de.viadee.bpm.vPAV.processing.model.graph
-
A class for a directed graph.
- Graph(String) - Constructor for class de.viadee.bpm.vPAV.processing.model.graph.Graph
-
- GROOVY - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_CHECKERS - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_FOLDER - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_IGNORED_ISSUES_OUTPUT - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_ISSUE_SEVERITY - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_JS_MODEL_OUTPUT - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_JS_OUTPUT - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_JS_PROCESSVARIABLES - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_JS_SUCCESS_OUTPUT - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_JSON_OUTPUT - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VALIDATION_XML_OUTPUT - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- valueOf(String) - Static method in enum de.viadee.bpm.vPAV.processing.model.data.Anomaly
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.viadee.bpm.vPAV.processing.model.data.CamundaProcessVariableFunctions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.viadee.bpm.vPAV.processing.model.data.CriticalityEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.viadee.bpm.vPAV.processing.model.data.ElementChapter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.viadee.bpm.vPAV.processing.model.data.InOutState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.viadee.bpm.vPAV.processing.model.data.KnownElementFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.viadee.bpm.vPAV.processing.model.data.VariableOperation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.viadee.bpm.vPAV.processing.model.data.Anomaly
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.viadee.bpm.vPAV.processing.model.data.CamundaProcessVariableFunctions
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.viadee.bpm.vPAV.processing.model.data.CriticalityEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.viadee.bpm.vPAV.processing.model.data.ElementChapter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.viadee.bpm.vPAV.processing.model.data.InOutState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.viadee.bpm.vPAV.processing.model.data.KnownElementFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.viadee.bpm.vPAV.processing.model.data.VariableOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- var - Variable in class de.viadee.bpm.vPAV.processing.model.graph.VariableInfo
-
- VARIABLE_MAP - Static variable in class de.viadee.bpm.vPAV.constants.CamundaMethodServices
-
- VariableBlock - Class in de.viadee.bpm.vPAV.processing.model.data
-
helper class storing information for data-flow analysis assigns ProcessVariables to basic blocks of the control-flow
graph
- VariableBlock(Block, List<ProcessVariableOperation>) - Constructor for class de.viadee.bpm.vPAV.processing.model.data.VariableBlock
-
- VariableInfo - Class in de.viadee.bpm.vPAV.processing.model.graph
-
Info for the searched process variable
- VariableInfo(ProcessVariableOperation) - Constructor for class de.viadee.bpm.vPAV.processing.model.graph.VariableInfo
-
- VariableOperation - Enum in de.viadee.bpm.vPAV.processing.model.data
-
- VariablesReaderException - Exception in de.viadee.bpm.vPAV.config.reader
-
- VariablesReaderException(Throwable) - Constructor for exception de.viadee.bpm.vPAV.config.reader.VariablesReaderException
-
- VariablesReaderException(String) - Constructor for exception de.viadee.bpm.vPAV.config.reader.VariablesReaderException
-
- variableVisited(String) - Method in class de.viadee.bpm.vPAV.processing.model.graph.VertexInfo
-
Checks whether a variable has been visited
- VersioningChecker - Class in de.viadee.bpm.vPAV.processing.checker
-
check versioning of the referenced classes, scripts and beans
- VersioningChecker(Rule, BpmnScanner, Collection<String>) - Constructor for class de.viadee.bpm.vPAV.processing.checker.VersioningChecker
-
- VERSIONINGSCHEMECLASS - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VERSIONINGSCHEMEPACKAGE - Static variable in class de.viadee.bpm.vPAV.constants.ConfigConstants
-
- VertexInfo - Class in de.viadee.bpm.vPAV.processing.model.graph
-
University of Washington, Computer Science and Engineering, Course 373, Winter 2011, Jessica Miller A utility class
that attaches "bookkeeping" information to a vertex. used when searching the graph for a path between two vertices
- VertexInfo(BpmnElement) - Constructor for class de.viadee.bpm.vPAV.processing.model.graph.VertexInfo
-
Constructs information for the given vertex.
- viadeeProcessApplicationValidator() - Method in class de.viadee.bpm.vPAV.Runner
-
Main method which represents lifecycle of the validation process.
- visitVariable(String) - Method in class de.viadee.bpm.vPAV.processing.model.graph.VertexInfo
-
Puts variable into Map
- VPAV_ANOMALY - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_BPMN_FILE - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_CLASSIFICATION - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_ELEMENT_DESCRIPTION - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_ELEMENT_ID - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_ELEMENT_NAME - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_ELEMENTS_TO_MARK - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_ID - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_MESSAGE - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_NO_ISSUES_ELEMENTS - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_PATHS - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_RESOURCE_FILE - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_RULE_DESCRIPTION - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_RULE_NAME - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-
- VPAV_VARIABLE - Static variable in class de.viadee.bpm.vPAV.constants.BpmnConstants
-