Package org.apache.syncope.core.propagation

Examples of org.apache.syncope.core.propagation.PropagationActions.after()


                    PropagationTaskExecStatus.valueOf(execution.getStatus()),
                    beforeObj,
                    afterObj);
        }

        actions.after(task, execution, afterObj);

        return execution;
    }

    @Override
View Full Code Here


                        beforeObj,
                        afterObj);
            }
        }

        actions.after(task, execution, afterObj);

        notificationManager.createTasks(
                AuditElements.EventCategoryType.PROPAGATION,
                task.getSubjectType().name().toLowerCase(),
                task.getResource().getName(),
View Full Code Here

                        beforeObj,
                        afterObj);
            }
        }

        actions.after(task, execution, afterObj);

        return execution;
    }

    @Override
View Full Code Here

                        beforeObj,
                        afterObj);
            }
        }

        actions.after(task, execution, afterObj);

        notificationManager.createTasks(
                AuditElements.EventCategoryType.PROPAGATION,
                task.getSubjectType().name().toLowerCase(),
                task.getResource().getName(),
View Full Code Here

                    PropagationTaskExecStatus.valueOf(execution.getStatus()),
                    beforeObj,
                    afterObj);
        }

        actions.after(task, execution, afterObj);

        return execution;
    }

    @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.