activity ( type = "bw.FileReadActivity" || type = "bw.FileWriteActivity" )
5. Select all activities that have "@TODO" in their description.
6. Select all the activities that belong to processes that have their namespace starting with "http://example.org/".
7. Select all the File Write Activities with name starting with "FileRead", that are part of a process whose target namespace starts with http://example.org/. Select only the processes that are part of projects whose names start with "HR".activity (name = "FileRead*" && type = "bw.FileReadActivity") && process ( tns = "http://example.org/*" ) && project ( name = "HR*" )
8. <query queryLanguage = "http://schemas.tibco.com/bw/aop/pointCutSelectionLanguage">activity ( name = "file*" && type != "bw.FileWriteActivity" )
Copyright © TIBCO Software Inc. All Rights Reserved.