Uses of Enum
org.bonitasoft.web.client.model.ConnectorInstance.ActivationEventEnum
Packages that use ConnectorInstance.ActivationEventEnum
-
Uses of ConnectorInstance.ActivationEventEnum in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ConnectorInstance.ActivationEventEnumModifier and TypeMethodDescriptionConnectorInstance.getActivationEvent()the name of the event that activated the connector instanceReturns the enum constant of this type with the specified name.ConnectorInstance.ActivationEventEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.web.client.model with parameters of type ConnectorInstance.ActivationEventEnumModifier and TypeMethodDescriptionConnectorInstance.activationEvent(ConnectorInstance.ActivationEventEnum activationEvent) voidConnectorInstance.setActivationEvent(ConnectorInstance.ActivationEventEnum activationEvent)