public static class ScriptPathUtil.ProcessEntry extends Object
Modifier and Type | Method and Description |
---|---|
static ScriptPathUtil.ProcessEntry |
from(String xpath,
ScriptPathUtil.ProcessType processType)
Returns a process entry using the default class attribute or node name, the default script path attribute or node name, the given XPath to be processed and the given process type.
|
static ScriptPathUtil.ProcessEntry |
from(String classNameAttributeName,
String scriptPathAttributeName,
String xpath,
ScriptPathUtil.ProcessType processType)
Returns a process entry using the given class attribute or node name, script path attribute or node name, the XPath to be processed and the process type.
|
public static ScriptPathUtil.ProcessEntry from(String classNameAttributeName, String scriptPathAttributeName, String xpath, ScriptPathUtil.ProcessType processType)
classNameAttributeName
- the class attribute or node name.scriptPathAttributeName
- the script path attribute or node name.xpath
- the XPath to be processed.processType
- the process type.public static ScriptPathUtil.ProcessEntry from(String xpath, ScriptPathUtil.ProcessType processType)
xpath
- the XPath to be processed.processType
- the process type.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.