Class ProcessResolutionProblem

  • All Implemented Interfaces:
    Serializable

    public class ProcessResolutionProblem
    extends Object
    implements Serializable
    This resource represents a problem in a process that needs to be resolved for the process to run. It can be an actor, a connector implementation, or a parameter (in the Enterprise, Performance, Efficiency, or Teamwork edition).
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessResolutionProblem

        public ProcessResolutionProblem()
    • Method Detail

      • getMessage

        @Nullable
        public String getMessage()
        resolution problem
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • getResourceId

        @Nullable
        public String getResourceId()
        id of the unresolved resource
        Returns:
        resourceId
      • setResourceId

        public void setResourceId​(String resourceId)
      • getTargetType

        @Nullable
        public String getTargetType()
        the type of the unresolved resource (parameter, actor, or connector)
        Returns:
        targetType
      • setTargetType

        public void setTargetType​(String targetType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object