|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediaFilter
| Method Summary | |
|---|---|
void |
forAllContent(short operator,
byte[][] filterValues)
|
void |
forAllContent(short operator,
Collection filterValues)
|
void |
forAllContentLength(short operator,
Collection filterValues)
|
void |
forAllContentLength(short operator,
long[] filterValues)
|
void |
forAllContentMimeType(short operator,
Collection filterValues)
|
void |
forAllContentMimeType(short operator,
String[] filterValues)
|
void |
forAllContentName(short operator,
Collection filterValues)
|
void |
forAllContentName(short operator,
String[] filterValues)
|
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
orderByContent(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByContentLength(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByContentMimeType(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByContentName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsContent(short operator,
byte[][] filterValues)
|
void |
thereExistsContent(short operator,
Collection filterValues)
|
void |
thereExistsContentLength(short operator,
Collection filterValues)
|
void |
thereExistsContentLength(short operator,
long[] filterValues)
|
void |
thereExistsContentMimeType(short operator,
Collection filterValues)
|
void |
thereExistsContentMimeType(short operator,
String[] filterValues)
|
void |
thereExistsContentName(short operator,
Collection filterValues)
|
void |
thereExistsContentName(short operator,
String[] filterValues)
|
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
|---|
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter |
|---|
forAllContext, forAllContext, thereExistsContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter |
|---|
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0 |
|---|
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties |
| Method Detail |
|---|
void forAllContent(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContent(short operator,
byte[][] filterValues)
operator - The operator for this filter.FilterOperators
void forAllContent(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContent(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByContent(short order)
order - The sort order for this filter.Directions
void forAllContentLength(short operator,
long[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContentLength(short operator,
long[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllContentLength(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContentLength(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByContentLength(short order)
order - The sort order for this filter.Directions
void forAllContentMimeType(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContentMimeType(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllContentMimeType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContentMimeType(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByContentMimeType(short order)
order - The sort order for this filter.Directions
void forAllContentName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContentName(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllContentName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsContentName(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByContentName(short order)
order - The sort order for this filter.Directions
void forAllDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsDescription(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByDescription(short order)
order - The sort order for this filter.Directions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||