Package org.jbpm.designer.client.shared
Class AssignmentDataMarshaller
- java.lang.Object
-
- org.jboss.errai.marshalling.client.marshallers.AbstractNullableMarshaller<AssignmentData>
-
- org.jbpm.designer.client.shared.AssignmentDataMarshaller
-
- All Implemented Interfaces:
org.jboss.errai.marshalling.client.api.Marshaller<AssignmentData>
public class AssignmentDataMarshaller extends org.jboss.errai.marshalling.client.marshallers.AbstractNullableMarshaller<AssignmentData>
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASSIGNMENTS
static String
CUSTOM_ASSIGNMENTS_PROPERTIES
static String
DATA_TYPES
static String
DISALLOWED_PROPERTY_NAMES
static String
INPUT_VARIABLES
static String
OUTPUT_VARIABLES
static String
PROCESS_VARIABLES
static String
VARIABLE_COUNTS_STRING
-
Constructor Summary
Constructors Constructor Description AssignmentDataMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssignmentData
doNotNullDemarshall(org.jboss.errai.marshalling.client.api.json.EJValue o, org.jboss.errai.marshalling.client.api.MarshallingSession ctx)
String
doNotNullMarshall(AssignmentData o, org.jboss.errai.marshalling.client.api.MarshallingSession ctx)
AssignmentData[]
getEmptyArray()
-
-
-
Field Detail
-
INPUT_VARIABLES
public static final String INPUT_VARIABLES
- See Also:
- Constant Field Values
-
OUTPUT_VARIABLES
public static final String OUTPUT_VARIABLES
- See Also:
- Constant Field Values
-
PROCESS_VARIABLES
public static final String PROCESS_VARIABLES
- See Also:
- Constant Field Values
-
ASSIGNMENTS
public static final String ASSIGNMENTS
- See Also:
- Constant Field Values
-
DATA_TYPES
public static final String DATA_TYPES
- See Also:
- Constant Field Values
-
DISALLOWED_PROPERTY_NAMES
public static final String DISALLOWED_PROPERTY_NAMES
- See Also:
- Constant Field Values
-
VARIABLE_COUNTS_STRING
public static final String VARIABLE_COUNTS_STRING
- See Also:
- Constant Field Values
-
CUSTOM_ASSIGNMENTS_PROPERTIES
public static final String CUSTOM_ASSIGNMENTS_PROPERTIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
doNotNullDemarshall
public AssignmentData doNotNullDemarshall(org.jboss.errai.marshalling.client.api.json.EJValue o, org.jboss.errai.marshalling.client.api.MarshallingSession ctx)
- Specified by:
doNotNullDemarshall
in classorg.jboss.errai.marshalling.client.marshallers.AbstractNullableMarshaller<AssignmentData>
-
doNotNullMarshall
public String doNotNullMarshall(AssignmentData o, org.jboss.errai.marshalling.client.api.MarshallingSession ctx)
- Specified by:
doNotNullMarshall
in classorg.jboss.errai.marshalling.client.marshallers.AbstractNullableMarshaller<AssignmentData>
-
getEmptyArray
public AssignmentData[] getEmptyArray()
-
-