com.ibm.premises.reusable.reporting
Interface ReportingService
- All Superinterfaces:
- java.rmi.Remote
public interface ReportingService
- extends java.rmi.Remote
ServiceEndpoint interface for Enterprise Bean: Reporting
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.util.Map[] |
getLocationTagHistory(java.lang.String location,
java.lang.String startTime,
java.lang.String endTime)
|
java.util.Map[] |
getTagLocationHistory(java.lang.String tag,
java.lang.String startTime,
java.lang.String endTime)
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getLocationTagHistory
java.util.Map[] getLocationTagHistory(java.lang.String location,
java.lang.String startTime,
java.lang.String endTime)
throws ReusableComponentException
- Parameters:
location
- startTime
- endTime
-
- Returns:
- An array of observe events where the given EPC has been observed. Each observe event is represented as a Map.
The Map's properties returned correspond to the standard EPCIS event metadata (such as bizStep, disposition, readPoint)
and should be queried using the constant Strings from ObjectEventConstants as keys.
- Throws:
ReusableComponentException
getTagLocationHistory
java.util.Map[] getTagLocationHistory(java.lang.String tag,
java.lang.String startTime,
java.lang.String endTime)
throws ReusableComponentException
- Parameters:
tag
- startTime
- endTime
-
- Returns:
- An array of observe events where the given EPC has been observed. Each observe event is represented as a Map.
The Map's properties returned correspond to the standard EPCIS event metadata (such as bizStep, disposition, readPoint)
and should be queried using the constant Strings from ObjectEventConstants as keys.
- Throws:
ReusableComponentException
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.