| java.lang.Object org.theospi.portfolio.matrix.MatrixAuthorizer
MatrixAuthorizer | public class MatrixAuthorizer implements ApplicationAuthorizer(Code) | | author: rpembry author: author: author: createAuth(reviewer, "review", cellId) when a cell is submitted for review author: call listAuth(reviewer, "review", null) to find all the cells to review author: isAuth(review, "review", cellId) when a reviewer attempts to review a cell author: Node/Repository impl will callback here to see if there is locked content that prohibits edits or deletes. author: rpembry |
logger | final protected org.apache.commons.logging.Log logger(Code) | | |
setFunctions | public void setFunctions(List functions)(Code) | | |
setIdManager | public void setIdManager(IdManager idManager)(Code) | | Parameters: idManager - the idManager to set |
setMatrixManager | public void setMatrixManager(MatrixManager matrixManager)(Code) | | Parameters: matrixManager - The matrixManager to set. |
|
|