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.eventsMethod parameters in com.saperion.ngc.events with type arguments of type DocumentVariable Modifier and Type Method Description voidBaseWindow. postSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables)voidEventChildHandler. postSaveDocumentEvent(ResultFieldEventBean bean, java.util.Set<java.lang.String> acls, java.lang.String comment, java.util.Map<java.lang.String,DocumentVariable> variables)voidEventChildHandlerImpl. 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.iformMethods 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.iformMethods 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 voidIndexMaskDocument. setVariable(DocumentVariable variable)Sets a new variable.
- 
Uses of DocumentVariable in com.saperion.ngc.model.documentMethods in com.saperion.ngc.model.document that return DocumentVariable Modifier and Type Method Description static DocumentVariableDocumentVariable. 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 DocumentIdDocClassicConnectorService. 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.DocumentIdDocumentService. 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.UpdateSettingsUpdateSettings. setVariables(java.util.Map<java.lang.String,DocumentVariable> variables)
 
-