Class Flow
java.lang.Object
edu.university.ecs.lab.common.models.ir.Flow
- All Implemented Interfaces:
JsonSerializable
Represents a flow from controller level down to DAO.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JClassprivate Endpointprivate Fieldprivate Microserviceprivate JClassprivate Methodprivate MethodCallprivate JClassprivate Methodprivate MethodCallprivate Field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObjectCreate JSON object from flow objectcom.google.gson.JsonObjectCreate JSON object from flow object with only names
-
Field Details
-
model
-
controller
-
controllerMethod
-
serviceMethodCall
-
controllerServiceField
-
service
-
serviceMethod
-
repositoryMethodCall
-
serviceRepositoryField
-
repository
-
repositoryMethod
-
-
Constructor Details
-
Flow
public Flow()
-
-
Method Details
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()Create JSON object from flow object- Specified by:
toJsonObjectin interfaceJsonSerializable- Returns:
- a JsonObject representing this
-
toSmallJsonObject
public com.google.gson.JsonObject toSmallJsonObject()Create JSON object from flow object with only names- Returns:
- flow JSON object
-