public class ConditionInputStore extends Object implements InputStore
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
onCondition |
protected Store |
store |
| Modifier | Constructor and Description |
|---|---|
protected |
ConditionInputStore(Store store,
Expression onCondition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expression |
getOnCondition() |
Store |
getStore() |
String |
getStoreId() |
String |
getStoreReferenceId() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitstore, storeprotected final Store store
protected Expression onCondition
protected ConditionInputStore(Store store, Expression onCondition)
public String getStoreReferenceId()
getStoreReferenceId in interface InputStorepublic String getStoreId()
getStoreId in interface InputStorepublic Store getStore()
public Expression getOnCondition()
Copyright © 2018 WSO2. All rights reserved.