public class RevisionCreatedEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
RevisionCreatedEvent(org.zkoss.zk.ui.Component target,
DocumentId docId,
List<FieldResultBean> fields,
boolean lookupRevision)
Constructor.
|
RevisionCreatedEvent(org.zkoss.zk.ui.Component target,
com.saperion.intf.SaSaveInfo saveInfo,
List<FieldResultBean> fields,
boolean lookupRevision)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DocumentId |
getDocumentId() |
List<FieldResultBean> |
getFieldValues()
Gets the field values.
|
com.saperion.intf.SaSaveInfo |
getSaveInfo()
Deprecated.
use
getDocumentId() instead |
boolean |
isLookupRevision()
Indicates if the new revision is created on a lookup entry instead of a document.
|
String |
toString() |
public RevisionCreatedEvent(org.zkoss.zk.ui.Component target, com.saperion.intf.SaSaveInfo saveInfo, List<FieldResultBean> fields, boolean lookupRevision)
target
- target componentsaveInfo
- information about the new documentfields
- values of the fields that were used to create the new documentlookupRevision
- whether the revision was created for a lookup-entry or notpublic RevisionCreatedEvent(org.zkoss.zk.ui.Component target, DocumentId docId, List<FieldResultBean> fields, boolean lookupRevision)
target
- target componentdocId
- id of the new documentfields
- values of the fields that were used to create the new documentlookupRevision
- whether the revision was created for a lookup-entry or not@Deprecated public com.saperion.intf.SaSaveInfo getSaveInfo()
getDocumentId()
insteadpublic DocumentId getDocumentId()
public List<FieldResultBean> getFieldValues()
public boolean isLookupRevision()
public String toString()
toString
in class org.zkoss.zk.ui.event.Event
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.