Class SchemaService
- java.lang.Object
-
- org.activiti.cloud.services.modeling.service.SchemaService
-
public class SchemaService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROCESS_EXTENSION
-
Constructor Summary
Constructors Constructor Description SchemaService(List<SchemaProvider> schemaProviders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<org.json.JSONObject>getJsonSchemaFromType(String schemaType)
-
-
-
Field Detail
-
PROCESS_EXTENSION
public static final String PROCESS_EXTENSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SchemaService
public SchemaService(List<SchemaProvider> schemaProviders)
-
-