interface: ItemValidating

public abstract <<interface>> interface: ItemValidating
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 106 $ $LastChangedDate: 2007-11-07 13:1; Complexity: 1
Dates: Created: 16.07.2009 15:21:27; Modified: 16.07.2009 15:21:27;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4CCF382E-A7F9-4a48-8261-DC2A47B51122}
Interface for Validation EJB.
 

Goto: Fields, Methods

Extends: ItemValidatingWebService

See also: PubManImport, RestServlet, ItemValidatingWebService, ItemValidatingBean, ValidatorTest, Initializer

Appears in: validation

Connections
 
ItemValidating Attributes
Attribute Details
package String
  SERVICE_NAME
Initial: "ejb/de/mpg/escidoc/services/validation/ItemValidating"
Notes: The name to obtain this service.
 
ItemValidating Methods
Operation Details
package
refreshValidationSchemaCache():void
Sequential
Tags: throws=TechnicalException
Notes: Refresh the validation schema cache.
package
validateItemObject(
   ItemVO itemVO):ValidationReportVO
Sequential
Tags: throws=ValidationSchemaNotFoundException,TechnicalException
Notes: Validate the given item vo against the matching validation schema using the default validation point.
package
validateItemObject(
   ItemVO itemVO,
   String validationPoint):ValidationReportVO
Sequential
Tags: throws=ValidationSchemaNotFoundException,TechnicalException
Notes: Validate the given item vo against the matching validation schema.
public
validateItemObjectBySchema(
   ItemVO itemVO,
   String validationPoint,
   String validationSchema):ValidationReportVO
Sequential
Tags: throws=ValidationSchemaNotFoundException,TechnicalException
Notes: Validate the given item vo against the matching validation schema.
@link ItemVO}.
package
validateItemXml(
   String itemXml):String
Sequential
Tags: throws=ValidationSchemaNotFoundException,TechnicalException
Notes: Validate the given item xml against the matching validation schema using the default validation point.
package
validateItemXml(
   String itemXml,
   String validationPoint):String
Sequential
Tags: throws=ValidationSchemaNotFoundException,TechnicalException
Notes: Validate the given item xml against the matching validation schema.
public
validateItemXmlBySchema(
   String itemXml,
   String validationPoint,
   String validationSchema):String
Sequential
Tags: throws=ValidationSchemaNotFoundException,TechnicalException
Notes: Validate the given item xml against the matching validation schema.