Uses of Class
org.ikasan.cli.shell.operation.model.IkasanProcess
-
Packages that use IkasanProcess Package Description org.ikasan.cli.shell.operation.dao -
-
Uses of IkasanProcess in org.ikasan.cli.shell.operation.dao
Methods in org.ikasan.cli.shell.operation.dao that return IkasanProcess Modifier and Type Method Description IkasanProcessKryoProcessPersistenceImpl. find(java.lang.String type, java.lang.String name)IkasanProcessProcessPersistenceDao. find(java.lang.String type, java.lang.String name)Find process of type and name.Methods in org.ikasan.cli.shell.operation.dao with parameters of type IkasanProcess Modifier and Type Method Description voidKryoProcessPersistenceImpl. save(IkasanProcess ikasanProcess)voidProcessPersistenceDao. save(IkasanProcess ikasanProcess)Save IkasanProcess.
-