|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFilterEnvironment
Interface which provides methods to obtain information about the filter's environment. These methods may be useful
when implementing the IFilter
class.
Method Summary | |
---|---|
java.lang.String |
getAttributeIdentifier(java.lang.String attrName)
Returns Attribute ID given name. |
java.lang.String |
getAttributeType()
Returns Attribute Type. |
java.lang.String |
getFilterType()
Returns Filter Type |
java.lang.String |
getGroupIdentifier(java.lang.String groupType,
java.lang.String groupName)
Returns Flex Parent ID given name Flex Parent Type and Flex Parent Name. |
java.lang.String |
getGroupTypeIdentifier(java.lang.String groupType,
java.lang.String groupTypeName)
Returns Parent Definition ID given name Flex Parent Type and Flex Parent Definition Name. |
java.lang.String |
getGroupTypeType(java.lang.String groupType)
Returns Flex Parent Definition Type given Flex Parent Type. |
ICS |
getICS()
Returns handle to interface of Content Server object. |
Method Detail |
---|
ICS getICS()
java.lang.String getAttributeIdentifier(java.lang.String attrName) throws com.openmarket.basic.interfaces.AssetException
attrName
- attribute name
com.openmarket.basic.interfaces.AssetException
java.lang.String getGroupIdentifier(java.lang.String groupType, java.lang.String groupName) throws com.openmarket.basic.interfaces.AssetException
groupType
- assettype of parentgroupName
- name of parent
com.openmarket.basic.interfaces.AssetException
java.lang.String getGroupTypeIdentifier(java.lang.String groupType, java.lang.String groupTypeName) throws com.openmarket.basic.interfaces.AssetException
groupType
- assettype of parentgroupTypeName
- name of parent definition
com.openmarket.basic.interfaces.AssetException
java.lang.String getAttributeType() throws com.openmarket.basic.interfaces.AssetException
com.openmarket.basic.interfaces.AssetException
java.lang.String getFilterType() throws com.openmarket.basic.interfaces.AssetException
com.openmarket.basic.interfaces.AssetException
java.lang.String getGroupTypeType(java.lang.String groupType) throws com.openmarket.basic.interfaces.AssetException
groupType
- assettype of parent
com.openmarket.basic.interfaces.AssetException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |