Uses of Enum
org.bonitasoft.web.client.model.ActivityType
Packages that use ActivityType
-
Uses of ActivityType in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActivityTypeModifier and TypeMethodDescriptionstatic ActivityTypeActivity.getType()Get typeArchivedActivity.getType()Get typestatic ActivityTypeReturns the enum constant of this type with the specified name.static ActivityType[]ActivityType.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 ActivityTypeModifier and TypeMethodDescriptionvoidActivity.setType(ActivityType type) voidArchivedActivity.setType(ActivityType type) Activity.type(ActivityType type) ArchivedActivity.type(ActivityType type)