Uses of Class
com.jk.services.client.workflow.models.PayloadModel
Packages that use PayloadModel
Package
Description
-
Uses of PayloadModel in com.jk.services.client.workflow
Methods in com.jk.services.client.workflow that return types with arguments of type PayloadModelModifier and TypeMethodDescriptionJKWorkflowServiceClient.getPayLoads(String system, String role) This method retrieves a list of pay-load models based on system and role.JKWorkflowServiceClient.getPayLoads(String system, String entity, String role) This method retrieves a list of pay-load models based on the specified system, entity, and role. -
Uses of PayloadModel in com.jk.services.client.workflow.models
Methods in com.jk.services.client.workflow.models that return PayloadModelModifier and TypeMethodDescriptionPayloadModel.withActive(boolean active) This method sets whether this model is active or not and return this instance.PayloadModel.withApproveLabel(String approveLabel) This method sets the approve label associated with this pay-load model and return this instance.PayloadModel.withApproveNextStatus(String approveNextStatus) This method sets the approve next status for this pay-load model and return this instance.PayloadModel.withCreator(String creator) This method sets the creator for this pay-load model and return this instance.This method sets the ID for this pay-load model and return this instance.PayloadModel.withOriginalAction(String originalAction) This method sets the original action for this pay-load model and return this instance.PayloadModel.withPayload(String payload) This method sets the pay-load content for this pay-load model and return this instance.PayloadModel.withRejectLabel(String rejectLabel) This method sets the reject label for this pay-load model and return this instance.PayloadModel.withRejectNextStatus(String rejectNextStatus) This method sets the reject next status for this pay-load model and return this instance..This method sets the role for this pay-load model and return this instance.PayloadModel.withStatus(String status) This method sets the status for this pay-load model and return this instance.PayloadModel.withTimestamp(Timestamp timestamp) This method sets the time stamp for this pay-load model and return this instance.PayloadModel.withWorkflowClass(String workflowClass) This method sets the workflow class and return this instance. -
Uses of PayloadModel in com.jk.webstack.controllers
Methods in com.jk.webstack.controllers that return PayloadModelModifier and TypeMethodDescriptionJKWebControllerWithOrmSupport.findPayload(int id) This method finds a workflow pay-load with the specified ID.JKWebControllerWithOrmSupport.getPayload()This method retrieves the pay-load model for workflow.Methods in com.jk.webstack.controllers that return types with arguments of type PayloadModelModifier and TypeMethodDescriptionJKWebControllerWithOrmSupport.getPayloads()This method retrieves the list of pay-load models for work flows.Methods in com.jk.webstack.controllers with parameters of type PayloadModelModifier and TypeMethodDescriptionvoidJKWebControllerWithOrmSupport.setPayload(PayloadModel payload) This method sets the pay-load model for workflow to the provided value.Method parameters in com.jk.webstack.controllers with type arguments of type PayloadModelModifier and TypeMethodDescriptionvoidJKWebControllerWithOrmSupport.setPayloads(List<PayloadModel> payloads) This method sets the list of pay-load models for work flows to the provided one. -
Uses of PayloadModel in com.jk.webstack.services.workflow
Methods in com.jk.webstack.services.workflow that return PayloadModelModifier and TypeMethodDescriptionWorkflowController.findPayload(int id) This method finds a pay-load by its ID.WorkflowController.getPayload()This method retrieves the currently selected pay-load.Methods in com.jk.webstack.services.workflow that return types with arguments of type PayloadModelModifier and TypeMethodDescriptionWorkflowController.getPayloads()This method retrieves a list of pay-loads.