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 Artifact
RestUtil. 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 void
ProcessRestController. 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).void
ProcessRestOpenApi. commitActivity(@NotNull @Valid String processInstanceId, @NotNull @Valid String activityDefinitionId, @Valid TransientArtifact artifact, @NotNull @Valid String sessionId)
void
ProcessRestController. 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).void
ProcessRestOpenApi. updateActivity(@NotNull @Valid String processInstanceId, @NotNull @Valid String activityDefinitionId, @Valid TransientArtifact artifact, @NotNull @Valid String sessionId)
-