|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChangeEventPayloadItem
Interface for classes the represent a change that requires updating the Lucene index. The defined methods return information required to do the update.
| Method Summary | |
|---|---|
java.util.Set<org.eaglei.model.EIURI> |
getDataTypeProperties()
Returns the URIs (as EIURI instances) for the result data type properties. |
java.util.Set<java.lang.String> |
getDataTypeProperty(org.eaglei.model.EIURI eiuri)
Retrieves the values of the specified data type property. |
org.eaglei.model.EIEntity |
getEntity()
Retrieves the EIEntity representing the resource instance. |
org.eaglei.model.EIEntity |
getInstitution()
Retrieves the EIEntity representing the resource institution. |
java.util.Set<org.eaglei.model.EIURI> |
getObjectProperties()
Returns the URIs (as EIURI instances) for the result object properties. |
java.util.Set<org.eaglei.model.EIURI> |
getObjectProperty(org.eaglei.model.EIURI eiuri)
Retrieves the values of the specified object property. |
org.eaglei.model.EIEntity |
getType()
Retrieves the EIEntity representing the resource type. |
| Method Detail |
|---|
org.eaglei.model.EIEntity getEntity()
org.eaglei.model.EIEntity getType()
org.eaglei.model.EIEntity getInstitution()
java.util.Set<org.eaglei.model.EIURI> getDataTypeProperties()
java.util.Set<java.lang.String> getDataTypeProperty(org.eaglei.model.EIURI eiuri)
property - Property URI as an EIURI.
java.util.Set<org.eaglei.model.EIURI> getObjectProperties()
java.util.Set<org.eaglei.model.EIURI> getObjectProperty(org.eaglei.model.EIURI eiuri)
property - Property URI as an EIURI.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||