<PermissionCheck>
Section:
Job (Task Agent)
Required:
No
Value type:
None
Default:
Defined in jobconfig files
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
<PermissionCheck java_class="">
java_class: The Java class implementing the permission checking logic.
The <PermissionCheck> section, if included, defines the list of states where a job is allowed. The <PermissionCheck> tags must enclose the entire section.
Example
<PermissionCheck java_class="com.osm.automation.plot.PlotJobPermissionCheck">
<!-- The list of drawing states where plotting is allowed -->
<!-- If the list is empty, plotting is allowed in all states -->
<!--
<AllowedInState catalog="awm_stda" msg_num="290">work</AllowedInState>
<AllowedInState catalog="awm_stda" msg_num="292">approved</AllowedInState>
<AllowedInState catalog="awmdemoa" msg_num="59">approval</AllowedInState>
-->
</PermissionCheck>
Was this helpful?