PHP Class OpenAIREPlugin, ojs

Inheritance: extends GenericPlugin
Afficher le fichier Open project: pkp/ojs

Méthodes publiques

Méthode Description
addCheck ( $hookName, $params ) Add check/validation for the projectID field (= 6 numbers)
addSet ( $hookName, $params ) Change OAI record or identifier to consider the OpenAIRE set
articleSubmitGetFieldNames ( $hookName, $params ) Add projectID element to the article
changeDc11Desctiption ( $hookName, $params ) Change Dc11 Description to consider the OpenAIRE elements
getDescription ( )
getDisplayName ( )
insertOpenAIREArticleTombstone ( $hookName, $params ) Consider the OpenAIRE set in the article tombstone
metadataExecute ( $hookName, $params ) Set article projectID
metadataFieldEdit ( $hookName, $params ) Insert projectID field into author submission step 3 and metadata edit form
metadataInitData ( $hookName, $params ) Init article projectID
metadataReadUserVars ( $hookName, $params ) Concern projectID field in the form
recordsOrIdentifiers ( $hookName, $params ) Get OpenAIRE records or identifiers
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
sets ( $hookName, $params ) Add OpenAIRE set

Method Details

addCheck() public méthode

Add check/validation for the projectID field (= 6 numbers)
public addCheck ( $hookName, $params )

addSet() public méthode

Change OAI record or identifier to consider the OpenAIRE set
public addSet ( $hookName, $params )

articleSubmitGetFieldNames() public méthode

Add projectID element to the article
public articleSubmitGetFieldNames ( $hookName, $params )

changeDc11Desctiption() public méthode

Change Dc11 Description to consider the OpenAIRE elements
public changeDc11Desctiption ( $hookName, $params )

getDescription() public méthode

public getDescription ( )

getDisplayName() public méthode

public getDisplayName ( )

insertOpenAIREArticleTombstone() public méthode

Consider the OpenAIRE set in the article tombstone
public insertOpenAIREArticleTombstone ( $hookName, $params )

metadataExecute() public méthode

Set article projectID
public metadataExecute ( $hookName, $params )

metadataFieldEdit() public méthode

Insert projectID field into author submission step 3 and metadata edit form
public metadataFieldEdit ( $hookName, $params )

metadataInitData() public méthode

Init article projectID
public metadataInitData ( $hookName, $params )

metadataReadUserVars() public méthode

Concern projectID field in the form
public metadataReadUserVars ( $hookName, $params )

recordsOrIdentifiers() public méthode

Get OpenAIRE records or identifiers
public recordsOrIdentifiers ( $hookName, $params )

register() public méthode

Called as a plugin is registered to the registry
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
Résultat boolean True if plugin initialized successfully; if false, the plugin will not be registered.

sets() public méthode

Add OpenAIRE set
public sets ( $hookName, $params )