public class HandleDefaultProperties extends Trigger
| Constructor and Description |
|---|
HandleDefaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDefaultProperties(java.lang.String objectId,
OnDownloadInput ctx)
This method is a beast...
|
protected void |
addPersonProperties(OnDownloadInput ctx) |
void |
afterUpload(AfterUploadInput ctx)
This method does nothing, well, except just logging what comes back from
the client (in case debug is on).
|
protected java.lang.String[] |
getSignatureNames(matrix.db.BusinessObjectWithSelect bows,
java.lang.String state) |
void |
onDownload(OnDownloadInput ctx)
Sets the default properties found from the object upon download
|
afterDownload, getContext, onUpload, onValidateUploadpublic void onDownload(OnDownloadInput ctx) throws TriggerAbort
onDownload in class Triggerctx - TriggerAbort - If the trigger wants to abort the download, it
should throw an TriggerAbort exception.protected void addPersonProperties(OnDownloadInput ctx)
protected void addDefaultProperties(java.lang.String objectId,
OnDownloadInput ctx)
protected java.lang.String[] getSignatureNames(matrix.db.BusinessObjectWithSelect bows,
java.lang.String state)
public void afterUpload(AfterUploadInput ctx)
Subclasses can override this and handle returned properties.
afterUpload in class TriggerCopyright ? Technia AB. All Rights Reserved.