Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct () | |
getFileId () | |
getId () | |
getJournalId () | |
getUserId () | |
getXmlJobId () | |
setFileId ($fileId) | |
setId ($jobId) | |
setJournalId ($journalId) | |
setUserId ($userId) | |
setXmlJobId ($xmlJobId) | |
![]() | |
addSupportedMetadataAdapter ($metadataAdapter) | |
extractMetadata ($metadataSchema) | |
getAdditionalMetadataFieldNames () | |
& | getAllData () |
getDAO () | |
& | getData ($key, $locale=null) |
getHasLoadableAdapters () | |
getLocaleMetadataFieldNames () | |
getLocalizedData ($key, $preferredLocale=null) | |
getMetadataFieldNames ($translated=true) | |
getSetMetadataFieldNames ($translated=true) | |
getSupportedExtractionAdapters () | |
getSupportedInjectionAdapters () | |
getSupportedMetadataSchemas () | |
hasData ($key, $locale=null) | |
injectMetadata ($metadataDescription) | |
removeSupportedMetadataAdapter ($metadataSchemaName) | |
setAllData (&$data) | |
setData ($key, $value, $locale=null) | |
setHasLoadableAdapters ($hasLoadableAdapters) | |
unsetData ($key, $locale=null) | |
upcastTo ($targetObject) | |
Additional Inherited Members | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
class containing metadata about a job triggered
Definition at line 16 of file MarkupJobInfo.inc.php.
MarkupJobInfo::__construct | ( | ) |
MarkupJobInfo::getFileId | ( | ) |
Get submission file ID
Definition at line 45 of file MarkupJobInfo.inc.php.
References DataObject\getData().
MarkupJobInfo::getId | ( | ) |
Get job unique ID
Reimplemented from DataObject.
Definition at line 29 of file MarkupJobInfo.inc.php.
References DataObject\getData().
MarkupJobInfo::getJournalId | ( | ) |
Get the journal ID
Definition at line 93 of file MarkupJobInfo.inc.php.
References DataObject\getData().
MarkupJobInfo::getUserId | ( | ) |
Get ID of user who triggered the job
Definition at line 61 of file MarkupJobInfo.inc.php.
References DataObject\getData().
MarkupJobInfo::getXmlJobId | ( | ) |
Get xml job id
Definition at line 77 of file MarkupJobInfo.inc.php.
References DataObject\getData().
MarkupJobInfo::setFileId | ( | $fileId | ) |
Set job unique ID
$fileId | int |
Definition at line 53 of file MarkupJobInfo.inc.php.
References DataObject\setData().
MarkupJobInfo::setId | ( | $jobId | ) |
Set job unique ID
$jobId | string |
Reimplemented from DataObject.
Definition at line 37 of file MarkupJobInfo.inc.php.
References DataObject\setData().
MarkupJobInfo::setJournalId | ( | $journalId | ) |
Set the journal ID
$journalId | int |
Definition at line 101 of file MarkupJobInfo.inc.php.
References DataObject\setData().
MarkupJobInfo::setUserId | ( | $userId | ) |
Set ID of user who triggered the job
$userId | int |
Definition at line 69 of file MarkupJobInfo.inc.php.
References DataObject\setData().
MarkupJobInfo::setXmlJobId | ( | $xmlJobId | ) |
Set xml job id
$xmlJobId | int |
Definition at line 85 of file MarkupJobInfo.inc.php.
References DataObject\setData().