Information Technology Reference
In-Depth Information
DescInfoSchema
# descInfoSchema : String
# descInfoSchemaFormat
DescInfoSchema_ID
# iD: String
<<interface>>
DescInfoRepositoryManager
DescInfoObject
# descInfoObj : String
# descInfoObjFormat : String
# descInfoObjID : String
# descInfoObjRoot : DescInfoObject_Root
# description : String
DescInfoObject_ID
-ID: String
: String
# descInfoSchemaID
:
DescInfoSchema_ID
# description : String
+ initialize() : boolean
+ wipeOutRepsoitoryData () : boolean
<<Simple types Management>>
+addAIP ( CASPAR_AIP) :boolean
+ addDIObj ( DescInfoObject ) : boolean
+ addDISchema ( DescInfoSchema ) : boolean
+ deleteDIObj ( DescInfoObj_ID ) : boolean
+ deleteAIP ( CASPAR_AIP_ID) : boolean
+ deleteDISchema ( DescInfoSchema_ID ) : boolean
+ existsAIPID ( CASPAR_AIP_ID) : CASPAR_AIP
+ existsDIObjID ( DescInfoObject_ID ) : DescInfoObject
+ existsDIObjRoot ( DescInfoObject_Root ) : DescInfoObject_ID
+ existsDISchemaID ( DescInfoSchema_ID ) : DescInfoSchema
+ listAIPS() : Collection
+ listObjects () : Collection
+ listSchemas () : Collection
<<Associations Management>>
+ addAssociation ( DescInfoObject_ID , CASPAR_AIP_ID) :
boolean
+ deleteAssociation ( DescInfoObject_ID , CASPAR_AIP_ID) :
boolean
+ getAssociatedAIP ( DescInfoObject_ID ) : Collection
+ getAssociatedAIPFromResultSet (
eu.casparpreserves.models.find ) : Collection
+ getAssociatedDI ( CASPAR_AIP_ID) : Collection
+ listAssociations () : Collection
<<Schema - DescInfo Management>>
+ addDI2Schema( DescInfoObject , DescInfoSchema ) :
boolean
+ deleteDIFromSchema ( DescInfoObject_ID ) : boolean
+ getDIsOfSchema ( DescInfoSchema_ID ) : Collection
+ getSchemaOfDI ( DescInfoObject_ID ) : DescInfoSchema
QueryLanguage
# qLanguage _: String = null
# description_ : String = null
+ getQLanguage () : String
+ getDesc () : String
+ QueryLanguage ()
+ QueryLanguage ( String)
+ setQLanguage ( String) :
boolean
+ setDesc( String) : void
DescInfoObject_Root
- DIRoot : String
DDLanguage
# ddLanguage _: String = null
# description_ : String = null
+ DDLanguage ()
+ DDLanguage ( String)
+ getDDLanguage () : String
+ getDesc () : String
+ setDDLanguage ( String) :
boolean
+ setDesc( String) : void
CASPAR_AIP
# ID: CASPAR_AIP_ID
= description: String
CASPAR_AIP_ID
# ID: String
Query
# query_: String = null
+ getQuery () : String
+ Query() :
+ setQuery ( String) : void
<<interface>>
DescInfoManager
<<DescInfo -AIP-Management>>
+ associateDescInfoToAIP (DescInfoObject_ID , CASPAR_AIP_ID):
boolean
+disassociateDescINfoToAIP ( DescInfoObject_ID ,
CASPAR_AIP_ID): boolean
+ getAssociatedAIP ( DescInfoObject_ID ): CASPAR_AIP_ID[]
+ getAssociatedDescInfo
ResultSet
# description_: String = null
# resultSet _ : String = null
# score_ : String = null
+ getDesc () : String
+ getResultSet () : String
+ getScore () : String
+ ResultSet() :
+ setDesc( String) : void
+ setResultSet ( String) :
void
+ setScore( String) : void
( CASPAR_AIP_ID):DescInfoObject_ID []
<<interface>>
FindingManager
<<AIPManagement >>
+ createAIP ( CASPAR_AIP) : CASPAR_AIP_ID
+ deleteAIP ( CASPAR_AIP_ID) : boolean
+ getAIP ( CASPAR_AIP_ID) : CASPAR_AIP
+ listAIPs () : CASPAR_AIP_ID[]
<<DescInfoObjectManagement >>
+ createDescInfoObject ( DescInfoScheme_ID ) , DescInfoObject ) :
DescInfoObject_ID
+ deleteDescInfoObject ( DescInfoObject_ID ) : boolean
+ getDescInfoObject ( DescInfoObject_ID ) : DescInfoObject
+ listDescInfoObject () : DescInfoObject_ID []
+ isRegistered () : boolean
+ wipeOutFMData
() : boolean
<<Access>>
+ discoveryAIP ( Query) : ResultSet
+ discoveryDIObjects ( Query) : ResultSet
+ discoveryDIObjectsByFullTxtQuery
<<interface>>
DescInfoSchemaManager
( String) :
ResultSet
+ getNext (String, int ) : ResultSet
<<Data Definition>>
+ getDDLanguage () : DDLanguage
+ setDDLanguage (DDLanguage ) : boolean
<<Query Language>>
+ getQueryLanguage () : QueryLanguage
+ setQueryLanguage ( Querylanguage ) : boolean
<<DescInfo Schema management>>
+ createDescInfoSchema ( DescInfoSchema ) :
DescInfoSchema_ID
+ deleteDescInfoSchema ( DescInfoSchema_ID ) : boolean
+ getDescInfoSchema ( DescInfoSchema_ID ) :
DescInfoSchema
+ listDescInfoSchema () : DescInfoSchema_ID []
Fig. 17.22 Finding manager model (class diagram)
Search WWH ::




Custom Search