com.softwareag.centrasite.appl.framework.persistence.search
Class Operation

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.search.Operation

public class Operation
extends java.lang.Object


Nested Class Summary
static class Operation.Type
           
 
Constructor Summary
Operation(Operation.Type operation)
           
 
Method Summary
 Operation.Type getOperation()
           
 java.lang.String getOperationString()
          Returns the proper operation
 java.lang.String getQueryString(java.lang.String path, java.lang.String value)
          Creates a query string,depending on the operation Type, representing the where clause
 void setOperation(Operation.Type operation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation

public Operation(Operation.Type operation)
Method Detail

getOperation

public Operation.Type getOperation()

setOperation

public void setOperation(Operation.Type operation)

getQueryString

public java.lang.String getQueryString(java.lang.String path,
                                       java.lang.String value)
Creates a query string,depending on the operation Type, representing the where clause

Parameters:
path -
value -
Returns:
String

getOperationString

public java.lang.String getOperationString()
Returns the proper operation

Returns:
String