Uses of Class
org.exoplatform.processes.rest.model.WorkFlowEntity
-
Packages that use WorkFlowEntity Package Description org.exoplatform.processes.rest org.exoplatform.processes.rest.model org.exoplatform.processes.rest.util -
-
Uses of WorkFlowEntity in org.exoplatform.processes.rest
Methods in org.exoplatform.processes.rest with parameters of type WorkFlowEntity Modifier and Type Method Description javax.ws.rs.core.ResponseProcessesRest. createWorkFlow(WorkFlowEntity workFlowEntity)javax.ws.rs.core.ResponseProcessesRest. updateWorkFlow(WorkFlowEntity workFlowEntity) -
Uses of WorkFlowEntity in org.exoplatform.processes.rest.model
Constructors in org.exoplatform.processes.rest.model with parameters of type WorkFlowEntity Constructor Description WorkEntity(long id, String title, String description, long creatorId, Date createdTime, Date modifiedTime, Long taskId, Boolean isDraft, WorkFlowEntity workFlow) -
Uses of WorkFlowEntity in org.exoplatform.processes.rest.util
Methods in org.exoplatform.processes.rest.util that return WorkFlowEntity Modifier and Type Method Description static WorkFlowEntityEntityBuilder. toEntity(org.exoplatform.processes.model.WorkFlow workFlow)static WorkFlowEntityEntityBuilder. toEntity(org.exoplatform.processes.model.WorkFlow workFlow, String expand)Methods in org.exoplatform.processes.rest.util that return types with arguments of type WorkFlowEntity Modifier and Type Method Description static List<WorkFlowEntity>EntityBuilder. toRestEntities(List<org.exoplatform.processes.model.WorkFlow> workFlowList, String expand)Methods in org.exoplatform.processes.rest.util with parameters of type WorkFlowEntity Modifier and Type Method Description static org.exoplatform.processes.model.WorkFlowEntityBuilder. fromEntity(WorkFlowEntity workFlowEntity)Method parameters in org.exoplatform.processes.rest.util with type arguments of type WorkFlowEntity Modifier and Type Method Description static List<org.exoplatform.processes.model.WorkFlow>EntityBuilder. fromRestEntities(List<WorkFlowEntity> workFlowEntities)
-