JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.codingapi.flow.repository
Interface NodeViewJavaScriptRepository
public interface
NodeViewJavaScriptRepository
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
delete
(
String
code)
NodeViewJavaScript
get
(
String
code)
void
save
(
NodeViewJavaScript
javaScript)
Method Details
save
void
save
(
NodeViewJavaScript
javaScript)
delete
void
delete
(
String
code)
get
NodeViewJavaScript
get
(
String
code)