Uses of Class
org.frankframework.extensions.cmis.CmisSender.CmisAction
-
Packages that use CmisSender.CmisAction Package Description org.frankframework.extensions.cmis -
-
Uses of CmisSender.CmisAction in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return CmisSender.CmisAction Modifier and Type Method Description CmisSender.CmisActionCmisSender. getAction()static CmisSender.CmisActionCmisSender.CmisAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CmisSender.CmisAction[]CmisSender.CmisAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.frankframework.extensions.cmis with parameters of type CmisSender.CmisAction Modifier and Type Method Description voidCmisSender. setAction(CmisSender.CmisAction action)Specifies action to perform
-