public class WorkflowDescriptorInfo extends Object
Constructor and Description |
---|
WorkflowDescriptorInfo(String description,
boolean orderable,
boolean deletable,
boolean editable) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
boolean |
isDeletable() |
boolean |
isEditable() |
boolean |
isOrderable() |
public WorkflowDescriptorInfo(String description, boolean orderable, boolean deletable, boolean editable)
public String getDescription()
public boolean isOrderable()
public boolean isDeletable()
public boolean isEditable()
Copyright © 2002-2021 Atlassian. All Rights Reserved.