Uses of Enum Class
org.frankframework.extensions.cmis.server.CmisEvent
Packages that use CmisEvent
-
Uses of CmisEvent in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return CmisEvent -
Uses of CmisEvent in org.frankframework.extensions.cmis.server
Subclasses with type arguments of type CmisEvent in org.frankframework.extensions.cmis.serverMethods in org.frankframework.extensions.cmis.server that return CmisEventModifier and TypeMethodDescriptionstatic CmisEventReturns the enum constant of this class with the specified name.static CmisEvent[]CmisEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.extensions.cmis.server with parameters of type CmisEventModifier and TypeMethodDescriptionbooleanCmisEventDispatcher.trigger(CmisEvent event, String message, org.apache.chemistry.opencmis.commons.server.CallContext callContext) Convenience method to create a PipeLineSession and set the cmis CallContextCmisEventDispatcher.trigger(CmisEvent event, String message, PipeLineSession messageContext)