Skip to content
Snippets Groups Projects
Commit a670acb6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6989 OZG-7214 Configure body for archive command

parent c54ab4aa
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,8 @@ import de.ozgcloud.alfa.wiedervorlage.Wiedervorlage;
@Type(value = ProcessVorgangBody.class, name = "PROCESS_VORGANG"),
@Type(value = AktenzeichenCommandBody.class, name = "SET_AKTENZEICHEN"),
@Type(value = BescheidDocumentFromFileBody.class, name = "CREATE_BESCHEID_DOCUMENT_FROM_FILE"),
@Type(value = Collaboration.class, name = "CREATE_COLLABORATION_REQUEST")
@Type(value = Collaboration.class, name = "CREATE_COLLABORATION_REQUEST"),
@Type(value = GenericCommandBody.class, name="ARCHIVE_VORGANG")
})
public interface CommandBody {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment