Uses of Class
com.codingapi.flow.domain.UrgeInterval
Packages that use UrgeInterval
Package
Description
-
Uses of UrgeInterval in com.codingapi.flow.context
Methods in com.codingapi.flow.context that return UrgeIntervalModifier and TypeMethodDescriptionRepositoryHolderContext.getLatestUrgeInterval(String processId, long recordId) Methods in com.codingapi.flow.context with parameters of type UrgeIntervalModifier and TypeMethodDescriptionvoidRepositoryHolderContext.saveUrgeInterval(UrgeInterval interval) -
Uses of UrgeInterval in com.codingapi.flow.mock
Methods in com.codingapi.flow.mock that return UrgeIntervalModifier and TypeMethodDescriptionMockRepositoryHolder.getLatestUrgeInterval(String processId, long recordId) Methods in com.codingapi.flow.mock with parameters of type UrgeIntervalModifier and TypeMethodDescriptionvoidMockRepositoryHolder.saveUrgeInterval(UrgeInterval interval) -
Uses of UrgeInterval in com.codingapi.flow.mock.repository
Methods in com.codingapi.flow.mock.repository that return UrgeIntervalModifier and TypeMethodDescriptionMethods in com.codingapi.flow.mock.repository with parameters of type UrgeIntervalModifier and TypeMethodDescriptionvoidUrgeIntervalRepositoryMockImpl.save(UrgeInterval urgeInterval) -
Uses of UrgeInterval in com.codingapi.flow.repository
Methods in com.codingapi.flow.repository that return UrgeIntervalModifier and TypeMethodDescriptionMethods in com.codingapi.flow.repository with parameters of type UrgeInterval -
Uses of UrgeInterval in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return UrgeIntervalModifier and TypeMethodDescriptionIRepositoryHolder.getLatestUrgeInterval(String processId, long recordId) 获取最新的催办控制对象Methods in com.codingapi.flow.session with parameters of type UrgeIntervalModifier and TypeMethodDescriptionvoidIRepositoryHolder.saveUrgeInterval(UrgeInterval interval) 保存催办控制 -
Uses of UrgeInterval in com.codingapi.flow.strategy.workflow
Methods in com.codingapi.flow.strategy.workflow with parameters of type UrgeInterval