Operation |
Details |
public addRelationToContentItem():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#addContentRelations | |
public addRelationToContentItemNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ItemNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#addContentRelations | |
public removeRelationFromContentItem():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#removeContentRelations | |
public removeRelationFromContentItemNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ItemNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#removeContentRelations | |
public removeRelationFromContentItemRelationNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ContentRelationNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#removeContentRelations | |
public retrieveRelationOfContentItem():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#retrieveRelations | |
public retrieveRelationOfContentItemNotExisting():void |
Sequential Tags: | annotations=@Test(expected = ItemNotFoundException.class) throws=Exception
| Notes: | Test method for {@link de.fiz.escidoc.om.ItemHandlerLocal#retrieveRelations | |