File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
src/main/java/org/commonwl/view/workflow Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
package org .commonwl .view .workflow ;
21
21
22
- import com .fasterxml .jackson .annotation .JsonIgnoreProperties ;
23
- import com .fasterxml .jackson .annotation .JsonInclude ;
22
+ import java .util .Date ;
23
+ import java .util .Map ;
24
+
24
25
import org .commonwl .view .cwl .CWLElement ;
25
26
import org .commonwl .view .cwl .CWLStep ;
26
27
import org .commonwl .view .git .GitDetails ;
29
30
import org .springframework .data .mongodb .core .mapping .Document ;
30
31
import org .springframework .format .annotation .DateTimeFormat ;
31
32
32
- import java . util . Date ;
33
- import java . util . Map ;
33
+ import com . fasterxml . jackson . annotation . JsonIgnoreProperties ;
34
+ import com . fasterxml . jackson . annotation . JsonInclude ;
34
35
35
36
/**
36
37
* Representation of a workflow
@@ -223,4 +224,8 @@ public String getPermalink() {
223
224
return getPermalink (null );
224
225
}
225
226
227
+ public boolean isPacked () {
228
+ return retrievedFrom .getPackedId () != null ;
229
+ }
230
+
226
231
}
You can’t perform that action at this time.
0 commit comments