| java.lang.Object org.drools.brms.server.repository.MockSession
MockSession | class MockSession implements Session(Code) | | |
Method Summary | |
public void | addLockToken(String arg0) | public void | checkPermission(String arg0, String arg1) | public void | exportDocumentView(String arg0, ContentHandler arg1, boolean arg2, boolean arg3) | public void | exportDocumentView(String arg0, OutputStream arg1, boolean arg2, boolean arg3) | public void | exportSystemView(String arg0, ContentHandler arg1, boolean arg2, boolean arg3) | public void | exportSystemView(String arg0, OutputStream arg1, boolean arg2, boolean arg3) | public Object | getAttribute(String arg0) | public String[] | getAttributeNames() | public ContentHandler | getImportContentHandler(String arg0, int arg1) | public Item | getItem(String arg0) | public String[] | getLockTokens() | public String | getNamespacePrefix(String arg0) | public String[] | getNamespacePrefixes() | public String | getNamespaceURI(String arg0) | public Node | getNodeByUUID(String arg0) | public Repository | getRepository() | public Node | getRootNode() | public String | getUserID() | public ValueFactory | getValueFactory() | public Workspace | getWorkspace() | public boolean | hasPendingChanges() | public Session | impersonate(Credentials arg0) | public void | importXML(String arg0, InputStream arg1, int arg2) | public boolean | isLive() | public boolean | itemExists(String arg0) | public void | logout() | public void | move(String arg0, String arg1) | public void | refresh(boolean arg0) | public void | removeLockToken(String arg0) | public void | save() | public void | setNamespacePrefix(String arg0, String arg1) |
loggedout | public boolean loggedout(Code) | | |
exportDocumentView | public void exportDocumentView(String arg0, OutputStream arg1, boolean arg2, boolean arg3) throws IOException, PathNotFoundException, RepositoryException(Code) | | |
getImportContentHandler | public ContentHandler getImportContentHandler(String arg0, int arg1) throws PathNotFoundException, ConstraintViolationException, VersionException, LockException, RepositoryException(Code) | | |
getItem | public Item getItem(String arg0) throws PathNotFoundException, RepositoryException(Code) | | |
getNamespacePrefix | public String getNamespacePrefix(String arg0) throws NamespaceException, RepositoryException(Code) | | |
getNamespacePrefixes | public String[] getNamespacePrefixes() throws RepositoryException(Code) | | |
getNamespaceURI | public String getNamespaceURI(String arg0) throws NamespaceException, RepositoryException(Code) | | |
getNodeByUUID | public Node getNodeByUUID(String arg0) throws ItemNotFoundException, RepositoryException(Code) | | |
getRepository | public Repository getRepository()(Code) | | |
getRootNode | public Node getRootNode() throws RepositoryException(Code) | | |
getValueFactory | public ValueFactory getValueFactory() throws UnsupportedRepositoryOperationException, RepositoryException(Code) | | |
getWorkspace | public Workspace getWorkspace()(Code) | | |
hasPendingChanges | public boolean hasPendingChanges() throws RepositoryException(Code) | | |
impersonate | public Session impersonate(Credentials arg0) throws LoginException, RepositoryException(Code) | | |
importXML | public void importXML(String arg0, InputStream arg1, int arg2) throws IOException, PathNotFoundException, ItemExistsException, ConstraintViolationException, VersionException, InvalidSerializedDataException, LockException, RepositoryException(Code) | | |
isLive | public boolean isLive()(Code) | | |
itemExists | public boolean itemExists(String arg0) throws RepositoryException(Code) | | |
logout | public void logout()(Code) | | |
move | public void move(String arg0, String arg1) throws ItemExistsException, PathNotFoundException, VersionException, ConstraintViolationException, LockException, RepositoryException(Code) | | |
refresh | public void refresh(boolean arg0) throws RepositoryException(Code) | | |
removeLockToken | public void removeLockToken(String arg0)(Code) | | |
save | public void save() throws AccessDeniedException, ItemExistsException, ConstraintViolationException, InvalidItemStateException, VersionException, LockException, NoSuchNodeTypeException, RepositoryException(Code) | | |
setNamespacePrefix | public void setNamespacePrefix(String arg0, String arg1) throws NamespaceException, RepositoryException(Code) | | |
|
|