org.eclipse.higgins.sync.command
Interface IResourceCommand
- All Known Implementing Classes:
- DeleteCardCommand, GetCardCategoryCommand, GetCardCommand, GetUserProfileCommand, PersistCardCommand, PersistUserProfileCommand
public interface IResourceCommand
- Author:
- Alexander Yuhimenko
PERSIST_CMD_NAME
static final String PERSIST_CMD_NAME
- See Also:
- Constant Field Values
DELETE_CMD_NAME
static final String DELETE_CMD_NAME
- See Also:
- Constant Field Values
GET_CMD_NAME
static final String GET_CMD_NAME
- See Also:
- Constant Field Values
execCmd
CmdExecStatusTO execCmd(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity,
CommandTO commandTO)
- Execute command.
- Parameters:
accessTokenEntity - commandTO -
- Returns: