| Package | Description |
|---|---|
| de.hybris.platform.processengine.model |
Contains generated models for each type of de.hybris.platform.processengine.jalo package.
|
| de.hybris.platform.processengine.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProcessTaskLogModel> |
BusinessProcessModel.getTaskLogs()
Generated method - Getter of the
BusinessProcess.taskLogs attribute defined at extension processing. |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessProcessModel.setTaskLogs(java.util.Collection<ProcessTaskLogModel> value)
Generated method - Setter of
BusinessProcess.taskLogs attribute defined at extension processing. |
| Modifier and Type | Method and Description |
|---|---|
ProcessTaskLogModel |
ProcessTaskLogResource.getProcessTaskLogModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ProcessTaskLogModel |
ProcessTaskLogResource.readResource(java.lang.String resourceId)
Gets the
ProcessTaskLogModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProcessTaskLogModel> |
ProcessTaskLogsResource.getProcessTaskLogsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessTaskLogResource.setProcessTaskLogModel(ProcessTaskLogModel value)
Convenience method which just delegates to
#setResourceValue(ProcessTaskLogModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessTaskLogsResource.setProcessTaskLogsCollection(java.util.Collection<ProcessTaskLogModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.