public class StartSubDocument extends BaseNameable
| Modifier and Type | Field and Description |
|---|---|
protected String |
filterId |
protected IParameters |
params |
annotations, id, isTranslatable, mimeType, name, preserveWS, properties, skeleton, sourceProperties, typeCOPY_ALL, COPY_CONTENT, COPY_PROPERTIES, COPY_SEGMENTATION, COPY_SEGMENTED_CONTENT, CREATE_EMPTY| Constructor and Description |
|---|
StartSubDocument() |
StartSubDocument(String parentId) |
StartSubDocument(String parentId,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterId()
Gets the current filter id for this sub-document.
|
IParameters |
getFilterParameters()
Gets the current filter parameters for this sub-document.
|
String |
getParentId() |
void |
setFilterId(String filterId)
Sets the filter id for this sub-document.
|
void |
setFilterParameters(IParameters params)
Sets the filter parameters for this sub-document.
|
void |
setParentId(String parentId) |
createTargetProperty, getAnnotation, getAnnotations, getId, getMimeType, getName, getProperties, getProperty, getPropertyNames, getSkeleton, getSourceProperties, getSourceProperty, getSourcePropertyNames, getTargetLocales, getTargetProperty, getTargetPropertyNames, getType, hasProperty, hasSourceProperty, hasTargetProperty, isTranslatable, preserveWhitespaces, removeProperty, removeSourceProperty, removeTargetProperty, setAnnotation, setId, setIsTranslatable, setMimeType, setName, setPreserveWhitespaces, setProperties, setProperty, setSkeleton, setSourceProperties, setSourceProperty, setTargetProperty, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopycopycopyprotected String filterId
protected IParameters params
public StartSubDocument()
public StartSubDocument(String parentId)
public String getParentId()
public void setParentId(String parentId)
public String getFilterId()
public void setFilterId(String filterId)
filterId - the filter id for this document.public IParameters getFilterParameters()
public void setFilterParameters(IParameters params)
params - the object containing the filter parameters for this document.Copyright © 2021. All rights reserved.