Uses of Class
org.apache.sling.cms.usergenerated.UserGeneratedContentService.CONTENT_TYPE
-
Packages that use UserGeneratedContentService.CONTENT_TYPE Package Description org.apache.sling.cms.usergenerated Handling for User Generated Content -
-
Uses of UserGeneratedContentService.CONTENT_TYPE in org.apache.sling.cms.usergenerated
Methods in org.apache.sling.cms.usergenerated that return UserGeneratedContentService.CONTENT_TYPE Modifier and Type Method Description UserGeneratedContentService.CONTENT_TYPE
UGCBucketConfig. getContentType()
static UserGeneratedContentService.CONTENT_TYPE
UserGeneratedContentService.CONTENT_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserGeneratedContentService.CONTENT_TYPE[]
UserGeneratedContentService.CONTENT_TYPE. 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.CONTENT_TYPE Modifier and Type Method Description void
UGCBucketConfig. setContentType(UserGeneratedContentService.CONTENT_TYPE contentType)
-