com.atlassian.jira.issue.operation
Interface ScreenableIssueOperation

All Superinterfaces:
IssueOperation
All Known Implementing Classes:
ScreenableSingleIssueOperationImpl

public interface ScreenableIssueOperation
extends IssueOperation

Copyright (c) 2002-2004 All rights reserved. Implemeneted vy Issue Operations for which a JIRA Admin can customise a Screen to be shown. For example, CReate Issue and Edit Issue are ScreenableIssueOperations. Move issue is not, as it is a wizard that does not simply show


Method Summary
 Long getId()
           
 
Methods inherited from interface com.atlassian.jira.issue.operation.IssueOperation
getDescriptionKey, getNameKey
 

Method Detail

getId

Long getId()


Copyright © 2002-2008 Atlassian. All Rights Reserved.