Class Where
Factory method for CQL where clauses
Inheritance
Inherited Members
Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.dll
Syntax
public static class Where
Properties
| Improve this Doc View SourceAncestor
Create a clause for the Ancestor field
Declaration
public static IContentClause Ancestor { get; }
Property Value
| Type | Description |
|---|---|
| IContentClause |
Container
Create a clause for the Container field
Declaration
public static ISimpleValueClause Container { get; }
Property Value
| Type | Description |
|---|---|
| ISimpleValueClause |
Content
Create a clause for the Content field
Declaration
public static IContentClause Content { get; }
Property Value
| Type | Description |
|---|---|
| IContentClause |
Contributor
Create a clause for the contributor
Declaration
public static IUserClause Contributor { get; }
Property Value
| Type | Description |
|---|---|
| IUserClause |
Created
Create a clause for the created field
Declaration
public static IDatetimeClause Created { get; }
Property Value
| Type | Description |
|---|---|
| IDatetimeClause |
Creator
Create a clause for the creator
Declaration
public static IUserClause Creator { get; }
Property Value
| Type | Description |
|---|---|
| IUserClause |
Favourite
Create a clause for the favourite
Declaration
public static IUserClause Favourite { get; }
Property Value
| Type | Description |
|---|---|
| IUserClause |
Id
Create a clause for the Id field
Declaration
public static IContentClause Id { get; }
Property Value
| Type | Description |
|---|---|
| IContentClause |
Label
Create a clause for the Label field
Declaration
public static ISimpleValueClause Label { get; }
Property Value
| Type | Description |
|---|---|
| ISimpleValueClause |
LastModified
Create a clause for the lastmodified field
Declaration
public static IDatetimeClause LastModified { get; }
Property Value
| Type | Description |
|---|---|
| IDatetimeClause |
Macro
Create a clause for the Macro field
Declaration
public static ISimpleValueClause Macro { get; }
Property Value
| Type | Description |
|---|---|
| ISimpleValueClause |
Mention
Create a clause for the mention
Declaration
public static IUserClause Mention { get; }
Property Value
| Type | Description |
|---|---|
| IUserClause |
Parent
Create a clause for the Parent field
Declaration
public static IContentClause Parent { get; }
Property Value
| Type | Description |
|---|---|
| IContentClause |
Space
Create a clause for the Space field
Declaration
public static ISpaceClause Space { get; }
Property Value
| Type | Description |
|---|---|
| ISpaceClause |
Text
Create a clause for the Text field
Declaration
public static ITextClause Text { get; }
Property Value
| Type | Description |
|---|---|
| ITextClause |
Title
Create a clause for the Title field
Declaration
public static ITitleClause Title { get; }
Property Value
| Type | Description |
|---|---|
| ITitleClause |
Type
Create a clause for the type field
Declaration
public static ITypeClause Type { get; }
Property Value
| Type | Description |
|---|---|
| ITypeClause |
Watcher
Create a clause for the watcher
Declaration
public static IUserClause Watcher { get; }
Property Value
| Type | Description |
|---|---|
| IUserClause |
Methods
| Improve this Doc View SourceAnd(IFinalClause[])
Create an AND clause of the specified clauses
Declaration
public static IFinalClause And(params IFinalClause[] clauses)
Parameters
| Type | Name | Description |
|---|---|---|
| IFinalClause[] | clauses | two or more IFinalClause |
Returns
| Type | Description |
|---|---|
| IFinalClause | IFinalClause which ands the passed clauses |
Or(IFinalClause[])
Create an OR clause of the specified clauses
Declaration
public static IFinalClause Or(params IFinalClause[] clauses)
Parameters
| Type | Name | Description |
|---|---|---|
| IFinalClause[] | clauses | two or more IFinalClause |
Returns
| Type | Description |
|---|---|
| IFinalClause | IFinalClause which ors the passed clauses |