public class RuleDefinitionList extends BaseHandle<java.io.InputStream,OperationNotSupported> implements java.lang.Iterable<RuleDefinition>, RuleListReadHandle
UNKNOWN_LENGTH
Constructor and Description |
---|
RuleDefinitionList() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<RuleDefinition> |
iterator()
returns an iterator over a set of rules.
|
protected
java.lang.Class<java.io.InputStream> |
receiveAs() |
protected void |
receiveContent(java.io.InputStream content) |
int |
size()
gets the number of rules in the list.
|
getByteLength,
getFormat,
getMimetype,
getServerTimestamp,
setByteLength,
setFormat,
setMimetype,
setServerTimestamp
getPointInTimeQueryTimestamp, isResendable, sendContent,
setPointInTimeQueryTimestamp, setResendable,
setResponseServerTimestamp
public java.util.Iterator<RuleDefinition> iterator()
iterator
in
interface java.lang.Iterable<RuleDefinition>
public int size()
protected java.lang.Class<java.io.InputStream> receiveAs()
receiveAs
in
class com.marklogic.client.impl.HandleImplementation<java.io.InputStream,OperationNotSupported>
protected void receiveContent(java.io.InputStream content)
receiveContent
in
class com.marklogic.client.impl.HandleImplementation<java.io.InputStream,OperationNotSupported>
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.