public class ContentMaintenanceActionRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ContentMaintenanceAction |
action |
protected Set<String> |
attributes |
protected Boolean |
clearPublishCache |
protected Set<Integer> |
contentRepositories |
protected Integer |
end |
protected Set<Integer> |
nodes |
protected Integer |
start |
protected Set<ContentMaintenanceType> |
types |
Constructor and Description |
---|
ContentMaintenanceActionRequest() |
Modifier and Type | Method and Description |
---|---|
ContentMaintenanceAction |
getAction()
Maintenance action
|
Set<String> |
getAttributes()
Attributes for restricted dirting (only the dirted attributes will be updated)
|
Boolean |
getClearPublishCache()
True to clear the publish cache for dirted objects
|
Set<Integer> |
getContentRepositories()
ContentRepository IDs for restriction
|
Integer |
getEnd()
End timestamp for cdate restriction
|
Set<Integer> |
getNodes()
Node IDs for node restriction
|
Integer |
getStart()
Start timestamp for cdate restriction
|
Set<ContentMaintenanceType> |
getTypes()
Object types for restricting the action
|
ContentMaintenanceActionRequest |
setAction(ContentMaintenanceAction action)
Set the action
|
ContentMaintenanceActionRequest |
setAttributes(Set<String> attributes)
Set attribute restriction
|
ContentMaintenanceActionRequest |
setClearPublishCache(Boolean clearPublishCache)
Set clear publish flag
|
ContentMaintenanceActionRequest |
setContentRepositories(Set<Integer> contentRepositories)
Set CR restriction
|
ContentMaintenanceActionRequest |
setEnd(Integer end)
Set end timestamp
|
ContentMaintenanceActionRequest |
setNodes(Set<Integer> nodes)
Set nodes restriction
|
ContentMaintenanceActionRequest |
setStart(Integer start)
Set the start timestamp
|
ContentMaintenanceActionRequest |
setTypes(Set<ContentMaintenanceType> types)
Set the type restriction
|
protected ContentMaintenanceAction action
protected Set<ContentMaintenanceType> types
protected Boolean clearPublishCache
protected Integer start
protected Integer end
public ContentMaintenanceAction getAction()
public ContentMaintenanceActionRequest setAction(ContentMaintenanceAction action)
action
- actionpublic Set<ContentMaintenanceType> getTypes()
public ContentMaintenanceActionRequest setTypes(Set<ContentMaintenanceType> types)
types
- type setpublic Boolean getClearPublishCache()
public ContentMaintenanceActionRequest setClearPublishCache(Boolean clearPublishCache)
clearPublishCache
- flagpublic Set<String> getAttributes()
public ContentMaintenanceActionRequest setAttributes(Set<String> attributes)
attributes
- attribute setpublic ContentMaintenanceActionRequest setNodes(Set<Integer> nodes)
nodes
- node ID setpublic Set<Integer> getContentRepositories()
public ContentMaintenanceActionRequest setContentRepositories(Set<Integer> contentRepositories)
contentRepositories
- CR ID setpublic Integer getStart()
public ContentMaintenanceActionRequest setStart(Integer start)
start
- timestamppublic Integer getEnd()
public ContentMaintenanceActionRequest setEnd(Integer end)
end
- timestampCopyright © 2024 Gentics Software. All rights reserved.