com.centrasite.control.adapters.search.editors
Class AbstractPredicateEditor

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.centrasite.control.adapters.search.editors.AbstractPredicateEditor
All Implemented Interfaces:
PredicateEditor, com.softwareag.cis.plugin.registry.ExtensionImplementation, java.lang.Cloneable
Direct Known Subclasses:
ConceptTaxonomyPredicateEditor, ConceptValuePredicateEditor, CreatedPredicateEditor, CustomPredicateEditor, DescriptionPredicateEditor, ExternalClassificationPredicateEditor, InternalClassificationPredicateEditor, KeyPredicateEditor, ModifiedPredicateEditor, NamePredicateEditor, ObjectSpecificPropertyPredicateEditor, ObjectTypePredicateEditor, OwnerPredicateEditor, RecentVersionPredicateEditor, ServiceInterfacePredicateEditor, ServiceOperationPredicateEditor, ServiceProviderPredicateEditor, TypeSpecificPropertyPredicateEditor

public abstract class AbstractPredicateEditor
extends com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
implements PredicateEditor


Field Summary
static java.lang.String rcs_id
           
 
Method Summary
 java.lang.Object clone()
           
 com.centrasite.jaxr.query.predicates.Predicate getPredicate()
          Get predicate to be added by this editor
 void setPredicate(com.centrasite.jaxr.query.predicates.Predicate predicate)
           
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.centrasite.control.adapters.search.editors.PredicateEditor
getAdapterClass, getLayout, getPredicateClass
 

Field Detail

rcs_id

public static final java.lang.String rcs_id
See Also:
Constant Field Values
Method Detail

setPredicate

public void setPredicate(com.centrasite.jaxr.query.predicates.Predicate predicate)

getPredicate

public com.centrasite.jaxr.query.predicates.Predicate getPredicate()
Description copied from interface: PredicateEditor
Get predicate to be added by this editor

Specified by:
getPredicate in interface PredicateEditor
Returns:
the predicate

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Specified by:
clone in interface PredicateEditor
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException