Operation |
Details |
private convertToVO( SearchResultVO searchResultVO):SearchResultElement |
Sequential Tags: | throws=TechnicalException
| Notes: | Converts a {@link SearchResultVO} into an instantiation of {@link SearchResultElement}. May be a - {@link ItemResultVO} - {@link ContainerResultVO} - {@link AffiliationResultVO} @return The new VO. | |
public static getAttributeValue( Node node, String xPath, String attributeName):String |
Sequential Notes: | Return the text value of the selected attribute. @return The text value of the selected attribute. | |
protected static getDocument( String xml, boolean namespaceAwareness):Document |
Sequential Notes: | Parse the given xml String into a Document. @return The Document. | |
public static selectNodeList( Node node, String xpathExpression):NodeList |
Sequential Tags: | throws=TransformerException
| Notes: | Return the list of children of the node selected by the xPath. @param xPath The xPath. @return The list of children of the node selected by the xPath. | |
private static selectSingleNode( Node node, String xpathExpression):Node |
Sequential Tags: | throws=TransformerException
| Notes: | Return the child of the node selected by the xPath. @param xPath The xPath. @return The child of the node selected by the xPath. | |
public transformToAccountUser( String user):AccountUserVO |
Sequential Tags: | throws=TechnicalException,UnmarshallingException
| |
public transformToAccountUser( AccountUserVO accountUserVO):String |
Sequential Tags: | throws=TechnicalException
| |
public const transformToAccountUserVOList( String accountUserListXml):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToAffiliation( String organizationalUnit):AffiliationVO |
Sequential Tags: | throws=TechnicalException,UnmarshallingException
| |
public transformToAffiliationList( String organizationalUnitList):List |
Sequential Tags: | throws=TechnicalException,UnmarshallingException
| |
public transformToAffiliationPathList( String pathList):List |
Sequential Tags: | throws=TechnicalException,UnmarshallingException
| |
public transformToAffiliationResult( String affiliationResult):AffiliationResultVO |
Sequential Tags: | annotations=@Deprecated throws=TechnicalException
| |
public transformToContainer( ContainerVO containerVO):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToContainer( String container):ContainerVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToContainerList( List extends ContainerVO> containerVOList):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToContainerList( String containerList):List extends ContainerVO> |
Sequential Tags: | throws=TechnicalException
| |
public transformToContainerListWrapper( String containerListXml):ContainerVOListWrapper |
Sequential Tags: | throws=TechnicalException
| |
public transformToContainerResult( String containerResult):ContainerResultVO |
Sequential Tags: | annotations=@Deprecated throws=TechnicalException
| |
public transformToContext( String context):ContextVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToContextList( String contextList):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToEventVOList( String versionList):List |
Sequential Tags: | throws=TechnicalException
| |
public const transformToExportFormatVOList( String formatList):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToExportParams( ExportFormatVO exportFormat):String |
Sequential Tags: | throws=TechnicalException,MarshallingException
| |
public transformToFaceItem( String itemXml):FaceItemVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToFaceItemList( String itemList):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToFileVO( String fileXML):FileVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToFilterTaskParam( FilterTaskParamVO filterTaskParamVO):String |
Sequential Tags: | throws=TechnicalException,MarshallingException
| |
public transformToGrant( GrantVO grantVO):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToGrantVO( String grantXml):GrantVO |
Sequential Tags: | throws=TechnicalException
| |
public const transformToGrantVOList( String formatList):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToItem( ItemVO itemVO):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToItem( String item):ItemVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToItemList( String itemListXml):List extends ItemVO> |
Sequential Tags: | throws=TechnicalException
| |
public transformToItemList( List extends ItemVO> itemVOList):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToItemListWrapper( String itemListXml):ItemVOListWrapper |
Sequential Tags: | throws=TechnicalException
| |
public transformToItemResultVO( String searchResultItem):ItemResultVO |
Sequential Tags: | annotations=@Deprecated throws=TechnicalException
| |
public transformToLockVO( String lockInformation):LockVO |
Sequential Tags: | throws=TechnicalException,UnmarshallingException
| |
public transformToMemberList( String memberList):List extends ValueObject> |
Sequential Tags: | throws=TechnicalException
| |
public transformToMemberList( List extends ValueObject> memberList):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToOrganizationalUnit( AffiliationVO affiliationVO):String |
Sequential Tags: | throws=TechnicalException,MarshallingException
| |
public transformToParentAffiliationList( String parentOrganizationalUnitList):List |
Sequential Tags: | throws=TechnicalException,UnmarshallingException
| |
public transformToPidTaskParam( PidTaskParamVO pidTaskParamVO):String |
Sequential Tags: | throws=TechnicalException,MarshallingException
| |
public transformToPubItem( String itemXml):PubItemVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToPubItemList( String itemList):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToRelationVOList( String relationsXml):List |
Sequential Tags: | throws=UnmarshallingException
| |
public transformToResult( String resultXml):ResultVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToSearchResult( String searchResultXml):SearchResultElement |
Sequential Tags: | throws=TechnicalException
| |
public transformToStatisticReportDefinition( StatisticReportDefinitionVO reportDef):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToStatisticReportDefinition( String reportDefXML):StatisticReportDefinitionVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToStatisticReportDefinitionList( String reportDefinitionList):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToStatisticReportParameters( StatisticReportParamsVO statisticReportParams):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToStatisticReportRecordList( String statisticReportXML):List |
Sequential Tags: | throws=TechnicalException
| |
public transformToSuccessorAffiliationList( String successorOrganizationalUnitList):List |
Sequential Tags: | throws=TechnicalException,UnmarshallingException
| |
public transformToTaskParam( TaskParamVO taskParamVO):String |
Sequential Tags: | throws=TechnicalException,MarshallingException
| |
public transformToTocItem( TocItemVO tocItemVO):String |
Sequential Tags: | throws=TechnicalException
| |
public transformToTocItemVO( String tocXML):TocItemVO |
Sequential Tags: | throws=TechnicalException
| |
public transformToTocVO( String tocXML):TocVO |
Sequential Tags: | throws=TechnicalException
| |
public transformUploadResponseToFileURL( String uploadResponse):URL |
Sequential Tags: | throws=TechnicalException,UnmarshallingException,URISyntaxException
| |