Package org.apache.ofbiz.widget.artifact
Class ArtifactInfoContext
java.lang.Object
org.apache.ofbiz.widget.artifact.ArtifactInfoContext
An object used for gathering artifact information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntityName
(String name) Adds an entity name to this context.void
addFormLocation
(String name) Adds a form location to this context.void
addRequestLocation
(String name) Adds a request location to this context.void
addScreenLocation
(String name) Adds a screen location to this context.void
addServiceName
(String name) Adds a service name to this context.void
addTargetLocation
(String name) Adds a target location to this context.Returns the entity names in this context.Returns the form locations in this context.Returns the request locations in this context.Returns the screen locations in this context.Returns the service names in this context.Returns the target locations in this context.
-
Constructor Details
-
ArtifactInfoContext
public ArtifactInfoContext()
-
-
Method Details
-
addEntityName
Adds an entity name to this context.- Parameters:
name
- The entity name to add to this context
-
addFormLocation
Adds a form location to this context.- Parameters:
name
- The form location to add to this context
-
addRequestLocation
Adds a request location to this context.- Parameters:
name
- The request location to add to this context
-
addScreenLocation
Adds a screen location to this context.- Parameters:
name
- The screen location to add to this context
-
addServiceName
Adds a service name to this context.- Parameters:
name
- The service name to add to this context
-
addTargetLocation
Adds a target location to this context.- Parameters:
name
- The target location to add to this context
-
getEntityNames
Returns the entity names in this context.- Returns:
- The entity names in this context
-
getFormLocations
Returns the form locations in this context.- Returns:
- The form locations in this context
-
getRequestLocations
Returns the request locations in this context.- Returns:
- The request locations in this context
-
getScreenLocations
Returns the screen locations in this context.- Returns:
- The screen locations in this context
-
getServiceNames
Returns the service names in this context.- Returns:
- The service names in this context
-
getTargetLocations
Returns the target locations in this context.- Returns:
- The target locations in this context
-