public class ProjectFilter
extends java.lang.Object
ProjectManager| Constructor and Description |
|---|
ProjectFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getActive()
indicates if active projects are to be returned
|
java.util.List<java.lang.String> |
getProjectTemplates()
Indicates if projects list should be restricted to provided list of project templates
|
void |
setActive(java.lang.Boolean active)
indicate whether active or inactive projects are to be returned.
|
void |
setProjectTemplates(java.util.List<java.lang.String> projectTemplates)
Defines the list of project templates the list should be restricted to
|
public java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
active - set whether to return active or inactive projectspublic java.util.List<java.lang.String> getProjectTemplates()
public void setProjectTemplates(java.util.List<java.lang.String> projectTemplates)
projectTemplates - List of project templates the list should be restricted to, or null if it shouldn't be filtered"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"