public class ForceAggregation extends CSSpecific implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
AggregationForwardProcessorConfigList |
aggregationForwardProcessorConfigList |
static boolean |
DEFAULT_FORCE_COMMIT |
static boolean |
DEFAULT_OVERRIDE_DETECTED_MATCHING_EXPRESSIONS |
java.lang.String |
excludeTypes |
java.lang.String |
excludeURIs |
boolean |
forceCommit |
java.lang.String |
includeTypes |
java.lang.String |
includeURIs |
boolean |
overrideDetectedMatchingExpressions |
instanceName
Constructor and Description |
---|
ForceAggregation() |
ForceAggregation(ForceAggregation o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ForceAggregation.
|
static ForceAggregation |
fromString(java.lang.String s)
String representation of this ForceAggregation.
|
AggregationForwardProcessorConfigList |
getAggregationForwardProcessorConfigList() |
java.lang.String |
getExcludeTypes() |
java.lang.String |
getExcludeURIs() |
java.lang.String |
getIncludeTypes() |
java.lang.String |
getIncludeURIs() |
boolean |
isForceCommit()
Updates the commit pointer.
|
boolean |
isOverrideDetectedMatchingExpressions()
Overrides matching expressions detected during a standard aggregation.
|
ForceAggregation |
makeCopy()
Creates and returns a deep copy of this ForceAggregation.
|
static ForceAggregation |
readFrom(java.io.InputStream is)
Read this ForceAggregation from an XML fragment.
|
void |
setAggregationForwardProcessorConfigList(AggregationForwardProcessorConfigList aggregationForwardProcessorConfigList) |
void |
setExcludeTypes(java.lang.String excludeTypes) |
void |
setExcludeURIs(java.lang.String excludeURIs) |
void |
setForceCommit(boolean forceCommit)
Updates the commit pointer.
|
void |
setIncludeTypes(java.lang.String includeTypes) |
void |
setIncludeURIs(java.lang.String includeURIs) |
void |
setOverrideDetectedMatchingExpressions(boolean overrideDetectedMatchingExpressions)
Overrides matching expressions detected during a standard aggregation.
|
java.lang.String |
toString()
String representation of this ForceAggregation.
|
ForceAggregation |
withAggregationForwardProcessorConfigList(AggregationForwardProcessorConfigList aggregationForwardProcessorConfigList) |
ForceAggregation |
withExcludeTypes(java.lang.String excludeTypes) |
ForceAggregation |
withExcludeURIs(java.lang.String excludeURIs) |
ForceAggregation |
withForceCommit(boolean forceCommit) |
ForceAggregation |
withForceCommit(java.lang.Boolean forceCommit) |
ForceAggregation |
withIncludeTypes(java.lang.String includeTypes) |
ForceAggregation |
withIncludeURIs(java.lang.String includeURIs) |
ForceAggregation |
withInstanceName(java.lang.String instanceName) |
ForceAggregation |
withOverrideDetectedMatchingExpressions(boolean overrideDetectedMatchingExpressions) |
ForceAggregation |
withOverrideDetectedMatchingExpressions(java.lang.Boolean overrideDetectedMatchingExpressions) |
void |
writeTo(java.io.OutputStream os)
Write this ForceAggregation as an XML fragment
|
getInstanceName, setInstanceName
public java.lang.String includeURIs
public java.lang.String excludeURIs
public java.lang.String includeTypes
public java.lang.String excludeTypes
public boolean forceCommit
public static final boolean DEFAULT_FORCE_COMMIT
public boolean overrideDetectedMatchingExpressions
public static final boolean DEFAULT_OVERRIDE_DETECTED_MATCHING_EXPRESSIONS
public AggregationForwardProcessorConfigList aggregationForwardProcessorConfigList
public ForceAggregation()
public ForceAggregation(ForceAggregation o)
public ForceAggregation withInstanceName(java.lang.String instanceName)
withInstanceName
in class CSSpecific
public void setIncludeURIs(java.lang.String includeURIs)
public java.lang.String getIncludeURIs()
public ForceAggregation withIncludeURIs(java.lang.String includeURIs)
public void setExcludeURIs(java.lang.String excludeURIs)
public java.lang.String getExcludeURIs()
public ForceAggregation withExcludeURIs(java.lang.String excludeURIs)
public void setIncludeTypes(java.lang.String includeTypes)
public java.lang.String getIncludeTypes()
public ForceAggregation withIncludeTypes(java.lang.String includeTypes)
public void setExcludeTypes(java.lang.String excludeTypes)
public java.lang.String getExcludeTypes()
public ForceAggregation withExcludeTypes(java.lang.String excludeTypes)
public void setForceCommit(boolean forceCommit)
public boolean isForceCommit()
public ForceAggregation withForceCommit(boolean forceCommit)
public ForceAggregation withForceCommit(java.lang.Boolean forceCommit)
public void setOverrideDetectedMatchingExpressions(boolean overrideDetectedMatchingExpressions)
public boolean isOverrideDetectedMatchingExpressions()
public ForceAggregation withOverrideDetectedMatchingExpressions(boolean overrideDetectedMatchingExpressions)
public ForceAggregation withOverrideDetectedMatchingExpressions(java.lang.Boolean overrideDetectedMatchingExpressions)
public void setAggregationForwardProcessorConfigList(AggregationForwardProcessorConfigList aggregationForwardProcessorConfigList)
public AggregationForwardProcessorConfigList getAggregationForwardProcessorConfigList()
public ForceAggregation withAggregationForwardProcessorConfigList(AggregationForwardProcessorConfigList aggregationForwardProcessorConfigList)
public ForceAggregation makeCopy()
makeCopy
in class CSSpecific
public static ForceAggregation readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class CSSpecific
javax.xml.bind.JAXBException
java.io.IOException
public static ForceAggregation fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class CSSpecific
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class CSSpecific
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.