public class StartSubDocument extends BaseNameable
| Modifier and Type | Field and Description |
|---|---|
protected String |
filterId |
protected IParameters |
params |
id, isTranslatable, mimeType, name, preserveWS, 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) |
getAnnotations, getId, getMimeType, getName, getProperties, getSkeleton, getType, isTranslatable, preserveWhitespaces, setId, setIsTranslatable, setMimeType, setName, setPreserveWhitespaces, setSkeleton, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, getProperty, getPropertyNames, hasProperty, propertyIterator, removeProperty, setPropertyannotationIterator, clear, copy, getAnnotation, getAnnotationsTypesAsSet, hasAnnotation, hasAnnotations, remove, setAnnotationprotected 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.