Class ConnectionRef

java.lang.Object
org.jbpm.workflow.core.impl.ConnectionRef
All Implemented Interfaces:
Serializable

public class ConnectionRef extends Object implements Serializable
See Also:
  • Constructor Details

    • ConnectionRef

      public ConnectionRef(org.kie.api.definition.process.WorkflowElementIdentifier nodeId, String toType)
    • ConnectionRef

      public ConnectionRef(String connectionId, org.kie.api.definition.process.WorkflowElementIdentifier nodeId, String toType)
  • Method Details

    • getToType

      public String getToType()
    • getNodeId

      public org.kie.api.definition.process.WorkflowElementIdentifier getNodeId()
    • getConnectionId

      public String getConnectionId()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object