Skip navigation links

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


oracle.soa.management.util
Class CompositeFilter

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentFilter, ReferenceFilter, ServiceFilter

public class CompositeFilter
extends PageableFilter

Filter for composites

See Also:
Serialized Form

Constructor Summary
CompositeFilter()
           

 

Method Summary
 java.lang.String getCompositeName()
          Return the name of the composite
 java.lang.String getDomainName()
          Deprecated. Use getPartition instead
 java.lang.String getLabel()
          Return the mds label of the composite
 java.lang.String getPartition()
          Get the partition the composite is in
 java.lang.String getRevision()
          Get the revision
 void setCompositeDN(CompositeDN cdn)
          Set the composite dn
 void setCompositeDN(java.lang.String dn)
          Set the compositeDN as string
 void setCompositeName(java.lang.String compositeName)
          Set the composite name to search for
 void setDomainName(java.lang.String domainName)
          Deprecated. Use setPartition instead
 void setLabel(java.lang.String label)
          
Internal:
Set the mds label
 void setPartition(java.lang.String partition)
          Set the partition for the composite search
 void setRevision(java.lang.String revision)
          Set the revision of the composite, optional
 java.lang.String toString()
           

 

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

CompositeFilter

public CompositeFilter()

Method Detail

getLabel

public java.lang.String getLabel()
Return the mds label of the composite
Returns:
the label as string

setLabel

public void setLabel(java.lang.String label)

Internal:
Set the mds label
Parameters:
label - the mds label

getCompositeName

public java.lang.String getCompositeName()
Return the name of the composite
Returns:
the composite's name

setCompositeName

public void setCompositeName(java.lang.String compositeName)
Set the composite name to search for
Parameters:
compositeName - the name of the composite

getRevision

public java.lang.String getRevision()
Get the revision
Returns:

setRevision

public void setRevision(java.lang.String revision)
Set the revision of the composite, optional
Parameters:
revision -

getPartition

public java.lang.String getPartition()
Get the partition the composite is in
Returns:

setPartition

public void setPartition(java.lang.String partition)
Set the partition for the composite search
Parameters:
partition -

getDomainName

public java.lang.String getDomainName()
Deprecated. Use getPartition instead

setDomainName

public void setDomainName(java.lang.String domainName)
Deprecated. Use setPartition instead

setCompositeDN

public void setCompositeDN(CompositeDN cdn)
Set the composite dn
Parameters:
cdn - the composite dn
See Also:
CompositeDN

setCompositeDN

public void setCompositeDN(java.lang.String dn)
Set the compositeDN as string
Parameters:
dn - the dn as string
See Also:
CompositeDN.toString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

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


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