Package io.vertigo.studio.notebook
Interface Sketch
-
- All Known Implementing Classes:
AbstractSketch
,AssociationNNSketch
,AssociationSimpleSketch
,AssociationSketch
,DomainSketch
,DtSketch
,FacetedQuerySketch
,FacetSketch
,FileInfoSketch
,SearchIndexSketch
,SecuredFeatureSketch
,StaticMasterDataSketch
,TaskSketch
,WebServiceSketch
public interface Sketch
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
REGEX_SKETCH_NAME
A skecth must have a unique name, which matches the following patterns : PrefixAaaaBbbb123 or PrefixAaaaBbbb123$abcAbc123
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SketchKey
getKey()
String
getLocalName()
-
-
-
Field Detail
-
REGEX_SKETCH_NAME
static final Pattern REGEX_SKETCH_NAME
A skecth must have a unique name, which matches the following patterns : PrefixAaaaBbbb123 or PrefixAaaaBbbb123$abcAbc123
-
-