fuego.papi.utils
Class FilterDescriptor
java.lang.Object
fuego.papi.utils.FilterDescriptor
public class FilterDescriptor
- extends Object
FilterDescriptor
public FilterDescriptor()
getAttributesDescription
public static String getAttributesDescription(Filter filter,
String[] assignedProcessIds,
ProcessServiceSession session)
- Returns a complete description of the filter.
- Parameters:
filter - Filter to obtain the descriptionassignedProcessIds - Processes to execute the filtersession - The session where the filter will be executed.
- Returns:
- String with the description.
getAttributesDescription
public static String getAttributesDescription(Filter filter,
List<String> assignedProcessIds,
ProcessServiceSession session)
- Returns a complete description of the filter.
- Parameters:
filter - Filter to obtain the descriptionassignedProcessIds - Processes to execute the filtersession - The session where the filter will be executed.
- Returns:
- String with the description.
getAttributesDescription
public static String getAttributesDescription(Filter filter,
List<String> assignedProcessIds,
FilterDescriptor.FilterDescriptionInformation information)
- Returns a complete description of the filter.
- Parameters:
filter - Filter to obtain the descriptionassignedProcessIds - Processes to execute the filterinformation - A filter information with the data that associated with the filter.
- Returns:
- String with the description.
© Copyright 1996/2005 Fuego Inc. All Rights Reserved