Uses of Class
org.neotropic.kuwaiba.northbound.rest.todeserialize.TransientArtifact
- 
Packages that use TransientArtifact Package Description org.neotropic.kuwaiba.northbound.rest org.neotropic.kuwaiba.northbound.rest.aem  - 
- 
Uses of TransientArtifact in org.neotropic.kuwaiba.northbound.rest
Methods in org.neotropic.kuwaiba.northbound.rest with parameters of type TransientArtifact Modifier and Type Method Description static ArtifactRestUtil. transientArtifactToArtifact(TransientArtifact artifact)Helper class to parse from a TransientArtifact into a Artifact. - 
Uses of TransientArtifact in org.neotropic.kuwaiba.northbound.rest.aem
Methods in org.neotropic.kuwaiba.northbound.rest.aem with parameters of type TransientArtifact Modifier and Type Method Description voidProcessRestController. commitActivity(String processInstanceId, String activityDefinitionId, TransientArtifact artifact, String sessionId)Saves the artifact generated once an activity has been completed (for example, the user filled in a form).voidProcessRestOpenApi. commitActivity(@NotNull @Valid String processInstanceId, @NotNull @Valid String activityDefinitionId, @Valid TransientArtifact artifact, @NotNull @Valid String sessionId)voidProcessRestController. updateActivity(String processInstanceId, String activityDefinitionId, TransientArtifact artifact, String sessionId)Updates the artifact generated once an activity has been completed (for example, the user filled in a form).voidProcessRestOpenApi. updateActivity(@NotNull @Valid String processInstanceId, @NotNull @Valid String activityDefinitionId, @Valid TransientArtifact artifact, @NotNull @Valid String sessionId) 
 -