Uses of Class
org.exoplatform.processes.rest.model.WorkFlowEntity
Packages that use WorkFlowEntity
Package
Description
-
Uses of WorkFlowEntity in org.exoplatform.processes.rest
Methods in org.exoplatform.processes.rest with parameters of type WorkFlowEntityModifier and TypeMethodDescriptionjavax.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 WorkFlowEntityModifierConstructorDescriptionWorkEntity(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 WorkFlowEntityModifier and TypeMethodDescriptionstatic WorkFlowEntityEntityBuilder.toEntity(org.exoplatform.processes.model.WorkFlow workFlow) static WorkFlowEntityMethods in org.exoplatform.processes.rest.util that return types with arguments of type WorkFlowEntityModifier and TypeMethodDescriptionstatic List<WorkFlowEntity> EntityBuilder.toRestEntities(List<org.exoplatform.processes.model.WorkFlow> workFlowList, String expand) Methods in org.exoplatform.processes.rest.util with parameters of type WorkFlowEntityModifier and TypeMethodDescriptionstatic org.exoplatform.processes.model.WorkFlowEntityBuilder.fromEntity(WorkFlowEntity workFlowEntity) Method parameters in org.exoplatform.processes.rest.util with type arguments of type WorkFlowEntityModifier and TypeMethodDescriptionstatic List<org.exoplatform.processes.model.WorkFlow> EntityBuilder.fromRestEntities(List<WorkFlowEntity> workFlowEntities)