Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10659-09


oracle.soa.management.util
Class ComponentFilter

java.lang.Object
  extended by oracle.soa.management.util.PageableFilter
      extended by oracle.soa.management.util.CompositeFilter
          extended by oracle.soa.management.util.ComponentFilter

All Implemented Interfaces:
java.io.Serializable

public class ComponentFilter
extends CompositeFilter
implements java.io.Serializable

Filter class, used to find a component in a specific engine

See Also:
Locator.getComponents(ComponentFilter filter), Locator.getComponentSnapShot(ComponentFilter filter), Serialized Form

Constructor Summary
ComponentFilter()
           

 

Method Summary
 java.lang.String getComponentName()
          Returns the name of the component
 java.lang.String getEngineType()
          Get the engine type to search in.
 boolean getIncludeComponentsWithNoInstances()
           
 java.util.Date getMaxCreationDate()
           
 java.util.Date getMaxModifyDate()
           
 java.util.Date getMinCreationDate()
           
 java.util.Date getMinModifyDate()
           
 void setComponentDN(java.lang.String dn)
          Util method to build the component name from a DN
 void setComponentName(java.lang.String componentName)
          Set the component name, e.g.
 void setEngineType(java.lang.String engineType)
          Set the engine type to search in.
 void setIncludeComponentsWithNoInstances(boolean value)
           
 void setMaxCreationDate(java.util.Date mMaxCreationDate)
           
 void setMaxModifyDate(java.util.Date maxModifyDate)
           
 void setMinCreationDate(java.util.Date mMinCreationDate)
           
 void setMinModifyDate(java.util.Date minModifyDate)
           
 java.lang.String toString()
          Util method, to string this.

 

Methods inherited from class oracle.soa.management.util.CompositeFilter
getCompositeName, getDomainName, getLabel, getPartition, getRevision, setCompositeDN, setCompositeDN, setCompositeName, setDomainName, setLabel, setPartition, setRevision

 

Methods inherited from class oracle.soa.management.util.PageableFilter
getPageSize, getPageStart, setPageSize, setPageStart

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ComponentFilter

public ComponentFilter()

Method Detail

getMaxCreationDate

public java.util.Date getMaxCreationDate()
Returns:
the mMaxCreationDate

setMaxCreationDate

public void setMaxCreationDate(java.util.Date mMaxCreationDate)
Parameters:
mMaxCreationDate - the mMaxCreationDate to set

getMinCreationDate

public java.util.Date getMinCreationDate()
Returns:
the mMinCreationDate

setMinCreationDate

public void setMinCreationDate(java.util.Date mMinCreationDate)
Parameters:
mMinCreationDate - the mMinCreationDate to set

getIncludeComponentsWithNoInstances

public boolean getIncludeComponentsWithNoInstances()

setIncludeComponentsWithNoInstances

public void setIncludeComponentsWithNoInstances(boolean value)

getMinModifyDate

public java.util.Date getMinModifyDate()

setMinModifyDate

public void setMinModifyDate(java.util.Date minModifyDate)

getMaxModifyDate

public java.util.Date getMaxModifyDate()

setMaxModifyDate

public void setMaxModifyDate(java.util.Date maxModifyDate)

getComponentName

public java.lang.String getComponentName()
Returns the name of the component
Returns:
the component's name

setComponentName

public void setComponentName(java.lang.String componentName)
Set the component name, e.g. OrderBookingBpelProcess
Parameters:
componentName - the name of the component, w/o revision or partition

setComponentDN

public void setComponentDN(java.lang.String dn)
Util method to build the component name from a DN
Parameters:
dn - the distinguished name for the composite
See Also:
CompositeDN, SOAUtil

toString

public java.lang.String toString()
Util method, to string this.
Overrides:
toString in class CompositeFilter
Returns:
returns Composite's filter.toString including the component name from here
See Also:
CompositeFilter

setEngineType

public void setEngineType(java.lang.String engineType)
Set the engine type to search in.
Parameters:
engineType - the type, see oracle.soa.management.Locator constants

getEngineType

public java.lang.String getEngineType()
Get the engine type to search in.
Returns:
the type, see oracle.soa.management.Locator constants

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10659-09


Copyright © 2010, 2012, Oracle and/or its affiliates. All rights reserved.