![]() | SUMMARY | DETAIL |
Macros to describe the item type definitions within the system.
Macro Summary | |
external | %lsaf_getalltypes(sas_dsname=work.lsafGetAllTypes);
Gets the metadata for all of the object types that are defined. The metadata is stored in a ...
|
external | %lsaf_getcontextallowablechildren(lsaf_typeid=, sas_dsname=work.lsafGetContextAllowableChildren);
Gets the metadata for the item types that can be created as immediate children of the ...
|
external | %lsaf_getcontexttypes(sas_dsname=work.lsafGetContextTypes);
Gets the metadata for all of the context types that are defined in the repository. The metadata ...
|
external | %lsaf_getcontexttypesbycapability(lsaf_capability=, sas_dsname=work.lsafGetContextTypesByCapability);
Gets the metadata for the context types in the system based on capability. The metadata is ...
|
external | %lsaf_getsearchabletypes(sas_dsname=work.lsafGetSearchableTypes);
Gets the metadata for all of the searchable types that are defined in the repository. The ...
|
external | %lsaf_iscontexttype(lsaf_typeid=);
Indicates whether the specified type identifier is a context.
|
external | %lsaf_typeexists(lsaf_typeid=);
Indicates whether a type exists.
|
external | %lsaf_typehascapability(lsaf_typeid=, lsaf_capability=);
Indicates whether the type has the specified capability in the repository.
|
Macro Detail |
%lsaf_getalltypes(sas_dsname=work.lsafGetAllTypes);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_getcontextallowablechildren(lsaf_typeid=, sas_dsname=work.lsafGetContextAllowableChildren);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_typeid
-
- Required - The type identifier of the context item in the repository.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_getcontexttypes(sas_dsname=work.lsafGetContextTypes);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.sas_dsname
-
- Optional - The name of the output SAS data set to the metadata for the
%lsaf_getcontexttypesbycapability(lsaf_capability=, sas_dsname=work.lsafGetContextTypesByCapability);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_capability
-
- Required - The name of the context capability to retrieve.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata for
%lsaf_getsearchabletypes(sas_dsname=work.lsafGetSearchableTypes);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.sas_dsname
-
- Optional - The name of the output SAS data set to the metadata for the
%lsaf_iscontexttype(lsaf_typeid=);
[ Exposure:
external
]
_lsafIsContextType_
-
Indicates whether the value is a context type._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_typeid
-
- Required - The context type identifier of the item in the repository.
%lsaf_typeexists(lsaf_typeid=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code._lsafTypeExists_
-
Indicates whether the type exists.lsaf_typeid
-
- Required - The identifier of the type.
%lsaf_typehascapability(lsaf_typeid=, lsaf_capability=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code._lsafTypeHasCapability_
-
Indicates whether the type has the capability.lsaf_typeid
-
- Required - The type identifier of the item.lsaf_capability
-
- Required - The specified capability of the item.