public class ActorsMappingExtension extends BaseMappingExtension
Modifier and Type | Field and Description |
---|---|
protected Object |
objectValue |
LOGGER
Constructor and Description |
---|
ActorsMappingExtension() |
Modifier and Type | Method and Description |
---|---|
static String[] |
cutParams(String param)
Cut param on comma but not in brackets
|
Object |
evaluateFormula(String actionKey)
Evaluate a given formula
|
String |
getActionKeyParam(String actionKey)
Return param string of a actionKey
|
String[] |
getActionKeyParams(String actionKey)
Return param strings array of a actionKey
|
int |
getFirstBracketIndex(String actionKey) |
int |
getLastBracketIndex(String actionKey) |
Object |
getValue(String actionKey) |
void |
onChange(IProperty property,
Element element) |
void |
onLoad(Element element) |
getDirectoryModule, getPortalModule, getProjectModule, getResource, getWorkflowInstance, getWorkflowModule, isOnLoadEvent, updateLocalDocument
protected Object objectValue
public void onChange(IProperty property, Element element)
onChange
in class BaseMappingExtension
public void onLoad(Element element)
onLoad
in class BaseMappingExtension
public Object evaluateFormula(String actionKey)
actionKey
- The formula to evaluatepublic int getFirstBracketIndex(String actionKey)
public int getLastBracketIndex(String actionKey)
public String getActionKeyParam(String actionKey)
actionKey
- The actionKey. Must look like :public String[] getActionKeyParams(String actionKey)
actionKey
- The actionKey. Must look like :Copyright © 2021 Visiativ Software. All rights reserved.