Class ProcessRest

All Implemented Interfaces:
Serializable, RestModel

@LinkRest(name="files",method="getFilesFromProcess") @LinkRest(name="filetypes",method="getFileTypesFromProcess") @LinkRest(name="output",method="getOutputFromProcess") public class ProcessRest extends BaseObjectRest<Integer>
This class serves as a REST representation for the Process class
See Also: