Skip to content
Snippets Groups Projects
Commit d0ee2f1e authored by Siddharth Trika's avatar Siddharth Trika
Browse files

New Template added for Semantic Descriptor retrieve

parent 78e1d4c8
No related branches found
No related tags found
1 merge request!63Merge Release4-onwards into Release4
......@@ -8053,6 +8053,35 @@ module OneM2M_Templates {
resultGenType := ?,
periodForResultGen := *
}
/**
* @desc Base primitiveContent for RETRIEVE operation for SemanticDescriptor resource
*/
template SemanticDescriptor_optional mw_retrievSemanticDescriptor :=
{
resourceName := ?,
resourceType := int42,
resourceID := ?,
parentID := ?,
creationTime := ?,
lastModifiedTime := ?,
labels := *,
accessControlPolicyIDs := *,
expirationTime := ?,
dynamicAuthorizationConsultationIDs := *,
announceTo := *,
announcedAttribute := *,
creator := *,
descriptorRepresentation := ?,
semanticOpExec := *,
descriptor := ?,
ontologyRef := *,
relatedSemantics := *,
semanticValidated := *,
validationEnable := *
}
/**
* @desc Base primitiveContent for RETRIEVE operation for SemanticMashupJobProfile resource
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment