Package org.alfresco.rest.model
Class RestProcessVariableCollection
- java.lang.Object
-
- org.alfresco.rest.core.RestModels<RestProcessVariableModel,RestProcessVariableCollection>
-
- org.alfresco.rest.model.RestProcessVariableCollection
-
- All Implemented Interfaces:
IModelsCollectionAssertion<RestProcessVariableCollection>,IRestModelsCollection<RestProcessVariableModel>
public class RestProcessVariableCollection extends RestModels<RestProcessVariableModel,RestProcessVariableCollection>
"entries": [ {"entry": { "name": "bpm_package", "type": "bpm:workflowPackage", "value": "workspace://SpacesStore/ab728441-84f4-4d61-bb04-c51822b114fe" }},
-
-
Constructor Summary
Constructors Constructor Description RestProcessVariableCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestProcessVariableModelgetProcessVariableByName(java.lang.String name)-
Methods inherited from class org.alfresco.rest.core.RestModels
and, assertThat, getEntries, getEntryByIndex, getOneRandomEntry, getPagination, isEmpty, setPagination, when
-
-
-
-
Method Detail
-
getProcessVariableByName
public RestProcessVariableModel getProcessVariableByName(java.lang.String name)
-
-