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, wait
store, store
protected final Store store
protected Expression onCondition
protected ConditionInputStore(Store store, Expression onCondition)
public String getStoreReferenceId()
getStoreReferenceId
in interface InputStore
public String getStoreId()
getStoreId
in interface InputStore
public Store getStore()
public Expression getOnCondition()
Copyright © 2018 WSO2. All rights reserved.