public class CreateRequest extends EntityRequest
Constructor and Description |
---|
CreateRequest() |
Modifier and Type | Method and Description |
---|---|
List<org.xwiki.model.reference.EntityReference> |
getSkippedEntities() |
org.xwiki.model.reference.EntityReference |
getTemplateReference() |
void |
setSkippedEntities(List<org.xwiki.model.reference.EntityReference> skippedEntities) |
void |
setTemplateReference(org.xwiki.model.reference.EntityReference templateReference) |
getEntityParameters, getEntityReferences, getJobType, isDeep, setDeep, setEntityParameters, setEntityReferences, setJobType
getAuthorReference, getUserReference, isCheckAuthorRights, isCheckRights, setAuthorReference, setCheckAuthorRights, setCheckRights, setUserReference
containsProperty, equals, getContext, getId, getProperties, getProperty, getProperty, getPropertyNames, hashCode, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, removeProperty, setContext, setId, setId, setId, setInteractive, setProperty, setRemote, setStatusLogIsolated, setStatusSerialized, setVerbose
public void setTemplateReference(org.xwiki.model.reference.EntityReference templateReference)
templateReference
- the reference of the entity to use as templatepublic org.xwiki.model.reference.EntityReference getTemplateReference()
public List<org.xwiki.model.reference.EntityReference> getSkippedEntities()
public void setSkippedEntities(List<org.xwiki.model.reference.EntityReference> skippedEntities)
skippedEntities
- the list of entities that to skip in the job's executionCopyright © 2004–2022 XWiki. All rights reserved.