Class ArtifactInfoContext

java.lang.Object
org.apache.ofbiz.widget.artifact.ArtifactInfoContext

public final class ArtifactInfoContext extends Object
An object used for gathering artifact information.
  • Constructor Details

    • ArtifactInfoContext

      public ArtifactInfoContext()
  • Method Details

    • addEntityName

      public void addEntityName(String name)
      Adds an entity name to this context.
      Parameters:
      name - The entity name to add to this context
    • addFormLocation

      public void addFormLocation(String name)
      Adds a form location to this context.
      Parameters:
      name - The form location to add to this context
    • addRequestLocation

      public void addRequestLocation(String name)
      Adds a request location to this context.
      Parameters:
      name - The request location to add to this context
    • addScreenLocation

      public void addScreenLocation(String name)
      Adds a screen location to this context.
      Parameters:
      name - The screen location to add to this context
    • addServiceName

      public void addServiceName(String name)
      Adds a service name to this context.
      Parameters:
      name - The service name to add to this context
    • addTargetLocation

      public void addTargetLocation(String name)
      Adds a target location to this context.
      Parameters:
      name - The target location to add to this context
    • getEntityNames

      public Set<String> getEntityNames()
      Returns the entity names in this context.
      Returns:
      The entity names in this context
    • getFormLocations

      public Set<String> getFormLocations()
      Returns the form locations in this context.
      Returns:
      The form locations in this context
    • getRequestLocations

      public Set<String> getRequestLocations()
      Returns the request locations in this context.
      Returns:
      The request locations in this context
    • getScreenLocations

      public Set<String> getScreenLocations()
      Returns the screen locations in this context.
      Returns:
      The screen locations in this context
    • getServiceNames

      public Set<String> getServiceNames()
      Returns the service names in this context.
      Returns:
      The service names in this context
    • getTargetLocations

      public Set<String> getTargetLocations()
      Returns the target locations in this context.
      Returns:
      The target locations in this context