org.eclipse.stardust.engine.api.ws.query
Class LogEntryQueryXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.QueryXto
      extended by org.eclipse.stardust.engine.api.ws.query.LogEntryQueryXto

public class LogEntryQueryXto
extends QueryXto

Query for fetching log entries matching specific criteria.

Java class for LogEntryQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LogEntryQuery">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}Query">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
LogEntryQueryXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.QueryXto
getOrder, getPolicy, getPredicate, setOrder, setPolicy, setPredicate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntryQueryXto

public LogEntryQueryXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.