public static class OwMultipleObjectsProcessCollector.OwObjectCollectData extends Object
OwMultipleObjectsProcessCollector
class creates ready to use
collect via the OwMultipleObjectsProcessCollector.createCollectData(OwObject)
method. This collect data can be collected later (egg. after processing or in a processing
failure handling sequence).Constructor and Description |
---|
OwMultipleObjectsProcessCollector.OwObjectCollectData(OwObject object_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCachedObjectDMSID() |
String |
getCachedObjectName() |
Exception |
getFailureReason()
Get the reason why this object cannot be processed.
|
OwObject |
getObject() |
void |
setFailureReason(Exception failureReason_p)
Set the reason why this object cannot be processed.
|
public OwObject getObject()
public String getCachedObjectDMSID()
public String getCachedObjectName()
public void setFailureReason(Exception failureReason_p)
failureReason_p
- - the Exception
that cause process failure for this object.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.