public class SaveDocumentEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
SaveDocumentEvent(org.zkoss.zk.ui.Component target,
ResultFieldEventBean resultBean) |
SaveDocumentEvent(org.zkoss.zk.ui.Component target,
ResultFieldEventBean resultBean,
Set<String> acls,
String comment,
Map<String,DocumentVariable> variables) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAcls() |
String |
getComment() |
String |
getDDCName() |
EditSelectedEvent |
getEditEvent()
Returns the edit-event that started the edit-action that resulted in this save-event.
|
List<com.saperion.bean.ContentStream> |
getImageContent() |
List<FieldResultBean> |
getList() |
com.saperion.ngc.iform.xml.SaveActionType |
getSaveAction() |
int |
getSelectedImage() |
boolean |
getUseAttachment() |
Map<String,DocumentVariable> |
getVariables() |
void |
setEditEvent(EditSelectedEvent editEvent)
Sets the the edit-event that started the edit-action that resulted in this save-event.
|
public SaveDocumentEvent(org.zkoss.zk.ui.Component target, ResultFieldEventBean resultBean)
target
- Target componentresultBean
- field result beanpublic SaveDocumentEvent(org.zkoss.zk.ui.Component target, ResultFieldEventBean resultBean, Set<String> acls, String comment, Map<String,DocumentVariable> variables)
target
- Target componentresultBean
- field result beanacls
- acls to add to the documentcomment
- the comment for the new revisionvariables
- the variables to add to the documentpublic List<FieldResultBean> getList()
public String getDDCName()
public com.saperion.ngc.iform.xml.SaveActionType getSaveAction()
public int getSelectedImage()
public List<com.saperion.bean.ContentStream> getImageContent()
public boolean getUseAttachment()
public String getComment()
public Map<String,DocumentVariable> getVariables()
public EditSelectedEvent getEditEvent()
public void setEditEvent(EditSelectedEvent editEvent)
editEvent
- the last edit-eventCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.