STATE_DISABLEDSTATE_ENABLEDVERIFICATION_STATUS_UNKNOWNVERIFICATION_STATUS_NONEVERIFICATION_STATUS_SIGNATURE_NOT_VERIFIEDVERIFICATION_STATUS_SIGNATURE_VERIFIEDVERIFICATION_STATUS_CHECKSUM_NOT_VERIFIEDVERIFICATION_STATUS_CHECKSUM_VERIFIED
Gets the names of all application presentation scripts.
Creates the specified application presentation scripts.
Deletes the specified application presentation scripts. An
exception will be raised when attempting to delete builtin
application presentation scripts.
Deletes all user-defined application presentation scripts.
Sets the script definition/content for the specified application
presentation scripts.
Gets the script definition/content for the specified application
presentation scripts.
Sets the description for the specified application presentation
scripts. Description is an arbitrary field which can be used for
any purpose.
Gets the descriptions for the specified application presentation
scripts.
Computes and adds a checksum to each specified application
presentation script. To each application presentation script,
either checksum or signature can be added but not both. The
system will throw if both algorithms are attempted on one
application presentation script.
Computes and adds a signature to each specified application
presentation script. The signature is used during application
presentation script validation to assure that the application
presentation script's content has not been modified. To each
application presentation script, either checksum or signature
can be added but not both. The system will throw if both
algorithms are attempted on one application presentation script.
Clear both signature and checksum fields for the specified
application presentation scripts. The difference between enabling
"ignore_verification" and "clear_verification" is: "ignore"
suspends the verification temporarily while leaving the signature
and checksum fields intact. Verification can be resumed.
"clear" resets for good the signing information as if the
application presentation scripts had never been signed.
Sets the ignore verification state for the specified application
presentation scripts. If enabled, the system will ignore the
signature or checksum. Otherwise the signature or checksum is used
during application presentation script validation to assure that
the application presentation script's content has not been modified.
Gets the state of ignoring the signature or checksum.
Gets the verification status for the specified application
presentation scripts.
Gets the version information for this interface.
Gets the names of all application presentation scripts.
Creates the specified application presentation scripts.
Deletes the specified application presentation scripts. An
exception will be raised when attempting to delete builtin
application presentation scripts.
Deletes all user-defined application presentation scripts.
Sets the script definition/content for the specified application
presentation scripts.
Gets the script definition/content for the specified application
presentation scripts.
Sets the description for the specified application presentation
scripts. Description is an arbitrary field which can be used for
any purpose.
Gets the descriptions for the specified application presentation
scripts.
Computes and adds a checksum to each specified application
presentation script. To each application presentation script,
either checksum or signature can be added but not both. The
system will throw if both algorithms are attempted on one
application presentation script.
Computes and adds a signature to each specified application
presentation script. The signature is used during application
presentation script validation to assure that the application
presentation script's content has not been modified. To each
application presentation script, either checksum or signature
can be added but not both. The system will throw if both
algorithms are attempted on one application presentation script.
Clear both signature and checksum fields for the specified
application presentation scripts. The difference between enabling
"ignore_verification" and "clear_verification" is: "ignore"
suspends the verification temporarily while leaving the signature
and checksum fields intact. Verification can be resumed.
"clear" resets for good the signing information as if the
application presentation scripts had never been signed.
Sets the ignore verification state for the specified application
presentation scripts. If enabled, the system will ignore the
signature or checksum. Otherwise the signature or checksum is used
during application presentation script validation to assure that
the application presentation script's content has not been modified.
Gets the state of ignoring the signature or checksum.
Gets the verification status for the specified application
presentation scripts.
Gets the version information for this interface.
An Application presentation script contains application presentation
language (APL) elements. It can be directly included in presentation
section of application templates. Application presentation scripts
provide a convenient way to build libraries of common presentation
elements.