public interface OwFieldDefinitionProvider
Interface for objects that provide field definitions, like ECM Adapters.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
OwFieldDefinition |
getFieldDefinition(String strFieldDefinitionName_p,
String strResourceName_p)
get a field definition for the given name and resource
NOTE: Since there is no knowledge about the object class the field is attached to, the returned field definition represents an estimation.
|
Collection |
getWildCardDefinitions(String strFieldDefinitionName_p,
String strResourceName_p,
int iOp_p)
get a collection of wild card definitions that are allowed for the given field, resource and search operator
|
OwFieldDefinition getFieldDefinition(String strFieldDefinitionName_p, String strResourceName_p) throws Exception, OwObjectNotFoundException
OwObjectClass.getPropertyClass(String)
strFieldDefinitionName_p
- Name of the field definition classstrResourceName_p
- optional name of the resource if there are several different resources for field definitions, can be nullException
OwObjectNotFoundException
Collection getWildCardDefinitions(String strFieldDefinitionName_p, String strResourceName_p, int iOp_p) throws Exception
strFieldDefinitionName_p
- Name of the field definition classstrResourceName_p
- optional name of the resource if there are several different resources for field definitions, can be nulliOp_p
- search operator as defined in OwSearchOperator CRIT_OP_...Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.