diff --git a/pom.xml b/pom.xml index 3e261d3..f94753f 100644 --- a/pom.xml +++ b/pom.xml @@ -266,21 +266,7 @@ - + diff --git a/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java b/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java index b5a3e6c..bfc9a40 100644 --- a/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java +++ b/src/main/java/eu/geoknow/generator/workflow/beans/StepExecutionDetail.java @@ -16,7 +16,7 @@ public class StepExecutionDetail { private String startTime; private String duration; private int readCount; - private int writeCoun; + private int writeCount; private int filterCount; private int readSkipCount; private int processSkipCount; @@ -29,8 +29,8 @@ public int getReadCount() { return readCount; } - public int getWriteCoun() { - return writeCoun; + public int getWriteCount() { + return writeCount; } public int getCommitCount() { @@ -89,8 +89,8 @@ public void setReadCount(int readCount) { this.readCount = readCount; } - public void setWriteCoun(int writeCoun) { - this.writeCoun = writeCoun; + public void setWriteCount(int writeCount) { + this.writeCount = writeCount; } public void setCommitCount(int commitCount) { diff --git a/src/main/webapp/js/settings/named-graphs/graphs.html b/src/main/webapp/js/settings/named-graphs/graphs.html index d6681f3..d14b882 100644 --- a/src/main/webapp/js/settings/named-graphs/graphs.html +++ b/src/main/webapp/js/settings/named-graphs/graphs.html @@ -1,222 +1,226 @@

Named Graphs Management

- -

Named Graph Sets

- - - - - - - - - - - - - - - - - - - - - - - - -
ActionIdentifierLabelDescriptionURICreatedVersions
- - - {{vg.identifier}}{{vg.label}}{{vg.description}}{{vg.uri}}{{vg.created | formatDate}} -
    -
  • {{vgg}}
  • -
- - -
- - -

User Graphs

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ActionLabelURITriplesCreatedModifiedIssuedPublic AccessRead AccessWrite Access
- - - - {{namedgraph.graph.label}}{{namedgraph.name}}{{namedgraph.graph.triples}}{{namedgraph.graph.created | formatDate}}{{namedgraph.graph.modified | formatDate}}{{namedgraph.graph.issued | formatDate}}{{accessModes[namedgraph.publicAccess]}} -
    -
  • {{user}}
  • -
-
-
    -
  • {{user}}
  • -
-
+
+ +

Named Graph Sets

-
- - - -

- - - - Accessible Graphs -

- - - - - - - - - - - - - - - - - - - - - - - -
URILabelDescriptionCreatedModifiedOwnerAccess
{{namedgraph.name}}{{namedgraph.graph.label}}{{namedgraph.graph.description}}{{namedgraph.graph.created}}{{namedgraph.graph.modified}}{{namedgraph.owner}}{{namedgraph.access}}
- - -
-

- - - - All Graphs -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ActionURILabelDescriptionCreatedModifiedOwnerPublic accessRead accessWrite access
- - - {{namedgraph.name}}{{namedgraph.graph.label}}{{namedgraph.graph.description}}{{namedgraph.graph.created}}{{namedgraph.graph.modified}}{{namedgraph.owner}}{{accessModes[namedgraph.publicAccess]}} -
    -
  • {{user}}
  • -
-
-
    -
  • {{user}}
  • -
-
-
- -
- - -

- - - - Graph Groups -

- +
- - - + + + - - - + + - - - - - - - + + + + + + - + -
ActionURI
Identifier Label DescriptionURI CreatedModifiedGraphs
Versions
- - - {{gg.name}}{{gg.label}}{{gg.description}}{{gg.created}}{{gg.modified}}
{{vg.identifier}}{{vg.label}}{{vg.description}}{{vg.uri}}{{vg.created | formatDate}}
    -
  • {{graph}}
  • +
  • {{vgg}}
+ +
+ +
+ + +
+ +

User Graphs

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionLabelURITriplesCreatedModifiedIssuedPublic AccessRead AccessWrite Access
+ + + + {{namedgraph.graph.label}}{{namedgraph.name}}{{namedgraph.graph.triples}}{{namedgraph.graph.created | formatDate}}{{namedgraph.graph.modified | formatDate}}{{namedgraph.graph.issued | formatDate}}{{accessModes[namedgraph.publicAccess]}} +
    +
  • {{user}}
  • +
+
+
    +
  • {{user}}
  • +
+
+ + + +
+ + + +

+ + + + Accessible Graphs +

+ + + + + + + + + + + + + + + + + + + + + + + +
URILabelDescriptionCreatedModifiedOwnerAccess
{{namedgraph.name}}{{namedgraph.graph.label}}{{namedgraph.graph.description}}{{namedgraph.graph.created}}{{namedgraph.graph.modified}}{{namedgraph.owner}}{{namedgraph.access}}
+ + +
+

+ + + + All Graphs +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActionURILabelDescriptionCreatedModifiedOwnerPublic accessRead accessWrite access
+ + + {{namedgraph.name}}{{namedgraph.graph.label}}{{namedgraph.graph.description}}{{namedgraph.graph.created}}{{namedgraph.graph.modified}}{{namedgraph.owner}}{{accessModes[namedgraph.publicAccess]}} +
    +
  • {{user}}
  • +
+
+
    +
  • {{user}}
  • +
+
+
+ +
+
+ + +
+ +

+ + + + Graph Groups +

+ + + + + + + + + + + + + + + + + + + + + + + +
ActionURILabelDescriptionCreatedModifiedGraphs
+ + + {{gg.name}}{{gg.label}}{{gg.description}}{{gg.created}}{{gg.modified}} +
    +
  • {{graph}}
  • +
+
+
\ No newline at end of file