@PublicApi
public interface FieldScreenService
| Modifier and Type | Method and Description |
|---|---|
ServiceOutcome<FieldScreen> |
copy(FieldScreen screen,
String copyName,
String copyDescription,
ApplicationUser loggedInUser)
Creates a copy of the passed field screen assigning the passed name and description.
|
ServiceOutcome<FieldScreen> copy(FieldScreen screen, String copyName, String copyDescription, ApplicationUser loggedInUser)
screen - screen to copycopyName - name for the copied screencopyDescription - description for the copied screenloggedInUser - user performing the copyCopyright © 2002-2015 Atlassian. All Rights Reserved.