com.pyxis.greenhopper.jira.configurations.context
Class DefaultContext

java.lang.Object
  extended by com.pyxis.greenhopper.jira.configurations.context.ContextImpl
      extended by com.pyxis.greenhopper.jira.configurations.context.DefaultContext
All Implemented Interfaces:
Context, java.lang.Comparable<Context>

public class DefaultContext
extends ContextImpl


Field Summary
static java.lang.String NAME
           
 
Fields inherited from class com.pyxis.greenhopper.jira.configurations.context.ContextImpl
SORT_FIELD, SORT_ORDER
 
Fields inherited from interface com.pyxis.greenhopper.jira.configurations.context.Context
NONE, SPLITTER
 
Constructor Summary
DefaultContext(BoardContext boardContext, com.atlassian.crowd.embedded.api.User owner)
           
 
Method Summary
 java.lang.String getId()
           
 boolean isDefault()
           
 boolean isDeletable()
           
 boolean isEditable()
           
 boolean isOwner(com.atlassian.crowd.embedded.api.User user)
           
 boolean isRenamable()
           
 boolean isSharable()
           
 boolean isShared()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.configurations.context.ContextImpl
applyIssueSorter, applyIssueSorter, cloneAs, compareTo, equals, getBoardContext, getFilter, getHighLight, getName, getOwner, getOwnerBoardContext, getSortByOrder, getSortField, getSortOrder, hashCode, isDoneFilterOn, isRankable, isRankedBy, isSelected, isSortedBy, save, setName, setSortField, setSortOrder, trash
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

DefaultContext

public DefaultContext(BoardContext boardContext,
                      com.atlassian.crowd.embedded.api.User owner)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Context
Overrides:
getId in class ContextImpl

isDefault

public boolean isDefault()
Specified by:
isDefault in interface Context
Overrides:
isDefault in class ContextImpl

isDeletable

public boolean isDeletable()
Specified by:
isDeletable in interface Context
Overrides:
isDeletable in class ContextImpl

isEditable

public boolean isEditable()
Specified by:
isEditable in interface Context
Overrides:
isEditable in class ContextImpl

isOwner

public boolean isOwner(com.atlassian.crowd.embedded.api.User user)
Specified by:
isOwner in interface Context
Overrides:
isOwner in class ContextImpl

isShared

public boolean isShared()
Specified by:
isShared in interface Context
Overrides:
isShared in class ContextImpl

isSharable

public boolean isSharable()
Specified by:
isSharable in interface Context
Overrides:
isSharable in class ContextImpl

isRenamable

public boolean isRenamable()
Specified by:
isRenamable in interface Context
Overrides:
isRenamable in class ContextImpl


Copyright © 2007-2012 Atlassian. All Rights Reserved.