Uses of Class
org.apache.sling.cms.usergenerated.UserGeneratedContentService.APPROVE_ACTION
-
Packages that use UserGeneratedContentService.APPROVE_ACTION Package Description org.apache.sling.cms.usergenerated Handling for User Generated Content -
-
Uses of UserGeneratedContentService.APPROVE_ACTION in org.apache.sling.cms.usergenerated
Methods in org.apache.sling.cms.usergenerated that return UserGeneratedContentService.APPROVE_ACTION Modifier and Type Method Description UserGeneratedContentService.APPROVE_ACTION
UGCBucketConfig. getAction()
static UserGeneratedContentService.APPROVE_ACTION
UserGeneratedContentService.APPROVE_ACTION. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserGeneratedContentService.APPROVE_ACTION[]
UserGeneratedContentService.APPROVE_ACTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.cms.usergenerated with parameters of type UserGeneratedContentService.APPROVE_ACTION Modifier and Type Method Description void
UGCBucketConfig. setAction(UserGeneratedContentService.APPROVE_ACTION action)
-