What java filter event is for delete

I am looking for a java filter event for content delete so I can do something when my content is delete.
Thanks.

binder does not include all metadata.
but I found "DOC_INFO" result set in binder, which has all metadata information.
So this should be considered solved.
One question may come out is if content is moved to recycle bin first,
then how these even filter works?
thanks.

Similar Messages

  • Java filter event for update content

    Hi all,
    Does anyone know what java filter event should be used after a content item is updated in content server. Please not I am looking for a filter on "update content" not "update metadata".
    Many Thanks

    There certainly are several to select from. I suppose you could use addFiles (or is it addFile? no s) which happens around the time the new file you are uploading (changed, revised content) gets written to disk. This is a pretty common event to denote new content, revised or otherwise.

  • What is the keyboard shortcut for "delete row" in a table?

    What is the keyboard shortcut for "delete row" in a table within a pages document?

    Click on the row number to select the entire row. Right-click, and select Delete Row from the menu. There is no keyboard shortcut.

  • [Server 2008R2] Filter event logs for logged in users from clients on domain

    Hi All,
    I am looking for a script which can be run on a domain controller to check which user accounts logged in on the domain. I am looking for both the username and client. Reason why I need this is to check where service accounts are used.
    Thanks.
    Kind regards,
    Bart
    Bart Timmermans | Consultant at inovativ
    Follow me @
    My Blog | Linkedin |
    Twitter
    Please mark as Answer, if my post answers your Question. Vote as Helpful, if it is helpful to you.

    Hi Bart,
    To parse the event log, you can refer to the cmdlet "Get-WinEvent", and how to use this cmdlet to parse event log, please check this article, you can also add the "-computername" to query event log from remote computers:
    Use PowerShell Cmdlet to Filter Event Log for Easy Parsing
    To monitor the logon history, please check this function to start:
    function Get-Win7LogonHistory {
    $logons = Get-EventLog Security -AsBaseObject -InstanceId 4624,4647 |
    Where-Object { ($_.InstanceId -eq 4647) -or (($_.InstanceId -eq 4624) -and ($_.Message -match "Logon Type:\s+2")) -or (($_.InstanceId -eq 4624) -and ($_.Message -match "Logon Type:\s+10")) }
    $poweroffs = Get-EventLog System -AsBaseObject -InstanceId 41
    $events = $logons + $poweroffs | Sort-Object TimeGenerated
    if ($events) {
    foreach($event in $events) {
    # Parse logon data from the Event.
    if ($event.InstanceId -eq 4624) {
    # A user logged on.
    $action = 'logon'
    $event.Message -match "Logon Type:\s+(\d+)" | Out-Null
    $logonTypeNum = $matches[1]
    # Determine logon type.
    if ($logonTypeNum -eq 2) {
    $logonType = 'console'
    } elseif ($logonTypeNum -eq 10) {
    $logonType = 'remote'
    } else {
    $logonType = 'other'
    # Determine user.
    if ($event.message -match "New Logon:\s*Security ID:\s*.*\s*Account Name:\s*(\w+)") {
    $user = $matches[1]
    } else {
    $index = $event.index
    Write-Warning "Unable to parse Security log Event. Malformed entry? Index: $index"
    } elseif ($event.InstanceId -eq 4647) {
    # A user logged off.
    $action = 'logoff'
    $logonType = $null
    # Determine user.
    if ($event.message -match "Subject:\s*Security ID:\s*.*\s*Account Name:\s*(\w+)") {
    $user = $matches[1]
    } else {
    $index = $event.index
    Write-Warning "Unable to parse Security log Event. Malformed entry? Index: $index"
    } elseif ($event.InstanceId -eq 41) {
    # The computer crashed.
    $action = 'logoff'
    $logonType = $null
    $user = '*'
    # As long as we managed to parse the Event, print output.
    if ($user) {
    $timeStamp = Get-Date $event.TimeGenerated
    $output = New-Object -Type PSCustomObject
    Add-Member -MemberType NoteProperty -Name 'UserName' -Value $user -InputObject $output
    Add-Member -MemberType NoteProperty -Name 'ComputerName' -Value $env:computername -InputObject $output
    Add-Member -MemberType NoteProperty -Name 'Action' -Value $action -InputObject $output
    Add-Member -MemberType NoteProperty -Name 'LogonType' -Value $logonType -InputObject $output
    Add-Member -MemberType NoteProperty -Name 'TimeStamp' -Value $timeStamp -InputObject $output
    Write-Output $output
    } else {
    Write-Host "No recent logon/logoff events."
    Get-Win7LogonHistory
    Refer to:
    https://github.com/pdxcat/Get-LogonHistory/blob/master/Get-LogonHistory.ps1
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • What about iCal event tagging for better event organization ?

    Actually, it is possible to create several calendars (e.g., Work, Personal, Kids, ...) to organize your events.
    Then, you can choose to simultaneously view events of one or many calendars.
    But what about a more flexible tagging mechanism ?
    We would be able to multi-tag an event.
    Then, we would be able to simultaneously view events that match some tags and not some other tags.
    We would be able to create intelligent calendar views that simultaneously display events that match some tags and not some other tags.
    Tagging is a feature provided today by iPhoto for photos.
    Intelligent view based on a expression is a feature provided today by iTunes for musics.
    It would be nice to generalize these concepts
    Is there any plan to introduce event tagging in iCal ?
    iMac   Mac OS X (10.2.x)  

    This is what I think it means:
    "Depending on whether you want the event type to be deactivated when its listeners have acknowledged receipt of the event, select either Upon Notification or Never."
    I think deactivate the event means, it's not available anymore on the queue. You can ensure it doesn't stay on the queue after you catch it (Upon Notification), or you can catch it and then deactivate (or remove it from the queue) manually using your own service.
    "For example, you might select Never if a service is handling the notification and any deactivation of the event type."
    I think that what they mean here. If you select "Never" then, you catch the event, and you're responsible to deactivate it (remove it from the queue).
    Jasmin

  • Why does my Iphone 4s forget what mailbox I have selected for deleted mail?

    I'm having an issue with my mailbox. I have a work email address, set up under "other" since it's domain based. When I initially set it up I have all the settings right and it works for a while. Then, it will randomly drop the settings. Most of the time it just forgets where to send my deleted mail when I delete it, so it alerts me that it can't delete mail. Also, it has a habit of forgetting incoming/outgoing information. I recently traveled to Europe and when I got there my phone stopped receiving mail. Even when i got back it was still the same. I had to delete the mailbox and start again.
    My main issue is the deleted mailbox error. What could be causing the mail settings to forget that I have selected "On My IPhone"??
    Also, a side question, is there a way to sort mail in the sent box by recipient and not by sender? Thanks!

    Do you have a case on it that might be pressing your power on button or might press your power on button inadvertently when you touch it.

  • Search event logs for file system access

    I'm looking to create a script that will allow me to search Windows 2012 security event logs for access to specific folders.  Ideally it would allow the granularity to search for read access events (4663) and specify specific users to view.  One
    example would be to show events for drive F:\ where the folder name is JSmith (including subfolders) and the username is not JSmith.
    I've tried something like this, but can't see how to filter.
    Get-EventLog security | ? {$_.Message.contains("F:\JSmith")}

    Is the match explicit?  How can I use wildcard?  How can I exclude events?
    I recommend asking a search engine and doing some initial research. Here's a starter:
    https://technet.microsoft.com/en-us/library/hh849682.aspx
    http://blogs.msdn.com/b/powershell/archive/2009/06/11/windows-event-log-in-powershell-part-ii.aspx
    http://blogs.technet.com/b/ashleymcglone/archive/2013/08/28/powershell-get-winevent-xml-madness-getting-details-from-event-logs.aspx
    http://blogs.technet.com/b/heyscriptingguy/archive/2011/01/24/use-powershell-cmdlet-to-filter-event-log-for-easy-parsing.aspx
    https://richardspowershellblog.wordpress.com/2009/03/08/get-winevent/
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • "Marked for Delete" flag in Hyperion Planning

    Does anybody know how can I set "Marked for Delete" value by ODI? I have reversed planning model by RKM, but it hasn't field "Marked for Delete".
    Thanks a lot in advance

    user11340418 wrote:
    Hi John,
    In that case, what is the best practice for deleting a Hyperion Planning shared member.
    I have to delete a shared member manually from Planning front end.
    Is there a better way for deleting planning members?
    Cheers,
    RSHi, the Marked for Delete is nothing to do with deleting shared member.
    You can can delete members by using the Operation column and it set to Delete, you will have to provide the member to delete and the storage type of Stored.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Marked for delete

    delete

    user11340418 wrote:
    Hi John,
    In that case, what is the best practice for deleting a Hyperion Planning shared member.
    I have to delete a shared member manually from Planning front end.
    Is there a better way for deleting planning members?
    Cheers,
    RSHi, the Marked for Delete is nothing to do with deleting shared member.
    You can can delete members by using the Operation column and it set to Delete, you will have to provide the member to delete and the storage type of Stored.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • What is the event name after RESIZE is finished?

    Hi,
    I need to determine the new size of a component after it is
    resized by the user. But it seems if I check the 'size' when
    Event.RESIZE happens, 'size' is still the old one, not the new one.
    So what is the event name for the event when the Event.RESIZE
    is finished?
    Thanks!

    From my understanding when the resize has occurred the event
    is fired, so when you receive the event you should have the resized
    dimensions. Could you stick up your code?

  • Correlations in Workflow - wait for Delete event problem

    Hi All,
    I am working on version ECC5.
    I have a workflow that needs to wait for any changes to i0008, i0007, i0509 and i2001 for the person who is the subject of the workflow.  I have used correlations to do this and it is all working fine except for the Delete event.
    For each infotype I wait for each event ie. Approved, Changed, Created, ApprovedCancelled and Delete.  When the events are published the wait event is triggered and the workflow goes to the next steps where it does a recalculation,  fires off a new workflow and ends the current one.  This is working for all of the events except Delete.  The Delete event is set up exactly the same as the rest, but somehow the workflow wait event is not triggered.  It is happening with the Delete event for all the Infotypes I am waiting for.
    Does anybody have any suggestions as to what may be the problem. 
    Thanks
    Sandra

    Arghadip/Martin thanks for your replies.
    Yes, the delete event is being published.  I am using the same object e.g BasicPay for the delete event that I am using for the other events - Approved, Created etc. that are working.   The correlation and the wait for event steps are set up exactly the same way as they are for the events that are working.  I find it curious that the delete event doesn't work for any of the infotypes.   Why?  Could it be that when a record is deleted the object no longer exists?
    Any suggestions?
    Thanks
    Sandra

  • I wonder to know what is the enterprise solution for windows and application event log management and analyzer

    Hi
    I wonder to know what is the enterprise solution for windows and application event log management and analyzer.
    I have recently research and find two application that seems to be profession ,1-manageengine eventlog analyzer, 2- Solarwinds LEM(Solarwind Log & Event Manager).
    I Want to know the point of view of Microsoft expert and give me their experience and solutions.
    thanks in advance.

    Consider MS System Center 2012.
    Rgds

  • I have an iPad 2 and receive e-mail through internet connection. When I delete e-mails, and clear my Trash folder, they re-appear. Setting are for remove from server when moved from Inbox. Any idea what I can do to actually delete them?

    I have an iPad 2 and receive e-mail through regular internet connection. Lately, when I delete e-mails, and clear my Trash folder, they re-appear, downloaded anew from the server and marked as unread. My e-mail Advanced Settings are selected for "Remove from server when moved from Inbox." Even when I access the e-mail accountfrom my desktop and delete the e-mails, the re-appear on my iPad. Does anyone have any idea what is causing this and what I can do to actually delete them?

    Sounds like you are looking in the wrong Administrative Group container which is why you are seeing your Exchange 2010 servers in there.
    When you install Exchange 2003 only you will see a container named by default as "CN=First Administrative Group" container. But this could be named anything if you changed the Organization Name on the installation when you installed the first
    Exchange 2003 server into the domain/forest. 
    You will notice that when you install Exchange 2010 part of the AD setup is to create a new configuration container and is named by default "CN=First Administrative Group (FYDIBOHF23SPDLT)".
    So it sounds like you are not looking in the right location within ADSIEdit. 
    You may find the following article also helpful for this issue which is the same resolution:
    http://blogs.technet.com/b/sbs/archive/2012/05/17/empty-cn-servers-container-causing-issues-with-public-folders-on-small-business-server-2011.aspx
    I recommend though that you ensure your Exchange 2003 servers are fully uninstalled or no longer present in your environment before you go deleting the Servers container though.. The following Microsoft article will help with this:
    http://technet.microsoft.com/en-gb/library/gg576862(v=exchg.141).aspx

  • My IPhone 4's mailing feature does not display the toolbar at the bottom for deleting, moving, or writing emails. What is wrong with it?

    My work recently decided to buy every full time employee an IPhone 4 to be used for work purposes. (I do suspect these are refurbished, but I don't think that matters) I have had no trouble with it, except for on occasion the mailing feature does not display the toolbar at the bottom for deleting, moving, or writing emails. You know what I'm talking about...that bar at the bottom of the mailbox when you open an email that you use to delete, respond, forward, move, etc. It just goes away for no reason, and then reappears for a day or two, and goes away again. It is quite annoying since I can't respond to any of my emails without getting on my work computer. If you have any suggestions, please help!

    Hi there,
    You may need to force close the Mail application when this happens. The next time this happens, use the steps in the article below to coles out of the mail application.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    Hope that helps,
    - Griff W.

  • Hi what is the transaction code for vendor master delete

    hi
       what is the transaction code for vendor master delete? and customer master delete?
    thank u
    surya

    Hi
    There won't be any Deleting of customer and vendor completely
    we only BLOCK them
    FK05                   Block Vendor (Accounting)
    MK05                   Block Vendor (Purchasing)
    XK05                   Block Vendor (centrally)
    FD05                   Block Customer (Accounting)
    VD05                   Customer Block (Sales)
    XD05                   Block customer (centrally)
    <b>Reward points for useful Answers</b>
    Regards
    Anji

Maybe you are looking for

  • Flash Player 10 does not work on certain websites

    Hi, Just installed Falsh Player 10 onto my imac G5 (mac os x tiger 10.4.9, power g5). It works fine for you tube and plays certain flash content but, when accessing channel 4OD, E4 and  ITV player it does play the videos.  Also when i try to adjust t

  • How to view uploaded photos on iPhone

    I am currently out of the country and went to an Internet cafe to upload photos from my digital camera to my icloud account on a PC.  I am trying to access the photos I uploaded so that I can view and/or download and save them on my iPhone (don't hav

  • ORA-12505 - AIX - ProC/C++ - [AIX environment not properly set to NLS?]

    I DO need some help here! I have a C++ program accessing an Oracle 8.0.5 database ( which is set up for american_america.weiso8859p1 as the default language PLUS one more being: brazilian portuguese_brazil.weiso8859p1. When I log to the server which

  • File-XI-IDOC scenario

    Hi, I am sending an file data to Idoc thru XI.I am unable to see the file data at XI as well as at R/3. I did data type,message type,message interface,MM,IM in IR and both communication channels,both agreements,receiver determination and interface de

  • 3L4 to 3M0

    Hi, Has anyone encountered any problems with migrating their application from 3L4 to 3M0 ? When we upgraded our development machines, our application would no longer run, complaining that it was not able to connect to the database or create our servi