See: Description
Interface | Description |
---|---|
Command<T> |
A command represents a request to update the state of Composable Commerce entities.
|
CreateCommand<T> |
Command to create a resource in Composable Commerce.
|
DeleteCommand<T> |
Command which deletes one or more resources in Composable Commerce.
|
DraftBasedCreateCommand<T,D> |
Command to create a resource in Composable Commerce based on a draft object.
|
DraftBasedCreateCommandDsl<T,D,C> |
Command to create a resource in Composable Commerce based on a draft object and having a wither to replace the current draft.
|
StagedUpdateAction<T> | |
UpdateAction<T> |
An update action updates a resource.
|
UpdateCommand<T> |
Command which updates a Composable Commerce resource based on a list of update actions.
|
UpdateCommandDsl<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>> |
Subinterface for update commands which supports updating the version for retries on
ConcurrentModificationException s |
Class | Description |
---|---|
CommandImpl<T> |
Base class to implement commands using the Jackson JSON mapper.
|
CreateCommandImpl<T,D> |
Base class to implement commands which create a resource in Composable Commerce.
|
MetaModelByIdDeleteCommandBuilder<T extends ResourceView<T,T>,C,E> |
Internal builder.
|
MetaModelByIdDeleteCommandImpl<T extends ResourceView<T,T>,C,E> |
Internal base class to implement commands which delete a resource by ID in Composable Commerce.
|
MetaModelCreateCommandBuilder<T,C,D,E> |
Internal builder.
|
MetaModelCreateCommandImpl<T,C,D,E> |
Internal base class to implement commands which create a resource in Composable Commerce.
|
MetaModelUpdateCommandDslBuilder<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>,E> |
Internal class.
|
MetaModelUpdateCommandDslImpl<T extends ResourceView<T,T>,C extends UpdateCommandDsl<T,C>,E> |
Internal base class to implement commands that change one resource in Composable Commerce.
|
StagedUpdateActionBase<T> |
Operation which can be performed to change the state of a resource in Composable Commerce.
|
UpdateActionImpl<T> |
Operation which can be performed to change the state of a resource in Composable Commerce.
|