com.atlassian.jira.appconsistency.integrity.check
Class SchemePermissionCheck

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.CheckImpl
      extended by com.atlassian.jira.appconsistency.integrity.check.SchemePermissionCheck
All Implemented Interfaces:
Check

public class SchemePermissionCheck
extends CheckImpl

Created by IntelliJ IDEA. User: owenfellows Date: 24-Jun-2004 Time: 14:57:21 To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
id, ofBizDelegator
 
Constructor Summary
SchemePermissionCheck(OfBizDelegator ofBizDelegator, int id)
           
 
Method Summary
 List correct()
           
 String getDescription()
           
 String getUnavailableMessage()
           
 boolean isAvailable()
           
 List preview()
           
 
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl
getI18NBean, getId, getIntegrityCheck, setIntegrityCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemePermissionCheck

public SchemePermissionCheck(OfBizDelegator ofBizDelegator,
                             int id)
Method Detail

getDescription

public String getDescription()

preview

public List preview()
             throws IntegrityException
Throws:
IntegrityException

correct

public List correct()
             throws IntegrityException
Throws:
IntegrityException

isAvailable

public boolean isAvailable()

getUnavailableMessage

public String getUnavailableMessage()


Copyright © 2002-2012 Atlassian. All Rights Reserved.