The PerformingApp SVO provides the following methods for working with the performing applications of a work item.
public PerformingType getType()
Returns an enum value defined in PerformingType enum representing the type of the PerformingApp. Enum PerformingType is defined in PerformingApp SVO and contains the following values:
JSP
WEBAPP
PRIVATE
DOTNET
MOBILE
public String getTarget()
Returns a String with the value of the presentation type. For example, returns the value "URL" of the Mobile presentation type.
public Map<String, String> getMetadata()
Returns a HashMap containing key-value pairs if defined as part of the presentation type metadata.