Sha256: 2a4f45a239eab2cdced3cdef9d11ab524821160e90cb23e2ff0f02c7f8ec92ff

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 KB

Contents

<h3>ProcessDefinition#show</h3>

<table class="table">
  <tr>
    <td>getId()</td>
    <td><%= @process_definition.getId() %></td>
  </tr>
  <tr>
    <td>getDeploymentId()</td>
    <td><%= @process_definition.getDeploymentId() %></td>
  </tr>
  <tr>
    <td>getCategory()</td>
    <td><%= @process_definition.getCategory() %></td>
  </tr>
  <tr>
    <td>getDescription()</td>
    <td><%= @process_definition.getDescription() %></td>
  </tr>
  <tr>
    <td>getDiagramResourceName()</td>
    <td><%= @process_definition.getDiagramResourceName() %></td>
  </tr>
  <tr>
    <td>getKey() unique name for all versions this process definitions</td>
    <td><%= @process_definition.getKey() %></td>
  </tr>
  <tr>
    <td>getResourceName()</td>
    <td><%= @process_definition.getResourceName() %></td>
  </tr>
  <tr>
    <td>getTenantId()</td>
    <td><%= @process_definition.getTenantId() %></td>
  </tr>
  <tr>
    <td>getVersion()</td>
    <td><%= @process_definition.getVersion() %></td>
  </tr>
  <tr>
    <td>hasGraphicalNotation()</td>
    <td><%= @process_definition.hasGraphicalNotation() %></td>
  </tr>
  <tr>
    <td>hasStartFormKey()</td>
    <td><%= @process_definition.hasStartFormKey() %></td>
  </tr>
  <tr>
    <td>isSuspended()</td>
    <td><%= @process_definition.isSuspended() %></td>
  </tr>      
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jruby_activiti-2.0.8 web/views/process_definitions/show.erb
jruby_activiti-2.0.7 web/views/process_definitions/show.erb
jruby_activiti-2.0.6 web/views/process_definitions/show.erb
jruby_activiti-2.0.5 web/views/process_definitions/show.erb