com.ibm.premises.reusable.reporting
Interface Reporting
public interface Reporting
Remote interface for Enterprise Bean: Reporting
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getTagLocationHistory
java.util.Map[] getTagLocationHistory(java.lang.String tag)
throws ReusableComponentException,
java.rmi.RemoteException
- Parameters:
tag
-
- 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
java.rmi.RemoteException
getLocationTagHistory
java.util.Map[] getLocationTagHistory(java.lang.String location)
throws ReusableComponentException,
java.rmi.RemoteException
- Parameters:
location
-
- Returns:
- An array of observe events at the given location. 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
java.rmi.RemoteException
getLocationTagHistory
java.util.Map[] getLocationTagHistory(java.lang.String location,
java.lang.String startTime,
java.lang.String endTime)
throws ReusableComponentException,
java.rmi.RemoteException
- Parameters:
location
- startTime
- endTime
-
- Returns:
- An array of observe events at the given location. 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
java.rmi.RemoteException
getTagLocationHistory
java.util.Map[] getTagLocationHistory(java.lang.String tag,
java.lang.String startTime,
java.lang.String endTime)
throws ReusableComponentException,
java.rmi.RemoteException
- 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
java.rmi.RemoteException
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.