public class Utils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENGINE_PT_NAME
Relative endpoint of the Engine port-type.
|
static String |
ENGINE_TASKNAME_NAME
Name of the name field of task descriptions.
|
static String |
ENGINE_TASKPROPERTY_NAME
Name of the property field of task descriptions.
|
static String |
ENGINE_TASKPROPERTYNAME_NAME
Name of the name field of the property field of task descriptions.
|
static String |
ENGINE_TASKPROPERTYVALUE_NAME
Name of the value field of the property field of task descriptions.
|
static String |
ENGINE_TASKRP_NAME
Name of the task RP of the Engine port-type.
|
static String |
NS
Executor's namespace.
|
static String |
SERVICE_CLASS
Service class.
|
static String |
SERVICE_NAME
Service name.
|
static QName |
TASK_ERROR_RP
Fully qualified name of the Error RP of Task resources.
|
static QName |
TASK_INPUT_RP
Fully qualified name of the Input RP of Task resources.
|
static QName |
TASK_LOG_RP
Fully qualified name of the Log RP of Task resources.
|
static QName |
TASK_OUTPUT_RP
Fully qualified name of the Output RP of Task resources.
|
static String |
TASK_PT_NAME
Relative endpoint of the Task port-type.
|
static QName |
TASK_STARTED_RP
Fully qualified name of the Started RP of Task resources.
|
static QName |
TASK_STATE_RP
Fully qualified name of the State RP of Task resources.
|
static QName |
TASK_TYPE_RP
Fully qualified name of the Type RP of Task resources.
|
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static AnyMap |
extern(Map<String,Object> internal)
Used internally to convert an internal structure into an external
structure.
|
static Map<String,Object> |
intern(AnyMap external)
Used internally to convert an external acyclic structure into an internal
structure.
|
public static final String SERVICE_NAME
public static final String SERVICE_CLASS
public static final String NS
public static final String ENGINE_PT_NAME
public static final String TASK_PT_NAME
public static final String ENGINE_TASKRP_NAME
public static final String ENGINE_TASKNAME_NAME
public static final String ENGINE_TASKPROPERTY_NAME
public static final String ENGINE_TASKPROPERTYNAME_NAME
public static final String ENGINE_TASKPROPERTYVALUE_NAME
public static final QName TASK_STATE_RP
public static final QName TASK_OUTPUT_RP
public static final QName TASK_INPUT_RP
public static final QName TASK_LOG_RP
public static final QName TASK_ERROR_RP
public static final QName TASK_STARTED_RP
public static final QName TASK_TYPE_RP
public static Map<String,Object> intern(AnyMap external) throws IllegalArgumentException
external - the external structure.IllegalArgumentException - if the external structure contains cycles or shared nodes.public static AnyMap extern(Map<String,Object> internal) throws IllegalArgumentException
internal - the internal structure.IllegalArgumentException - if the internal structure contains cycles or shared nodes.Copyright © 2015. All Rights Reserved.