|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OwCMISQueryContext in com.wewebu.ow.server.ecmimpl.cmis.alfresco |
---|
Methods in com.wewebu.ow.server.ecmimpl.cmis.alfresco with parameters of type OwCMISQueryContext | |
---|---|
Set<OwCMISPropertyClass> |
OwCMISALObjectClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
|
Uses of OwCMISQueryContext in com.wewebu.ow.server.ecmimpl.cmis.object |
---|
Methods in com.wewebu.ow.server.ecmimpl.cmis.object that return OwCMISQueryContext | |
---|---|
static OwCMISQueryContext |
OwCMISQueryContext.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OwCMISQueryContext[] |
OwCMISQueryContext.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.wewebu.ow.server.ecmimpl.cmis.object with parameters of type OwCMISQueryContext | |
---|---|
String |
OwCMISQuerySchema.getQueryName(OwCMISQueryContext context_p)
Return the query name to be used for given context. |
boolean |
OwCMISQuerySchema.isQueryable(OwCMISQueryContext context_p)
Request if this property is query able for given context. |
Uses of OwCMISQueryContext in com.wewebu.ow.server.ecmimpl.cmis.objectclasses |
---|
Methods in com.wewebu.ow.server.ecmimpl.cmis.objectclasses with parameters of type OwCMISQueryContext | |
---|---|
Set<OwCMISPropertyClass> |
OwCMISObjectClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
|
Set<OwCMISPropertyClass> |
OwCMISNativeObjectClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
|
Set<OwCMISPropertyClass> |
OwCMISClassDescription.getQueryablePropertyClasses(OwCMISQueryContext context_p)
|
Set<OwCMISPropertyClass> |
OwCMISBaseClass.getQueryablePropertyClasses(OwCMISQueryContext context_p)
|
Uses of OwCMISQueryContext in com.wewebu.ow.server.ecmimpl.cmis.propertyclasses |
---|
Methods in com.wewebu.ow.server.ecmimpl.cmis.propertyclasses with parameters of type OwCMISQueryContext | |
---|---|
String |
OwCMISPropertyClass.getQueryName(OwCMISQueryContext context_p)
Returns the specified queryName of the property which should be used in search request instead of the id or property name. |
String |
OwCMISObjectPath.getQueryName(OwCMISQueryContext context_p)
|
String |
OwCMISObjectName.getQueryName(OwCMISQueryContext context_p)
|
String |
OwCMISObjectClassDescription.getQueryName(OwCMISQueryContext context_p)
|
String |
OwCMISNativePropertyClass.getQueryName(OwCMISQueryContext context_p)
|
String |
OwCMISMappedInternalPropertyClass.getQueryName(OwCMISQueryContext context_p)
|
String |
OwCMISDynamicQuerySchema.getQueryName(OwCMISQueryContext context_p)
|
boolean |
OwCMISPropertyClass.isQueryable(OwCMISQueryContext context_p)
Returns a boolean representation if this property can occur in WHERE clause for filtration. |
boolean |
OwCMISObjectPath.isQueryable(OwCMISQueryContext context_p)
|
boolean |
OwCMISObjectName.isQueryable(OwCMISQueryContext context_p)
|
boolean |
OwCMISObjectClassDescription.isQueryable(OwCMISQueryContext context_p)
|
boolean |
OwCMISNativePropertyClass.isQueryable(OwCMISQueryContext context_p)
|
boolean |
OwCMISMappedInternalPropertyClass.isQueryable(OwCMISQueryContext context_p)
|
boolean |
OwCMISDynamicQuerySchema.isQueryable(OwCMISQueryContext context_p)
|
Uses of OwCMISQueryContext in com.wewebu.ow.server.ecmimpl.cmis.util |
---|
Methods in com.wewebu.ow.server.ecmimpl.cmis.util with parameters of type OwCMISQueryContext | |
---|---|
void |
OwCMISPropertiesFilter.addAll(OwCMISQueryContext context_p,
Collection<OwCMISPropertyClass> propertyClasses_p)
|
void |
OwCMISPropertiesFilter.addAll(OwCMISQueryContext context_p,
Collection<String> propertyClasses_p,
OwCMISObjectClass defaultClass_p,
OwCMISResource resource_p)
|
void |
OwCMISPropertiesFilter.addAll(OwCMISQueryContext context_p,
OwCMISObjectClass objectClass_p,
Collection<String> propertyClasses_p)
|
void |
OwCMISPropertiesFilter.addAll(OwCMISQueryContext context_p,
String className_p,
Collection<String> propertyClasses_p,
OwCMISResource resource_p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |