Uses of Interface
ch.ivyteam.util.IAttributeStore
-
Packages that use IAttributeStore Package Description ch.ivyteam.ivy.application Defines the Axon Ivy application configuration subsystem with interfaces forIApplication,IProcessModel,IProcessModelVersion.ch.ivyteam.ivy.security ch.ivyteam.ivy.workflow -
-
Uses of IAttributeStore in ch.ivyteam.ivy.application
Subinterfaces of IAttributeStore in ch.ivyteam.ivy.application Modifier and Type Interface Description interfaceIApplication -
Uses of IAttributeStore in ch.ivyteam.ivy.security
Subinterfaces of IAttributeStore in ch.ivyteam.ivy.security Modifier and Type Interface Description interfaceISessionA session holds information about a user who interacts with ivy. -
Uses of IAttributeStore in ch.ivyteam.ivy.workflow
Subinterfaces of IAttributeStore in ch.ivyteam.ivy.workflow Modifier and Type Interface Description interfaceIWorkflowSessionA workflow session extends a security session with workflow functionality.
-