Uses of Class
org.bonitasoft.web.client.model.ActivityType
-
Packages that use ActivityType Package Description org.bonitasoft.web.client.model -
-
Uses of ActivityType in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActivityType Modifier and Type Method Description static ActivityTypeActivityType. fromValue(String value)ActivityTypeActivity. getType()Get typeActivityTypeArchivedActivity. getType()Get typestatic ActivityTypeActivityType. valueOf(String name)Returns 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 ActivityType Modifier and Type Method Description voidActivity. setType(ActivityType type)voidArchivedActivity. setType(ActivityType type)ActivityActivity. type(ActivityType type)ArchivedActivityArchivedActivity. type(ActivityType type)
-