Uses of Class
com.openkm.sdk4j.bean.WizardNode
Packages that use WizardNode
-
Uses of WizardNode in com.openkm.sdk4j.bean
Methods in com.openkm.sdk4j.bean that return WizardNodeMethods in com.openkm.sdk4j.bean with parameters of type WizardNode -
Uses of WizardNode in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return WizardNodeModifier and TypeMethodDescriptionBaseDocument.createWizard(String uuid, String name, long nodeClass, InputStream is) Create a new document with wizard.BaseMail.createWizard(String uuid, String title, InputStream is, String type) Create wizard mail wizard node.BaseRecord.createWizard(String uuid, String name, String title, long nodeClass) Create wizard record wizard node.BaseWizard.findByUserAndUuid(String uuid) Find by user and uuid wizard node.Methods in com.openkm.sdk4j.definition that return types with arguments of type WizardNodeModifier and TypeMethodDescriptionBaseWizard.findAllByUser()Find all by user list.BaseWizard.findByUser()Find by user list. -
Uses of WizardNode in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return WizardNodeModifier and TypeMethodDescriptionDocumentImpl.createWizard(String uuid, String name, long nodeClass, InputStream is) MailImpl.createWizard(String uuid, String title, InputStream is, String type) RecordImpl.createWizard(String uuid, String name, String title, long nodeClass) WizardImpl.findByUserAndUuid(String uuid) Methods in com.openkm.sdk4j.impl that return types with arguments of type WizardNode