Uses of Class
com.openkm.sdk4j.bean.WizardNode
-
Packages that use WizardNode Package Description com.openkm.sdk4j.bean com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of WizardNode in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return WizardNode Modifier and Type Method Description WizardNodeWizardAction. getWizardNode()Methods in com.openkm.sdk4j.bean with parameters of type WizardNode Modifier and Type Method Description voidWizardAction. setWizardNode(WizardNode wizardNode) -
Uses of WizardNode in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return WizardNode Modifier and Type Method Description WizardNodeBaseDocument. createWizard(String uuid, String name, long nodeClass, InputStream is)Create a new document with wizard.WizardNodeBaseMail. createWizard(String uuid, String title, InputStream is, String type)Create wizard mail wizard node.WizardNodeBaseRecord. createWizard(String uuid, String name, String title, long nodeClass)Create wizard record wizard node.WizardNodeBaseWizard. findByUserAndUuid(String uuid)Find by user and uuid wizard node.Methods in com.openkm.sdk4j.definition that return types with arguments of type WizardNode Modifier and Type Method Description List<WizardNode>BaseWizard. findByUser()Find by user list. -
Uses of WizardNode in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return WizardNode Modifier and Type Method Description WizardNodeDocumentImpl. createWizard(String uuid, String name, long nodeClass, InputStream is)WizardNodeMailImpl. createWizard(String uuid, String title, InputStream is, String type)WizardNodeRecordImpl. createWizard(String uuid, String name, String title, long nodeClass)WizardNodeWizardImpl. findByUserAndUuid(String uuid)Methods in com.openkm.sdk4j.impl that return types with arguments of type WizardNode Modifier and Type Method Description List<WizardNode>WizardImpl. findByUser()
-