Skip navigation links
A B C E F G I L M P S T V 

A

accept(ExpressionVisitor<T>) - Method in interface com.liferay.structured.content.apio.architect.filter.expression.Expression
Deprecated.
Called when traversing the expression tree.

B

BinaryExpression - Interface in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.expression.BinaryExpression
BinaryExpression.Operation - Enum in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
 

C

com.liferay.structured.content.apio.architect.entity - package com.liferay.structured.content.apio.architect.entity
 
com.liferay.structured.content.apio.architect.filter - package com.liferay.structured.content.apio.architect.filter
 
com.liferay.structured.content.apio.architect.filter.expression - package com.liferay.structured.content.apio.architect.filter.expression
 
com.liferay.structured.content.apio.architect.identifier - package com.liferay.structured.content.apio.architect.identifier
 
com.liferay.structured.content.apio.architect.sort - package com.liferay.structured.content.apio.architect.sort
 
com.liferay.structured.content.apio.architect.util - package com.liferay.structured.content.apio.architect.util
 

E

EMPTY_FILTER - Static variable in class com.liferay.structured.content.apio.architect.filter.Filter
Deprecated.
 
EMPTY_SORT - Static variable in class com.liferay.structured.content.apio.architect.sort.Sort
Deprecated.
 
emptyFilter() - Static method in class com.liferay.structured.content.apio.architect.filter.Filter
Deprecated.
Returns an empty filter.
emptySort() - Static method in class com.liferay.structured.content.apio.architect.sort.Sort
Deprecated.
Returns an empty sort.
EntityField - Class in com.liferay.structured.content.apio.architect.entity
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.entity.EntityField
EntityField(String, EntityField.Type, Function<Locale, String>) - Constructor for class com.liferay.structured.content.apio.architect.entity.EntityField
Deprecated.
Creates a new EntityField with a Function to convert the entity field's name to a filterable/sortable field name for a locale.
EntityField(String, EntityField.Type, Function<Locale, String>, Function<Locale, String>) - Constructor for class com.liferay.structured.content.apio.architect.entity.EntityField
Deprecated.
Creates a new EntityField with separate functions for converting the entity field's name to a sortable and filterable field name for a locale.
EntityField.Type - Enum in com.liferay.structured.content.apio.architect.entity
Deprecated.
 
EntityModel - Interface in com.liferay.structured.content.apio.architect.entity
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.entity.EntityModel
Expression - Interface in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.expression.Expression
ExpressionVisitException - Exception in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.expression.ExpressionVisitException
ExpressionVisitException(String) - Constructor for exception com.liferay.structured.content.apio.architect.filter.expression.ExpressionVisitException
Deprecated.
Creates a new ExpressionVisitException with a message.
ExpressionVisitException(String, Throwable) - Constructor for exception com.liferay.structured.content.apio.architect.filter.expression.ExpressionVisitException
Deprecated.
Creates a new ExpressionVisitException with a message and the cause of the exception.
ExpressionVisitor<T> - Interface in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.expression.ExpressionVisitor

F

Filter - Class in com.liferay.structured.content.apio.architect.filter
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.Filter
Filter(Expression) - Constructor for class com.liferay.structured.content.apio.architect.filter.Filter
Deprecated.
Creates a new filter, given an OData Expression.
FilterParser - Interface in com.liferay.structured.content.apio.architect.filter
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.FilterParser

G

getEntityFieldsMap() - Method in interface com.liferay.structured.content.apio.architect.entity.EntityModel
Deprecated.
Returns all the entity fields used to create the EDM.
getExpression() - Method in class com.liferay.structured.content.apio.architect.filter.Filter
Deprecated.
Returns the OData Expression.
getFieldName() - Method in class com.liferay.structured.content.apio.architect.sort.SortField
Deprecated.
As of Judson (7.1.x), replaced by SortField.getSortableFieldName(java.util.Locale)
getFileEntryId(String, DLAppService) - Static method in class com.liferay.structured.content.apio.architect.util.StructuredContentUtil
 
getFilterableName(Locale) - Method in class com.liferay.structured.content.apio.architect.entity.EntityField
Deprecated.
Returns the entity field's filterable name.
getLeftOperationExpression() - Method in interface com.liferay.structured.content.apio.architect.filter.expression.BinaryExpression
Deprecated.
Returns an Expression subtree of the left operation.
getName() - Method in class com.liferay.structured.content.apio.architect.entity.EntityField
Deprecated.
Returns the entity field's name.
getName() - Method in interface com.liferay.structured.content.apio.architect.entity.EntityModel
Deprecated.
Returns the name of the single entity type used to create the EDM.
getOperation() - Method in interface com.liferay.structured.content.apio.architect.filter.expression.BinaryExpression
Deprecated.
Returns the binary expression's operation.
getResourcePath() - Method in interface com.liferay.structured.content.apio.architect.filter.expression.MemberExpression
Deprecated.
Returns the member expression's resource path.
getRightOperationExpression() - Method in interface com.liferay.structured.content.apio.architect.filter.expression.BinaryExpression
Deprecated.
Returns an Expression subtree of the right operation.
getSortableFieldName(Locale) - Method in class com.liferay.structured.content.apio.architect.sort.SortField
Deprecated.
Returns the field's name.
getSortableName(Locale) - Method in class com.liferay.structured.content.apio.architect.entity.EntityField
Deprecated.
Returns the entity field's sortable name for a locale.
getSortFields() - Method in class com.liferay.structured.content.apio.architect.sort.Sort
Deprecated.
Returns the sort fields.
getText() - Method in interface com.liferay.structured.content.apio.architect.filter.expression.LiteralExpression
Deprecated.
Returns the literal expression's text value.
getType() - Method in class com.liferay.structured.content.apio.architect.entity.EntityField
Deprecated.
Returns the entity field's type.
getType() - Method in interface com.liferay.structured.content.apio.architect.filter.expression.LiteralExpression
Deprecated.
Returns the literal expression's type.

