Uses of Interface
com.iizix.gyro.history.IAppHistoryForward
Packages that use IAppHistoryForward Package Description com.iizix.gyro.history com.iizix.server.gyro Uses of IAppHistoryForward in com.iizix.gyro.history
Methods in com.iizix.gyro.history that return IAppHistoryForward Modifier and Type Method Description IAppHistoryForward
IAppHistoryEntry. getForwardOperation()
Gets the programmatic operation for forward.Methods in com.iizix.gyro.history with parameters of type IAppHistoryForward Modifier and Type Method Description boolean
IAppHistoryEntry. setForwardInfo(IAppHistoryForward forward)
Sets the forward programmatic operation to use for the entry.Uses of IAppHistoryForward in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IAppHistoryForward Modifier and Type Method Description IAppHistoryForward
AppHistoryEntry. getForwardOperation()
Gets the programmatic operation for forward.Methods in com.iizix.server.gyro with parameters of type IAppHistoryForward Modifier and Type Method Description boolean
AppHistoryEntry. setForwardInfo(IAppHistoryForward forward)
Sets the forward programmatic operation to use for the entry.