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 IAppHistoryForwardIAppHistoryEntry. getForwardOperation()Gets the programmatic operation for forward.Methods in com.iizix.gyro.history with parameters of type IAppHistoryForward Modifier and Type Method Description booleanIAppHistoryEntry. 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 IAppHistoryForwardAppHistoryEntry. getForwardOperation()Gets the programmatic operation for forward.Methods in com.iizix.server.gyro with parameters of type IAppHistoryForward Modifier and Type Method Description booleanAppHistoryEntry. setForwardInfo(IAppHistoryForward forward)Sets the forward programmatic operation to use for the entry.