Uses of Class
com.saperion.ngc.model.document.DocumentVariable
-
Packages that use DocumentVariable Package Description com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.iform Package for iform events.com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.model.document Package for document model classes. -
-
Uses of DocumentVariable in com.saperion.ngc.events
Method parameters in com.saperion.ngc.events with type arguments of type DocumentVariable Modifier and Type Method Description void
BaseWindow. postSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables)
void
EventChildHandler. postSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables)
void
EventChildHandlerImpl. postSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables)
-
Uses of DocumentVariable in com.saperion.ngc.events.iform
Methods in com.saperion.ngc.events.iform that return types with arguments of type DocumentVariable Modifier and Type Method Description java.util.Map<java.lang.String,DocumentVariable>
SaveDocumentEvent. getVariables()
Constructor parameters in com.saperion.ngc.events.iform with type arguments of type DocumentVariable Constructor Description SaveDocumentEvent(org.zkoss.zk.ui.Component target, ResultFieldEventBean resultBean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables)
-
Uses of DocumentVariable in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return types with arguments of type DocumentVariable Modifier and Type Method Description java.util.Map<java.lang.String,DocumentVariable>
IndexMaskDocument. getVariables()
Returns the variables contained in the document.Methods in com.saperion.ngc.iform with parameters of type DocumentVariable Modifier and Type Method Description void
IndexMaskDocument. setVariable(DocumentVariable variable)
Sets a new variable. -
Uses of DocumentVariable in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that return DocumentVariable Modifier and Type Method Description static DocumentVariable
DocumentVariable. createNewStringVariable(java.lang.String name, java.lang.String value)
Creates a new variable of type String.Methods in com.saperion.ngc.model.document that return types with arguments of type DocumentVariable Modifier and Type Method Description java.util.Map<java.lang.String,DocumentVariable>
UpdateSettings. getVariables()
Method parameters in com.saperion.ngc.model.document with type arguments of type DocumentVariable Modifier and Type Method Description DocumentId
DocClassicConnectorService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)
Adds a new document to the archive.DocumentId
DocumentService. addDocument(java.util.List<FieldResultBean> properties, com.saperion.rmi.SaContentStream[] content, java.lang.String comment, java.lang.String ddcName, java.lang.String acls, java.util.Map<java.lang.String,DocumentVariable> variables)
Adds a new document to the archive.UpdateSettings
UpdateSettings. setVariables(java.util.Map<java.lang.String,DocumentVariable> variables)
-