I

InvalidFilterException - Exception in com.liferay.structured.content.apio.architect.filter
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.InvalidFilterException
InvalidFilterException(String) - Constructor for exception com.liferay.structured.content.apio.architect.filter.InvalidFilterException
Deprecated.
Creates a new InvalidFilterException with a message.
InvalidFilterException(String, Throwable) - Constructor for exception com.liferay.structured.content.apio.architect.filter.InvalidFilterException
Deprecated.
Creates a new InvalidFilterException with a message and the cause of the exception.
InvalidSortException - Exception in com.liferay.structured.content.apio.architect.sort
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.sort.InvalidSortException
InvalidSortException(String) - Constructor for exception com.liferay.structured.content.apio.architect.sort.InvalidSortException
Deprecated.
Creates a new InvalidSortException with the provided message.
InvalidSortException(String, Throwable) - Constructor for exception com.liferay.structured.content.apio.architect.sort.InvalidSortException
Deprecated.
Creates a new InvalidSortException with the provided message and cause.
isAscending() - Method in class com.liferay.structured.content.apio.architect.sort.SortField
Deprecated.
Returns true if the sort field is ascending.
isJSONObject(String) - Static method in class com.liferay.structured.content.apio.architect.util.StructuredContentUtil
 

L

LiteralExpression - Interface in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.expression.LiteralExpression
LiteralExpression.Type - Enum in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
 

M

MemberExpression - Interface in com.liferay.structured.content.apio.architect.filter.expression
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.filter.expression.MemberExpression

P

parse(String) - Method in interface com.liferay.structured.content.apio.architect.filter.FilterParser
Deprecated.
Returns an Expression from a string.
parse(String) - Method in interface com.liferay.structured.content.apio.architect.sort.SortParser
Deprecated.
Returns a SortField list from a string.

S

Sort - Class in com.liferay.structured.content.apio.architect.sort
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.sort.Sort
Sort(List<SortField>) - Constructor for class com.liferay.structured.content.apio.architect.sort.Sort
Deprecated.
Creates a new sort from the sort fields.
SortField - Class in com.liferay.structured.content.apio.architect.sort
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.sort.SortField
SortField(EntityField, boolean) - Constructor for class com.liferay.structured.content.apio.architect.sort.SortField
Deprecated.
Creates a new sort field.
SortField(String, boolean) - Constructor for class com.liferay.structured.content.apio.architect.sort.SortField
Deprecated.
As of Judson (7.1.x), replaced by SortField.SortField(EntityField, boolean)
SortParser - Interface in com.liferay.structured.content.apio.architect.sort
Deprecated.
As of Judson (7.1.x), replaced by com.liferay.portal.odata.sort.SortParser
StructuredContentIdentifier - Interface in com.liferay.structured.content.apio.architect.identifier
Holds information about a structured content identifier.
StructuredContentUtil - Class in com.liferay.structured.content.apio.architect.util
Calculates the structured content's file entry.
StructuredContentUtil() - Constructor for class com.liferay.structured.content.apio.architect.util.StructuredContentUtil
 

T

toString() - Method in class com.liferay.structured.content.apio.architect.filter.Filter
Deprecated.
 

V

valueOf(String) - Static method in enum com.liferay.structured.content.apio.architect.entity.EntityField.Type
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.liferay.structured.content.apio.architect.filter.expression.BinaryExpression.Operation
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.liferay.structured.content.apio.architect.filter.expression.LiteralExpression.Type
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.liferay.structured.content.apio.architect.entity.EntityField.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.liferay.structured.content.apio.architect.filter.expression.BinaryExpression.Operation
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.liferay.structured.content.apio.architect.filter.expression.LiteralExpression.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
visitBinaryExpressionOperation(BinaryExpression.Operation, T, T) - Method in interface com.liferay.structured.content.apio.architect.filter.expression.ExpressionVisitor
Deprecated.
Called for each BinaryExpression.
visitLiteralExpression(LiteralExpression) - Method in interface com.liferay.structured.content.apio.architect.filter.expression.ExpressionVisitor
Deprecated.
Called for each LiteralExpression.
visitMemberExpression(MemberExpression) - Method in interface com.liferay.structured.content.apio.architect.filter.expression.ExpressionVisitor
Deprecated.
Called for each MemberExpression.
A B C E F G I L M P S T V 
Skip navigation links