Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


com.flashline.registry.openapi.service.v300
Class FlashlineRegistrySoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.flashline.registry.openapi.service.v300.FlashlineRegistrySoapBindingStub

All Implemented Interfaces:
FlashlineRegistry, java.rmi.Remote

public class FlashlineRegistrySoapBindingStub
extends org.apache.axis.client.Stub
implements FlashlineRegistry

Constructor Summary
FlashlineRegistrySoapBindingStub()
           
FlashlineRegistrySoapBindingStub(javax.xml.rpc.Service service)
           
FlashlineRegistrySoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           

 

Method Summary
 AcceptableValueList acceptableValueListCreate(AuthToken pAuthToken, java.lang.String pListName, AcceptableValue[] pValues)
           
 AcceptableValueList[] acceptableValueListQuery(AuthToken pAuthToken, AcceptableValueListCriteria pCriteria)
           
 AcceptableValueList acceptableValueListRead(AuthToken pAuthToken, long pId)
           
 AcceptableValueList acceptableValueListUpdate(AuthToken pAuthToken, AcceptableValueList pList)
           
 ArtifactStoreBean[] artifactStoreQuery(AuthToken pAuthTokenBean, ArtifactStoreCriteria pArtifactStoreCritera, boolean pCreateIfMissing)
           
 void assetAccept(AuthToken pAuthToken, long pID)
           
 void assetAcceptFiles(AuthToken pAuthToken, long pId, java.lang.String[] pFilenames)
           
 void assetActivate(AuthToken pAuthToken, long pAssetID)
           
 Asset assetAddCategorization(AuthToken pAuthToken, long pAssetID, java.lang.String pCategorizationType, java.lang.String pCategorizationName)
           
 void assetAddRegistrarNote(AuthToken pAuthToken, long pId, java.lang.String pNotes)
           
 void assetApplyToProjects(AuthToken pAuthToken, java.lang.String[] pProjectIDs, Asset pAsset)
           
 Asset assetCreate(AuthToken pAuthToken, java.lang.String pName, java.lang.String pVersion, long pAssetTypeID)
           
 Asset assetCreateFromXML(AuthToken pAuthToken, java.lang.String assetXML)
           
 void assetDeactivate(AuthToken pAuthToken, long pAssetID)
           
 void assetDelete(AuthToken pAuthToken, long pAssetID)
           
 void assetDeleteFiles(AuthToken pAuthToken, long pId, java.lang.String[] pFilenames)
           
 KeyValuePair assetEvaluate(AuthToken pAuthToken, AssetCriteria pCriteria, java.lang.String pEvaluationName)
           
 java.lang.String assetEvaluateAgainstAllPolicies(AuthToken pAuthToken, long pAssetID)
           
 java.lang.String assetEvaluateAgainstPolicy(AuthToken pAuthToken, long pAssetID, long pPolicyID)
           
 SubmissionFileInfo[] assetGetUnacceptedFiles(AuthToken pAuthToken, long pId)
           
 void assetMetadataAccept(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 void assetMetadataCreateDIME(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 void assetMetadataCreateSwA(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 void assetMetadataEntryDelete(AuthToken pAuthToken, long pMetadataEntryID)
           
 MetadataEntrySummary[] assetMetadataRead(AuthToken pAuthToken, long pAssetID)
           
 MetadataEntrySummary[] assetMetadataReadDIME(AuthToken pAuthToken, long pAssetID)
           
 MetadataEntrySummary[] assetMetadataReadSwA(AuthToken pAuthToken, long pAssetID)
           
 void assetMetadataUpdate(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 void assetMetadataUpdateDIME(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 void assetMetadataUpdateSwA(AuthToken pAuthToken, long pAssetID, MetadataEntrySummary pMetadataEntrySummary)
           
 Asset[] assetQuery(AuthToken pAuthtoken, AssetCriteria pCriteria)
           
 int assetQueryCount(AuthToken pAuthToken, AssetCriteria pCriteria)
           
 AssetSummary[] assetQuerySummary(AuthToken pAuthtoken, AssetCriteria pCriteria)
           
 Asset assetRead(AuthToken pAuthToken, long pId)
           
 Asset[] assetReadAppliedPolicies(AuthToken pAuthToken, long pAssetID)
           
 Project[] assetReadAppliedToProjects(AuthToken pAuthToken, Asset pAsset)
           
 Asset[] assetReadArray(AuthToken pAuthToken, long[] pIds)
           
 Asset[] assetReadArrayFromSummary(AuthToken pAuthToken, AssetSummary[] pAssetSummaries)
           
 java.lang.String assetReadCustomDataNode(AuthToken pAuthToken, long pId, java.lang.String pPath)
           
 java.lang.String assetReadCustomDataString(AuthToken pAuthToken, long pId, java.lang.String pPath)
           
 LogEntry[] assetReadRegistrarNotes(AuthToken pAuthToken, long pId)
           
 AssetMetadataElement[] assetReadTabMetadata(AuthToken pAuthTokenBean, long pAssetId, java.lang.String pTabName)
           
 java.lang.String assetReadXml(AuthToken pAuthToken, long pId)
           
 void assetRegister(AuthToken pAuthToken, long pID)
           
 void assetRemoveAppliedToProjects(AuthToken pAuthToken, java.lang.String[] pProjectIDs, Asset pAsset)
           
 void assetRetire(AuthToken pAuthToken, long pAssetID)
           
 void assetSubmit(AuthToken pAuthToken, long pID)
           
 void assetTabApprove(AuthToken pAuthTokenBean, long pAssetId, long pTabId)
           
 TabBean assetTabRead(AuthToken pAuthTokenBean, long pAssetId, long pTabTypeBeanId)
           
 TabBean[] assetTabsRead(AuthToken pAuthTokenBean, long pAssetId)
           
 void assetTabUnapprove(AuthToken pAuthTokeBean, long pAssetId, long pTabId)
           
 AssetType assetTypeCreate(AuthToken pAuthToken, java.lang.String pName)
           
 AssetType assetTypeCreateClone(AuthToken pAuthToken, long pBaseAssetTypeID, java.lang.String pName)
           
 AssetType assetTypeCreateComplianceTemplate(AuthToken pAuthToken, java.lang.String pName)
           
 void assetTypeDelete(AuthToken pAuthToken, long pId)
           
 com.oracle.registry.openapi.entity.EntityArtifactRule[] assetTypeGetEntityArtifactRules(AuthToken pAuthTokenBean, long pAssetTypeId)
           
 AssetType[] assetTypeQuery(AuthToken pAuthToken, AssetTypeCriteria pCriteria)
           
 AssetType assetTypeRead(AuthToken pAuthToken, long pId)
           
 java.lang.String assetTypeSchemaRead(AuthToken pAuthToken, long pId)
           
 TabTypeBean[] assetTypeTabsRead(AuthToken pAuthTokenBean, long pAssetTypeId)
           
 AssetType assetTypeUpdate(AuthToken pAuthToken, AssetType pAssetType)
           
 void assetUnAccept(AuthToken pAuthToken, long pID)
           
 void assetUnRegister(AuthToken pAuthToken, long pID)
           
 void assetUnSubmit(AuthToken pAuthToken, long pID)
           
 Asset assetUpdate(AuthToken pAuthToken, Asset pAsset)
           
 Asset assetUpdateAppliedPolicies(AuthToken pAuthToken, long pAssetID, long[] pAppliedPolicies)
           
 Asset assetUpdateCustomDataNode(AuthToken pAuthToken, long pAssetID, java.lang.String pPath, java.lang.String pValue)
           
 Asset assetUpdateCustomDataNodeFromStringArray(AuthToken pAuthToken, long pAssetID, java.lang.String[] pPath, java.lang.String[] pValue)
           
 Asset assetUpdateCustomDataString(AuthToken pAuthToken, long pAssetID, java.lang.String pPath, java.lang.String pValue)
           
 Asset assetUpdateCustomDataStringArray(AuthToken pAuthToken, long pAssetID, java.lang.String[] pPath, java.lang.String[] pValue)
           
 void assetUploadFiles(AuthToken pAuthToken, long pAssetID, java.lang.String[] pFilenames)
           
 AuthToken authTokenCreate(java.lang.String userName, java.lang.String credential)
           
 AuthToken authTokenCreateWithLicense(java.lang.String userName, java.lang.String credential, java.lang.String license)
           
 void authTokenDelete(AuthToken authToken)
           
 void authTokenValidate(AuthToken authToken)
           
 Categorization categorizationChildCreate(AuthToken pAuthToken, java.lang.String pCategorizationName, CategorizationType pCategorizationType, Categorization pSuper)
           
 Categorization[] categorizationChildRead(AuthToken pAuthToken, CategorizationType pCategorizationType, Categorization pCategorization, boolean active)
           
 Categorization categorizationCreate(AuthToken pAuthToken, java.lang.String pCategorizationName, CategorizationType pCategorizationType)
           
 Categorization categorizationDeactivate(AuthToken pAuthToken, Categorization pCategorization, CategorizationType pCategorizationType)
           
 Categorization categorizationReactivate(AuthToken pAuthToken, Categorization pCategorization, CategorizationType pCategorizationType)
           
 Categorization categorizationRead(AuthToken pAuthToken, long pCategorizationID)
           
 Categorization[] categorizationReadByType(AuthToken pAuthToken, CategorizationType pCategorizationType, boolean active, boolean fullTree)
           
 CategorizationType categorizationTypeCreate(AuthToken pAuthToken, java.lang.String pName, java.lang.String pSingularDisplay, java.lang.String pPluralDisplay, boolean pExclusiveAssign, boolean pProjectAssign)
           
 void categorizationTypeDelete(AuthToken pAuthToken, CategorizationType pCategorizationType)
           
 CategorizationType[] categorizationTypeQuery(AuthToken pAuthToken, CategorizationTypeCriteria pCriteria)
           
 CategorizationType categorizationTypeRead(AuthToken pAuthToken, long pCategorizationTypeID)
           
 CategorizationType categorizationTypeUpdate(AuthToken pAuthToken, CategorizationType pType)
           
 Categorization categorizationUpdate(AuthToken pAuthToken, Categorization pCategorization, CategorizationType pCategorizationType)
           
 Categorization[] categorizationUpdateArray(AuthToken pAuthToken, Categorization[] pCategorizations, CategorizationType pCategorizationType)
           
 java.lang.String configGetWebResourcePath()
           
 Contact contactCreate(AuthToken pAuthToken, java.lang.String pName)
           
 void contactDelete(AuthToken pAuthToken, long pID)
           
 Contact[] contactQuery(AuthToken pAuthToken, ContactCriteria pQuery)
           
 Contact contactRead(AuthToken pAuthToken, long pID)
           
 Contact contactUpdate(AuthToken pAuthToken, Contact pContact)
           
protected  org.apache.axis.client.Call createCall()
           
 java.lang.String[] customAccessSettingDefaultNamesGet(AuthToken pAuthToken, java.lang.String pType)
           
 java.lang.String[] customAccessSettingNamesGet(AuthToken pAuthToken, java.lang.String pType)
           
 java.lang.String[] customAccessSettingTypesGet(AuthToken pAuthToken)
           
 Department departmentCreate(AuthToken pAuthToken, java.lang.String pName, java.lang.String pDescription)
           
 Department[] departmentQuery(AuthToken pAuthToken, DepartmentCriteria pCriteria)
           
 Department departmentRead(AuthToken pAuthToken, java.lang.String pKey)
           
 Department departmentUpdate(AuthToken pAuthToken, Department pDepartment)
           
 void exportCheckPermission(AuthToken pAuthToken)
           
 void exportCleanup(AuthToken pAuthToken, ImpExpJob pJob)
           
 ImpExpJob exportExecute(AuthToken pAuthToken, java.lang.String pExportFormat, java.lang.String[] pExportFormatQualifiers, java.lang.String pDesc, java.lang.String pQueryFormat, java.lang.String pQuery)
           
 byte[] exportGetAuditB64(AuthToken pAuthToken, ImpExpJob pJobBean, java.lang.String pAuditFormat)
           
 void exportGetAuditDIME(AuthToken pAuthToken, ImpExpJob pJobBean, java.lang.String pAuditFormat)
           
 void exportGetAuditSwA(AuthToken pAuthToken, ImpExpJob pJobBean, java.lang.String pAuditFormat)
           
 AuditMsg exportGetLatestAuditMsg(AuthToken pAuthToken, ImpExpJob pJobBean)
           
 byte[] exportGetResultsB64(AuthToken pAuthToken, ImpExpJob pJob)
           
 void exportGetResultsDIME(AuthToken pAuthToken, ImpExpJob pJob)
           
 void exportGetResultsSwA(AuthToken pAuthToken, ImpExpJob pJob)
           
 void exportKill(AuthToken pAuthToken, ImpExpJob pJob)
           
 ImpExpJob[] exportListJobs(AuthToken pAuthToken)
           
 ImpExpJob exportStatus(AuthToken pAuthToken, ImpExpJob pJob)
           
 ExtractionDownload[] extractionCreate(AuthToken pAuthToken, long pProjectId, long[] pAssetIDs)
           
 ExtractionDownload[] extractionCreateForUser(AuthToken pAuthToken, long pProjectID, long[] pAssetIDs, RegistryUser pRbacRegistrySecUserBean)
           
 RegistryUser[] extractionGetHiddenAssetUsers(AuthToken pAuthToken, long pProjectID)
           
 Extraction extractionRead(AuthToken pAuthToken, long pExtractionID)
           
 Extraction[] extractionReadAssetExtractions(AuthToken pAuthToken, long pProjectID, long pAssetID, boolean pActive)
           
 Extraction extractionReadByProjectAndAsset(AuthToken pAuthToken, long pProjectID, long pAssetID)
           
 ExtractionDownload[] extractionReadExtractionDownloads(AuthToken pAuthToken, Extraction pExtraction)
           
 IExtraction extractionReadExtractionStates(AuthToken pAuthToken)
           
 FileInfo[] extractionReadFileInfos(AuthToken pAuthToken, Extraction pExtraction)
           
 Extraction[] extractionReadProjectExtractions(AuthToken pAuthToken, long pProjectID, boolean pActive)
           
 Categorization[] extractionReadRejectionReasons(AuthToken pAuthToken)
           
 Asset[] extractionReadRelatedAssets(AuthToken pAuthToken, long pAssetID)
           
 Extraction[] extractionReadUserExtractions(AuthToken pAuthToken, boolean pActive)
           
 Extraction extractionReject(AuthToken pAuthToken, Extraction pExtraction, Categorization pCategorization, java.lang.String pComments)
           
 void extractionResetDatabase()
           
 Extraction extractionStillEvaluating(AuthToken pAuthToken, Extraction pExtraction)
           
 Extraction extractionTentativelyAccept(AuthToken pAuthToken, Extraction pExtraction)
           
 Extraction extractionUpdateSurvey(AuthToken pAuthToken, Extraction pExtraction, SurveyTaken pSurveyTaken)
           
 Extraction extractionUpdateSurveyForUser(AuthToken pAuthToken, Extraction pExtraction, SurveyTaken pSurveyTaken, RegistryUser pRbacRegistrySecUserBean)
           
 FileInfo[] getLatestArtifacts(AuthToken pAuthToken, long pAbstractAssetId, boolean pIsService)
           
 FileInfo[] getLatestArtifactsCustomRelationshipTypes(AuthToken pAuthToken, long pAbstractAssetId, boolean pIsService, java.lang.String pEndpointRelType, java.lang.String pInterfaceRelType, java.lang.String pDefineRelationshipTypeName)
           
 void importCheckPermission(AuthToken pAuthToken)
           
 void importCleanup(AuthToken pAuthToken, ImpExpJob pJob)
           
 ImpExpJob importExecute(AuthToken pAuthToken, java.lang.String pImportFormat, java.lang.String[] pImportFormatQualifiers, java.lang.String pDesc, byte[] pPayload)
           
 byte[] importGetAuditB64(AuthToken pAuthToken, ImpExpJob pJobBean, java.lang.String pAuditFormat)
           
 void importGetAuditDIME(AuthToken pAuthToken, ImpExpJob pJobBean, java.lang.String pAuditFormat)
           
 void importGetAuditSwA(AuthToken pAuthToken, ImpExpJob pJobBean, java.lang.String pAuditFormat)
           
 AuditMsg importGetLatestAuditMsg(AuthToken pAuthToken, ImpExpJob pJobBean)
           
 void importKill(AuthToken pAuthToken, ImpExpJob pJob)
           
 ImpExpJob[] importListJobs(AuthToken pAuthToken)
           
 ImpExpJob importStatus(AuthToken pAuthToken, ImpExpJob pJob)
           
 MetadataEntrySummary metadataEntryCreateDIME(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 MetadataEntrySummary metadataEntryCreateSwA(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 void metadataEntryDelete(AuthToken pAuthToken, EntityUUID pEntityUUID)
           
 MetadataEntrySummary[] metadataEntryQuery(AuthToken pAuthToken, MetadataEntryCriteria pQuery)
           
 MetadataEntrySummary metadataEntryReadDIME(AuthToken pAuthToken, EntityUUID pEntityUUID)
           
 MetadataEntrySummary metadataEntryReadDIME(AuthToken pAuthToken, long pID)
           
 MetadataEntrySummary metadataEntryReadSwA(AuthToken pAuthToken, EntityUUID pEntityUUID)
           
 MetadataEntrySummary metadataEntryReadSwA(AuthToken pAuthToken, long pID)
           
 MetadataEntryTypeSummary metadataEntryTypeCreate(AuthToken pAuthToken, java.lang.String pName)
           
 void metadataEntryTypeDelete(AuthToken pAuthToken, long pID)
           
 MetadataEntryTypeSummary[] metadataEntryTypeQuery(AuthToken pAuthToken, MetadataEntryTypeCriteria pQuery)
           
 MetadataEntryTypeSummary metadataEntryTypeRead(AuthToken pAuthToken, long pID)
           
 MetadataEntryTypeSummary metadataEntryTypeUpdate(AuthToken pAuthToken, MetadataEntryTypeSummary pMetadataEntryType)
           
 MetadataEntrySummary metadataEntryUpdateDIME(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 MetadataEntrySummary metadataEntryUpdateSwA(AuthToken pAuthToken, MetadataEntrySummary pMetadataEntrySummary)
           
 void notificationCreate(AuthToken pAuthTokenBean, java.lang.String pTemplateType, java.lang.String[] pRecipients, NameValue[] pSubstitutions)
           
 java.lang.String[] notificationSubstitutionsRead(AuthToken pAuthTokenBean, java.lang.String pTemplateType)
           
 ProjectAssetValue[] projectAssetValueRead(AuthToken pAuthToken, long pProjectID, long pAssetID)
           
 ProjectAssetValue projectAssetValueReadForUser(AuthToken pAuthToken, long pProjectID, long pAssetID, RegistryUser pRbacRegistrySecUserBean)
           
 ProjectAssetValueSummary projectAssetValueReadSummary(AuthToken pAuthToken, long pProjectID, long pAssetID)
           
 AssetUsageType[] projectAssetValueReadTypes(AuthToken pAuthToken)
           
 ProjectAssetValue projectAssetValueUpdate(AuthToken pAuthToken, ProjectAssetValue pProjectAssetValue, java.lang.String pSelection)
           
 Project projectCreate(AuthToken pAuthToken, Project pProject, ProjectEntities pProjectEntities)
           
 Project[] projectQuery(AuthToken pAuthToken, ProjectCriteria pQuery)
           
 ProjectSummary[] projectQuerySummary(AuthToken pAuthToken, ProjectCriteria pQuery)
           
 Project projectRead(AuthToken pAuthToken, long pId)
           
 RelatedEntity[] projectReadAppliedComplianceTemplates(AuthToken pAuthToken, Project pProject)
           
 Project[] projectReadArray(AuthToken pAuthToken, long[] pIds)
           
 Project[] projectReadArrayFromSummary(AuthToken pAuthToken, ProjectSummary[] pProjectSummaries)
           
 ProjectAsset[] projectReadAssets(AuthToken pAuthToken, Project pProject)
           
 java.lang.String[] projectReadChildProjectIDs(AuthToken pAuthToken, Project pProject)
           
 Project[] projectReadChildProjects(AuthToken pAuthToken, Project pProject)
           
 java.lang.String[] projectReadExtractionAssetIDs(AuthToken pAuthToken, Project pProject)
           
 Extraction[] projectReadExtractions(AuthToken pAuthToken, Project pProject)
           
 java.lang.String[] projectReadLeaderIDs(AuthToken pAuthToken, Project pProject)
           
 RegistryUser[] projectReadLeaders(AuthToken pAuthToken, Project pProject)
           
 java.lang.String[] projectReadMemberIDs(AuthToken pAuthToken, Project pProject)
           
 RegistryUser[] projectReadMembers(AuthToken pAuthToken, Project pProject)
           
 java.lang.String[] projectReadParentProjectIDs(AuthToken pAuthToken, Project pProject)
           
 Project[] projectReadParentProjects(AuthToken pAuthToken, Project pProject)
           
 Asset[] projectReadPrescribedAssets(AuthToken pAuthToken, Project pProject)
           
 java.lang.String[] projectReadProducedAssetIDs(AuthToken pAuthToken, Project pProject)
           
 Asset[] projectReadProducedAssets(AuthToken pAuthToken, Project pProject)
           
 ProjectUserType projectReadUserTypes(AuthToken pAuthToken)
           
 void projectReassignExtractions(AuthToken pAuthToken, Project pProject, ExtractionReassignmentDecision[] pReassignIDs)
           
 void projectReassignUsers(AuthToken pAuthToken, Project pProject, ExtractionReassignmentDecision[] pReassignIDs)
           
 Project projectUpdate(AuthToken pAuthToken, Project pProject, ProjectEntities pProjectEntities)
           
 Results projectValidate(AuthToken pAuthToken, Project pProject, ProjectEntities pProjectEntities)
           
 boolean rbacHasPermission(AuthToken pAuthToken, long pUserID, java.lang.String[] pRoleContextNames, java.lang.String pPermissionName)
           
 RelationshipType relationshipTypeCreate(AuthToken pAuthToken, java.lang.String pName)
           
 void relationshipTypeDelete(AuthToken pAuthToken, long pID)
           
 RelationshipType[] relationshipTypeQuery(AuthToken pAuthToken, RelationshipTypeCriteria pQuery)
           
 RelationshipType relationshipTypeRead(AuthToken pAuthToken, long pID)
           
 RelationshipType relationshipTypeUpdate(AuthToken pAuthToken, RelationshipType pRelationshipType)
           
 java.lang.String repositoryFileTranslator(AuthToken pAuthToken, FileInfo pFileInfo)
           
 void retrieveAndRecordUsageOfArtifactCollectionAsDIME(AuthToken pAuthToken, long pAbstractAssetId, long pArtifactRootId, long pProjectId)
           
 void retrieveAndRecordUsageOfArtifactCollectionAsDIME(AuthToken pAuthToken, long pAbstractAssetId, long pArtifactRootId, long pProjectId, RegistryUser pRbacRegistrySecUserBean)
           
 void retrieveAndRecordUsageOfArtifactCollectionAsSwa(AuthToken pAuthToken, long pAbstractAssetId, long pArtifactRootId, long pProjectId)
           
 void retrieveAndRecordUsageOfArtifactCollectionAsSwa(AuthToken pAuthToken, long pAbstractAssetId, long pArtifactRootId, long pProjectId, RegistryUser pRbacRegistrySecUserBean)
           
 void retrieveArtifactCollectionAsDIME(AuthToken pAuthToken, long pAbstractAssetId, long pArtifactRootId)
           
 void retrieveArtifactCollectionAsSwa(AuthToken pAuthToken, long pAbstractAssetId, long pArtifactRootId)
           
 Asset retrieveLatestRootArtifact(AuthToken pAuthToken, long pAbstractAssetId)
           
 Asset[] retrieveRootArtifacts(AuthToken pAuthToken, long pAbstractAssetId)
           
 Asset[] retrieveRootArtifactsWithCustomRelationship(AuthToken pAuthToken, long pAbstractAssetId, java.lang.String pDefineRelationshipTypeName)
           
 ReuseDTO reuseDTORead()
           
 Role roleCreate(AuthToken pAuthToken, java.lang.String pName, java.lang.String pDesc, boolean pDefaultForNewUser)
           
 void roleDelete(AuthToken pAuthToken, java.lang.String pName)
           
 Role[] roleQuery(AuthToken pAuthToken, RoleCriteria pCriteria)
           
 Role roleRead(AuthToken pAuthToken, java.lang.String pName)
           
 Role roleUpdate(AuthToken pAuthToken, Role pRoleType)
           
 void sfidAddToAsset(AuthToken pAuthToken, SFIDInfo pSFID, long assetID)
           
 SFIDCandidate[] sfidCandidateQuery(AuthToken pAuthToken, SFIDCriteria pCrit)
           
 SFIDCandidate[] sfidCandidateSubmit(AuthToken pAuthToken, SFIDCandidate[] pCandidates)
           
 SFIDInfo[] sfidGenerate(AuthToken pAuthToken, int pMethod)
           
 SFIDInfo[] sfidQuery(AuthToken pAuthToken, SFIDCriteria pCrit)
           
 java.lang.String[] sfidReadValuesByProject(AuthToken pAuthToken, long projectid)
           
 java.lang.String[] sfidReadValuesForAsset(AuthToken pAuthToken, long assetID)
           
 AssetSummary[] sfidRegisterExtractionBySFIDCandidates(AuthToken pAuthToken, long projectid, SFIDCandidate[] pSFIDCandidates)
           
 void sfidRegisterExtractionBySFIDCandidatesLite(AuthToken pAuthToken, long projectid, SFIDCandidate[] pSFIDCandidates)
           
 void sfidRegisterExtractionBySFIDValue(AuthToken pAuthToken, long projectid, java.lang.String pSFID)
           
 void sfidRegisterExtractionBySFIDValues(AuthToken pAuthToken, long projectid, java.lang.String[] pSFIDs)
           
 AssetSummary[] sfidRegisterExtractionBySFIDValuesResults(AuthToken pAuthToken, long projectid, java.lang.String[] pSFIDs)
           
 void sfidRegisterExtractions(AuthToken pAuthToken, long pProjectID, SFIDCandidate[] pSFIDCandidates, boolean pHarvest)
           
 void sfidRemoveAllFromAsset(AuthToken pAuthToken, long assetID)
           
 void sfidUpdateAsset(AuthToken pAuthToken, SFIDInfo[] pSFIDs, long assetID)
           
 void subscriptionCreate(AuthToken pAuthToken, long[] pAssetIDs, boolean pFailOnAnyError)
           
 void subscriptionDelete(AuthToken pAuthToken, long[] pAssetIDs)
           
 long[] subscriptionReadSubscribedAssets(AuthToken pAuthToken)
           
 RegistryUser[] subscriptionReadUsersSubscribedToAsset(AuthToken pAuthTokenBean, long pAssetID)
           
 Question[] surveyReadQuestions(AuthToken pAuthToken)
           
 SurveyTaken surveyTakenRead(AuthToken pAuthToken, Extraction pExtraction)
           
 SurveyTaken surveyTakenUpdate(AuthToken pAuthToken, SurveyTaken pSurveyTaken)
           
 void systemSettingsAddBundle(AuthToken pAuthToken, java.lang.String pXml)
           
 SettingValue[] systemSettingsQuery(AuthToken pAuthToken, SystemSettingsCriteria pCriteria)
           
 RegistryUser userActivate(AuthToken pAuthToken, long pId)
           
 RegistryUser userAddRole(AuthToken pAuthToken, long pId, java.lang.String pRoleName)
           
 RegistryUser userCreate(AuthToken pAuthToken, java.lang.String pUserName, java.lang.String pFirstName, java.lang.String pLastName, java.lang.String pEmail, java.lang.String pPassword, boolean pMustChangePassword, boolean pPasswordNeverExpires, boolean pAssignDefaultRoles)
           
 RegistryUser userDeactivate(AuthToken pAuthToken, long pId)
           
 RegistryUser userLockout(AuthToken pAuthToken, long pId)
           
 RegistryUser[] userQuery(AuthToken pAuthToken, UserCriteria pCriteria)
           
 RegistryUser userRead(AuthToken pAuthToken, long pId)
           
 RegistryUser userReadByAuthToken(AuthToken pAuthToken)
           
 RegistryUser userRemoveRole(AuthToken pAuthToken, long pId, java.lang.String pRoleName)
           
 RegistryUser userUnapprove(AuthToken pAuthToken, long pId)
           
 RegistryUser userUpdate(AuthToken pAuthToken, RegistryUser pRbacRegistrySecUserBean)
           
 Vendor vendorCreate(AuthToken pAuthToken, java.lang.String pName)
           
 void vendorDelete(AuthToken pAuthToken, long pID)
           
 Vendor[] vendorQuery(AuthToken pAuthToken, VendorCriteria pQuery)
           
 Vendor vendorRead(AuthToken pAuthToken, long pID)
           
 Vendor vendorUpdate(AuthToken pAuthToken, Vendor pVendor)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FlashlineRegistrySoapBindingStub

public FlashlineRegistrySoapBindingStub()
                                 throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

FlashlineRegistrySoapBindingStub

public FlashlineRegistrySoapBindingStub(java.net.URL endpointURL,
                                        javax.xml.rpc.Service service)
                                 throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

FlashlineRegistrySoapBindingStub

public FlashlineRegistrySoapBindingStub(javax.xml.rpc.Service service)
                                 throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

retrieveAndRecordUsageOfArtifactCollectionAsDIME

public void retrieveAndRecordUsageOfArtifactCollectionAsDIME(AuthToken pAuthToken,
                                                             long pAbstractAssetId,
                                                             long pArtifactRootId,
                                                             long pProjectId,
                                                             RegistryUser pRbacRegistrySecUserBean)
                                                      throws java.rmi.RemoteException,
                                                             OpenAPIException
Specified by:
retrieveAndRecordUsageOfArtifactCollectionAsDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveAndRecordUsageOfArtifactCollectionAsDIME

public void retrieveAndRecordUsageOfArtifactCollectionAsDIME(AuthToken pAuthToken,
                                                             long pAbstractAssetId,
                                                             long pArtifactRootId,
                                                             long pProjectId)
                                                      throws java.rmi.RemoteException,
                                                             OpenAPIException
Specified by:
retrieveAndRecordUsageOfArtifactCollectionAsDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveAndRecordUsageOfArtifactCollectionAsSwa

public void retrieveAndRecordUsageOfArtifactCollectionAsSwa(AuthToken pAuthToken,
                                                            long pAbstractAssetId,
                                                            long pArtifactRootId,
                                                            long pProjectId)
                                                     throws java.rmi.RemoteException,
                                                            OpenAPIException
Specified by:
retrieveAndRecordUsageOfArtifactCollectionAsSwa in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveAndRecordUsageOfArtifactCollectionAsSwa

public void retrieveAndRecordUsageOfArtifactCollectionAsSwa(AuthToken pAuthToken,
                                                            long pAbstractAssetId,
                                                            long pArtifactRootId,
                                                            long pProjectId,
                                                            RegistryUser pRbacRegistrySecUserBean)
                                                     throws java.rmi.RemoteException,
                                                            OpenAPIException
Specified by:
retrieveAndRecordUsageOfArtifactCollectionAsSwa in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

notificationSubstitutionsRead

public java.lang.String[] notificationSubstitutionsRead(AuthToken pAuthTokenBean,
                                                        java.lang.String pTemplateType)
                                                 throws java.rmi.RemoteException,
                                                        OpenAPIException
Specified by:
notificationSubstitutionsRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUpdateCustomDataStringArray

public Asset assetUpdateCustomDataStringArray(AuthToken pAuthToken,
                                              long pAssetID,
                                              java.lang.String[] pPath,
                                              java.lang.String[] pValue)
                                       throws java.rmi.RemoteException,
                                              OpenAPIException
Specified by:
assetUpdateCustomDataStringArray in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUpdateCustomDataNodeFromStringArray

public Asset assetUpdateCustomDataNodeFromStringArray(AuthToken pAuthToken,
                                                      long pAssetID,
                                                      java.lang.String[] pPath,
                                                      java.lang.String[] pValue)
                                               throws java.rmi.RemoteException,
                                                      OpenAPIException
Specified by:
assetUpdateCustomDataNodeFromStringArray in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetEvaluateAgainstAllPolicies

public java.lang.String assetEvaluateAgainstAllPolicies(AuthToken pAuthToken,
                                                        long pAssetID)
                                                 throws java.rmi.RemoteException,
                                                        OpenAPIException
Specified by:
assetEvaluateAgainstAllPolicies in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionGetHiddenAssetUsers

public RegistryUser[] extractionGetHiddenAssetUsers(AuthToken pAuthToken,
                                                    long pProjectID)
                                             throws java.rmi.RemoteException,
                                                    OpenAPIException
Specified by:
extractionGetHiddenAssetUsers in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionUpdateSurveyForUser

public Extraction extractionUpdateSurveyForUser(AuthToken pAuthToken,
                                                Extraction pExtraction,
                                                SurveyTaken pSurveyTaken,
                                                RegistryUser pRbacRegistrySecUserBean)
                                         throws java.rmi.RemoteException,
                                                OpenAPIException
Specified by:
extractionUpdateSurveyForUser in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadByProjectAndAsset

public Extraction extractionReadByProjectAndAsset(AuthToken pAuthToken,
                                                  long pProjectID,
                                                  long pAssetID)
                                           throws java.rmi.RemoteException,
                                                  OpenAPIException
Specified by:
extractionReadByProjectAndAsset in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadUserExtractions

public Extraction[] extractionReadUserExtractions(AuthToken pAuthToken,
                                                  boolean pActive)
                                           throws java.rmi.RemoteException,
                                                  OpenAPIException
Specified by:
extractionReadUserExtractions in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadAssetExtractions

public Extraction[] extractionReadAssetExtractions(AuthToken pAuthToken,
                                                   long pProjectID,
                                                   long pAssetID,
                                                   boolean pActive)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
extractionReadAssetExtractions in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadProjectExtractions

public Extraction[] extractionReadProjectExtractions(AuthToken pAuthToken,
                                                     long pProjectID,
                                                     boolean pActive)
                                              throws java.rmi.RemoteException,
                                                     OpenAPIException
Specified by:
extractionReadProjectExtractions in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadExtractionDownloads

public ExtractionDownload[] extractionReadExtractionDownloads(AuthToken pAuthToken,
                                                              Extraction pExtraction)
                                                       throws java.rmi.RemoteException,
                                                              OpenAPIException
Specified by:
extractionReadExtractionDownloads in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadRejectionReasons

public Categorization[] extractionReadRejectionReasons(AuthToken pAuthToken)
                                                throws java.rmi.RemoteException,
                                                       OpenAPIException
Specified by:
extractionReadRejectionReasons in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadExtractionStates

public IExtraction extractionReadExtractionStates(AuthToken pAuthToken)
                                           throws java.rmi.RemoteException,
                                                  OpenAPIException
Specified by:
extractionReadExtractionStates in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadExtractionAssetIDs

public java.lang.String[] projectReadExtractionAssetIDs(AuthToken pAuthToken,
                                                        Project pProject)
                                                 throws java.rmi.RemoteException,
                                                        OpenAPIException
Specified by:
projectReadExtractionAssetIDs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadAppliedComplianceTemplates

public RelatedEntity[] projectReadAppliedComplianceTemplates(AuthToken pAuthToken,
                                                             Project pProject)
                                                      throws java.rmi.RemoteException,
                                                             OpenAPIException
Specified by:
projectReadAppliedComplianceTemplates in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeCreateComplianceTemplate

public AssetType assetTypeCreateComplianceTemplate(AuthToken pAuthToken,
                                                   java.lang.String pName)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
assetTypeCreateComplianceTemplate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeGetEntityArtifactRules

public com.oracle.registry.openapi.entity.EntityArtifactRule[] assetTypeGetEntityArtifactRules(AuthToken pAuthTokenBean,
                                                                                               long pAssetTypeId)
                                                                                        throws java.rmi.RemoteException,
                                                                                               OpenAPIException
Specified by:
assetTypeGetEntityArtifactRules in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

customAccessSettingDefaultNamesGet

public java.lang.String[] customAccessSettingDefaultNamesGet(AuthToken pAuthToken,
                                                             java.lang.String pType)
                                                      throws java.rmi.RemoteException,
                                                             OpenAPIException
Specified by:
customAccessSettingDefaultNamesGet in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

sfidRegisterExtractionBySFIDValue

public void sfidRegisterExtractionBySFIDValue(AuthToken pAuthToken,
                                              long projectid,
                                              java.lang.String pSFID)
                                       throws java.rmi.RemoteException
Specified by:
sfidRegisterExtractionBySFIDValue in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidRegisterExtractionBySFIDValues

public void sfidRegisterExtractionBySFIDValues(AuthToken pAuthToken,
                                               long projectid,
                                               java.lang.String[] pSFIDs)
                                        throws java.rmi.RemoteException
Specified by:
sfidRegisterExtractionBySFIDValues in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidRegisterExtractionBySFIDCandidates

public AssetSummary[] sfidRegisterExtractionBySFIDCandidates(AuthToken pAuthToken,
                                                             long projectid,
                                                             SFIDCandidate[] pSFIDCandidates)
                                                      throws java.rmi.RemoteException
Specified by:
sfidRegisterExtractionBySFIDCandidates in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidRegisterExtractionBySFIDCandidatesLite

public void sfidRegisterExtractionBySFIDCandidatesLite(AuthToken pAuthToken,
                                                       long projectid,
                                                       SFIDCandidate[] pSFIDCandidates)
                                                throws java.rmi.RemoteException
Specified by:
sfidRegisterExtractionBySFIDCandidatesLite in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidRegisterExtractionBySFIDValuesResults

public AssetSummary[] sfidRegisterExtractionBySFIDValuesResults(AuthToken pAuthToken,
                                                                long projectid,
                                                                java.lang.String[] pSFIDs)
                                                         throws java.rmi.RemoteException
Specified by:
sfidRegisterExtractionBySFIDValuesResults in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

subscriptionReadSubscribedAssets

public long[] subscriptionReadSubscribedAssets(AuthToken pAuthToken)
                                        throws java.rmi.RemoteException,
                                               OpenAPIException
Specified by:
subscriptionReadSubscribedAssets in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

subscriptionReadUsersSubscribedToAsset

public RegistryUser[] subscriptionReadUsersSubscribedToAsset(AuthToken pAuthTokenBean,
                                                             long pAssetID)
                                                      throws java.rmi.RemoteException,
                                                             OpenAPIException
Specified by:
subscriptionReadUsersSubscribedToAsset in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveRootArtifactsWithCustomRelationship

public Asset[] retrieveRootArtifactsWithCustomRelationship(AuthToken pAuthToken,
                                                           long pAbstractAssetId,
                                                           java.lang.String pDefineRelationshipTypeName)
                                                    throws java.rmi.RemoteException,
                                                           OpenAPIException
Specified by:
retrieveRootArtifactsWithCustomRelationship in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveArtifactCollectionAsDIME

public void retrieveArtifactCollectionAsDIME(AuthToken pAuthToken,
                                             long pAbstractAssetId,
                                             long pArtifactRootId)
                                      throws java.rmi.RemoteException,
                                             OpenAPIException
Specified by:
retrieveArtifactCollectionAsDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveArtifactCollectionAsSwa

public void retrieveArtifactCollectionAsSwa(AuthToken pAuthToken,
                                            long pAbstractAssetId,
                                            long pArtifactRootId)
                                     throws java.rmi.RemoteException,
                                            OpenAPIException
Specified by:
retrieveArtifactCollectionAsSwa in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

getLatestArtifactsCustomRelationshipTypes

public FileInfo[] getLatestArtifactsCustomRelationshipTypes(AuthToken pAuthToken,
                                                            long pAbstractAssetId,
                                                            boolean pIsService,
                                                            java.lang.String pEndpointRelType,
                                                            java.lang.String pInterfaceRelType,
                                                            java.lang.String pDefineRelationshipTypeName)
                                                     throws java.rmi.RemoteException,
                                                            OpenAPIException
Specified by:
getLatestArtifactsCustomRelationshipTypes in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeTabsRead

public TabTypeBean[] assetTypeTabsRead(AuthToken pAuthTokenBean,
                                       long pAssetTypeId)
                                throws java.rmi.RemoteException,
                                       OpenAPIException
Specified by:
assetTypeTabsRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTabApprove

public void assetTabApprove(AuthToken pAuthTokenBean,
                            long pAssetId,
                            long pTabId)
                     throws java.rmi.RemoteException,
                            OpenAPIException
Specified by:
assetTabApprove in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTabUnapprove

public void assetTabUnapprove(AuthToken pAuthTokeBean,
                              long pAssetId,
                              long pTabId)
                       throws java.rmi.RemoteException,
                              OpenAPIException
Specified by:
assetTabUnapprove in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadTabMetadata

public AssetMetadataElement[] assetReadTabMetadata(AuthToken pAuthTokenBean,
                                                   long pAssetId,
                                                   java.lang.String pTabName)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
assetReadTabMetadata in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

notificationCreate

public void notificationCreate(AuthToken pAuthTokenBean,
                               java.lang.String pTemplateType,
                               java.lang.String[] pRecipients,
                               NameValue[] pSubstitutions)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
notificationCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

artifactStoreQuery

public ArtifactStoreBean[] artifactStoreQuery(AuthToken pAuthTokenBean,
                                              ArtifactStoreCriteria pArtifactStoreCritera,
                                              boolean pCreateIfMissing)
                                       throws java.rmi.RemoteException,
                                              OpenAPIException
Specified by:
artifactStoreQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

authTokenCreate

public AuthToken authTokenCreate(java.lang.String userName,
                                 java.lang.String credential)
                          throws java.rmi.RemoteException,
                                 OpenAPIException
Specified by:
authTokenCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

authTokenCreateWithLicense

public AuthToken authTokenCreateWithLicense(java.lang.String userName,
                                            java.lang.String credential,
                                            java.lang.String license)
                                     throws java.rmi.RemoteException,
                                            OpenAPIException
Specified by:
authTokenCreateWithLicense in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

authTokenDelete

public void authTokenDelete(AuthToken authToken)
                     throws java.rmi.RemoteException,
                            OpenAPIException
Specified by:
authTokenDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

authTokenValidate

public void authTokenValidate(AuthToken authToken)
                       throws java.rmi.RemoteException,
                              OpenAPIException
Specified by:
authTokenValidate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetCreateFromXML

public Asset assetCreateFromXML(AuthToken pAuthToken,
                                java.lang.String assetXML)
                         throws java.rmi.RemoteException,
                                OpenAPIException
Specified by:
assetCreateFromXML in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadCustomDataString

public java.lang.String assetReadCustomDataString(AuthToken pAuthToken,
                                                  long pId,
                                                  java.lang.String pPath)
                                           throws java.rmi.RemoteException,
                                                  OpenAPIException
Specified by:
assetReadCustomDataString in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadCustomDataNode

public java.lang.String assetReadCustomDataNode(AuthToken pAuthToken,
                                                long pId,
                                                java.lang.String pPath)
                                         throws java.rmi.RemoteException,
                                                OpenAPIException
Specified by:
assetReadCustomDataNode in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadArray

public Asset[] assetReadArray(AuthToken pAuthToken,
                              long[] pIds)
                       throws java.rmi.RemoteException,
                              OpenAPIException
Specified by:
assetReadArray in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadArrayFromSummary

public Asset[] assetReadArrayFromSummary(AuthToken pAuthToken,
                                         AssetSummary[] pAssetSummaries)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
assetReadArrayFromSummary in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetAddCategorization

public Asset assetAddCategorization(AuthToken pAuthToken,
                                    long pAssetID,
                                    java.lang.String pCategorizationType,
                                    java.lang.String pCategorizationName)
                             throws java.rmi.RemoteException,
                                    OpenAPIException
Specified by:
assetAddCategorization in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetGetUnacceptedFiles

public SubmissionFileInfo[] assetGetUnacceptedFiles(AuthToken pAuthToken,
                                                    long pId)
                                             throws java.rmi.RemoteException,
                                                    OpenAPIException
Specified by:
assetGetUnacceptedFiles in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetAcceptFiles

public void assetAcceptFiles(AuthToken pAuthToken,
                             long pId,
                             java.lang.String[] pFilenames)
                      throws java.rmi.RemoteException,
                             OpenAPIException
Specified by:
assetAcceptFiles in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetDeleteFiles

public void assetDeleteFiles(AuthToken pAuthToken,
                             long pId,
                             java.lang.String[] pFilenames)
                      throws java.rmi.RemoteException,
                             OpenAPIException
Specified by:
assetDeleteFiles in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUpdateCustomDataString

public Asset assetUpdateCustomDataString(AuthToken pAuthToken,
                                         long pAssetID,
                                         java.lang.String pPath,
                                         java.lang.String pValue)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
assetUpdateCustomDataString in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUpdateCustomDataNode

public Asset assetUpdateCustomDataNode(AuthToken pAuthToken,
                                       long pAssetID,
                                       java.lang.String pPath,
                                       java.lang.String pValue)
                                throws java.rmi.RemoteException,
                                       OpenAPIException
Specified by:
assetUpdateCustomDataNode in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUploadFiles

public void assetUploadFiles(AuthToken pAuthToken,
                             long pAssetID,
                             java.lang.String[] pFilenames)
                      throws java.rmi.RemoteException,
                             OpenAPIException
Specified by:
assetUploadFiles in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetAddRegistrarNote

public void assetAddRegistrarNote(AuthToken pAuthToken,
                                  long pId,
                                  java.lang.String pNotes)
                           throws java.rmi.RemoteException,
                                  OpenAPIException
Specified by:
assetAddRegistrarNote in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadRegistrarNotes

public LogEntry[] assetReadRegistrarNotes(AuthToken pAuthToken,
                                          long pId)
                                   throws java.rmi.RemoteException,
                                          OpenAPIException
Specified by:
assetReadRegistrarNotes in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetRegister

public void assetRegister(AuthToken pAuthToken,
                          long pID)
                   throws java.rmi.RemoteException,
                          OpenAPIException
Specified by:
assetRegister in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUnRegister

public void assetUnRegister(AuthToken pAuthToken,
                            long pID)
                     throws java.rmi.RemoteException,
                            OpenAPIException
Specified by:
assetUnRegister in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUnAccept

public void assetUnAccept(AuthToken pAuthToken,
                          long pID)
                   throws java.rmi.RemoteException,
                          OpenAPIException
Specified by:
assetUnAccept in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUnSubmit

public void assetUnSubmit(AuthToken pAuthToken,
                          long pID)
                   throws java.rmi.RemoteException,
                          OpenAPIException
Specified by:
assetUnSubmit in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetActivate

public void assetActivate(AuthToken pAuthToken,
                          long pAssetID)
                   throws java.rmi.RemoteException,
                          OpenAPIException
Specified by:
assetActivate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetDeactivate

public void assetDeactivate(AuthToken pAuthToken,
                            long pAssetID)
                     throws java.rmi.RemoteException,
                            OpenAPIException
Specified by:
assetDeactivate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTabsRead

public TabBean[] assetTabsRead(AuthToken pAuthTokenBean,
                               long pAssetId)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
assetTabsRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetQuerySummary

public AssetSummary[] assetQuerySummary(AuthToken pAuthtoken,
                                        AssetCriteria pCriteria)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException
Specified by:
assetQuerySummary in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetQueryCount

public int assetQueryCount(AuthToken pAuthToken,
                           AssetCriteria pCriteria)
                    throws java.rmi.RemoteException,
                           OpenAPIException
Specified by:
assetQueryCount in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadAppliedToProjects

public Project[] assetReadAppliedToProjects(AuthToken pAuthToken,
                                            Asset pAsset)
                                     throws java.rmi.RemoteException,
                                            OpenAPIException
Specified by:
assetReadAppliedToProjects in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadAppliedPolicies

public Asset[] assetReadAppliedPolicies(AuthToken pAuthToken,
                                        long pAssetID)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException
Specified by:
assetReadAppliedPolicies in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUpdateAppliedPolicies

public Asset assetUpdateAppliedPolicies(AuthToken pAuthToken,
                                        long pAssetID,
                                        long[] pAppliedPolicies)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException
Specified by:
assetUpdateAppliedPolicies in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetEvaluate

public KeyValuePair assetEvaluate(AuthToken pAuthToken,
                                  AssetCriteria pCriteria,
                                  java.lang.String pEvaluationName)
                           throws java.rmi.RemoteException,
                                  OpenAPIException
Specified by:
assetEvaluate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetEvaluateAgainstPolicy

public java.lang.String assetEvaluateAgainstPolicy(AuthToken pAuthToken,
                                                   long pAssetID,
                                                   long pPolicyID)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
assetEvaluateAgainstPolicy in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetApplyToProjects

public void assetApplyToProjects(AuthToken pAuthToken,
                                 java.lang.String[] pProjectIDs,
                                 Asset pAsset)
                          throws java.rmi.RemoteException,
                                 OpenAPIException
Specified by:
assetApplyToProjects in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetRemoveAppliedToProjects

public void assetRemoveAppliedToProjects(AuthToken pAuthToken,
                                         java.lang.String[] pProjectIDs,
                                         Asset pAsset)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
assetRemoveAppliedToProjects in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

repositoryFileTranslator

public java.lang.String repositoryFileTranslator(AuthToken pAuthToken,
                                                 FileInfo pFileInfo)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
repositoryFileTranslator in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationTypeCreate

public CategorizationType categorizationTypeCreate(AuthToken pAuthToken,
                                                   java.lang.String pName,
                                                   java.lang.String pSingularDisplay,
                                                   java.lang.String pPluralDisplay,
                                                   boolean pExclusiveAssign,
                                                   boolean pProjectAssign)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
categorizationTypeCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationTypeRead

public CategorizationType categorizationTypeRead(AuthToken pAuthToken,
                                                 long pCategorizationTypeID)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
categorizationTypeRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationTypeUpdate

public CategorizationType categorizationTypeUpdate(AuthToken pAuthToken,
                                                   CategorizationType pType)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
categorizationTypeUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationTypeDelete

public void categorizationTypeDelete(AuthToken pAuthToken,
                                     CategorizationType pCategorizationType)
                              throws java.rmi.RemoteException,
                                     OpenAPIException
Specified by:
categorizationTypeDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationTypeQuery

public CategorizationType[] categorizationTypeQuery(AuthToken pAuthToken,
                                                    CategorizationTypeCriteria pCriteria)
                                             throws java.rmi.RemoteException,
                                                    OpenAPIException
Specified by:
categorizationTypeQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationCreate

public Categorization categorizationCreate(AuthToken pAuthToken,
                                           java.lang.String pCategorizationName,
                                           CategorizationType pCategorizationType)
                                    throws java.rmi.RemoteException,
                                           OpenAPIException
Specified by:
categorizationCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationChildCreate

public Categorization categorizationChildCreate(AuthToken pAuthToken,
                                                java.lang.String pCategorizationName,
                                                CategorizationType pCategorizationType,
                                                Categorization pSuper)
                                         throws java.rmi.RemoteException,
                                                OpenAPIException
Specified by:
categorizationChildCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationRead

public Categorization categorizationRead(AuthToken pAuthToken,
                                         long pCategorizationID)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
categorizationRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationReadByType

public Categorization[] categorizationReadByType(AuthToken pAuthToken,
                                                 CategorizationType pCategorizationType,
                                                 boolean active,
                                                 boolean fullTree)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
categorizationReadByType in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationChildRead

public Categorization[] categorizationChildRead(AuthToken pAuthToken,
                                                CategorizationType pCategorizationType,
                                                Categorization pCategorization,
                                                boolean active)
                                         throws java.rmi.RemoteException,
                                                OpenAPIException
Specified by:
categorizationChildRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationUpdate

public Categorization categorizationUpdate(AuthToken pAuthToken,
                                           Categorization pCategorization,
                                           CategorizationType pCategorizationType)
                                    throws java.rmi.RemoteException,
                                           OpenAPIException
Specified by:
categorizationUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationUpdateArray

public Categorization[] categorizationUpdateArray(AuthToken pAuthToken,
                                                  Categorization[] pCategorizations,
                                                  CategorizationType pCategorizationType)
                                           throws java.rmi.RemoteException,
                                                  OpenAPIException
Specified by:
categorizationUpdateArray in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationDeactivate

public Categorization categorizationDeactivate(AuthToken pAuthToken,
                                               Categorization pCategorization,
                                               CategorizationType pCategorizationType)
                                        throws java.rmi.RemoteException,
                                               OpenAPIException
Specified by:
categorizationDeactivate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

categorizationReactivate

public Categorization categorizationReactivate(AuthToken pAuthToken,
                                               Categorization pCategorization,
                                               CategorizationType pCategorizationType)
                                        throws java.rmi.RemoteException,
                                               OpenAPIException
Specified by:
categorizationReactivate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

contactCreate

public Contact contactCreate(AuthToken pAuthToken,
                             java.lang.String pName)
                      throws java.rmi.RemoteException,
                             OpenAPIException
Specified by:
contactCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

contactUpdate

public Contact contactUpdate(AuthToken pAuthToken,
                             Contact pContact)
                      throws java.rmi.RemoteException,
                             OpenAPIException
Specified by:
contactUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

contactDelete

public void contactDelete(AuthToken pAuthToken,
                          long pID)
                   throws java.rmi.RemoteException,
                          OpenAPIException
Specified by:
contactDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionCreate

public ExtractionDownload[] extractionCreate(AuthToken pAuthToken,
                                             long pProjectId,
                                             long[] pAssetIDs)
                                      throws java.rmi.RemoteException,
                                             OpenAPIException
Specified by:
extractionCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionCreateForUser

public ExtractionDownload[] extractionCreateForUser(AuthToken pAuthToken,
                                                    long pProjectID,
                                                    long[] pAssetIDs,
                                                    RegistryUser pRbacRegistrySecUserBean)
                                             throws java.rmi.RemoteException,
                                                    OpenAPIException
Specified by:
extractionCreateForUser in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionTentativelyAccept

public Extraction extractionTentativelyAccept(AuthToken pAuthToken,
                                              Extraction pExtraction)
                                       throws java.rmi.RemoteException,
                                              OpenAPIException
Specified by:
extractionTentativelyAccept in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionStillEvaluating

public Extraction extractionStillEvaluating(AuthToken pAuthToken,
                                            Extraction pExtraction)
                                     throws java.rmi.RemoteException,
                                            OpenAPIException
Specified by:
extractionStillEvaluating in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReject

public Extraction extractionReject(AuthToken pAuthToken,
                                   Extraction pExtraction,
                                   Categorization pCategorization,
                                   java.lang.String pComments)
                            throws java.rmi.RemoteException,
                                   OpenAPIException
Specified by:
extractionReject in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionUpdateSurvey

public Extraction extractionUpdateSurvey(AuthToken pAuthToken,
                                         Extraction pExtraction,
                                         SurveyTaken pSurveyTaken)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
extractionUpdateSurvey in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionRead

public Extraction extractionRead(AuthToken pAuthToken,
                                 long pExtractionID)
                          throws java.rmi.RemoteException,
                                 OpenAPIException
Specified by:
extractionRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadFileInfos

public FileInfo[] extractionReadFileInfos(AuthToken pAuthToken,
                                          Extraction pExtraction)
                                   throws java.rmi.RemoteException,
                                          OpenAPIException
Specified by:
extractionReadFileInfos in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionReadRelatedAssets

public Asset[] extractionReadRelatedAssets(AuthToken pAuthToken,
                                           long pAssetID)
                                    throws java.rmi.RemoteException,
                                           OpenAPIException
Specified by:
extractionReadRelatedAssets in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

extractionResetDatabase

public void extractionResetDatabase()
                             throws java.rmi.RemoteException,
                                    OpenAPIException
Specified by:
extractionResetDatabase in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectAssetValueReadForUser

public ProjectAssetValue projectAssetValueReadForUser(AuthToken pAuthToken,
                                                      long pProjectID,
                                                      long pAssetID,
                                                      RegistryUser pRbacRegistrySecUserBean)
                                               throws java.rmi.RemoteException,
                                                      OpenAPIException
Specified by:
projectAssetValueReadForUser in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectAssetValueRead

public ProjectAssetValue[] projectAssetValueRead(AuthToken pAuthToken,
                                                 long pProjectID,
                                                 long pAssetID)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
projectAssetValueRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectAssetValueReadSummary

public ProjectAssetValueSummary projectAssetValueReadSummary(AuthToken pAuthToken,
                                                             long pProjectID,
                                                             long pAssetID)
                                                      throws java.rmi.RemoteException,
                                                             OpenAPIException
Specified by:
projectAssetValueReadSummary in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectAssetValueReadTypes

public AssetUsageType[] projectAssetValueReadTypes(AuthToken pAuthToken)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
projectAssetValueReadTypes in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectAssetValueUpdate

public ProjectAssetValue projectAssetValueUpdate(AuthToken pAuthToken,
                                                 ProjectAssetValue pProjectAssetValue,
                                                 java.lang.String pSelection)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
projectAssetValueUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectCreate

public Project projectCreate(AuthToken pAuthToken,
                             Project pProject,
                             ProjectEntities pProjectEntities)
                      throws java.rmi.RemoteException,
                             com.flashline.registry.openapi.base.APIValidationException,
                             OpenAPIException
Specified by:
projectCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
com.flashline.registry.openapi.base.APIValidationException
OpenAPIException

projectReadArray

public Project[] projectReadArray(AuthToken pAuthToken,
                                  long[] pIds)
                           throws java.rmi.RemoteException,
                                  OpenAPIException
Specified by:
projectReadArray in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadArrayFromSummary

public Project[] projectReadArrayFromSummary(AuthToken pAuthToken,
                                             ProjectSummary[] pProjectSummaries)
                                      throws java.rmi.RemoteException,
                                             OpenAPIException
Specified by:
projectReadArrayFromSummary in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectUpdate

public Project projectUpdate(AuthToken pAuthToken,
                             Project pProject,
                             ProjectEntities pProjectEntities)
                      throws java.rmi.RemoteException,
                             com.flashline.registry.openapi.base.APIValidationException,
                             OpenAPIException
Specified by:
projectUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
com.flashline.registry.openapi.base.APIValidationException
OpenAPIException

projectReadMembers

public RegistryUser[] projectReadMembers(AuthToken pAuthToken,
                                         Project pProject)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
projectReadMembers in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadMemberIDs

public java.lang.String[] projectReadMemberIDs(AuthToken pAuthToken,
                                               Project pProject)
                                        throws java.rmi.RemoteException,
                                               OpenAPIException
Specified by:
projectReadMemberIDs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadLeaders

public RegistryUser[] projectReadLeaders(AuthToken pAuthToken,
                                         Project pProject)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
projectReadLeaders in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadLeaderIDs

public java.lang.String[] projectReadLeaderIDs(AuthToken pAuthToken,
                                               Project pProject)
                                        throws java.rmi.RemoteException,
                                               OpenAPIException
Specified by:
projectReadLeaderIDs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReassignExtractions

public void projectReassignExtractions(AuthToken pAuthToken,
                                       Project pProject,
                                       ExtractionReassignmentDecision[] pReassignIDs)
                                throws java.rmi.RemoteException,
                                       OpenAPIException
Specified by:
projectReassignExtractions in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReassignUsers

public void projectReassignUsers(AuthToken pAuthToken,
                                 Project pProject,
                                 ExtractionReassignmentDecision[] pReassignIDs)
                          throws java.rmi.RemoteException,
                                 OpenAPIException
Specified by:
projectReassignUsers in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadUserTypes

public ProjectUserType projectReadUserTypes(AuthToken pAuthToken)
                                     throws java.rmi.RemoteException,
                                            OpenAPIException
Specified by:
projectReadUserTypes in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadParentProjects

public Project[] projectReadParentProjects(AuthToken pAuthToken,
                                           Project pProject)
                                    throws java.rmi.RemoteException,
                                           OpenAPIException
Specified by:
projectReadParentProjects in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadParentProjectIDs

public java.lang.String[] projectReadParentProjectIDs(AuthToken pAuthToken,
                                                      Project pProject)
                                               throws java.rmi.RemoteException,
                                                      OpenAPIException
Specified by:
projectReadParentProjectIDs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadChildProjects

public Project[] projectReadChildProjects(AuthToken pAuthToken,
                                          Project pProject)
                                   throws java.rmi.RemoteException,
                                          OpenAPIException
Specified by:
projectReadChildProjects in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadChildProjectIDs

public java.lang.String[] projectReadChildProjectIDs(AuthToken pAuthToken,
                                                     Project pProject)
                                              throws java.rmi.RemoteException,
                                                     OpenAPIException
Specified by:
projectReadChildProjectIDs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadExtractions

public Extraction[] projectReadExtractions(AuthToken pAuthToken,
                                           Project pProject)
                                    throws java.rmi.RemoteException,
                                           OpenAPIException
Specified by:
projectReadExtractions in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadAssets

public ProjectAsset[] projectReadAssets(AuthToken pAuthToken,
                                        Project pProject)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException
Specified by:
projectReadAssets in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadPrescribedAssets

public Asset[] projectReadPrescribedAssets(AuthToken pAuthToken,
                                           Project pProject)
                                    throws java.rmi.RemoteException,
                                           OpenAPIException
Specified by:
projectReadPrescribedAssets in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadProducedAssets

public Asset[] projectReadProducedAssets(AuthToken pAuthToken,
                                         Project pProject)
                                  throws java.rmi.RemoteException,
                                         OpenAPIException
Specified by:
projectReadProducedAssets in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectReadProducedAssetIDs

public java.lang.String[] projectReadProducedAssetIDs(AuthToken pAuthToken,
                                                      Project pProject)
                                               throws java.rmi.RemoteException,
                                                      OpenAPIException
Specified by:
projectReadProducedAssetIDs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectQuerySummary

public ProjectSummary[] projectQuerySummary(AuthToken pAuthToken,
                                            ProjectCriteria pQuery)
                                     throws java.rmi.RemoteException,
                                            OpenAPIException
Specified by:
projectQuerySummary in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectValidate

public Results projectValidate(AuthToken pAuthToken,
                               Project pProject,
                               ProjectEntities pProjectEntities)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
projectValidate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

departmentCreate

public Department departmentCreate(AuthToken pAuthToken,
                                   java.lang.String pName,
                                   java.lang.String pDescription)
                            throws java.rmi.RemoteException,
                                   com.flashline.registry.openapi.base.APIValidationException,
                                   OpenAPIException
Specified by:
departmentCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
com.flashline.registry.openapi.base.APIValidationException
OpenAPIException

departmentRead

public Department departmentRead(AuthToken pAuthToken,
                                 java.lang.String pKey)
                          throws java.rmi.RemoteException,
                                 com.flashline.registry.openapi.base.APIValidationException,
                                 OpenAPIException
Specified by:
departmentRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
com.flashline.registry.openapi.base.APIValidationException
OpenAPIException

departmentUpdate

public Department departmentUpdate(AuthToken pAuthToken,
                                   Department pDepartment)
                            throws java.rmi.RemoteException,
                                   com.flashline.registry.openapi.base.APIValidationException,
                                   OpenAPIException
Specified by:
departmentUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
com.flashline.registry.openapi.base.APIValidationException
OpenAPIException

departmentQuery

public Department[] departmentQuery(AuthToken pAuthToken,
                                    DepartmentCriteria pCriteria)
                             throws java.rmi.RemoteException,
                                    com.flashline.registry.openapi.base.APIValidationException,
                                    OpenAPIException
Specified by:
departmentQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
com.flashline.registry.openapi.base.APIValidationException
OpenAPIException

acceptableValueListCreate

public AcceptableValueList acceptableValueListCreate(AuthToken pAuthToken,
                                                     java.lang.String pListName,
                                                     AcceptableValue[] pValues)
                                              throws java.rmi.RemoteException,
                                                     OpenAPIException
Specified by:
acceptableValueListCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

acceptableValueListRead

public AcceptableValueList acceptableValueListRead(AuthToken pAuthToken,
                                                   long pId)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
acceptableValueListRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

acceptableValueListUpdate

public AcceptableValueList acceptableValueListUpdate(AuthToken pAuthToken,
                                                     AcceptableValueList pList)
                                              throws java.rmi.RemoteException,
                                                     OpenAPIException
Specified by:
acceptableValueListUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

acceptableValueListQuery

public AcceptableValueList[] acceptableValueListQuery(AuthToken pAuthToken,
                                                      AcceptableValueListCriteria pCriteria)
                                               throws java.rmi.RemoteException,
                                                      OpenAPIException
Specified by:
acceptableValueListQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeCreateClone

public AssetType assetTypeCreateClone(AuthToken pAuthToken,
                                      long pBaseAssetTypeID,
                                      java.lang.String pName)
                               throws java.rmi.RemoteException,
                                      OpenAPIException
Specified by:
assetTypeCreateClone in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeCreate

public AssetType assetTypeCreate(AuthToken pAuthToken,
                                 java.lang.String pName)
                          throws java.rmi.RemoteException,
                                 OpenAPIException
Specified by:
assetTypeCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeRead

public AssetType assetTypeRead(AuthToken pAuthToken,
                               long pId)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
assetTypeRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeUpdate

public AssetType assetTypeUpdate(AuthToken pAuthToken,
                                 AssetType pAssetType)
                          throws java.rmi.RemoteException,
                                 OpenAPIException
Specified by:
assetTypeUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeDelete

public void assetTypeDelete(AuthToken pAuthToken,
                            long pId)
                     throws java.rmi.RemoteException,
                            OpenAPIException
Specified by:
assetTypeDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeQuery

public AssetType[] assetTypeQuery(AuthToken pAuthToken,
                                  AssetTypeCriteria pCriteria)
                           throws java.rmi.RemoteException,
                                  OpenAPIException
Specified by:
assetTypeQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTypeSchemaRead

public java.lang.String assetTypeSchemaRead(AuthToken pAuthToken,
                                            long pId)
                                     throws java.rmi.RemoteException,
                                            OpenAPIException
Specified by:
assetTypeSchemaRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

configGetWebResourcePath

public java.lang.String configGetWebResourcePath()
                                          throws java.rmi.RemoteException
Specified by:
configGetWebResourcePath in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

systemSettingsAddBundle

public void systemSettingsAddBundle(AuthToken pAuthToken,
                                    java.lang.String pXml)
                             throws java.rmi.RemoteException,
                                    OpenAPIException
Specified by:
systemSettingsAddBundle in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

systemSettingsQuery

public SettingValue[] systemSettingsQuery(AuthToken pAuthToken,
                                          SystemSettingsCriteria pCriteria)
                                   throws java.rmi.RemoteException,
                                          OpenAPIException
Specified by:
systemSettingsQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userReadByAuthToken

public RegistryUser userReadByAuthToken(AuthToken pAuthToken)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException
Specified by:
userReadByAuthToken in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userDeactivate

public RegistryUser userDeactivate(AuthToken pAuthToken,
                                   long pId)
                            throws java.rmi.RemoteException,
                                   OpenAPIException
Specified by:
userDeactivate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userUnapprove

public RegistryUser userUnapprove(AuthToken pAuthToken,
                                  long pId)
                           throws java.rmi.RemoteException,
                                  OpenAPIException
Specified by:
userUnapprove in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userRemoveRole

public RegistryUser userRemoveRole(AuthToken pAuthToken,
                                   long pId,
                                   java.lang.String pRoleName)
                            throws java.rmi.RemoteException,
                                   OpenAPIException
Specified by:
userRemoveRole in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

customAccessSettingNamesGet

public java.lang.String[] customAccessSettingNamesGet(AuthToken pAuthToken,
                                                      java.lang.String pType)
                                               throws java.rmi.RemoteException,
                                                      OpenAPIException
Specified by:
customAccessSettingNamesGet in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

customAccessSettingTypesGet

public java.lang.String[] customAccessSettingTypesGet(AuthToken pAuthToken)
                                               throws java.rmi.RemoteException,
                                                      OpenAPIException
Specified by:
customAccessSettingTypesGet in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

rbacHasPermission

public boolean rbacHasPermission(AuthToken pAuthToken,
                                 long pUserID,
                                 java.lang.String[] pRoleContextNames,
                                 java.lang.String pPermissionName)
                          throws java.rmi.RemoteException
Specified by:
rbacHasPermission in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

relationshipTypeCreate

public RelationshipType relationshipTypeCreate(AuthToken pAuthToken,
                                               java.lang.String pName)
                                        throws java.rmi.RemoteException,
                                               OpenAPIException
Specified by:
relationshipTypeCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

relationshipTypeRead

public RelationshipType relationshipTypeRead(AuthToken pAuthToken,
                                             long pID)
                                      throws java.rmi.RemoteException,
                                             OpenAPIException
Specified by:
relationshipTypeRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

relationshipTypeUpdate

public RelationshipType relationshipTypeUpdate(AuthToken pAuthToken,
                                               RelationshipType pRelationshipType)
                                        throws java.rmi.RemoteException,
                                               OpenAPIException
Specified by:
relationshipTypeUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

relationshipTypeDelete

public void relationshipTypeDelete(AuthToken pAuthToken,
                                   long pID)
                            throws java.rmi.RemoteException,
                                   OpenAPIException
Specified by:
relationshipTypeDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

relationshipTypeQuery

public RelationshipType[] relationshipTypeQuery(AuthToken pAuthToken,
                                                RelationshipTypeCriteria pQuery)
                                         throws java.rmi.RemoteException,
                                                OpenAPIException
Specified by:
relationshipTypeQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

surveyTakenRead

public SurveyTaken surveyTakenRead(AuthToken pAuthToken,
                                   Extraction pExtraction)
                            throws java.rmi.RemoteException,
                                   OpenAPIException
Specified by:
surveyTakenRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

surveyReadQuestions

public Question[] surveyReadQuestions(AuthToken pAuthToken)
                               throws java.rmi.RemoteException,
                                      OpenAPIException
Specified by:
surveyReadQuestions in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

surveyTakenUpdate

public SurveyTaken surveyTakenUpdate(AuthToken pAuthToken,
                                     SurveyTaken pSurveyTaken)
                              throws java.rmi.RemoteException,
                                     OpenAPIException
Specified by:
surveyTakenUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

exportListJobs

public ImpExpJob[] exportListJobs(AuthToken pAuthToken)
                           throws java.rmi.RemoteException,
                                  OpenAPIException,
                                  ImportExportException
Specified by:
exportListJobs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportExecute

public ImpExpJob exportExecute(AuthToken pAuthToken,
                               java.lang.String pExportFormat,
                               java.lang.String[] pExportFormatQualifiers,
                               java.lang.String pDesc,
                               java.lang.String pQueryFormat,
                               java.lang.String pQuery)
                        throws java.rmi.RemoteException,
                               OpenAPIException,
                               ImportExportException
Specified by:
exportExecute in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportGetAuditB64

public byte[] exportGetAuditB64(AuthToken pAuthToken,
                                ImpExpJob pJobBean,
                                java.lang.String pAuditFormat)
                         throws java.rmi.RemoteException,
                                OpenAPIException,
                                ImportExportException
Specified by:
exportGetAuditB64 in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportGetAuditDIME

public void exportGetAuditDIME(AuthToken pAuthToken,
                               ImpExpJob pJobBean,
                               java.lang.String pAuditFormat)
                        throws java.rmi.RemoteException,
                               OpenAPIException,
                               ImportExportException
Specified by:
exportGetAuditDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportGetAuditSwA

public void exportGetAuditSwA(AuthToken pAuthToken,
                              ImpExpJob pJobBean,
                              java.lang.String pAuditFormat)
                       throws java.rmi.RemoteException,
                              OpenAPIException,
                              ImportExportException
Specified by:
exportGetAuditSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportGetLatestAuditMsg

public AuditMsg exportGetLatestAuditMsg(AuthToken pAuthToken,
                                        ImpExpJob pJobBean)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException,
                                        ImportExportException
Specified by:
exportGetLatestAuditMsg in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importGetAuditB64

public byte[] importGetAuditB64(AuthToken pAuthToken,
                                ImpExpJob pJobBean,
                                java.lang.String pAuditFormat)
                         throws java.rmi.RemoteException,
                                OpenAPIException,
                                ImportExportException
Specified by:
importGetAuditB64 in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importGetAuditDIME

public void importGetAuditDIME(AuthToken pAuthToken,
                               ImpExpJob pJobBean,
                               java.lang.String pAuditFormat)
                        throws java.rmi.RemoteException,
                               OpenAPIException,
                               ImportExportException
Specified by:
importGetAuditDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importGetAuditSwA

public void importGetAuditSwA(AuthToken pAuthToken,
                              ImpExpJob pJobBean,
                              java.lang.String pAuditFormat)
                       throws java.rmi.RemoteException,
                              OpenAPIException,
                              ImportExportException
Specified by:
importGetAuditSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importGetLatestAuditMsg

public AuditMsg importGetLatestAuditMsg(AuthToken pAuthToken,
                                        ImpExpJob pJobBean)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException,
                                        ImportExportException
Specified by:
importGetLatestAuditMsg in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportGetResultsB64

public byte[] exportGetResultsB64(AuthToken pAuthToken,
                                  ImpExpJob pJob)
                           throws java.rmi.RemoteException,
                                  OpenAPIException,
                                  ImportExportException
Specified by:
exportGetResultsB64 in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportGetResultsDIME

public void exportGetResultsDIME(AuthToken pAuthToken,
                                 ImpExpJob pJob)
                          throws java.rmi.RemoteException,
                                 OpenAPIException,
                                 ImportExportException
Specified by:
exportGetResultsDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportGetResultsSwA

public void exportGetResultsSwA(AuthToken pAuthToken,
                                ImpExpJob pJob)
                         throws java.rmi.RemoteException,
                                OpenAPIException,
                                ImportExportException
Specified by:
exportGetResultsSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportCleanup

public void exportCleanup(AuthToken pAuthToken,
                          ImpExpJob pJob)
                   throws java.rmi.RemoteException,
                          OpenAPIException,
                          ImportExportException
Specified by:
exportCleanup in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importListJobs

public ImpExpJob[] importListJobs(AuthToken pAuthToken)
                           throws java.rmi.RemoteException,
                                  OpenAPIException,
                                  ImportExportException
Specified by:
importListJobs in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importExecute

public ImpExpJob importExecute(AuthToken pAuthToken,
                               java.lang.String pImportFormat,
                               java.lang.String[] pImportFormatQualifiers,
                               java.lang.String pDesc,
                               byte[] pPayload)
                        throws java.rmi.RemoteException,
                               OpenAPIException,
                               ImportExportException
Specified by:
importExecute in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importCheckPermission

public void importCheckPermission(AuthToken pAuthToken)
                           throws java.rmi.RemoteException,
                                  OpenAPIException,
                                  ImportExportException
Specified by:
importCheckPermission in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportCheckPermission

public void exportCheckPermission(AuthToken pAuthToken)
                           throws java.rmi.RemoteException,
                                  OpenAPIException,
                                  ImportExportException
Specified by:
exportCheckPermission in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importCleanup

public void importCleanup(AuthToken pAuthToken,
                          ImpExpJob pJob)
                   throws java.rmi.RemoteException,
                          OpenAPIException,
                          ImportExportException
Specified by:
importCleanup in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

sfidAddToAsset

public void sfidAddToAsset(AuthToken pAuthToken,
                           SFIDInfo pSFID,
                           long assetID)
                    throws java.rmi.RemoteException
Specified by:
sfidAddToAsset in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidRemoveAllFromAsset

public void sfidRemoveAllFromAsset(AuthToken pAuthToken,
                                   long assetID)
                            throws java.rmi.RemoteException
Specified by:
sfidRemoveAllFromAsset in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidUpdateAsset

public void sfidUpdateAsset(AuthToken pAuthToken,
                            SFIDInfo[] pSFIDs,
                            long assetID)
                     throws java.rmi.RemoteException
Specified by:
sfidUpdateAsset in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidReadValuesByProject

public java.lang.String[] sfidReadValuesByProject(AuthToken pAuthToken,
                                                  long projectid)
                                           throws java.rmi.RemoteException
Specified by:
sfidReadValuesByProject in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidCandidateQuery

public SFIDCandidate[] sfidCandidateQuery(AuthToken pAuthToken,
                                          SFIDCriteria pCrit)
                                   throws java.rmi.RemoteException
Specified by:
sfidCandidateQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidCandidateSubmit

public SFIDCandidate[] sfidCandidateSubmit(AuthToken pAuthToken,
                                           SFIDCandidate[] pCandidates)
                                    throws java.rmi.RemoteException
Specified by:
sfidCandidateSubmit in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidReadValuesForAsset

public java.lang.String[] sfidReadValuesForAsset(AuthToken pAuthToken,
                                                 long assetID)
                                          throws java.rmi.RemoteException
Specified by:
sfidReadValuesForAsset in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidRegisterExtractions

public void sfidRegisterExtractions(AuthToken pAuthToken,
                                    long pProjectID,
                                    SFIDCandidate[] pSFIDCandidates,
                                    boolean pHarvest)
                             throws java.rmi.RemoteException
Specified by:
sfidRegisterExtractions in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataCreateDIME

public void assetMetadataCreateDIME(AuthToken pAuthToken,
                                    MetadataEntrySummary pMetadataEntrySummary)
                             throws java.rmi.RemoteException
Specified by:
assetMetadataCreateDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataCreateSwA

public void assetMetadataCreateSwA(AuthToken pAuthToken,
                                   MetadataEntrySummary pMetadataEntrySummary)
                            throws java.rmi.RemoteException
Specified by:
assetMetadataCreateSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataRead

public MetadataEntrySummary[] assetMetadataRead(AuthToken pAuthToken,
                                                long pAssetID)
                                         throws java.rmi.RemoteException
Specified by:
assetMetadataRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataReadDIME

public MetadataEntrySummary[] assetMetadataReadDIME(AuthToken pAuthToken,
                                                    long pAssetID)
                                             throws java.rmi.RemoteException
Specified by:
assetMetadataReadDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataReadSwA

public MetadataEntrySummary[] assetMetadataReadSwA(AuthToken pAuthToken,
                                                   long pAssetID)
                                            throws java.rmi.RemoteException
Specified by:
assetMetadataReadSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataUpdate

public void assetMetadataUpdate(AuthToken pAuthToken,
                                MetadataEntrySummary pMetadataEntrySummary)
                         throws java.rmi.RemoteException
Specified by:
assetMetadataUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataUpdateDIME

public void assetMetadataUpdateDIME(AuthToken pAuthToken,
                                    MetadataEntrySummary pMetadataEntrySummary)
                             throws java.rmi.RemoteException
Specified by:
assetMetadataUpdateDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataUpdateSwA

public void assetMetadataUpdateSwA(AuthToken pAuthToken,
                                   long pAssetID,
                                   MetadataEntrySummary pMetadataEntrySummary)
                            throws java.rmi.RemoteException
Specified by:
assetMetadataUpdateSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataEntryDelete

public void assetMetadataEntryDelete(AuthToken pAuthToken,
                                     long pMetadataEntryID)
                              throws java.rmi.RemoteException
Specified by:
assetMetadataEntryDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

assetMetadataAccept

public void assetMetadataAccept(AuthToken pAuthToken,
                                MetadataEntrySummary pMetadataEntrySummary)
                         throws java.rmi.RemoteException
Specified by:
assetMetadataAccept in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

metadataEntryTypeCreate

public MetadataEntryTypeSummary metadataEntryTypeCreate(AuthToken pAuthToken,
                                                        java.lang.String pName)
                                                 throws java.rmi.RemoteException
Specified by:
metadataEntryTypeCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

metadataEntryTypeRead

public MetadataEntryTypeSummary metadataEntryTypeRead(AuthToken pAuthToken,
                                                      long pID)
                                               throws java.rmi.RemoteException
Specified by:
metadataEntryTypeRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

metadataEntryTypeUpdate

public MetadataEntryTypeSummary metadataEntryTypeUpdate(AuthToken pAuthToken,
                                                        MetadataEntryTypeSummary pMetadataEntryType)
                                                 throws java.rmi.RemoteException
Specified by:
metadataEntryTypeUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

metadataEntryTypeDelete

public void metadataEntryTypeDelete(AuthToken pAuthToken,
                                    long pID)
                             throws java.rmi.RemoteException
Specified by:
metadataEntryTypeDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

metadataEntryTypeQuery

public MetadataEntryTypeSummary[] metadataEntryTypeQuery(AuthToken pAuthToken,
                                                         MetadataEntryTypeCriteria pQuery)
                                                  throws java.rmi.RemoteException
Specified by:
metadataEntryTypeQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

metadataEntryCreateDIME

public MetadataEntrySummary metadataEntryCreateDIME(AuthToken pAuthToken,
                                                    MetadataEntrySummary pMetadataEntrySummary)
                                             throws java.rmi.RemoteException,
                                                    OpenAPIException
Specified by:
metadataEntryCreateDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryCreateSwA

public MetadataEntrySummary metadataEntryCreateSwA(AuthToken pAuthToken,
                                                   MetadataEntrySummary pMetadataEntrySummary)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
metadataEntryCreateSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryReadDIME

public MetadataEntrySummary metadataEntryReadDIME(AuthToken pAuthToken,
                                                  long pID)
                                           throws java.rmi.RemoteException,
                                                  OpenAPIException
Specified by:
metadataEntryReadDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryReadDIME

public MetadataEntrySummary metadataEntryReadDIME(AuthToken pAuthToken,
                                                  EntityUUID pEntityUUID)
                                           throws java.rmi.RemoteException,
                                                  OpenAPIException
Specified by:
metadataEntryReadDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryReadSwA

public MetadataEntrySummary metadataEntryReadSwA(AuthToken pAuthToken,
                                                 long pID)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
metadataEntryReadSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryReadSwA

public MetadataEntrySummary metadataEntryReadSwA(AuthToken pAuthToken,
                                                 EntityUUID pEntityUUID)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
metadataEntryReadSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryUpdateDIME

public MetadataEntrySummary metadataEntryUpdateDIME(AuthToken pAuthToken,
                                                    MetadataEntrySummary pMetadataEntrySummary)
                                             throws java.rmi.RemoteException,
                                                    OpenAPIException
Specified by:
metadataEntryUpdateDIME in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryUpdateSwA

public MetadataEntrySummary metadataEntryUpdateSwA(AuthToken pAuthToken,
                                                   MetadataEntrySummary pMetadataEntrySummary)
                                            throws java.rmi.RemoteException,
                                                   OpenAPIException
Specified by:
metadataEntryUpdateSwA in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryDelete

public void metadataEntryDelete(AuthToken pAuthToken,
                                EntityUUID pEntityUUID)
                         throws java.rmi.RemoteException,
                                OpenAPIException
Specified by:
metadataEntryDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

metadataEntryQuery

public MetadataEntrySummary[] metadataEntryQuery(AuthToken pAuthToken,
                                                 MetadataEntryCriteria pQuery)
                                          throws java.rmi.RemoteException,
                                                 OpenAPIException
Specified by:
metadataEntryQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

subscriptionCreate

public void subscriptionCreate(AuthToken pAuthToken,
                               long[] pAssetIDs,
                               boolean pFailOnAnyError)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
subscriptionCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

subscriptionDelete

public void subscriptionDelete(AuthToken pAuthToken,
                               long[] pAssetIDs)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
subscriptionDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveRootArtifacts

public Asset[] retrieveRootArtifacts(AuthToken pAuthToken,
                                     long pAbstractAssetId)
                              throws java.rmi.RemoteException,
                                     OpenAPIException
Specified by:
retrieveRootArtifacts in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

retrieveLatestRootArtifact

public Asset retrieveLatestRootArtifact(AuthToken pAuthToken,
                                        long pAbstractAssetId)
                                 throws java.rmi.RemoteException,
                                        OpenAPIException
Specified by:
retrieveLatestRootArtifact in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

getLatestArtifacts

public FileInfo[] getLatestArtifacts(AuthToken pAuthToken,
                                     long pAbstractAssetId,
                                     boolean pIsService)
                              throws java.rmi.RemoteException,
                                     OpenAPIException
Specified by:
getLatestArtifacts in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetCreate

public Asset assetCreate(AuthToken pAuthToken,
                         java.lang.String pName,
                         java.lang.String pVersion,
                         long pAssetTypeID)
                  throws java.rmi.RemoteException,
                         OpenAPIException
Specified by:
assetCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetRead

public Asset assetRead(AuthToken pAuthToken,
                       long pId)
                throws java.rmi.RemoteException,
                       OpenAPIException
Specified by:
assetRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetDelete

public void assetDelete(AuthToken pAuthToken,
                        long pAssetID)
                 throws java.rmi.RemoteException,
                        OpenAPIException
Specified by:
assetDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetQuery

public Asset[] assetQuery(AuthToken pAuthtoken,
                          AssetCriteria pCriteria)
                   throws java.rmi.RemoteException,
                          OpenAPIException
Specified by:
assetQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetUpdate

public Asset assetUpdate(AuthToken pAuthToken,
                         Asset pAsset)
                  throws java.rmi.RemoteException,
                         OpenAPIException
Specified by:
assetUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetTabRead

public TabBean assetTabRead(AuthToken pAuthTokenBean,
                            long pAssetId,
                            long pTabTypeBeanId)
                     throws java.rmi.RemoteException,
                            OpenAPIException
Specified by:
assetTabRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetAccept

public void assetAccept(AuthToken pAuthToken,
                        long pID)
                 throws java.rmi.RemoteException,
                        OpenAPIException
Specified by:
assetAccept in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetSubmit

public void assetSubmit(AuthToken pAuthToken,
                        long pID)
                 throws java.rmi.RemoteException,
                        OpenAPIException
Specified by:
assetSubmit in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetReadXml

public java.lang.String assetReadXml(AuthToken pAuthToken,
                                     long pId)
                              throws java.rmi.RemoteException,
                                     OpenAPIException
Specified by:
assetReadXml in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

assetRetire

public void assetRetire(AuthToken pAuthToken,
                        long pAssetID)
                 throws java.rmi.RemoteException,
                        OpenAPIException
Specified by:
assetRetire in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

contactRead

public Contact contactRead(AuthToken pAuthToken,
                           long pID)
                    throws java.rmi.RemoteException,
                           OpenAPIException
Specified by:
contactRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

contactQuery

public Contact[] contactQuery(AuthToken pAuthToken,
                              ContactCriteria pQuery)
                       throws java.rmi.RemoteException,
                              OpenAPIException
Specified by:
contactQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectRead

public Project projectRead(AuthToken pAuthToken,
                           long pId)
                    throws java.rmi.RemoteException,
                           OpenAPIException
Specified by:
projectRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

projectQuery

public Project[] projectQuery(AuthToken pAuthToken,
                              ProjectCriteria pQuery)
                       throws java.rmi.RemoteException,
                              OpenAPIException
Specified by:
projectQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userCreate

public RegistryUser userCreate(AuthToken pAuthToken,
                               java.lang.String pUserName,
                               java.lang.String pFirstName,
                               java.lang.String pLastName,
                               java.lang.String pEmail,
                               java.lang.String pPassword,
                               boolean pMustChangePassword,
                               boolean pPasswordNeverExpires,
                               boolean pAssignDefaultRoles)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
userCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userRead

public RegistryUser userRead(AuthToken pAuthToken,
                             long pId)
                      throws java.rmi.RemoteException,
                             OpenAPIException
Specified by:
userRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userUpdate

public RegistryUser userUpdate(AuthToken pAuthToken,
                               RegistryUser pRbacRegistrySecUserBean)
                        throws java.rmi.RemoteException,
                               OpenAPIException
Specified by:
userUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userActivate

public RegistryUser userActivate(AuthToken pAuthToken,
                                 long pId)
                          throws java.rmi.RemoteException,
                                 OpenAPIException
Specified by:
userActivate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userLockout

public RegistryUser userLockout(AuthToken pAuthToken,
                                long pId)
                         throws java.rmi.RemoteException,
                                OpenAPIException
Specified by:
userLockout in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userQuery

public RegistryUser[] userQuery(AuthToken pAuthToken,
                                UserCriteria pCriteria)
                         throws java.rmi.RemoteException,
                                OpenAPIException
Specified by:
userQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

userAddRole

public RegistryUser userAddRole(AuthToken pAuthToken,
                                long pId,
                                java.lang.String pRoleName)
                         throws java.rmi.RemoteException,
                                OpenAPIException
Specified by:
userAddRole in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

roleCreate

public Role roleCreate(AuthToken pAuthToken,
                       java.lang.String pName,
                       java.lang.String pDesc,
                       boolean pDefaultForNewUser)
                throws java.rmi.RemoteException,
                       OpenAPIException
Specified by:
roleCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

roleRead

public Role roleRead(AuthToken pAuthToken,
                     java.lang.String pName)
              throws java.rmi.RemoteException,
                     OpenAPIException
Specified by:
roleRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

roleUpdate

public Role roleUpdate(AuthToken pAuthToken,
                       Role pRoleType)
                throws java.rmi.RemoteException,
                       OpenAPIException
Specified by:
roleUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

roleDelete

public void roleDelete(AuthToken pAuthToken,
                       java.lang.String pName)
                throws java.rmi.RemoteException,
                       OpenAPIException
Specified by:
roleDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

roleQuery

public Role[] roleQuery(AuthToken pAuthToken,
                        RoleCriteria pCriteria)
                 throws java.rmi.RemoteException,
                        OpenAPIException
Specified by:
roleQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

vendorCreate

public Vendor vendorCreate(AuthToken pAuthToken,
                           java.lang.String pName)
                    throws java.rmi.RemoteException,
                           OpenAPIException
Specified by:
vendorCreate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

vendorRead

public Vendor vendorRead(AuthToken pAuthToken,
                         long pID)
                  throws java.rmi.RemoteException,
                         OpenAPIException
Specified by:
vendorRead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

vendorUpdate

public Vendor vendorUpdate(AuthToken pAuthToken,
                           Vendor pVendor)
                    throws java.rmi.RemoteException,
                           OpenAPIException
Specified by:
vendorUpdate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

vendorDelete

public void vendorDelete(AuthToken pAuthToken,
                         long pID)
                  throws java.rmi.RemoteException,
                         OpenAPIException
Specified by:
vendorDelete in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

vendorQuery

public Vendor[] vendorQuery(AuthToken pAuthToken,
                            VendorCriteria pQuery)
                     throws java.rmi.RemoteException,
                            OpenAPIException
Specified by:
vendorQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException

exportStatus

public ImpExpJob exportStatus(AuthToken pAuthToken,
                              ImpExpJob pJob)
                       throws java.rmi.RemoteException,
                              OpenAPIException,
                              ImportExportException
Specified by:
exportStatus in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

exportKill

public void exportKill(AuthToken pAuthToken,
                       ImpExpJob pJob)
                throws java.rmi.RemoteException,
                       OpenAPIException,
                       ImportExportException
Specified by:
exportKill in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importStatus

public ImpExpJob importStatus(AuthToken pAuthToken,
                              ImpExpJob pJob)
                       throws java.rmi.RemoteException,
                              OpenAPIException,
                              ImportExportException
Specified by:
importStatus in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

importKill

public void importKill(AuthToken pAuthToken,
                       ImpExpJob pJob)
                throws java.rmi.RemoteException,
                       OpenAPIException,
                       ImportExportException
Specified by:
importKill in interface FlashlineRegistry
Throws:
java.rmi.RemoteException
OpenAPIException
ImportExportException

sfidQuery

public SFIDInfo[] sfidQuery(AuthToken pAuthToken,
                            SFIDCriteria pCrit)
                     throws java.rmi.RemoteException
Specified by:
sfidQuery in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

sfidGenerate

public SFIDInfo[] sfidGenerate(AuthToken pAuthToken,
                               int pMethod)
                        throws java.rmi.RemoteException
Specified by:
sfidGenerate in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

reuseDTORead

public ReuseDTO reuseDTORead()
                      throws java.rmi.RemoteException
Specified by:
reuseDTORead in interface FlashlineRegistry
Throws:
java.rmi.RemoteException

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.7.0)

E16598-09 OEREF


Copyright © 2004-2013, Oracle and/or its affiliates. All rights reserved.