Class UGCBucketConfig
java.lang.Object
org.apache.sling.cms.usergenerated.UGCBucketConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidvoidvoidsetContentType(UserGeneratedContentService.CONTENT_TYPE contentType) voidsetPathDepth(int pathDepth)
-
Constructor Details
-
UGCBucketConfig
public UGCBucketConfig()
-
-
Method Details
-
getContentType
- Returns:
- the contentType
-
setContentType
- Parameters:
contentType- the contentType to set
-
getPathDepth
public int getPathDepth()- Returns:
- the pathDepth
-
setPathDepth
public void setPathDepth(int pathDepth) - Parameters:
pathDepth- the pathDepth to set
-
getBucket
- Returns:
- the bucket
-
setBucket
- Parameters:
bucket- the bucket to set
-
getAction
- Returns:
- the action
-
setAction
- Parameters:
action- the action to set
-